Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commitc52afa8

Browse files
committed
new deployment
1 parent362a34c commitc52afa8

File tree

18 files changed

+104
-184
lines changed

18 files changed

+104
-184
lines changed

‎github/2013/event-types/index.html‎

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="shortcut icon" href="http://blog.coderstats.net/ico/favicon.ico">
1212
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://blog.coderstats.net/rss.xml">
1313

14-
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
15-
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
14+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
1616
<link rel="stylesheet" href="http://blog.coderstats.net/css/style.css?v=3">
1717

1818

@@ -40,9 +40,6 @@
4040
<a class="navbar-brand" href="/">CoderStats Blog</a>
4141
</div>
4242
<div class="navbar-collapse collapse">
43-
<ul class="nav navbar-nav">
44-
<li><a href="http://coderstats.net/info/about/">About</a></li>
45-
</ul>
4643
<ul class="nav navbar-nav pull-right">
4744
<li id="sharemenu" class="dropdown pull-right">
4845
<button type="button" class="dropdown-toggle btn btn-primary navbar-btn" data-toggle="dropdown"><i class="fa fa-share"></i></button>
@@ -63,10 +60,8 @@
6360

6461

6562
<div class="container">
66-
<div class="row">
67-
<div class="col-md-12">
68-
<h1>GitHub in 2013: Event Types and Commits</h1>
69-
<div><div class="text_cell_render border-box-sizing rendered_html">
63+
<h1>GitHub in 2013: Event Types and Commits</h1>
64+
<div class="text_cell_render border-box-sizing rendered_html">
7065
<p>In this IPython notebook I present a brief visual overview of GitHub event types in 2013 based on data obtained from the <a href="http://www.githubarchive.org/">GitHub Archive</a>.</p>
7166
<p>The GitHub Archive makes data available as gzipped files that each contain a stream of JSON encoded GitHub events. There is one archive file for each hour of each day. I downloaded all the files availble for 2013 (9 files/hours are missing) and pre-processed them to create the CSV files used here. The pre-processing steps won't be covered in this notebook.</p>
7267
<p>The source code of this notebook and the data files used are available in <a href="https://github.com/yaph/ipython-notebooks">this GitHub repository</a>.</p>
@@ -13406,21 +13401,16 @@ <h2 id="summary">Summary</h2>
1340613401
<p>A few of the things we could see are that GitHub grew in the past year and that there are some days with extremely high activity for some event types, which asks for further investigation.</p>
1340713402
<p>This is just the tip of the iceberg, there is a lot more information contained in the GitHub Archive data, that I'm going to present in other <a href="/tags/githubarchive/">GitHub Archive posts</a>.</p>
1340813403
<p>If you have questions that could be answered from this data, feel free to ask them in the comments.</p>
13409-
</div></div>
13410-
</div>
13411-
</div>
13412-
13413-
<div class="row">
13414-
<div class="col-md-12">
13415-
13404+
</div>
13405+
1341613406
<hr>
1341713407
<div class="postinfo">
1341813408
<p>This post was written by <a href="http://coderstats.net/github/yaph/">Ramiro Gómez</a> and published on January 10, 2014.</p>
1341913409
<p>Subscribe to <a href="/rss.xml">news feed</a> or follow <a href="https://twitter.com/coderstats">@coderstats on Twitter</a> to not miss the next post.</p>
1342013410
</div>
1342113411
<hr>
1342213412

13423-
13413+
1342413414
<div id="disqus_thread"></div>
1342513415
<script type="text/javascript">
1342613416
var disqus_shortname = 'coderstats';
@@ -13433,8 +13423,6 @@ <h2 id="summary">Summary</h2>
1343313423
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
1343413424
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
1343513425

13436-
</div>
13437-
</div>
1343813426
</div>
1343913427

1344013428
<div class="container">
@@ -13443,8 +13431,8 @@ <h2 id="summary">Summary</h2>
1344313431
<p>© <script>document.write(new Date().getFullYear())</script> <a href="http://coderstats.net/">CoderStats.net</a></p>
1344413432
</footer>
1344513433
</div>
13446-
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
13447-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
13434+
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
13435+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1344813436
<script src="http://blog.coderstats.net/js/script.js?v=3"></script>
1344913437

