Skip to content

Navigation Menu

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

Appearance settings

Commit cade210

Browse filesBrowse files
committed
new deployment
1 parent 56f73e5 commit cade210
Copy full SHA for cade210

File tree

5 files changed

+6
-254
lines changed
Filter options

5 files changed

+6
-254
lines changed

‎compiled/coder.js

Copy file name to clipboardExpand all lines: compiled/coder.js
+1-184Lines changed: 1 addition & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎compiled/front.js

Copy file name to clipboardExpand all lines: compiled/front.js
+2-53Lines changed: 2 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎compiled/search.js

Copy file name to clipboardExpand all lines: compiled/search.js
+1-13Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎github/index.html

Copy file name to clipboardExpand all lines: github/index.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ <h3>Stars</h3>
131131
<table>
132132
<thead>
133133
<tr>
134-
<th>#</th>
135134
<th @click="sortBy('name', 'string')" :class="{ active: sort_key == 'name' }">Name <span class="arrow" :class="order('name')"></span></th>
136135
<th @click="sortBy('language', 'string')" :class="{ active: sort_key == 'language' }">Language <span class="arrow" :class="order('language')"></span></th>
137136
<th class="text-right" @click="sortBy('created_at')" :class="{ active: sort_key == 'created_at' }">Created at <span class="arrow" :class="order('created_at')"></span></th>
@@ -143,8 +142,7 @@ <h3>Stars</h3>
143142
</tr>
144143
</thead>
145144
<tbody>
146-
<tr v-for="(repo, idx) in repos_pushed" :title="repo.description">
147-
<td>{{ idx + 1}}</td>
145+
<tr v-for="repo in repos_pushed" :title="repo.description">
148146
<td>
149147
<strong><a v-bind:href="repo.html_url">{{ repo.name }}</a></strong>
150148
<i v-if="repo.fork" class="fa fa-code-fork" aria-hidden="true" title="Forked Repository"></i>

‎rss.xml

Copy file name to clipboardExpand all lines: rss.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<channel><title>RSS Feed</title>
44
<link>https://coderstats.net</link>
55
<description>RSS Feed</description>
6-
<lastBuildDate>Tue, 04 Jun 2019 02:11:26 </lastBuildDate>
6+
<lastBuildDate>Tue, 04 Jun 2019 12:47:34 </lastBuildDate>
77
<generator>Logya</generator>
88
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
99
<item>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.