1345013438

‎github/2013/follow-events/index.html‎

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="shortcut icon" href="http://blog.coderstats.net/ico/favicon.ico">
1212
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://blog.coderstats.net/rss.xml">
1313

14-
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
15-
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
14+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
1616
<link rel="stylesheet" href="http://blog.coderstats.net/css/style.css?v=3">
1717

1818

@@ -40,9 +40,6 @@
4040
<a class="navbar-brand" href="/">CoderStats Blog</a>
4141
</div>
4242
<div class="navbar-collapse collapse">
43-
<ul class="nav navbar-nav">
44-
<li><a href="http://coderstats.net/info/about/">About</a></li>
45-
</ul>
4643
<ul class="nav navbar-nav pull-right">
4744
<li id="sharemenu" class="dropdown pull-right">
4845
<button type="button" class="dropdown-toggle btn btn-primary navbar-btn" data-toggle="dropdown"><i class="fa fa-share"></i></button>
@@ -63,10 +60,8 @@
6360

6461

6562
<div class="container">
66-
<div class="row">
67-
<div class="col-md-12">
68-
<h1>GitHub in 2013: Follow Events</h1>
69-
<div><div class="text_cell_render border-box-sizing rendered_html">
63+
<h1>GitHub in 2013: Follow Events</h1>
64+
<div class="text_cell_render border-box-sizing rendered_html">
7065
<p>In this IPython notebook I give a brief overview of GitHub follow events in 2013 based on data obtained from the <a href="http://www.githubarchive.org/">GitHub Archive</a>. This is a follow-up post to the <a href="http://blog.coderstats.net/github/2013/event-types/">Event Types 2013 notebook</a>. The source code of this notebook is available in <a href="https://github.com/yaph/ipython-notebooks">this GitHub repository</a>, the CSV file with the follow events is not included due to its size. If there is demand, I look into uploading it to a data sharing service, proposals of what service to use are welcome.</p>
7166
<h2 id="preliminaries">Preliminaries</h2>
7267
<p>First load the necessary packages, set a global footer text and a limit for the bar charts below.</p>
@@ -14008,21 +14003,16 @@ <h2 id="top-followed-users-timelines">Top Followed Users Timelines</h2>
1400814003
<p>Well, that is also not the case, so this remains a bit of a mystery. Somehow, I don't believe that he just lost all these followers in the past few months.</p>
1400914004
<p>In case of the other graphs where we can see some unusual spikes these numbers are a lot lower and may well be explicable by repos of these users getting popular on Hacker News or Reddit.</p>
1401014005
<p>That's it for my look at follow events one of the next things I'll explore will be fork and pull request events of repositories, <a href="http://blog.coderstats.net/rss.xml">stay tuned</a>.</p>
14011-
</div></div>
14012-
</div>
14013-
</div>
14014-
14015-
<div class="row">
14016-
<div class="col-md-12">
14017-
14006+
</div>
14007+
1401814008
<hr>
1401914009
<div class="postinfo">
1402014010
<p>This post was written by <a href="http://coderstats.net/github/yaph/">Ramiro Gómez</a> and published on January 20, 2014.</p>
1402114011
<p>Subscribe to <a href="/rss.xml">news feed</a> or follow <a href="https://twitter.com/coderstats">@coderstats on Twitter</a> to not miss the next post.</p>
1402214012
</div>
1402314013
<hr>
1402414014

14025-
14015+
1402614016
<div id="disqus_thread"></div>
1402714017
<script type="text/javascript">
1402814018
var disqus_shortname = 'coderstats';
@@ -14035,8 +14025,6 @@ <h2 id="top-followed-users-timelines">Top Followed Users Timelines</h2>
1403514025
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
1403614026
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
1403714027

14038-
</div>
14039-
</div>
1404014028
</div>
1404114029

1404214030
<div class="container">
@@ -14045,8 +14033,8 @@ <h2 id="top-followed-users-timelines">Top Followed Users Timelines</h2>
1404514033
<p>© <script>document.write(new Date().getFullYear())</script> <a href="http://coderstats.net/">CoderStats.net</a></p>
1404614034
</footer>
1404714035
</div>
14048-
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
14049-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
14036+
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
14037+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
1405014038
<script src="http://blog.coderstats.net/js/script.js?v=3"></script>
1405114039

1405214040

‎github/2013/fork-events/index.html‎

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="shortcut icon" href="http://blog.coderstats.net/ico/favicon.ico">
1212
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://blog.coderstats.net/rss.xml">
1313

14-
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
15-
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
14+
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
15+
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
1616
<link rel="stylesheet" href="http://blog.coderstats.net/css/style.css?v=3">
1717

1818

@@ -40,9 +40,6 @@
4040
<a class="navbar-brand" href="/">CoderStats Blog</a>
4141
</div>
4242
<div class="navbar-collapse collapse">
43-
<ul class="nav navbar-nav">
44-
<li><a href="http://coderstats.net/info/about/">About</a></li>
45-
</ul>
4643
<ul class="nav navbar-nav pull-right">
4744
<li id="sharemenu" class="dropdown pull-right">
4845
<button type="button" class="dropdown-toggle btn btn-primary navbar-btn" data-toggle="dropdown"><i class="fa fa-share"></i></button>
@@ -63,10 +60,8 @@
6360

6461

6562
<div class="container">
66-
<div class="row">
67-
<div class="col-md-12">
68-
<h1>GitHub in 2013: Fork Events</h1>
69-
<div><div class="text_cell_render border-box-sizing rendered_html">
63+
<h1>GitHub in 2013: Fork Events</h1>
64+
<div class="text_cell_render border-box-sizing rendered_html">
7065
<p>In this IPython notebook I give an overview of GitHub fork events in 2013 based on data obtained from the <a href="http://www.githubarchive.org/">GitHub Archive</a>. This is part of a series of posts about <a href="http://blog.coderstats.net/github/2013/">GitHub in 2013</a>. The source code of this notebook is available in <a href="https://github.com/yaph/ipython-notebooks">this GitHub repository</a>, the CSV file with the fork events is not included due to its size. If there is demand, I look into uploading it to a data sharing service, proposals of what service to use are welcome.</p>
7166
<h2 id="preliminaries">Preliminaries</h2>
7267
<p>First load the necessary packages, set a global footer text and a limit for the charts below.</p>
@@ -20450,21 +20445,16 @@ <h2 id="summary">Summary</h2>
2045020445
<p>In this notebook I explored fork events on GitHub in 2013. We saw that a comparatively small number of repos is very popular regarding the number of forks, but the vast majority of those that were forked in the past year have very few forks.</p>
2045120446
<p>Moreover, JavaScript is far ahead of all the other languages on GitHub and my best guess is that this gap will become even bigger this year.</p>
2045220447
<p>The next event type I'll look at are pull requests. Subscribe to the <a href="http://blog.coderstats.net/rss.xml">RSS feed</a> or follow <a href="https://twitter.com/coderstats/">@coderstats on Twitter</a> to be notified, when that notebook is published.</p>
20453-
</div></div>
20454-
</div>
20455-
</div>
20456-
20457-
<div class="row">
20458-
<div class="col-md-12">
20459-
20448+
</div>
20449+
2046020450
<hr>
2046120451
<div class="postinfo">
2046220452
<p>This post was written by <a href="http://coderstats.net/github/yaph/">Ramiro Gómez</a> and published on January 24, 2014.</p>
2046320453
<p>Subscribe to <a href="/rss.xml">news feed</a> or follow <a href="https://twitter.com/coderstats">@coderstats on Twitter</a> to not miss the next post.</p>
2046420454
</div>
2046520455
<hr>
2046620456

20467-
20457+
2046820458
<div id="disqus_thread"></div>
2046920459
<script type="text/javascript">
2047020460
var disqus_shortname = 'coderstats';
@@ -20477,8 +20467,6 @@ <h2 id="summary">Summary</h2>
2047720467
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
2047820468
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
2047920469

20480-
</div>
20481-
</div>
2048220470
</div>
2048320471

2048420472
<div class="container">
@@ -20487,8 +20475,8 @@ <h2 id="summary">Summary</h2>
2048720475
<p>© <script>document.write(new Date().getFullYear())</script> <a href="http://coderstats.net/">CoderStats.net</a></p>
2048820476
</footer>
2048920477
</div>
20490-
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
20491-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
20478+
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
20479+
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
2049220480
<script src="http://blog.coderstats.net/js/script.js?v=3"></script>
2049320481

2049420482

‎github/2013/index.html‎

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<linkrel="shortcut icon"href="http://blog.coderstats.net/ico/favicon.ico">
1212
<linkrel="alternate"type="application/rss+xml"title="RSS feed"href="http://blog.coderstats.net/rss.xml">
1313

14-
<linkhref="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"rel="stylesheet">
15-
<linkhref="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"rel="stylesheet">
14+
<linkhref="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"rel="stylesheet">
15+
<linkhref="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet">
1616
<linkrel="stylesheet"href="http://blog.coderstats.net/css/style.css?v=3">
1717

1818

@@ -38,9 +38,6 @@
3838
<aclass="navbar-brand"href="/">CoderStats Blog</a>
3939
</div>
4040
<divclass="navbar-collapse collapse">
41-
<ulclass="nav navbar-nav">
42-
<li><ahref="http://coderstats.net/info/about/">About</a></li>
43-
</ul>
4441
<ulclass="nav navbar-nav pull-right">
4542
<liid="sharemenu"class="dropdown pull-right">
4643
<buttontype="button"class="dropdown-toggle btn btn-primary navbar-btn"data-toggle="dropdown"><iclass="fa fa-share"></i></button>
@@ -103,14 +100,13 @@ <h3>Get CoderStats</h3>
103100
<buttonclass="voffset btn btn-default"type="submit">Get Stats</button>
104101
</div>
105102
</form>
103+
104+
<hr>
106105
<h3>Funny Shirts for Coders</h3>
107-
<div>
108-
<arel="nofollow"href="https://www.sunfrog.com/110641636-326841010.html?87260&collectionCrossSell=64247"><imgsrc="https://images.sunfrogshirts.com/2016/12/20/m_87260-1482247968684-Gildan-Men-Royal-Blue-_w92_-front.jpg"alt="Shrug it works on my machine - Programmer Excuse Design"class="img-responsive img-thumbnail"/><br>It works on my machine</a></div>
109-
<divclass="voffset">
110-
<arel="nofollow"href="https://www.sunfrog.com/110438766-320856993.html?87260&collectionCrossSell=64247"><imgsrc="https://images.sunfrogshirts.com/2016/12/14/m_87260-1481747039695-Gildan-Men-Black-_w91_-front.jpg"alt="Bash Fork Bomb - White Text for Unix/Linux Hackers"class="img-responsive img-thumbnail"/><br>Bash Fork Bomb Command</a></div>
106+
<ahref="https://teespring.com/it-works-on-my-machine-shirt"><imgsrc="https://vangogh.teespring.com/v3/image/BITOunwdicI0KK_7_jCM5F-Yiwo/300/300.jpg"alt="Shrug it works on my machine - Programmer Excuse Design"class="img-responsive img-thumbnail"/></a>
107+
<p>See more shirts in the<ahref="https://teespring.com/stores/codershirts">CoderShirts Store</a>.</p>
111108
<pclass="small right">- Advertisement -</p>
112109
<hrclass="clearfix">
113-
114110
<divclass="btn-group">
115111
<aclass="btn btn-warning"href="/rss.xml"><iclass="fa fa-rss"></i> Newsfeed</a>
116112
<aclass="btn btn-info"href="https://twitter.com/coderstats"><iclass="fa fa-twitter"></i> Twitter</a>
@@ -125,8 +121,8 @@ <h3>Funny Shirts for Coders</h3>
125121
<p>©<script>document.write(newDate().getFullYear())</script><ahref="http://coderstats.net/">CoderStats.net</a></p>
126122
</footer>
127123
</div>
128-
<scriptsrc="//code.jquery.com/jquery-2.1.3.min.js"></script>
129-
<scriptsrc="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
124+
<scriptsrc="//code.jquery.com/jquery-3.2.1.min.js"></script>
125+
<scriptsrc="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
130126
<scriptsrc="http://blog.coderstats.net/js/script.js?v=3"></script>
131127

132128

‎github/2013/pullrequest-actors/index.html‎

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<linkrel="shortcut icon"href="http://blog.coderstats.net/ico/favicon.ico">
1212
<linkrel="alternate"type="application/rss+xml"title="RSS feed"href="http://blog.coderstats.net/rss.xml">
1313

14-
<linkhref="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"rel="stylesheet">
15-
<linkhref="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"rel="stylesheet">
14+
<linkhref="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"rel="stylesheet">
15+
<linkhref="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"rel="stylesheet">
1616
<linkrel="stylesheet"href="http://blog.coderstats.net/css/style.css?v=3">
1717

1818

@@ -40,9 +40,6 @@
4040
<aclass="navbar-brand"href="/">CoderStats Blog</a>
4141
</div>
4242
<divclass="navbar-collapse collapse">
43-
<ulclass="nav navbar-nav">
44-
<li><ahref="http://coderstats.net/info/about/">About</a></li>
45-
</ul>
4643
<ulclass="nav navbar-nav pull-right">
4744
<liid="sharemenu"class="dropdown pull-right">
4845
<buttontype="button"class="dropdown-toggle btn btn-primary navbar-btn"data-toggle="dropdown"><iclass="fa fa-share"></i></button>
@@ -63,10 +60,8 @@
6360

6461

6562
<divclass="container">
66-
<divclass="row">
67-
<divclass="col-md-12">
68-
<h1>GitHub in 2013: Pull Request Actors</h1>
69-
<div><divclass="cell border-box-sizing text_cell rendered">
63+
<h1>GitHub in 2013: Pull Request Actors</h1>
64+
<divclass="cell border-box-sizing text_cell rendered">
7065
<divclass="prompt input_prompt">
7166
</div>
7267
<divclass="inner_cell">
@@ -4426,21 +4421,16 @@ <h2 id="language-combinations-of-hyperpolyglots">Language combinations of hyperp
44264421
</div>
44274422
</div>
44284423

4429-
</div></div>
4430-
</div>
4431-
</div>
4432-
4433-
<divclass="row">
4434-
<divclass="col-md-12">
4435-
4424+
</div>
4425+
44364426
<hr>
44374427
<divclass="postinfo">
44384428
<p>This post was written by<ahref="http://coderstats.net/github/yaph/">Ramiro Gómez</a> and published on August 01, 2014.</p>
44394429
<p>Subscribe to<ahref="/rss.xml">news feed</a> or follow<ahref="https://twitter.com/coderstats">@coderstats on Twitter</a> to not miss the next post.</p>
44404430
</div>
44414431
<hr>
44424432

4443-
4433+
44444434
<divid="disqus_thread"></div>
44454435
<scripttype="text/javascript">
44464436
vardisqus_shortname='coderstats';
@@ -4453,8 +4443,6 @@ <h2 id="language-combinations-of-hyperpolyglots">Language combinations of hyperp
44534443
<noscript>Please enable JavaScript to view the<ahref="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
44544444
<ahref="http://disqus.com"class="dsq-brlink">blog comments powered by<spanclass="logo-disqus">Disqus</span></a>
44554445

4456-
</div>
4457-
</div>
44584446
</div>
44594447

44604448
<divclass="container">
@@ -4463,8 +4451,8 @@ <h2 id="language-combinations-of-hyperpolyglots">Language combinations of hyperp
44634451
<p>©<script>document.write(newDate().getFullYear())</script><ahref="http://coderstats.net/">CoderStats.net</a></p>
44644452
</footer>
44654453
</div>
4466-
<scriptsrc="//code.jquery.com/jquery-2.1.3.min.js"></script>
4467-
<scriptsrc="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
4454+
<scriptsrc="//code.jquery.com/jquery-3.2.1.min.js"></script>
4455+
<scriptsrc="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
44684456
<scriptsrc="http://blog.coderstats.net/js/script.js?v=3"></script>
44694457

44704458

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp