git-trend 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46dae01f041b637f73b824091e982d729818ed7d
4
- data.tar.gz: b9a6b00e0a3a78d13c3a94bead02d5e77f19d9df
3
+ metadata.gz: 91ad7dd64d52df5e5e2673d7b1da7522f9c70219
4
+ data.tar.gz: 3e4e8773db970d1d94db491e23a6b4d4adf1cfc7
5
5
  SHA512:
6
- metadata.gz: 0f753d3fdc09cce0ecdf7dd0b8ba7b8b28dea6d4a4620b4b449f11da004841ab1659aee6e3fd0f17351781305e6f9a23c8d53cd2a7c0879379b3c406fcef0d6e
7
- data.tar.gz: 68bb43cc8e5951482a19656515debaae089671475af1c68578a05e02459e7f91864b2b62146cd25635d4175dacd8539fc98b8d4155983cd2dcd7df4d453c2fda
6
+ metadata.gz: 32f80790fd919db60b7d74a637b5cfc3cd150f653778c301244412d6f017ef956405400cac41e0471400f62d9e769cb67a61fa5c8da0527aa6d65c1566289124
7
+ data.tar.gz: a13e90123cbd28dec9abb93694632374a95b08c536e2a0d2fb526a537408c4a16ecbe0ad88e4382f272cb6118cbebca792fc0e0f644f4da47c7268f0d82f2381
@@ -1,3 +1,7 @@
1
+ ## v0.2.1 (Sun Dec 6 2015)
2
+ * Fix #6 redundancy line feeds when including multibyte characters [61fd81c]
3
+ * Update gems [ea5a018]
4
+
1
5
  ## v0.2.0 (Tue Dec 3 2015)
2
6
  Update gems
3
7
 
@@ -38,14 +38,14 @@ Gem::Specification.new do |spec|
38
38
  spec.add_dependency 'mb_string', '~> 0.1.3'
39
39
  spec.add_dependency 'mechanize', '~> 2.7.3'
40
40
  spec.add_dependency 'thor', '~> 0.19.1'
41
- spec.add_dependency 'unicode-display_width', '~> 0.2.0'
41
+ spec.add_dependency 'unicode-display_width', '~> 0.3.0'
42
42
 
43
43
  spec.add_development_dependency 'bundler', '~> 1.6'
44
44
  spec.add_development_dependency 'rake'
45
45
 
46
46
  spec.add_development_dependency 'rspec', '~> 3.4.0'
47
47
  spec.add_development_dependency 'rspec-its', '~> 1.2.0'
48
- spec.add_development_dependency 'simplecov', '~> 0.11.0'
48
+ spec.add_development_dependency 'simplecov', '~> 0.11.1'
49
49
  spec.add_development_dependency 'safe_yaml', '~> 1.0.4' # for Ruby2.2.0
50
50
  spec.add_development_dependency 'webmock', '~> 1.22.3'
51
51
 
@@ -67,11 +67,16 @@ module GitTrend
67
67
  def render_body(projects)
68
68
  f = @columns_sizes
69
69
  fmt = "%#{f[0]}s %-#{f[1]}s %-#{f[2]}s %#{f[3]}s"
70
- fmt << " %-#{f[4]}s" if @enable_description
70
+ description_fmt = ''
71
71
  projects.each_with_index do |project, i|
72
72
  data = [i + 1, project.to_a].flatten
73
- data << project.description.mb_truncate(f.last) if @enable_description
74
- result = fmt % data
73
+ if @enable_description
74
+ description = project.description.mb_truncate(f.last)
75
+ data << description
76
+ mb_char_size = description.display_width - description.size
77
+ description_fmt = " %-#{f.last - mb_char_size}s"
78
+ end
79
+ result = "#{fmt}#{description_fmt}" % data
75
80
  puts result
76
81
  end
77
82
  end
@@ -87,9 +92,7 @@ module GitTrend
87
92
  elsif (RUBY_PLATFORM =~ /java/ || (!STDIN.tty? && ENV['TERM'])) && command_exists?('tput')
88
93
  [`tput cols`.to_i, `tput lines`.to_i]
89
94
  elsif STDIN.tty? && command_exists?('stty')
90
- `stty size`.scan(/\d+/).map { |s| s.to_i }.reverse
91
- else
92
- nil
95
+ `stty size`.scan(/\d+/).map(&:to_i).reverse
93
96
  end
94
97
  rescue
95
98
  nil
@@ -1,3 +1,3 @@
1
1
  module GitTrend
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -0,0 +1,3027 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html lang="en" class=" is-copy-enabled emoji-size-boost">
4
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
5
+ <meta charset='utf-8'>
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <meta http-equiv="Content-Language" content="en">
8
+ <meta name="viewport" content="width=1020">
9
+ <meta content="origin-when-cross-origin" name="referrer" />
10
+
11
+ <title>Trending repositories on GitHub today</title>
12
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
13
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
14
+ <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-114.png">
15
+ <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114.png">
16
+ <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-144.png">
17
+ <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png">
18
+ <meta property="fb:app_id" content="1401488693436528">
19
+
20
+ <meta property="og:url" content="https://github.com">
21
+ <meta property="og:site_name" content="GitHub">
22
+ <meta property="og:title" content="Build software better, together">
23
+ <meta property="og:description" content="GitHub is where people build software. More than 11 million people use GitHub to discover, fork, and contribute to over 30 million projects.">
24
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
25
+ <meta property="og:image:type" content="image/png">
26
+ <meta property="og:image:width" content="1200">
27
+ <meta property="og:image:height" content="1200">
28
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-mark.png">
29
+ <meta property="og:image:type" content="image/png">
30
+ <meta property="og:image:width" content="1200">
31
+ <meta property="og:image:height" content="620">
32
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-octocat.png">
33
+ <meta property="og:image:type" content="image/png">
34
+ <meta property="og:image:width" content="1200">
35
+ <meta property="og:image:height" content="620">
36
+ <meta property="twitter:site" content="github">
37
+ <meta property="twitter:site:id" content="13334762">
38
+ <meta property="twitter:creator" content="github">
39
+ <meta property="twitter:creator:id" content="13334762">
40
+ <meta property="twitter:card" content="summary_large_image">
41
+ <meta property="twitter:title" content="GitHub">
42
+ <meta property="twitter:description" content="GitHub is where people build software. More than 11 million people use GitHub to discover, fork, and contribute to over 30 million projects.">
43
+ <meta property="twitter:image:src" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
44
+ <meta property="twitter:image:width" content="1200">
45
+ <meta property="twitter:image:height" content="1200">
46
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
47
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
48
+ <link rel="assets" href="https://assets-cdn.github.com/">
49
+ <link rel="web-socket" href="wss://live.github.com/_sockets/MTIxMDQ1OjY5OTM2OTVjYjIwNTk3NjFhOTY3MTNmZjY1ZTU5MDczOjI2ZjAxZjJhMjI0N2Y4OTNjZTU0ZDM5OGY2MjdmMjA4ZmVjNmUzYmFiOTZmNjk4MTU1MTJjOWY4NmQ0NDE5YzU=--10790d6285a9a975ea35e73cfd1a3d7f8d8d1614">
50
+ <meta name="pjax-timeout" content="1000">
51
+ <link rel="sudo-modal" href="/sessions/sudo_modal">
52
+
53
+ <meta name="msapplication-TileImage" content="/windows-tile.png">
54
+ <meta name="msapplication-TileColor" content="#ffffff">
55
+ <meta name="selected-link" value="trending_repositories" data-pjax-transient>
56
+
57
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
58
+ <meta name="google-analytics" content="UA-3769691-2">
59
+
60
+ <meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="3A9D7ECD:2B77:3FB4BE9:5663775F" name="octolytics-dimension-request_id" /><meta content="121045" name="octolytics-actor-id" /><meta content="rochefort" name="octolytics-actor-login" /><meta content="9126508e5b8d3cb9916174476f32cd4c568fb079555bf064c190181c60ade680" name="octolytics-actor-hash" />
61
+
62
+ <meta content="Rails, view, trending#index" data-pjax-transient="true" name="analytics-event" />
63
+
64
+
65
+ <meta class="js-ga-set" name="dimension1" content="Logged In">
66
+
67
+
68
+
69
+ <meta name="hostname" content="github.com">
70
+ <meta name="user-login" content="rochefort">
71
+
72
+ <meta name="expected-hostname" content="github.com">
73
+
74
+ <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#4078c0">
75
+ <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
76
+
77
+ <meta content="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" name="form-nonce" />
78
+
79
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-980086798633a7804d9e6353689ba4c79120d0f4a6264214d08411a5f3c6116a.css" integrity="sha256-mACGeYYzp4BNnmNTaJukx5Eg0PSmJkIU0IQRpfPGEWo=" media="all" rel="stylesheet" />
80
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github2-e8884d9e57e2b8a7a08c24b9472e770d594a80d295ec923fc734d3da544eef73.css" integrity="sha256-6IhNnlfiuKegjCS5Ry53DVlKgNKV7JI/xzTT2lRO73M=" media="all" rel="stylesheet" />
81
+
82
+
83
+
84
+
85
+
86
+ <meta http-equiv="x-pjax-version" content="54a3408bfbdaab0b7780f3ce09e8c3d4">
87
+
88
+ <meta name="description" content="GitHub is where people build software. More than 11 million people use GitHub to discover, fork, and contribute to over 30 million projects.">
89
+ </head>
90
+
91
+
92
+ <body class="logged_in env-production macintosh">
93
+ <a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a>
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+ <div class="header header-logged-in true" role="banner">
102
+ <div class="container clearfix">
103
+
104
+ <a class="header-logo-invertocat" href="https://github.com/" data-hotkey="g d" aria-label="Homepage" data-ga-click="Header, go to dashboard, icon:logo">
105
+ <span class="mega-octicon octicon-mark-github"></span>
106
+ </a>
107
+
108
+
109
+ <div class="site-search js-site-search" role="search">
110
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/search" class="js-site-search-form" data-global-search-url="/search" data-repo-search-url="" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
111
+ <label class="js-chromeless-input-container form-control">
112
+ <div class="scope-badge">This repository</div>
113
+ <input type="text"
114
+ class="js-site-search-focus chromeless-input"
115
+ data-hotkey="s"
116
+ name="q"
117
+ placeholder="Search GitHub"
118
+ aria-label="Search GitHub"
119
+ data-global-scope-placeholder="Search GitHub"
120
+ data-repo-scope-placeholder="Search"
121
+ tabindex="1"
122
+ autocapitalize="off">
123
+ </label>
124
+ </form>
125
+ </div>
126
+
127
+ <ul class="header-nav left" role="navigation">
128
+ <li class="header-nav-item">
129
+ <a href="/pulls" class="js-selected-navigation-item header-nav-link" data-ga-click="Header, click, Nav menu - item:pulls context:user" data-hotkey="g p" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls">
130
+ Pull requests
131
+ </a> </li>
132
+ <li class="header-nav-item">
133
+ <a href="/issues" class="js-selected-navigation-item header-nav-link" data-ga-click="Header, click, Nav menu - item:issues context:user" data-hotkey="g i" data-selected-links="/issues /issues/assigned /issues/mentioned /issues">
134
+ Issues
135
+ </a> </li>
136
+ <li class="header-nav-item">
137
+ <a class="header-nav-link" href="https://gist.github.com/" data-ga-click="Header, go to gist, text:gist">Gist</a>
138
+ </li>
139
+ </ul>
140
+
141
+
142
+ <ul class="header-nav user-nav right" id="user-links">
143
+ <li class="header-nav-item">
144
+ <span class="js-socket-channel js-updatable-content"
145
+ data-channel="notification-changed:rochefort"
146
+ data-url="/notifications/header">
147
+ <a href="/notifications" aria-label="You have no unread notifications" class="header-nav-link notification-indicator tooltipped tooltipped-s" data-ga-click="Header, go to notifications, icon:read" data-hotkey="g n">
148
+ <span class="mail-status all-read"></span>
149
+ <span class="octicon octicon-bell"></span>
150
+ </a> </span>
151
+
152
+ </li>
153
+
154
+ <li class="header-nav-item dropdown js-menu-container">
155
+ <a class="header-nav-link tooltipped tooltipped-s js-menu-target" href="/new"
156
+ aria-label="Create new…"
157
+ data-ga-click="Header, create new, icon:add">
158
+ <span class="octicon octicon-plus left"></span>
159
+ <span class="dropdown-caret"></span>
160
+ </a>
161
+
162
+ <div class="dropdown-menu-content js-menu-content">
163
+ <ul class="dropdown-menu dropdown-menu-sw">
164
+
165
+ <a class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
166
+ New repository
167
+ </a>
168
+
169
+
170
+ <a class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
171
+ New organization
172
+ </a>
173
+
174
+
175
+
176
+
177
+ </ul>
178
+ </div>
179
+ </li>
180
+
181
+ <li class="header-nav-item dropdown js-menu-container">
182
+ <a class="header-nav-link name tooltipped tooltipped-sw js-menu-target" href="/rochefort"
183
+ aria-label="View profile and more"
184
+ data-ga-click="Header, show menu, icon:avatar">
185
+ <img alt="@rochefort" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/121045?v=3&amp;s=40" width="20" />
186
+ <span class="dropdown-caret"></span>
187
+ </a>
188
+
189
+ <div class="dropdown-menu-content js-menu-content">
190
+ <div class="dropdown-menu dropdown-menu-sw">
191
+ <div class=" dropdown-header header-nav-current-user css-truncate">
192
+ Signed in as <strong class="css-truncate-target">rochefort</strong>
193
+
194
+ </div>
195
+
196
+
197
+ <div class="dropdown-divider"></div>
198
+
199
+ <a class="dropdown-item" href="/rochefort" data-ga-click="Header, go to profile, text:your profile">
200
+ Your profile
201
+ </a>
202
+ <a class="dropdown-item" href="/stars" data-ga-click="Header, go to starred repos, text:your stars">
203
+ Your stars
204
+ </a>
205
+ <a class="dropdown-item" href="/explore" data-ga-click="Header, go to explore, text:explore">
206
+ Explore
207
+ </a>
208
+ <a class="dropdown-item" href="/integrations" data-ga-click="Header, go to integrations, text:integrations">
209
+ Integrations
210
+ </a>
211
+ <a class="dropdown-item" href="https://help.github.com" data-ga-click="Header, go to help, text:help">
212
+ Help
213
+ </a>
214
+
215
+ <div class="dropdown-divider"></div>
216
+
217
+ <a class="dropdown-item" href="/settings/profile" data-ga-click="Header, go to settings, icon:settings">
218
+ Settings
219
+ </a>
220
+
221
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/logout" class="logout-form" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="aEjsaFm86upRQ5mnB9DhZBOjEiwkbNQRbgdxlvVAdRzVOOY9ehBFb6OtMtfiwVGc96y43uQDH3kqCG+hAm6X9w==" /></div>
222
+ <button class="dropdown-item dropdown-signout" data-ga-click="Header, sign out, icon:logout">
223
+ Sign out
224
+ </button>
225
+ </form>
226
+ </div>
227
+ </div>
228
+ </li>
229
+ </ul>
230
+
231
+
232
+
233
+ </div>
234
+ </div>
235
+
236
+
237
+
238
+
239
+
240
+
241
+ <div id="start-of-content" class="accessibility-aid"></div>
242
+
243
+ <div id="js-flash-container">
244
+ </div>
245
+
246
+
247
+ <div role="main" class="main-content">
248
+
249
+ <div id="js-pjax-container" class="context-loader-container" data-pjax-container>
250
+
251
+ <div class="pagehead explore-head">
252
+ <div class="container">
253
+ <nav class="pagehead-nav" role="navigation" data-pjax>
254
+ <a href="/explore" class="js-selected-navigation-item pagehead-nav-item" data-selected-links="explore_main /explore">
255
+ <span class="octicon octicon-home"></span> All
256
+ </a> <a href="/showcases" class="js-selected-navigation-item pagehead-nav-item" data-selected-links="showcases showcases_search showcases_landing /showcases">
257
+ <span class="octicon octicon-megaphone"></span> Showcases
258
+ </a> <a href="/trending" aria-selected="true" class="js-selected-navigation-item selected pagehead-nav-item" data-selected-links="trending_developers trending_repositories /trending">
259
+ <span class="octicon octicon-flame"></span> Trending
260
+ </a> <a href="/stars" class="js-selected-navigation-item pagehead-nav-item" data-selected-links="stars_highlight users_stars_highlight /stars">
261
+ <span class="octicon octicon-star"></span> Stars
262
+ </a></nav>
263
+
264
+ <h1>Explore GitHub</h1>
265
+ </div>
266
+ </div><!-- /.pagehead -->
267
+
268
+
269
+ <div class="explore-pjax-container container explore-page">
270
+ <div class="explore-marketing-header is-animating">
271
+ <h2>Trending repositories</h2>
272
+ <p class="lead">Find what repositories the GitHub community is most excited about today.</p>
273
+ </div>
274
+ <div class="columns">
275
+ <div class="column three-fourths">
276
+ <div class="tabnav">
277
+ <div class="right">
278
+ <div class="select-menu js-menu-container js-select-menu right select-menu-modal-right">
279
+ <button class="btn btn-sm select-menu-button js-menu-target" type="button" aria-haspopup="true">
280
+ <i>Trending:</i>
281
+ <span class="js-select-button">today</span>
282
+ </button>
283
+ <div class="select-menu-modal-holder js-menu-content js-navigation-container" aria-hidden="true">
284
+ <div class="select-menu-modal">
285
+ <div class="select-menu-header">
286
+ <span class="octicon octicon-x js-menu-close" role="button" aria-label="Close"></span>
287
+ <span class="select-menu-title">Adjust time span</span>
288
+ </div>
289
+
290
+ <div class="select-menu-list" role="menu">
291
+ <div>
292
+ <a class="select-menu-item js-navigation-item selected" href="https://github.com/trending?since=daily" data-pjax>
293
+ <span class="select-menu-item-icon octicon octicon-check"></span>
294
+ <span class="select-menu-item-text js-select-button-text">today</span>
295
+ </a>
296
+ <a class="select-menu-item js-navigation-item " href="https://github.com/trending?since=weekly" data-pjax>
297
+ <span class="select-menu-item-icon octicon octicon-check"></span>
298
+ <span class="select-menu-item-text js-select-button-text">this week</span>
299
+ </a>
300
+ <a class="select-menu-item js-navigation-item " href="https://github.com/trending?since=monthly" data-pjax>
301
+ <span class="select-menu-item-icon octicon octicon-check"></span>
302
+ <span class="select-menu-item-text js-select-button-text">this month</span>
303
+ </a>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ </div>
311
+ <nav class="tabnav-tabs" data-pjax>
312
+ <a href="https://github.com/trending" aria-selected="true" class="js-selected-navigation-item selected tabnav-tab" data-selected-links="trending_repositories https://github.com/trending">Repositories</a>
313
+ <a href="https://github.com/trending/developers" class="js-selected-navigation-item tabnav-tab" data-selected-links="trending_developers https://github.com/trending/developers">Developers</a>
314
+ </nav>
315
+
316
+ </div>
317
+ <div class="explore-content">
318
+ <ol class="repo-list">
319
+ <li class="repo-list-item" id="pa-swift">
320
+ <div class="repo-list-stats">
321
+
322
+ <div class="js-toggler-container js-social-container starring-container ">
323
+
324
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="CjDFODCkQ6Rftm1eYiDtCUu4Goq4LbWtYVcXMw7Qusr7Bpip5APIJI7o7QY2Eus4C6j9D2KnkS5btqzDI7K/HA==" /></div>
325
+ <button
326
+ class="btn btn-sm js-toggler-target"
327
+ aria-label="Unstar this repository" title="Unstar apple/swift"
328
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
329
+ <span class="octicon octicon-star"></span>
330
+ Unstar
331
+ </button>
332
+ </form>
333
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="cUcwKr0AoEnm0nOPp9k46UTnayH2LXaEUEjEp5Uv0alkILcxYYuUwQmzi+0TofYGIYisq54FEWpJRnDZek0IVw==" /></div>
334
+ <button
335
+ class="btn btn-sm js-toggler-target"
336
+ aria-label="Star this repository" title="Star apple/swift"
337
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
338
+ <span class="octicon octicon-star"></span>
339
+ Star
340
+ </button>
341
+ </form> </div>
342
+
343
+ </div>
344
+
345
+ <h3 class="repo-list-name">
346
+ <a href="/apple/swift">
347
+ <span class="prefix">apple</span>
348
+ <span class="slash">/</span>
349
+ swift
350
+ </a> </h3>
351
+
352
+ <p class="repo-list-description">
353
+ The Swift Programming Language
354
+ </p>
355
+
356
+ <p class="repo-list-meta">
357
+ C++
358
+
359
+ &#8226;
360
+
361
+ 1,487 stars today
362
+
363
+
364
+ &#8226;
365
+ Built by
366
+ <a href="/apple/swift/graphs/contributors">
367
+ <img alt="@lattner" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/15152540?v=3&amp;s=40" title="lattner" width="20" />
368
+ <img alt="@DougGregor" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/989428?v=3&amp;s=40" title="DougGregor" width="20" />
369
+ <img alt="@jckarter" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/147281?v=3&amp;s=40" title="jckarter" width="20" />
370
+ <img alt="@gribozavr" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/1120569?v=3&amp;s=40" title="gribozavr" width="20" />
371
+ <img alt="@jrose-apple" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/15097531?v=3&amp;s=40" title="jrose-apple" width="20" />
372
+ </a>
373
+ </p>
374
+ </li>
375
+
376
+ <li class="repo-list-item" id="pa-hashcat">
377
+ <div class="repo-list-stats">
378
+
379
+ <div class="js-toggler-container js-social-container starring-container ">
380
+
381
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/hashcat/hashcat/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="5zQzKJduKlJ3BThFXK71Ve9HM68dSx5iLJAXm+aZJeIp+ElVovbkOAr3dCGNhpkT+Ae9fwFBWJ0w7PAvHDcYCg==" /></div>
382
+ <button
383
+ class="btn btn-sm js-toggler-target"
384
+ aria-label="Unstar this repository" title="Unstar hashcat/hashcat"
385
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
386
+ <span class="octicon octicon-star"></span>
387
+ Unstar
388
+ </button>
389
+ </form>
390
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/hashcat/hashcat/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="F/y2ySr/r+MNlCFl4Jr32h8idG4NsPZsw9AmF7+onej8JQu3f/EEE+r3c0ak8KhTq8nP4TWkyyOjYYx3aZO9tQ==" /></div>
391
+ <button
392
+ class="btn btn-sm js-toggler-target"
393
+ aria-label="Star this repository" title="Star hashcat/hashcat"
394
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
395
+ <span class="octicon octicon-star"></span>
396
+ Star
397
+ </button>
398
+ </form> </div>
399
+
400
+ </div>
401
+
402
+ <h3 class="repo-list-name">
403
+ <a href="/hashcat/hashcat">
404
+ <span class="prefix">hashcat</span>
405
+ <span class="slash">/</span>
406
+ hashcat
407
+ </a> </h3>
408
+
409
+ <p class="repo-list-description">
410
+ Advanced CPU-based password recovery utility
411
+ </p>
412
+
413
+ <p class="repo-list-meta">
414
+ C
415
+
416
+ &#8226;
417
+
418
+ 383 stars today
419
+
420
+
421
+ &#8226;
422
+ Built by
423
+ <a href="/hashcat/hashcat/graphs/contributors">
424
+ <img alt="@jsteube" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/10434361?v=3&amp;s=40" title="jsteube" width="20" />
425
+ <img alt="@philsmd" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/921533?v=3&amp;s=40" title="philsmd" width="20" />
426
+ <img alt="@duckspeaker" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/218869?v=3&amp;s=40" title="duckspeaker" width="20" />
427
+ <img alt="@epixoip" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/4122154?v=3&amp;s=40" title="epixoip" width="20" />
428
+ </a>
429
+ </p>
430
+ </li>
431
+
432
+ <li class="repo-list-item" id="pa-reagent">
433
+ <div class="repo-list-stats">
434
+
435
+ <div class="js-toggler-container js-social-container starring-container ">
436
+
437
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/airbnb/reagent/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="RuyCU6kT+Qw9fTZoE4U/9WJhlXGD02TBiQ21gNHDvyh8ZZUL/TN4LPB1RRpmtj46q4cD975D5nt0F8cit+KOpQ==" /></div>
438
+ <button
439
+ class="btn btn-sm js-toggler-target"
440
+ aria-label="Unstar this repository" title="Unstar airbnb/reagent"
441
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
442
+ <span class="octicon octicon-star"></span>
443
+ Unstar
444
+ </button>
445
+ </form>
446
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/airbnb/reagent/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="u7cmIfw8N0Oaep5gwLfyoqyeW7+a4nHH5fblVpsKJVZLwZcn7XYEbldEKPHAK2jPpNZ64X03+ylyYTF5v0ew7Q==" /></div>
447
+ <button
448
+ class="btn btn-sm js-toggler-target"
449
+ aria-label="Star this repository" title="Star airbnb/reagent"
450
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
451
+ <span class="octicon octicon-star"></span>
452
+ Star
453
+ </button>
454
+ </form> </div>
455
+
456
+ </div>
457
+
458
+ <h3 class="repo-list-name">
459
+ <a href="/airbnb/reagent">
460
+ <span class="prefix">airbnb</span>
461
+ <span class="slash">/</span>
462
+ reagent
463
+ </a> </h3>
464
+
465
+ <p class="repo-list-description">
466
+ JavaScript Testing utilities for React
467
+ </p>
468
+
469
+ <p class="repo-list-meta">
470
+ JavaScript
471
+
472
+ &#8226;
473
+
474
+ 416 stars today
475
+
476
+
477
+ &#8226;
478
+ Built by
479
+ <a href="/airbnb/reagent/graphs/contributors">
480
+ <img alt="@lelandrichardson" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/1885623?v=3&amp;s=40" title="lelandrichardson" width="20" />
481
+ <img alt="@ljharb" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/45469?v=3&amp;s=40" title="ljharb" width="20" />
482
+ <img alt="@goatslacker" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/10632?v=3&amp;s=40" title="goatslacker" width="20" />
483
+ <img alt="@horaceko" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/698456?v=3&amp;s=40" title="horaceko" width="20" />
484
+ <img alt="@brikou" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/383212?v=3&amp;s=40" title="brikou" width="20" />
485
+ </a>
486
+ </p>
487
+ </li>
488
+
489
+ <li class="repo-list-item" id="pa-FreeCodeCamp">
490
+ <div class="repo-list-stats">
491
+
492
+ <div class="js-toggler-container js-social-container starring-container ">
493
+
494
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/FreeCodeCamp/FreeCodeCamp/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="Mms77bp1awFAA5QExrOzeWHanFAlHSGWQGrx6rRLHSoPJhQRTZsB/qHAuDDCiktrcGc7JUHuF0QrrR8G489L4g==" /></div>
495
+ <button
496
+ class="btn btn-sm js-toggler-target"
497
+ aria-label="Unstar this repository" title="Unstar FreeCodeCamp/FreeCodeCamp"
498
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
499
+ <span class="octicon octicon-star"></span>
500
+ Unstar
501
+ </button>
502
+ </form>
503
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/FreeCodeCamp/FreeCodeCamp/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="YQvfCyfsKs0nbTXE0alG3DrMCH3A3Ckr07IJoL9nkZ8QND5uzqmgp4KeMux/Un0USUUWPJZOJiYNdTvYw3ybYA==" /></div>
504
+ <button
505
+ class="btn btn-sm js-toggler-target"
506
+ aria-label="Star this repository" title="Star FreeCodeCamp/FreeCodeCamp"
507
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
508
+ <span class="octicon octicon-star"></span>
509
+ Star
510
+ </button>
511
+ </form> </div>
512
+
513
+ </div>
514
+
515
+ <h3 class="repo-list-name">
516
+ <a href="/FreeCodeCamp/FreeCodeCamp">
517
+ <span class="prefix">FreeCodeCamp</span>
518
+ <span class="slash">/</span>
519
+ FreeCodeCamp
520
+ </a> </h3>
521
+
522
+ <p class="repo-list-description">
523
+ The <a href="http://FreeCodeCamp.com">http://FreeCodeCamp.com</a> open source codebase and curriculum. Learn to code and help nonprofits.
524
+ </p>
525
+
526
+ <p class="repo-list-meta">
527
+ JavaScript
528
+
529
+ &#8226;
530
+
531
+ 381 stars today
532
+
533
+
534
+ &#8226;
535
+ Built by
536
+ <a href="/FreeCodeCamp/FreeCodeCamp/graphs/contributors">
537
+ <img alt="@QuincyLarson" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/985197?v=3&amp;s=40" title="QuincyLarson" width="20" />
538
+ <img alt="@sahat" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/544954?v=3&amp;s=40" title="sahat" width="20" />
539
+ <img alt="@BerkeleyTrue" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/6775919?v=3&amp;s=40" title="BerkeleyTrue" width="20" />
540
+ <img alt="@terakilobyte" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1911390?v=3&amp;s=40" title="terakilobyte" width="20" />
541
+ <img alt="@benmcmahon100" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/10749142?v=3&amp;s=40" title="benmcmahon100" width="20" />
542
+ </a>
543
+ </p>
544
+ </li>
545
+
546
+ <li class="repo-list-item" id="pa-acme-tiny">
547
+ <div class="repo-list-stats">
548
+
549
+ <div class="js-toggler-container js-social-container starring-container ">
550
+
551
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/diafygi/acme-tiny/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="wrAFJ5mGCLjgelVEzHSgl9bq7Q2bg4YyLBkGZSnQgPvNz98FSWXCQ7IhUdtUvMEEVZwpMEZ8oxTn7PKs4lC7dg==" /></div>
552
+ <button
553
+ class="btn btn-sm js-toggler-target"
554
+ aria-label="Unstar this repository" title="Unstar diafygi/acme-tiny"
555
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
556
+ <span class="octicon octicon-star"></span>
557
+ Unstar
558
+ </button>
559
+ </form>
560
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/diafygi/acme-tiny/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="42LMQI1v2y+FW33JtVv9NSY3l3k2be6HnJPyQArUHZXD+D5DCQ4ri69PayYuDt21ng0pYLtk49tBj7ii8VM3jQ==" /></div>
561
+ <button
562
+ class="btn btn-sm js-toggler-target"
563
+ aria-label="Star this repository" title="Star diafygi/acme-tiny"
564
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
565
+ <span class="octicon octicon-star"></span>
566
+ Star
567
+ </button>
568
+ </form> </div>
569
+
570
+ </div>
571
+
572
+ <h3 class="repo-list-name">
573
+ <a href="/diafygi/acme-tiny">
574
+ <span class="prefix">diafygi</span>
575
+ <span class="slash">/</span>
576
+ acme-tiny
577
+ </a> </h3>
578
+
579
+ <p class="repo-list-description">
580
+ A tiny script to issue and renew TLS certs from Let's Encrypt
581
+ </p>
582
+
583
+ <p class="repo-list-meta">
584
+ Python
585
+
586
+ &#8226;
587
+
588
+ 311 stars today
589
+
590
+
591
+ &#8226;
592
+ Built by
593
+ <a href="/diafygi/acme-tiny/graphs/contributors">
594
+ <img alt="@diafygi" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/643187?v=3&amp;s=40" title="diafygi" width="20" />
595
+ <img alt="@jwilk" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/141546?v=3&amp;s=40" title="jwilk" width="20" />
596
+ <img alt="@jomo" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/3585743?v=3&amp;s=40" title="jomo" width="20" />
597
+ <img alt="@collinanderson" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/129234?v=3&amp;s=40" title="collinanderson" width="20" />
598
+ <img alt="@maghoff" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/386371?v=3&amp;s=40" title="maghoff" width="20" />
599
+ </a>
600
+ </p>
601
+ </li>
602
+
603
+ <li class="repo-list-item" id="pa-letsencrypt">
604
+ <div class="repo-list-stats">
605
+
606
+ <div class="js-toggler-container js-social-container starring-container ">
607
+
608
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/letsencrypt/letsencrypt/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="qsOwXSqtIfUpCnWehG3vns8LPm6RxF+8ZmkuNPiOxpTQ+NhuewwL5R1nuahqFl6XLQlOcRMOViBQDlAhIs/wfg==" /></div>
609
+ <button
610
+ class="btn btn-sm js-toggler-target"
611
+ aria-label="Unstar this repository" title="Unstar letsencrypt/letsencrypt"
612
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
613
+ <span class="octicon octicon-star"></span>
614
+ Unstar
615
+ </button>
616
+ </form>
617
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/letsencrypt/letsencrypt/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="Zjn7tEC8yhhtMcBtgLIpAs89b5jMuVPtQYZWofyBWyrrYUtxxijS1C59+1eAOf41wUkZnBqwhNaPl3u5g+ijFA==" /></div>
618
+ <button
619
+ class="btn btn-sm js-toggler-target"
620
+ aria-label="Star this repository" title="Star letsencrypt/letsencrypt"
621
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
622
+ <span class="octicon octicon-star"></span>
623
+ Star
624
+ </button>
625
+ </form> </div>
626
+
627
+ </div>
628
+
629
+ <h3 class="repo-list-name">
630
+ <a href="/letsencrypt/letsencrypt">
631
+ <span class="prefix">letsencrypt</span>
632
+ <span class="slash">/</span>
633
+ letsencrypt
634
+ </a> </h3>
635
+
636
+ <p class="repo-list-description">
637
+ This Let's Encrypt repo is an ACME client that can obtain certs and extensibly update server configurations (currently supports Apache on .deb based systems, nginx support coming soon)
638
+ </p>
639
+
640
+ <p class="repo-list-meta">
641
+ Python
642
+
643
+ &#8226;
644
+
645
+ 300 stars today
646
+
647
+
648
+ &#8226;
649
+ Built by
650
+ <a href="/letsencrypt/letsencrypt/graphs/contributors">
651
+ <img alt="@kuba" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/106176?v=3&amp;s=40" title="kuba" width="20" />
652
+ <img alt="@jdkasten" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/1581662?v=3&amp;s=40" title="jdkasten" width="20" />
653
+ <img alt="@pde" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/479213?v=3&amp;s=40" title="pde" width="20" />
654
+ <img alt="@bmw" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/6504915?v=3&amp;s=40" title="bmw" width="20" />
655
+ <img alt="@ArchimedesPi" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/4635721?v=3&amp;s=40" title="ArchimedesPi" width="20" />
656
+ </a>
657
+ </p>
658
+ </li>
659
+
660
+ <li class="repo-list-item" id="pa-labella.js">
661
+ <div class="repo-list-stats">
662
+
663
+ <div class="js-toggler-container js-social-container starring-container ">
664
+
665
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/twitter/labella.js/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="HpFf1nkg50RuBxfDGu9QV5pXMXIMNht5QxAn6V/IoQEMwdYAtPKM37c+kHPCDLJJoLwfPJbaA0x1yzOD9f8LFA==" /></div>
666
+ <button
667
+ class="btn btn-sm js-toggler-target"
668
+ aria-label="Unstar this repository" title="Unstar twitter/labella.js"
669
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
670
+ <span class="octicon octicon-star"></span>
671
+ Unstar
672
+ </button>
673
+ </form>
674
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/twitter/labella.js/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="39Vi3t/XY4f9EDVOynY3AFNnWWwXlOybGNhNn74t971zAIqYsAA0pUDBYkEOHWETzvBSOmTxYw1acsqPyGXjgQ==" /></div>
675
+ <button
676
+ class="btn btn-sm js-toggler-target"
677
+ aria-label="Star this repository" title="Star twitter/labella.js"
678
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
679
+ <span class="octicon octicon-star"></span>
680
+ Star
681
+ </button>
682
+ </form> </div>
683
+
684
+ </div>
685
+
686
+ <h3 class="repo-list-name">
687
+ <a href="/twitter/labella.js">
688
+ <span class="prefix">twitter</span>
689
+ <span class="slash">/</span>
690
+ labella.js
691
+ </a> </h3>
692
+
693
+ <p class="repo-list-description">
694
+ Placing labels on a timeline without overlap.
695
+ </p>
696
+
697
+ <p class="repo-list-meta">
698
+ JavaScript
699
+
700
+ &#8226;
701
+
702
+ 248 stars today
703
+
704
+
705
+ &#8226;
706
+ Built by
707
+ <a href="/twitter/labella.js/graphs/contributors">
708
+ <img alt="@kristw" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1659771?v=3&amp;s=40" title="kristw" width="20" />
709
+ <img alt="@jmeas" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/2322305?v=3&amp;s=40" title="jmeas" width="20" />
710
+ </a>
711
+ </p>
712
+ </li>
713
+
714
+ <li class="repo-list-item" id="pa-bliss">
715
+ <div class="repo-list-stats">
716
+
717
+ <div class="js-toggler-container js-social-container starring-container ">
718
+
719
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/LeaVerou/bliss/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="VkQZZOrxsuIGzpK9ltm+KWrPhvTtGyAn/T2MwH+EosO3W+soo3850FsAfj0wuUB2r66+uDvRp016Tr2O5+vsMQ==" /></div>
720
+ <button
721
+ class="btn btn-sm js-toggler-target"
722
+ aria-label="Unstar this repository" title="Unstar LeaVerou/bliss"
723
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
724
+ <span class="octicon octicon-star"></span>
725
+ Unstar
726
+ </button>
727
+ </form>
728
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/LeaVerou/bliss/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="niwbTbIg1OieNknvjAvMT2SAiZ+VoPFUeUWyyzisVgoIs4bxOh2vsKT2/3XS0aBImiEsUbHLmSOy9GbggHpbYg==" /></div>
729
+ <button
730
+ class="btn btn-sm js-toggler-target"
731
+ aria-label="Star this repository" title="Star LeaVerou/bliss"
732
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
733
+ <span class="octicon octicon-star"></span>
734
+ Star
735
+ </button>
736
+ </form> </div>
737
+
738
+ </div>
739
+
740
+ <h3 class="repo-list-name">
741
+ <a href="/LeaVerou/bliss">
742
+ <span class="prefix">LeaVerou</span>
743
+ <span class="slash">/</span>
744
+ bliss
745
+ </a> </h3>
746
+
747
+ <p class="repo-list-description">
748
+ Blissful JavaScript
749
+ </p>
750
+
751
+ <p class="repo-list-meta">
752
+ HTML
753
+
754
+ &#8226;
755
+
756
+ 228 stars today
757
+
758
+
759
+ &#8226;
760
+ Built by
761
+ <a href="/LeaVerou/bliss/graphs/contributors">
762
+ <img alt="@LeaVerou" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/175836?v=3&amp;s=40" title="LeaVerou" width="20" />
763
+ <img alt="@cheeaun" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/2296?v=3&amp;s=40" title="cheeaun" width="20" />
764
+ <img alt="@lipis" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/125676?v=3&amp;s=40" title="lipis" width="20" />
765
+ <img alt="@dperrymorrow" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/64978?v=3&amp;s=40" title="dperrymorrow" width="20" />
766
+ </a>
767
+ </p>
768
+ </li>
769
+
770
+ <li class="repo-list-item" id="pa-Split.js">
771
+ <div class="repo-list-stats">
772
+
773
+ <div class="js-toggler-container js-social-container starring-container ">
774
+
775
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/nathancahill/Split.js/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="9Y9xYSDDyXwMejewqAVkRqkAyKiPlHrGDIr3aW4j0xQDW2bBtyzK5gCYAjnWlsCT1fx+OsNcN7TTcKf8qAd6iA==" /></div>
776
+ <button
777
+ class="btn btn-sm js-toggler-target"
778
+ aria-label="Unstar this repository" title="Unstar nathancahill/Split.js"
779
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
780
+ <span class="octicon octicon-star"></span>
781
+ Unstar
782
+ </button>
783
+ </form>
784
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/nathancahill/Split.js/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="T2lvTairXG3lC48IdJPhK/5R4LjMgtjjRWIowrIi5mZfOmnwzrrb2J8Um7nA2JuRBkvCASfsU2M/SS6nj2pPsA==" /></div>
785
+ <button
786
+ class="btn btn-sm js-toggler-target"
787
+ aria-label="Star this repository" title="Star nathancahill/Split.js"
788
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
789
+ <span class="octicon octicon-star"></span>
790
+ Star
791
+ </button>
792
+ </form> </div>
793
+
794
+ </div>
795
+
796
+ <h3 class="repo-list-name">
797
+ <a href="/nathancahill/Split.js">
798
+ <span class="prefix">nathancahill</span>
799
+ <span class="slash">/</span>
800
+ Split.js
801
+ </a> </h3>
802
+
803
+ <p class="repo-list-description">
804
+ Lightweight, unopinionated utility for adjustable split views
805
+ </p>
806
+
807
+ <p class="repo-list-meta">
808
+ JavaScript
809
+
810
+ &#8226;
811
+
812
+ 217 stars today
813
+
814
+
815
+ &#8226;
816
+ Built by
817
+ <a href="/nathancahill/Split.js/graphs/contributors">
818
+ <img alt="@nathancahill" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/1383872?v=3&amp;s=40" title="nathancahill" width="20" />
819
+ </a>
820
+ </p>
821
+ </li>
822
+
823
+ <li class="repo-list-item" id="pa-oclHashcat">
824
+ <div class="repo-list-stats">
825
+
826
+ <div class="js-toggler-container js-social-container starring-container ">
827
+
828
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/hashcat/oclHashcat/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="ntxgApnFX87APeSJnAKDUMWHJFdNlqucLM3iVDxjRlrhf8Uw88Gv+qmVb+0Tw3LNvw7wpe3KAWqT8FNz7bXC8w==" /></div>
829
+ <button
830
+ class="btn btn-sm js-toggler-target"
831
+ aria-label="Unstar this repository" title="Unstar hashcat/oclHashcat"
832
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
833
+ <span class="octicon octicon-star"></span>
834
+ Unstar
835
+ </button>
836
+ </form>
837
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/hashcat/oclHashcat/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="nYhmrPWksTDhwesqZEdnWAs6ioTaenFabpPZpZB+4XpthuhVOw+Ytwva+HXb2j63fSEIf64xCoDQxBZiDOlrTQ==" /></div>
838
+ <button
839
+ class="btn btn-sm js-toggler-target"
840
+ aria-label="Star this repository" title="Star hashcat/oclHashcat"
841
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
842
+ <span class="octicon octicon-star"></span>
843
+ Star
844
+ </button>
845
+ </form> </div>
846
+
847
+ </div>
848
+
849
+ <h3 class="repo-list-name">
850
+ <a href="/hashcat/oclHashcat">
851
+ <span class="prefix">hashcat</span>
852
+ <span class="slash">/</span>
853
+ oclHashcat
854
+ </a> </h3>
855
+
856
+ <p class="repo-list-description">
857
+ World's fastest and most advanced GPGPU-based password recovery utility
858
+ </p>
859
+
860
+ <p class="repo-list-meta">
861
+ C
862
+
863
+ &#8226;
864
+
865
+ 194 stars today
866
+
867
+
868
+ &#8226;
869
+ Built by
870
+ <a href="/hashcat/oclHashcat/graphs/contributors">
871
+ <img alt="@jsteube" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/10434361?v=3&amp;s=40" title="jsteube" width="20" />
872
+ <img alt="@philsmd" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/921533?v=3&amp;s=40" title="philsmd" width="20" />
873
+ </a>
874
+ </p>
875
+ </li>
876
+
877
+ <li class="repo-list-item" id="pa-swift-package-manager">
878
+ <div class="repo-list-stats">
879
+
880
+ <div class="js-toggler-container js-social-container starring-container ">
881
+
882
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-package-manager/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="aeb2nXXJ6vByzKNV7PRzgYXJg/AxAnmN8o6Bv1+4ItNwAAFeLf/lLOO0MHaPGK79s4Bc1TC1l72WK7Rt5O4VnA==" /></div>
883
+ <button
884
+ class="btn btn-sm js-toggler-target"
885
+ aria-label="Unstar this repository" title="Unstar apple/swift-package-manager"
886
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
887
+ <span class="octicon octicon-star"></span>
888
+ Unstar
889
+ </button>
890
+ </form>
891
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-package-manager/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="tXlh6PL+zoxFMh2HqrowR1GO1h8djagX8Xu9O144VTSTBDAl3noVtYywN9UE8H/V/SQ60WHKIzHlZKNYljC9pQ==" /></div>
892
+ <button
893
+ class="btn btn-sm js-toggler-target"
894
+ aria-label="Star this repository" title="Star apple/swift-package-manager"
895
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
896
+ <span class="octicon octicon-star"></span>
897
+ Star
898
+ </button>
899
+ </form> </div>
900
+
901
+ </div>
902
+
903
+ <h3 class="repo-list-name">
904
+ <a href="/apple/swift-package-manager">
905
+ <span class="prefix">apple</span>
906
+ <span class="slash">/</span>
907
+ swift-package-manager
908
+ </a> </h3>
909
+
910
+ <p class="repo-list-description">
911
+ The Package Manager for the Swift Programming Language
912
+ </p>
913
+
914
+ <p class="repo-list-meta">
915
+ Swift
916
+
917
+ &#8226;
918
+
919
+ 190 stars today
920
+
921
+
922
+ &#8226;
923
+ Built by
924
+ <a href="/apple/swift-package-manager/graphs/contributors">
925
+ <img alt="@mxcl" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/58962?v=3&amp;s=40" title="mxcl" width="20" />
926
+ <img alt="@mattt" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/7659?v=3&amp;s=40" title="mattt" width="20" />
927
+ <img alt="@ddunbar" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/106625?v=3&amp;s=40" title="ddunbar" width="20" />
928
+ <img alt="@rballard" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/270985?v=3&amp;s=40" title="rballard" width="20" />
929
+ <img alt="@emish" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/566637?v=3&amp;s=40" title="emish" width="20" />
930
+ </a>
931
+ </p>
932
+ </li>
933
+
934
+ <li class="repo-list-item" id="pa-documentation">
935
+ <div class="repo-list-stats">
936
+
937
+ <div class="js-toggler-container js-social-container starring-container ">
938
+
939
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/documentationjs/documentation/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="Nq7Kmr8wPaKCPT1Tw57syqnwIPr5756noVaieR5FyW+kAaqzVWVst4gzhlbuT9uiVfr0pvCVS4Atr1OBv4aAJw==" /></div>
940
+ <button
941
+ class="btn btn-sm js-toggler-target"
942
+ aria-label="Unstar this repository" title="Unstar documentationjs/documentation"
943
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
944
+ <span class="octicon octicon-star"></span>
945
+ Unstar
946
+ </button>
947
+ </form>
948
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/documentationjs/documentation/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="7cKT5hsuiNp4Cj/xiDmie73Kl9KjfwVber2P+ZUni+INXTsAf0oFN71767apE0Ryqv7+KDo5mdZcuEJvjbEx5Q==" /></div>
949
+ <button
950
+ class="btn btn-sm js-toggler-target"
951
+ aria-label="Star this repository" title="Star documentationjs/documentation"
952
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
953
+ <span class="octicon octicon-star"></span>
954
+ Star
955
+ </button>
956
+ </form> </div>
957
+
958
+ </div>
959
+
960
+ <h3 class="repo-list-name">
961
+ <a href="/documentationjs/documentation">
962
+ <span class="prefix">documentationjs</span>
963
+ <span class="slash">/</span>
964
+ documentation
965
+ </a> </h3>
966
+
967
+ <p class="repo-list-description">
968
+ beautiful, flexible, powerful js docs
969
+ </p>
970
+
971
+ <p class="repo-list-meta">
972
+ JavaScript
973
+
974
+ &#8226;
975
+
976
+ 177 stars today
977
+
978
+
979
+ &#8226;
980
+ Built by
981
+ <a href="/documentationjs/documentation/graphs/contributors">
982
+ <img alt="@tmcw" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/32314?v=3&amp;s=40" title="tmcw" width="20" />
983
+ <img alt="@jfirebaugh" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/98601?v=3&amp;s=40" title="jfirebaugh" width="20" />
984
+ <img alt="@anandthakker" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/4974151?v=3&amp;s=40" title="anandthakker" width="20" />
985
+ <img alt="@beaugunderson" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/61791?v=3&amp;s=40" title="beaugunderson" width="20" />
986
+ <img alt="@knownasilya" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/34726?v=3&amp;s=40" title="knownasilya" width="20" />
987
+ </a>
988
+ </p>
989
+ </li>
990
+
991
+ <li class="repo-list-item" id="pa-hospitalrun-frontend">
992
+ <div class="repo-list-stats">
993
+
994
+ <div class="js-toggler-container js-social-container starring-container ">
995
+
996
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/HospitalRun/hospitalrun-frontend/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="pq4WUA/lZ4xpMZEMlXArWiq3HPcGhSeJx7rPqQoabQo2IGvp/EBQbSFh9D6BMjTqAYRBBvf61htZJ48Coc9Gtw==" /></div>
997
+ <button
998
+ class="btn btn-sm js-toggler-target"
999
+ aria-label="Unstar this repository" title="Unstar HospitalRun/hospitalrun-frontend"
1000
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1001
+ <span class="octicon octicon-star"></span>
1002
+ Unstar
1003
+ </button>
1004
+ </form>
1005
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/HospitalRun/hospitalrun-frontend/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="zZUBGP+ie/07vETscwu9xUm2dzG9bb0pG07DvfXnFlVMyTp/4cPqLpEfE/wRfhKtAz0f8uGTx+UHQG693t36VQ==" /></div>
1006
+ <button
1007
+ class="btn btn-sm js-toggler-target"
1008
+ aria-label="Star this repository" title="Star HospitalRun/hospitalrun-frontend"
1009
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1010
+ <span class="octicon octicon-star"></span>
1011
+ Star
1012
+ </button>
1013
+ </form> </div>
1014
+
1015
+ </div>
1016
+
1017
+ <h3 class="repo-list-name">
1018
+ <a href="/HospitalRun/hospitalrun-frontend">
1019
+ <span class="prefix">HospitalRun</span>
1020
+ <span class="slash">/</span>
1021
+ hospitalrun-frontend
1022
+ </a> </h3>
1023
+
1024
+ <p class="repo-list-description">
1025
+ Ember front end for HospitalRun
1026
+ </p>
1027
+
1028
+ <p class="repo-list-meta">
1029
+ JavaScript
1030
+
1031
+ &#8226;
1032
+
1033
+ 167 stars today
1034
+
1035
+
1036
+ &#8226;
1037
+ Built by
1038
+ <a href="/HospitalRun/hospitalrun-frontend/graphs/contributors">
1039
+ <img alt="@jkleinsc" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/609052?v=3&amp;s=40" title="jkleinsc" width="20" />
1040
+ <img alt="@jglovier" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/1319791?v=3&amp;s=40" title="jglovier" width="20" />
1041
+ <img alt="@tangollama" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/929261?v=3&amp;s=40" title="tangollama" width="20" />
1042
+ <img alt="@taras" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/74687?v=3&amp;s=40" title="taras" width="20" />
1043
+ <img alt="@billybonks" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/1640136?v=3&amp;s=40" title="billybonks" width="20" />
1044
+ </a>
1045
+ </p>
1046
+ </li>
1047
+
1048
+ <li class="repo-list-item" id="pa-hacker-scripts">
1049
+ <div class="repo-list-stats">
1050
+
1051
+ <div class="js-toggler-container js-social-container starring-container on">
1052
+
1053
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/NARKOZ/hacker-scripts/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="1oiSwblxqXmPJ6xHxlDJcboLU95idb8ED9w8Dpm0krJHJ80CaX0ucli7718z6G6cuk6FU5EYgjtDmAQSwfLkTw==" /></div>
1054
+ <button
1055
+ class="btn btn-sm js-toggler-target"
1056
+ aria-label="Unstar this repository" title="Unstar NARKOZ/hacker-scripts"
1057
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1058
+ <span class="octicon octicon-star"></span>
1059
+ Unstar
1060
+ </button>
1061
+ </form>
1062
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/NARKOZ/hacker-scripts/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="T/hN/2+Qwp/TDL7Y5iO8VurJl/dgMwHjHgufbqKlsQQ46HcPuyhyU9DUjwungANTgpFKzy82R2MReIW+OaD8MA==" /></div>
1063
+ <button
1064
+ class="btn btn-sm js-toggler-target"
1065
+ aria-label="Star this repository" title="Star NARKOZ/hacker-scripts"
1066
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1067
+ <span class="octicon octicon-star"></span>
1068
+ Star
1069
+ </button>
1070
+ </form> </div>
1071
+
1072
+ </div>
1073
+
1074
+ <h3 class="repo-list-name">
1075
+ <a href="/NARKOZ/hacker-scripts">
1076
+ <span class="prefix">NARKOZ</span>
1077
+ <span class="slash">/</span>
1078
+ hacker-scripts
1079
+ </a> </h3>
1080
+
1081
+ <p class="repo-list-description">
1082
+ Based on a true story
1083
+ </p>
1084
+
1085
+ <p class="repo-list-meta">
1086
+ JavaScript
1087
+
1088
+ &#8226;
1089
+
1090
+ 139 stars today
1091
+
1092
+
1093
+ &#8226;
1094
+ Built by
1095
+ <a href="/NARKOZ/hacker-scripts/graphs/contributors">
1096
+ <img alt="@NARKOZ" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/253398?v=3&amp;s=40" title="NARKOZ" width="20" />
1097
+ <img alt="@robaganrab" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/88004?v=3&amp;s=40" title="robaganrab" width="20" />
1098
+ <img alt="@kashyapakshay" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/934169?v=3&amp;s=40" title="kashyapakshay" width="20" />
1099
+ <img alt="@alexesprit" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/1119267?v=3&amp;s=40" title="alexesprit" width="20" />
1100
+ <img alt="@xer0k00l" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/8954574?v=3&amp;s=40" title="xer0k00l" width="20" />
1101
+ </a>
1102
+ </p>
1103
+ </li>
1104
+
1105
+ <li class="repo-list-item" id="pa-swift-evolution">
1106
+ <div class="repo-list-stats">
1107
+
1108
+ <div class="js-toggler-container js-social-container starring-container ">
1109
+
1110
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-evolution/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="RKr/faGN9Lnv7Jx6TqDz2Nf3gkCWxzq053jNpSFs4aAjqn7TPyz2l1452pSANWzuLdI1L772Zd1wviTatKeyiQ==" /></div>
1111
+ <button
1112
+ class="btn btn-sm js-toggler-target"
1113
+ aria-label="Unstar this repository" title="Unstar apple/swift-evolution"
1114
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1115
+ <span class="octicon octicon-star"></span>
1116
+ Unstar
1117
+ </button>
1118
+ </form>
1119
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-evolution/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="wAVEvwFh6Q+rluSbtxXXXl66A8wd6G5ALJQJm4Ud2ta2cUZTCP7q2EXo0DEvLB8BmZSxEekOO3pAHHUYIyaExA==" /></div>
1120
+ <button
1121
+ class="btn btn-sm js-toggler-target"
1122
+ aria-label="Star this repository" title="Star apple/swift-evolution"
1123
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1124
+ <span class="octicon octicon-star"></span>
1125
+ Star
1126
+ </button>
1127
+ </form> </div>
1128
+
1129
+ </div>
1130
+
1131
+ <h3 class="repo-list-name">
1132
+ <a href="/apple/swift-evolution">
1133
+ <span class="prefix">apple</span>
1134
+ <span class="slash">/</span>
1135
+ swift-evolution
1136
+ </a> </h3>
1137
+
1138
+
1139
+ <p class="repo-list-meta">
1140
+
1141
+
1142
+
1143
+ 140 stars today
1144
+
1145
+
1146
+ &#8226;
1147
+ Built by
1148
+ <a href="/apple/swift-evolution/graphs/contributors">
1149
+ <img alt="@DougGregor" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/989428?v=3&amp;s=40" title="DougGregor" width="20" />
1150
+ <img alt="@lattner" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/15152540?v=3&amp;s=40" title="lattner" width="20" />
1151
+ <img alt="@gribozavr" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/1120569?v=3&amp;s=40" title="gribozavr" width="20" />
1152
+ <img alt="@krememek" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/3087023?v=3&amp;s=40" title="krememek" width="20" />
1153
+ <img alt="@dbworku" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/2839631?v=3&amp;s=40" title="dbworku" width="20" />
1154
+ </a>
1155
+ </p>
1156
+ </li>
1157
+
1158
+ <li class="repo-list-item" id="pa-awesome-interviews">
1159
+ <div class="repo-list-stats">
1160
+
1161
+ <div class="js-toggler-container js-social-container starring-container ">
1162
+
1163
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/MaximAbramchuck/awesome-interviews/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="E0gP8Ikta5Qw+4skdMxl1X7Yy8kFv/U8stZGlBxrny/QNKnvGTCCOWnMhmDuPEwei8PH37wRXi1anR5a6BoB8w==" /></div>
1164
+ <button
1165
+ class="btn btn-sm js-toggler-target"
1166
+ aria-label="Unstar this repository" title="Unstar MaximAbramchuck/awesome-interviews"
1167
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1168
+ <span class="octicon octicon-star"></span>
1169
+ Unstar
1170
+ </button>
1171
+ </form>
1172
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/MaximAbramchuck/awesome-interviews/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="AyUumH3+jyYO20xeOyk88GJJfhei9mT5CojBXXjE75eHisO/bxwNsz8P5WGhTHKlIA6DAawqgL2BaTFgdWVxRw==" /></div>
1173
+ <button
1174
+ class="btn btn-sm js-toggler-target"
1175
+ aria-label="Star this repository" title="Star MaximAbramchuck/awesome-interviews"
1176
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1177
+ <span class="octicon octicon-star"></span>
1178
+ Star
1179
+ </button>
1180
+ </form> </div>
1181
+
1182
+ </div>
1183
+
1184
+ <h3 class="repo-list-name">
1185
+ <a href="/MaximAbramchuck/awesome-interviews">
1186
+ <span class="prefix">MaximAbramchuck</span>
1187
+ <span class="slash">/</span>
1188
+ awesome-interviews
1189
+ </a> </h3>
1190
+
1191
+ <p class="repo-list-description">
1192
+
1193
+ <img class="emoji" title=":octocat:" alt=":octocat:" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png" height="20" width="20" align="absmiddle"> A curated awesome list of lists of interview questions. Feel free to contribute! <img class="emoji" title=":mortar_board:" alt=":mortar_board:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f393.png" height="20" width="20" align="absmiddle">
1194
+ </p>
1195
+
1196
+ <p class="repo-list-meta">
1197
+
1198
+
1199
+
1200
+ 139 stars today
1201
+
1202
+
1203
+ &#8226;
1204
+ Built by
1205
+ <a href="/MaximAbramchuck/awesome-interviews/graphs/contributors">
1206
+ <img alt="@MaximAbramchuck" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/5942002?v=3&amp;s=40" title="MaximAbramchuck" width="20" />
1207
+ <img alt="@lipis" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/125676?v=3&amp;s=40" title="lipis" width="20" />
1208
+ <img alt="@kmoza" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/2894825?v=3&amp;s=40" title="kmoza" width="20" />
1209
+ <img alt="@Rashiq" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/1624385?v=3&amp;s=40" title="Rashiq" width="20" />
1210
+ <img alt="@appleboy" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/21979?v=3&amp;s=40" title="appleboy" width="20" />
1211
+ </a>
1212
+ </p>
1213
+ </li>
1214
+
1215
+ <li class="repo-list-item" id="pa-dreamjs">
1216
+ <div class="repo-list-stats">
1217
+
1218
+ <div class="js-toggler-container js-social-container starring-container ">
1219
+
1220
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/adleroliveira/dreamjs/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="+P8ySS6l/XvFhPwzcAnD1BGdYuJPJq26FXCrC/JltrQHHg+EzD4Zn/pKq3ulFaRQrNSxWE8G1/kV1NKYU5OE0w==" /></div>
1221
+ <button
1222
+ class="btn btn-sm js-toggler-target"
1223
+ aria-label="Unstar this repository" title="Unstar adleroliveira/dreamjs"
1224
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1225
+ <span class="octicon octicon-star"></span>
1226
+ Unstar
1227
+ </button>
1228
+ </form>
1229
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/adleroliveira/dreamjs/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="u47EvacyQzUvQOR+sg/IiSSorqjBMgwhyvKBBOIJo9EbC3PXocifo7Ud+zieWU3+yeHZXFme77ej5gwOMLrigw==" /></div>
1230
+ <button
1231
+ class="btn btn-sm js-toggler-target"
1232
+ aria-label="Star this repository" title="Star adleroliveira/dreamjs"
1233
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1234
+ <span class="octicon octicon-star"></span>
1235
+ Star
1236
+ </button>
1237
+ </form> </div>
1238
+
1239
+ </div>
1240
+
1241
+ <h3 class="repo-list-name">
1242
+ <a href="/adleroliveira/dreamjs">
1243
+ <span class="prefix">adleroliveira</span>
1244
+ <span class="slash">/</span>
1245
+ dreamjs
1246
+ </a> </h3>
1247
+
1248
+ <p class="repo-list-description">
1249
+ A lightweight json data generator.
1250
+ </p>
1251
+
1252
+ <p class="repo-list-meta">
1253
+ JavaScript
1254
+
1255
+ &#8226;
1256
+
1257
+ 136 stars today
1258
+
1259
+
1260
+ &#8226;
1261
+ Built by
1262
+ <a href="/adleroliveira/dreamjs/graphs/contributors">
1263
+ <img alt="@adleroliveira" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/713256?v=3&amp;s=40" title="adleroliveira" width="20" />
1264
+ </a>
1265
+ </p>
1266
+ </li>
1267
+
1268
+ <li class="repo-list-item" id="pa-swift-http">
1269
+ <div class="repo-list-stats">
1270
+
1271
+ <div class="js-toggler-container js-social-container starring-container ">
1272
+
1273
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/huytd/swift-http/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="nlKvUpjllqWgJmTIllOfXNGYIzSeYzbt1Q3m3CPB0GIkklcmumkV7nqSaawuws5nMK5K2JBjTtaVAQt2BVxToA==" /></div>
1274
+ <button
1275
+ class="btn btn-sm js-toggler-target"
1276
+ aria-label="Unstar this repository" title="Unstar huytd/swift-http"
1277
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1278
+ <span class="octicon octicon-star"></span>
1279
+ Unstar
1280
+ </button>
1281
+ </form>
1282
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/huytd/swift-http/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="2pL3WWgZyNA0BITLQcrK29CLPzSxf2El84kqOSiSBvfw3X3l1W7ElM1/MlFs9DbfL/Ze3/u/x3tHJhkmDHJHPQ==" /></div>
1283
+ <button
1284
+ class="btn btn-sm js-toggler-target"
1285
+ aria-label="Star this repository" title="Star huytd/swift-http"
1286
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1287
+ <span class="octicon octicon-star"></span>
1288
+ Star
1289
+ </button>
1290
+ </form> </div>
1291
+
1292
+ </div>
1293
+
1294
+ <h3 class="repo-list-name">
1295
+ <a href="/huytd/swift-http">
1296
+ <span class="prefix">huytd</span>
1297
+ <span class="slash">/</span>
1298
+ swift-http
1299
+ </a> </h3>
1300
+
1301
+ <p class="repo-list-description">
1302
+ HTTP Implementation for Swift on Linux and Mac OS X
1303
+ </p>
1304
+
1305
+ <p class="repo-list-meta">
1306
+ Swift
1307
+
1308
+ &#8226;
1309
+
1310
+ 125 stars today
1311
+
1312
+
1313
+ &#8226;
1314
+ Built by
1315
+ <a href="/huytd/swift-http/graphs/contributors">
1316
+ <img alt="@huytd" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/613943?v=3&amp;s=40" title="huytd" width="20" />
1317
+ <img alt="@gshahbazian" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/867852?v=3&amp;s=40" title="gshahbazian" width="20" />
1318
+ <img alt="@superpan" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/201234?v=3&amp;s=40" title="superpan" width="20" />
1319
+ <img alt="@davidcelis" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/36873?v=3&amp;s=40" title="davidcelis" width="20" />
1320
+ <img alt="@drnic" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/108?v=3&amp;s=40" title="drnic" width="20" />
1321
+ </a>
1322
+ </p>
1323
+ </li>
1324
+
1325
+ <li class="repo-list-item" id="pa-gethttpsforfree">
1326
+ <div class="repo-list-stats">
1327
+
1328
+ <div class="js-toggler-container js-social-container starring-container ">
1329
+
1330
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/diafygi/gethttpsforfree/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="R23DgypEOwQ0t+6EOqJ03E8VpKKqOYbeE19o+R7aw8IIFewnr09AKLDs0Ykz5/0aFVXc9xJFhw0kQF+n4KoXSQ==" /></div>
1331
+ <button
1332
+ class="btn btn-sm js-toggler-target"
1333
+ aria-label="Unstar this repository" title="Unstar diafygi/gethttpsforfree"
1334
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1335
+ <span class="octicon octicon-star"></span>
1336
+ Unstar
1337
+ </button>
1338
+ </form>
1339
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/diafygi/gethttpsforfree/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="6EYSHuLindyKGVV8N4rKSZaiXwvIl8vhP1tGevWbyfMgld+RYDXIO0Hr3CWnaIv8UpdTg25URLPjeUhl0xD90w==" /></div>
1340
+ <button
1341
+ class="btn btn-sm js-toggler-target"
1342
+ aria-label="Star this repository" title="Star diafygi/gethttpsforfree"
1343
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1344
+ <span class="octicon octicon-star"></span>
1345
+ Star
1346
+ </button>
1347
+ </form> </div>
1348
+
1349
+ </div>
1350
+
1351
+ <h3 class="repo-list-name">
1352
+ <a href="/diafygi/gethttpsforfree">
1353
+ <span class="prefix">diafygi</span>
1354
+ <span class="slash">/</span>
1355
+ gethttpsforfree
1356
+ </a> </h3>
1357
+
1358
+ <p class="repo-list-description">
1359
+ Source code for <a href="https://gethttpsforfree.com/">https://gethttpsforfree.com/</a>
1360
+ </p>
1361
+
1362
+ <p class="repo-list-meta">
1363
+ JavaScript
1364
+
1365
+ &#8226;
1366
+
1367
+ 118 stars today
1368
+
1369
+
1370
+ &#8226;
1371
+ Built by
1372
+ <a href="/diafygi/gethttpsforfree/graphs/contributors">
1373
+ <img alt="@diafygi" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/643187?v=3&amp;s=40" title="diafygi" width="20" />
1374
+ <img alt="@justfortherec" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/935534?v=3&amp;s=40" title="justfortherec" width="20" />
1375
+ <img alt="@cmarqu" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/360986?v=3&amp;s=40" title="cmarqu" width="20" />
1376
+ <img alt="@Cathryne" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/757323?v=3&amp;s=40" title="Cathryne" width="20" />
1377
+ <img alt="@freddyb" class="avatar" height="20" src="https://avatars2.githubusercontent.com/u/87264?v=3&amp;s=40" title="freddyb" width="20" />
1378
+ </a>
1379
+ </p>
1380
+ </li>
1381
+
1382
+ <li class="repo-list-item" id="pa-swift-corelibs-foundation">
1383
+ <div class="repo-list-stats">
1384
+
1385
+ <div class="js-toggler-container js-social-container starring-container ">
1386
+
1387
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-corelibs-foundation/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="7xCOh7T/ybaXjM+SxHMD+BBeJrnpRbtza67KlSxMDTzm6F9euy+hcKjSnB1wTya4EY4ACsqI9i5AbNO+oQsJBg==" /></div>
1388
+ <button
1389
+ class="btn btn-sm js-toggler-target"
1390
+ aria-label="Unstar this repository" title="Unstar apple/swift-corelibs-foundation"
1391
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1392
+ <span class="octicon octicon-star"></span>
1393
+ Unstar
1394
+ </button>
1395
+ </form>
1396
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/apple/swift-corelibs-foundation/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="PwGNmXvPpKid7gp44oTifGbd1ZbY04WjPm2jewZkWTwBpOHAnBUCatOvwdcxYo9jJ+MpB8EvgToDsdDUYOpx1A==" /></div>
1397
+ <button
1398
+ class="btn btn-sm js-toggler-target"
1399
+ aria-label="Star this repository" title="Star apple/swift-corelibs-foundation"
1400
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1401
+ <span class="octicon octicon-star"></span>
1402
+ Star
1403
+ </button>
1404
+ </form> </div>
1405
+
1406
+ </div>
1407
+
1408
+ <h3 class="repo-list-name">
1409
+ <a href="/apple/swift-corelibs-foundation">
1410
+ <span class="prefix">apple</span>
1411
+ <span class="slash">/</span>
1412
+ swift-corelibs-foundation
1413
+ </a> </h3>
1414
+
1415
+ <p class="repo-list-description">
1416
+ The Foundation Project, providing core utilities, internationalization, and OS independence
1417
+ </p>
1418
+
1419
+ <p class="repo-list-meta">
1420
+ C
1421
+
1422
+ &#8226;
1423
+
1424
+ 93 stars today
1425
+
1426
+
1427
+ &#8226;
1428
+ Built by
1429
+ <a href="/apple/swift-corelibs-foundation/graphs/contributors">
1430
+ <img alt="@parkera" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/144462?v=3&amp;s=40" title="parkera" width="20" />
1431
+ <img alt="@phausler" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/278470?v=3&amp;s=40" title="phausler" width="20" />
1432
+ <img alt="@bartekchlebek" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/1083513?v=3&amp;s=40" title="bartekchlebek" width="20" />
1433
+ <img alt="@jrose-apple" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/15097531?v=3&amp;s=40" title="jrose-apple" width="20" />
1434
+ <img alt="@richardgroves" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/715058?v=3&amp;s=40" title="richardgroves" width="20" />
1435
+ </a>
1436
+ </p>
1437
+ </li>
1438
+
1439
+ <li class="repo-list-item" id="pa-lego">
1440
+ <div class="repo-list-stats">
1441
+
1442
+ <div class="js-toggler-container js-social-container starring-container ">
1443
+
1444
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/xenolf/lego/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="n3cHy5kNOuJcCbNmXPKID36tsW0EO9YaXE4gGCt9HgNqrDzT+FE9MTUXT5HMA8UPDYaPn/qm7AhppkB/hoSTKA==" /></div>
1445
+ <button
1446
+ class="btn btn-sm js-toggler-target"
1447
+ aria-label="Unstar this repository" title="Unstar xenolf/lego"
1448
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1449
+ <span class="octicon octicon-star"></span>
1450
+ Unstar
1451
+ </button>
1452
+ </form>
1453
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/xenolf/lego/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r7t4zkMBpWe8I6QkObSO7MAEoseHt/JvJiJ5+s4DS7cUuZmnIc2XdmY6Gcya9euQnQMT7s7RuF0Lr1NXKb094g==" /></div>
1454
+ <button
1455
+ class="btn btn-sm js-toggler-target"
1456
+ aria-label="Star this repository" title="Star xenolf/lego"
1457
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1458
+ <span class="octicon octicon-star"></span>
1459
+ Star
1460
+ </button>
1461
+ </form> </div>
1462
+
1463
+ </div>
1464
+
1465
+ <h3 class="repo-list-name">
1466
+ <a href="/xenolf/lego">
1467
+ <span class="prefix">xenolf</span>
1468
+ <span class="slash">/</span>
1469
+ lego
1470
+ </a> </h3>
1471
+
1472
+ <p class="repo-list-description">
1473
+ Let's Encrypt client and ACME library written in Go
1474
+ </p>
1475
+
1476
+ <p class="repo-list-meta">
1477
+ Go
1478
+
1479
+ &#8226;
1480
+
1481
+ 100 stars today
1482
+
1483
+
1484
+ &#8226;
1485
+ Built by
1486
+ <a href="/xenolf/lego/graphs/contributors">
1487
+ <img alt="@xenolf" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/578256?v=3&amp;s=40" title="xenolf" width="20" />
1488
+ <img alt="@mholt" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/1128849?v=3&amp;s=40" title="mholt" width="20" />
1489
+ <img alt="@zakjan" class="avatar" height="20" src="https://avatars3.githubusercontent.com/u/173585?v=3&amp;s=40" title="zakjan" width="20" />
1490
+ </a>
1491
+ </p>
1492
+ </li>
1493
+
1494
+ <li class="repo-list-item" id="pa-cropperjs">
1495
+ <div class="repo-list-stats">
1496
+
1497
+ <div class="js-toggler-container js-social-container starring-container ">
1498
+
1499
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/fengyuanchen/cropperjs/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="lBi4YClGUrlKHxOXqZ8oTv/ThoqmjvKp+j9F/NZJMYO9HilAxrVnfS5afYShscRmLzbcHpVg4OE62ftP6N+GlQ==" /></div>
1500
+ <button
1501
+ class="btn btn-sm js-toggler-target"
1502
+ aria-label="Unstar this repository" title="Unstar fengyuanchen/cropperjs"
1503
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1504
+ <span class="octicon octicon-star"></span>
1505
+ Unstar
1506
+ </button>
1507
+ </form>
1508
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/fengyuanchen/cropperjs/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="O9vJMqe6nZgLsl6uS7EQw0jZ3RV8BR3PlDLMt2Puw/NQCzgcRV54EOlrXpi6xEWLotMuq3apz4OZh91m+SOomg==" /></div>
1509
+ <button
1510
+ class="btn btn-sm js-toggler-target"
1511
+ aria-label="Star this repository" title="Star fengyuanchen/cropperjs"
1512
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1513
+ <span class="octicon octicon-star"></span>
1514
+ Star
1515
+ </button>
1516
+ </form> </div>
1517
+
1518
+ </div>
1519
+
1520
+ <h3 class="repo-list-name">
1521
+ <a href="/fengyuanchen/cropperjs">
1522
+ <span class="prefix">fengyuanchen</span>
1523
+ <span class="slash">/</span>
1524
+ cropperjs
1525
+ </a> </h3>
1526
+
1527
+ <p class="repo-list-description">
1528
+ JavaScript image cropper.
1529
+ </p>
1530
+
1531
+ <p class="repo-list-meta">
1532
+ JavaScript
1533
+
1534
+ &#8226;
1535
+
1536
+ 95 stars today
1537
+
1538
+
1539
+ &#8226;
1540
+ Built by
1541
+ <a href="/fengyuanchen/cropperjs/graphs/contributors">
1542
+ <img alt="@fengyuanchen" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/3456749?v=3&amp;s=40" title="fengyuanchen" width="20" />
1543
+ <img alt="@vinnymac" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/1832781?v=3&amp;s=40" title="vinnymac" width="20" />
1544
+ </a>
1545
+ </p>
1546
+ </li>
1547
+
1548
+ <li class="repo-list-item" id="pa-CoolplaySpark">
1549
+ <div class="repo-list-stats">
1550
+
1551
+ <div class="js-toggler-container js-social-container starring-container ">
1552
+
1553
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/proflin/CoolplaySpark/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="3u8uovKOKQ/fZ+g6AOZTyfZTPO0H+FeIiXdrATbtb3chmR2wqcEvu8EJyA/jISi8jCPA8iftyJCa9v2RyapENA==" /></div>
1554
+ <button
1555
+ class="btn btn-sm js-toggler-target"
1556
+ aria-label="Unstar this repository" title="Unstar proflin/CoolplaySpark"
1557
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1558
+ <span class="octicon octicon-star"></span>
1559
+ Unstar
1560
+ </button>
1561
+ </form>
1562
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/proflin/CoolplaySpark/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="r8cImHU6zKZmu2DFJKelu3YS3+usnEPphi25Ra5vmlZl0I41sSHPRE9be+kvbgsYIIMkw5FwbRzPgZQfBIi7HQ==" /></div>
1563
+ <button
1564
+ class="btn btn-sm js-toggler-target"
1565
+ aria-label="Star this repository" title="Star proflin/CoolplaySpark"
1566
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1567
+ <span class="octicon octicon-star"></span>
1568
+ Star
1569
+ </button>
1570
+ </form> </div>
1571
+
1572
+ </div>
1573
+
1574
+ <h3 class="repo-list-name">
1575
+ <a href="/proflin/CoolplaySpark">
1576
+ <span class="prefix">proflin</span>
1577
+ <span class="slash">/</span>
1578
+ CoolplaySpark
1579
+ </a> </h3>
1580
+
1581
+ <p class="repo-list-description">
1582
+ 酷玩 Spark
1583
+ </p>
1584
+
1585
+ <p class="repo-list-meta">
1586
+
1587
+
1588
+
1589
+ 85 stars today
1590
+
1591
+
1592
+ &#8226;
1593
+ Built by
1594
+ <a href="/proflin/CoolplaySpark/graphs/contributors">
1595
+ <img alt="@proflin" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/15843379?v=3&amp;s=40" title="proflin" width="20" />
1596
+ </a>
1597
+ </p>
1598
+ </li>
1599
+
1600
+ <li class="repo-list-item" id="pa-story-graph">
1601
+ <div class="repo-list-stats">
1602
+
1603
+ <div class="js-toggler-container js-social-container starring-container ">
1604
+
1605
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/incrediblesound/story-graph/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="pGYF3bcRRqc280M69y3+Z4UH19QLP7iY9sDallDCDePTgiZdBC17QODZ0yqLk2rxyvz+uRrRvZ/p86GcukchtQ==" /></div>
1606
+ <button
1607
+ class="btn btn-sm js-toggler-target"
1608
+ aria-label="Unstar this repository" title="Unstar incrediblesound/story-graph"
1609
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1610
+ <span class="octicon octicon-star"></span>
1611
+ Unstar
1612
+ </button>
1613
+ </form>
1614
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/incrediblesound/story-graph/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="yv+RxSWql0nKxVE8mtP9o544paVIbLy89nD8K29iOsEkWaB0YxMBAKQcFMTtarn6nIdKB3P0sIavA2dLkPn5GQ==" /></div>
1615
+ <button
1616
+ class="btn btn-sm js-toggler-target"
1617
+ aria-label="Star this repository" title="Star incrediblesound/story-graph"
1618
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1619
+ <span class="octicon octicon-star"></span>
1620
+ Star
1621
+ </button>
1622
+ </form> </div>
1623
+
1624
+ </div>
1625
+
1626
+ <h3 class="repo-list-name">
1627
+ <a href="/incrediblesound/story-graph">
1628
+ <span class="prefix">incrediblesound</span>
1629
+ <span class="slash">/</span>
1630
+ story-graph
1631
+ </a> </h3>
1632
+
1633
+ <p class="repo-list-description">
1634
+ The Graph that Generates Stories
1635
+ </p>
1636
+
1637
+ <p class="repo-list-meta">
1638
+ JavaScript
1639
+
1640
+ &#8226;
1641
+
1642
+ 87 stars today
1643
+
1644
+
1645
+ &#8226;
1646
+ Built by
1647
+ <a href="/incrediblesound/story-graph/graphs/contributors">
1648
+ <img alt="@incrediblesound" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/5664237?v=3&amp;s=40" title="incrediblesound" width="20" />
1649
+ </a>
1650
+ </p>
1651
+ </li>
1652
+
1653
+ <li class="repo-list-item" id="pa-WeChatLuckyMoney">
1654
+ <div class="repo-list-stats">
1655
+
1656
+ <div class="js-toggler-container js-social-container starring-container ">
1657
+
1658
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/geeeeeeeeek/WeChatLuckyMoney/unstar" class="js-toggler-form starred js-unstar-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="cBKPg7hEr6kMtwVCqp0wc2MjS4uaexRys4bg7XGHrA9QPQrC2odSbbppMkTfP2OkvhXZbBM9l/hRhxYMBLbMKg==" /></div>
1659
+ <button
1660
+ class="btn btn-sm js-toggler-target"
1661
+ aria-label="Unstar this repository" title="Unstar geeeeeeeeek/WeChatLuckyMoney"
1662
+ data-ga-click="Repository, click unstar button, action:trending#index; text:Unstar">
1663
+ <span class="octicon octicon-star"></span>
1664
+ Unstar
1665
+ </button>
1666
+ </form>
1667
+ <!-- </textarea> --><!-- '"` --><form accept-charset="UTF-8" action="/geeeeeeeeek/WeChatLuckyMoney/star" class="js-toggler-form unstarred js-star-button" data-form-nonce="b7c78f9f6d1051111a9819b049fd00c74bbfb5bc" data-remote="true" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /><input name="authenticity_token" type="hidden" value="FKi4VmeWyKBhNzwHv43BNoUblkZsY3ZeZimtv5xhXeKa/4jXnDxDGvuhoUN71TvK5nvdO8567X/p/nBAck6EBg==" /></div>
1668
+ <button
1669
+ class="btn btn-sm js-toggler-target"
1670
+ aria-label="Star this repository" title="Star geeeeeeeeek/WeChatLuckyMoney"
1671
+ data-ga-click="Repository, click star button, action:trending#index; text:Star">
1672
+ <span class="octicon octicon-star"></span>
1673
+ Star
1674
+ </button>
1675
+ </form> </div>
1676
+
1677
+ </div>
1678
+
1679
+ <h3 class="repo-list-name">
1680
+ <a href="/geeeeeeeeek/WeChatLuckyMoney">
1681
+ <span class="prefix">geeeeeeeeek</span>
1682
+ <span class="slash">/</span>
1683
+ WeChatLuckyMoney
1684
+ </a> </h3>
1685
+
1686
+ <p class="repo-list-description">
1687
+
1688
+ <img class="emoji" title=":moneybag:" alt=":moneybag:" src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b0.png" height="20" width="20" align="absmiddle"> 微信抢红包插件, an Android app that helps you snatch virtual red envelopes in WeChat group chat. 帮助你在微信群聊抢红包时战无不胜, 附带详细文档.
1689
+ </p>
1690
+
1691
+ <p class="repo-list-meta">
1692
+ Java
1693
+
1694
+ &#8226;
1695
+
1696
+ 75 stars today
1697
+
1698
+
1699
+ &#8226;
1700
+ Built by
1701
+ <a href="/geeeeeeeeek/WeChatLuckyMoney/graphs/contributors">
1702
+ <img alt="@geeeeeeeeek" class="avatar" height="20" src="https://avatars1.githubusercontent.com/u/7262715?v=3&amp;s=40" title="geeeeeeeeek" width="20" />
1703
+ <img alt="@nians" class="avatar" height="20" src="https://avatars0.githubusercontent.com/u/1970248?v=3&amp;s=40" title="nians" width="20" />
1704
+ </a>
1705
+ </p>
1706
+ </li>
1707
+
1708
+ </ol>
1709
+ <div class="context-loader large-format-loader">
1710
+ <p><img alt="" height="64" src="https://assets-cdn.github.com/images/spinners/octocat-spinner-128.gif" width="64" /></p>
1711
+ <p>Loading…</p>
1712
+ </div>
1713
+
1714
+ </div>
1715
+ </div>
1716
+ <div class="column one-fourth">
1717
+ <ul class="filter-list small language-filter-list" data-pjax>
1718
+ <li>
1719
+ <a href="https://github.com/trending" class="filter-item selected">All languages</a>
1720
+ </li>
1721
+ <li>
1722
+ <a href="https://github.com/trending?l=unknown" class="filter-item ">Unknown languages</a>
1723
+ </li>
1724
+ <li>
1725
+ <a href="https://github.com/trending?l=coffeescript" class="filter-item ">CoffeeScript</a>
1726
+ </li>
1727
+ <li>
1728
+ <a href="https://github.com/trending?l=go" class="filter-item ">Go</a>
1729
+ </li>
1730
+ <li>
1731
+ <a href="https://github.com/trending?l=html" class="filter-item ">HTML</a>
1732
+ </li>
1733
+ <li>
1734
+ <a href="https://github.com/trending?l=javascript" class="filter-item ">JavaScript</a>
1735
+ </li>
1736
+ <li>
1737
+ <a href="https://github.com/trending?l=objective-c" class="filter-item ">Objective-C</a>
1738
+ </li>
1739
+ <li>
1740
+ <a href="https://github.com/trending?l=python" class="filter-item ">Python</a>
1741
+ </li>
1742
+ <li>
1743
+ <a href="https://github.com/trending?l=ruby" class="filter-item ">Ruby</a>
1744
+ </li>
1745
+ </ul>
1746
+
1747
+ <div class="select-menu js-menu-container js-select-menu">
1748
+ <button class="btn btn-sm select-menu-button js-menu-target" type="button" aria-haspopup="true">
1749
+ <span class="octicon octicon-list-unordered"></span>
1750
+ <i>Other:</i>
1751
+ <span class="js-select-button">Languages</span>
1752
+ </button>
1753
+
1754
+ <div class="select-menu-modal-holder js-menu-content js-navigation-container" aria-hidden="true">
1755
+ <div class="select-menu-modal">
1756
+ <div class="select-menu-header">
1757
+ <span class="octicon octicon-x js-menu-close" role="button" aria-label="Close"></span>
1758
+ <span class="select-menu-title">Other Languages</span>
1759
+ </div>
1760
+
1761
+ <div class="select-menu-filters">
1762
+ <div class="select-menu-text-filter">
1763
+ <input type="text" id="text-filter-field" class="js-filterable-field js-navigation-enable" placeholder="Filter Languages" aria-label="Type or choose a language">
1764
+ </div>
1765
+ </div>
1766
+
1767
+ <div class="select-menu-list" data-pjax role="menu">
1768
+
1769
+
1770
+ <div data-filterable-for="text-filter-field" data-filterable-type="substring">
1771
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1772
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1773
+ <a href="https://github.com/trending?l=abap" class="select-menu-item-text js-select-button-text js-navigation-open">ABAP</a>
1774
+ </div>
1775
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1776
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1777
+ <a href="https://github.com/trending?l=as3" class="select-menu-item-text js-select-button-text js-navigation-open">ActionScript</a>
1778
+ </div>
1779
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1780
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1781
+ <a href="https://github.com/trending?l=ada" class="select-menu-item-text js-select-button-text js-navigation-open">Ada</a>
1782
+ </div>
1783
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1784
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1785
+ <a href="https://github.com/trending?l=agda" class="select-menu-item-text js-select-button-text js-navigation-open">Agda</a>
1786
+ </div>
1787
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1788
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1789
+ <a href="https://github.com/trending?l=ags-script" class="select-menu-item-text js-select-button-text js-navigation-open">AGS Script</a>
1790
+ </div>
1791
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1792
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1793
+ <a href="https://github.com/trending?l=alloy" class="select-menu-item-text js-select-button-text js-navigation-open">Alloy</a>
1794
+ </div>
1795
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1796
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1797
+ <a href="https://github.com/trending?l=ampl" class="select-menu-item-text js-select-button-text js-navigation-open">AMPL</a>
1798
+ </div>
1799
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1800
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1801
+ <a href="https://github.com/trending?l=antlr" class="select-menu-item-text js-select-button-text js-navigation-open">ANTLR</a>
1802
+ </div>
1803
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1804
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1805
+ <a href="https://github.com/trending?l=apacheconf" class="select-menu-item-text js-select-button-text js-navigation-open">ApacheConf</a>
1806
+ </div>
1807
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1808
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1809
+ <a href="https://github.com/trending?l=apex" class="select-menu-item-text js-select-button-text js-navigation-open">Apex</a>
1810
+ </div>
1811
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1812
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1813
+ <a href="https://github.com/trending?l=api-blueprint" class="select-menu-item-text js-select-button-text js-navigation-open">API Blueprint</a>
1814
+ </div>
1815
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1816
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1817
+ <a href="https://github.com/trending?l=apl" class="select-menu-item-text js-select-button-text js-navigation-open">APL</a>
1818
+ </div>
1819
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1820
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1821
+ <a href="https://github.com/trending?l=applescript" class="select-menu-item-text js-select-button-text js-navigation-open">AppleScript</a>
1822
+ </div>
1823
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1824
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1825
+ <a href="https://github.com/trending?l=arc" class="select-menu-item-text js-select-button-text js-navigation-open">Arc</a>
1826
+ </div>
1827
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1828
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1829
+ <a href="https://github.com/trending?l=arduino" class="select-menu-item-text js-select-button-text js-navigation-open">Arduino</a>
1830
+ </div>
1831
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1832
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1833
+ <a href="https://github.com/trending?l=aspx-vb" class="select-menu-item-text js-select-button-text js-navigation-open">ASP</a>
1834
+ </div>
1835
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1836
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1837
+ <a href="https://github.com/trending?l=aspectj" class="select-menu-item-text js-select-button-text js-navigation-open">AspectJ</a>
1838
+ </div>
1839
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1840
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1841
+ <a href="https://github.com/trending?l=nasm" class="select-menu-item-text js-select-button-text js-navigation-open">Assembly</a>
1842
+ </div>
1843
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1844
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1845
+ <a href="https://github.com/trending?l=ats" class="select-menu-item-text js-select-button-text js-navigation-open">ATS</a>
1846
+ </div>
1847
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1848
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1849
+ <a href="https://github.com/trending?l=augeas" class="select-menu-item-text js-select-button-text js-navigation-open">Augeas</a>
1850
+ </div>
1851
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1852
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1853
+ <a href="https://github.com/trending?l=autohotkey" class="select-menu-item-text js-select-button-text js-navigation-open">AutoHotkey</a>
1854
+ </div>
1855
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1856
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1857
+ <a href="https://github.com/trending?l=autoit" class="select-menu-item-text js-select-button-text js-navigation-open">AutoIt</a>
1858
+ </div>
1859
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1860
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1861
+ <a href="https://github.com/trending?l=awk" class="select-menu-item-text js-select-button-text js-navigation-open">Awk</a>
1862
+ </div>
1863
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1864
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1865
+ <a href="https://github.com/trending?l=bat" class="select-menu-item-text js-select-button-text js-navigation-open">Batchfile</a>
1866
+ </div>
1867
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1868
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1869
+ <a href="https://github.com/trending?l=befunge" class="select-menu-item-text js-select-button-text js-navigation-open">Befunge</a>
1870
+ </div>
1871
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1872
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1873
+ <a href="https://github.com/trending?l=bison" class="select-menu-item-text js-select-button-text js-navigation-open">Bison</a>
1874
+ </div>
1875
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1876
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1877
+ <a href="https://github.com/trending?l=bitbake" class="select-menu-item-text js-select-button-text js-navigation-open">BitBake</a>
1878
+ </div>
1879
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1880
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1881
+ <a href="https://github.com/trending?l=blitzbasic" class="select-menu-item-text js-select-button-text js-navigation-open">BlitzBasic</a>
1882
+ </div>
1883
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1884
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1885
+ <a href="https://github.com/trending?l=blitzmax" class="select-menu-item-text js-select-button-text js-navigation-open">BlitzMax</a>
1886
+ </div>
1887
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1888
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1889
+ <a href="https://github.com/trending?l=bluespec" class="select-menu-item-text js-select-button-text js-navigation-open">Bluespec</a>
1890
+ </div>
1891
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1892
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1893
+ <a href="https://github.com/trending?l=boo" class="select-menu-item-text js-select-button-text js-navigation-open">Boo</a>
1894
+ </div>
1895
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1896
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1897
+ <a href="https://github.com/trending?l=brainfuck" class="select-menu-item-text js-select-button-text js-navigation-open">Brainfuck</a>
1898
+ </div>
1899
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1900
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1901
+ <a href="https://github.com/trending?l=brightscript" class="select-menu-item-text js-select-button-text js-navigation-open">Brightscript</a>
1902
+ </div>
1903
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1904
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1905
+ <a href="https://github.com/trending?l=bro" class="select-menu-item-text js-select-button-text js-navigation-open">Bro</a>
1906
+ </div>
1907
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1908
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1909
+ <a href="https://github.com/trending?l=c" class="select-menu-item-text js-select-button-text js-navigation-open">C</a>
1910
+ </div>
1911
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1912
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1913
+ <a href="https://github.com/trending?l=csharp" class="select-menu-item-text js-select-button-text js-navigation-open">C#</a>
1914
+ </div>
1915
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1916
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1917
+ <a href="https://github.com/trending?l=cpp" class="select-menu-item-text js-select-button-text js-navigation-open">C++</a>
1918
+ </div>
1919
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1920
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1921
+ <a href="https://github.com/trending?l=cap%27n-proto" class="select-menu-item-text js-select-button-text js-navigation-open">Cap&#39;n Proto</a>
1922
+ </div>
1923
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1924
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1925
+ <a href="https://github.com/trending?l=cartocss" class="select-menu-item-text js-select-button-text js-navigation-open">CartoCSS</a>
1926
+ </div>
1927
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1928
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1929
+ <a href="https://github.com/trending?l=ceylon" class="select-menu-item-text js-select-button-text js-navigation-open">Ceylon</a>
1930
+ </div>
1931
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1932
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1933
+ <a href="https://github.com/trending?l=chapel" class="select-menu-item-text js-select-button-text js-navigation-open">Chapel</a>
1934
+ </div>
1935
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1936
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1937
+ <a href="https://github.com/trending?l=charity" class="select-menu-item-text js-select-button-text js-navigation-open">Charity</a>
1938
+ </div>
1939
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1940
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1941
+ <a href="https://github.com/trending?l=chuck" class="select-menu-item-text js-select-button-text js-navigation-open">ChucK</a>
1942
+ </div>
1943
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1944
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1945
+ <a href="https://github.com/trending?l=cirru" class="select-menu-item-text js-select-button-text js-navigation-open">Cirru</a>
1946
+ </div>
1947
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1948
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1949
+ <a href="https://github.com/trending?l=clarion" class="select-menu-item-text js-select-button-text js-navigation-open">Clarion</a>
1950
+ </div>
1951
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1952
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1953
+ <a href="https://github.com/trending?l=clean" class="select-menu-item-text js-select-button-text js-navigation-open">Clean</a>
1954
+ </div>
1955
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1956
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1957
+ <a href="https://github.com/trending?l=clips" class="select-menu-item-text js-select-button-text js-navigation-open">CLIPS</a>
1958
+ </div>
1959
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1960
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1961
+ <a href="https://github.com/trending?l=clojure" class="select-menu-item-text js-select-button-text js-navigation-open">Clojure</a>
1962
+ </div>
1963
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1964
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1965
+ <a href="https://github.com/trending?l=cmake" class="select-menu-item-text js-select-button-text js-navigation-open">CMake</a>
1966
+ </div>
1967
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1968
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1969
+ <a href="https://github.com/trending?l=cobol" class="select-menu-item-text js-select-button-text js-navigation-open">COBOL</a>
1970
+ </div>
1971
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1972
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1973
+ <a href="https://github.com/trending?l=coffeescript" class="select-menu-item-text js-select-button-text js-navigation-open">CoffeeScript</a>
1974
+ </div>
1975
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1976
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1977
+ <a href="https://github.com/trending?l=cfm" class="select-menu-item-text js-select-button-text js-navigation-open">ColdFusion</a>
1978
+ </div>
1979
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1980
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1981
+ <a href="https://github.com/trending?l=common-lisp" class="select-menu-item-text js-select-button-text js-navigation-open">Common Lisp</a>
1982
+ </div>
1983
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1984
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1985
+ <a href="https://github.com/trending?l=component-pascal" class="select-menu-item-text js-select-button-text js-navigation-open">Component Pascal</a>
1986
+ </div>
1987
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1988
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1989
+ <a href="https://github.com/trending?l=cool" class="select-menu-item-text js-select-button-text js-navigation-open">Cool</a>
1990
+ </div>
1991
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1992
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1993
+ <a href="https://github.com/trending?l=coq" class="select-menu-item-text js-select-button-text js-navigation-open">Coq</a>
1994
+ </div>
1995
+ <div class="select-menu-item js-navigation-item " role="menuitem">
1996
+ <span class="select-menu-item-icon octicon octicon-check"></span>
1997
+ <a href="https://github.com/trending?l=crystal" class="select-menu-item-text js-select-button-text js-navigation-open">Crystal</a>
1998
+ </div>
1999
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2000
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2001
+ <a href="https://github.com/trending?l=css" class="select-menu-item-text js-select-button-text js-navigation-open">CSS</a>
2002
+ </div>
2003
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2004
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2005
+ <a href="https://github.com/trending?l=cucumber" class="select-menu-item-text js-select-button-text js-navigation-open">Cucumber</a>
2006
+ </div>
2007
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2008
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2009
+ <a href="https://github.com/trending?l=cuda" class="select-menu-item-text js-select-button-text js-navigation-open">Cuda</a>
2010
+ </div>
2011
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2012
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2013
+ <a href="https://github.com/trending?l=cycript" class="select-menu-item-text js-select-button-text js-navigation-open">Cycript</a>
2014
+ </div>
2015
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2016
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2017
+ <a href="https://github.com/trending?l=d" class="select-menu-item-text js-select-button-text js-navigation-open">D</a>
2018
+ </div>
2019
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2020
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2021
+ <a href="https://github.com/trending?l=dpatch" class="select-menu-item-text js-select-button-text js-navigation-open">Darcs Patch</a>
2022
+ </div>
2023
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2024
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2025
+ <a href="https://github.com/trending?l=dart" class="select-menu-item-text js-select-button-text js-navigation-open">Dart</a>
2026
+ </div>
2027
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2028
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2029
+ <a href="https://github.com/trending?l=diff" class="select-menu-item-text js-select-button-text js-navigation-open">Diff</a>
2030
+ </div>
2031
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2032
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2033
+ <a href="https://github.com/trending?l=digital-command-language" class="select-menu-item-text js-select-button-text js-navigation-open">DIGITAL Command Language</a>
2034
+ </div>
2035
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2036
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2037
+ <a href="https://github.com/trending?l=dm" class="select-menu-item-text js-select-button-text js-navigation-open">DM</a>
2038
+ </div>
2039
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2040
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2041
+ <a href="https://github.com/trending?l=dogescript" class="select-menu-item-text js-select-button-text js-navigation-open">Dogescript</a>
2042
+ </div>
2043
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2044
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2045
+ <a href="https://github.com/trending?l=dtrace" class="select-menu-item-text js-select-button-text js-navigation-open">DTrace</a>
2046
+ </div>
2047
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2048
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2049
+ <a href="https://github.com/trending?l=dylan" class="select-menu-item-text js-select-button-text js-navigation-open">Dylan</a>
2050
+ </div>
2051
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2052
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2053
+ <a href="https://github.com/trending?l=e" class="select-menu-item-text js-select-button-text js-navigation-open">E</a>
2054
+ </div>
2055
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2056
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2057
+ <a href="https://github.com/trending?l=eagle" class="select-menu-item-text js-select-button-text js-navigation-open">Eagle</a>
2058
+ </div>
2059
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2060
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2061
+ <a href="https://github.com/trending?l=ec" class="select-menu-item-text js-select-button-text js-navigation-open">eC</a>
2062
+ </div>
2063
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2064
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2065
+ <a href="https://github.com/trending?l=ecl" class="select-menu-item-text js-select-button-text js-navigation-open">ECL</a>
2066
+ </div>
2067
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2068
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2069
+ <a href="https://github.com/trending?l=eiffel" class="select-menu-item-text js-select-button-text js-navigation-open">Eiffel</a>
2070
+ </div>
2071
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2072
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2073
+ <a href="https://github.com/trending?l=elixir" class="select-menu-item-text js-select-button-text js-navigation-open">Elixir</a>
2074
+ </div>
2075
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2076
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2077
+ <a href="https://github.com/trending?l=elm" class="select-menu-item-text js-select-button-text js-navigation-open">Elm</a>
2078
+ </div>
2079
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2080
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2081
+ <a href="https://github.com/trending?l=emacs-lisp" class="select-menu-item-text js-select-button-text js-navigation-open">Emacs Lisp</a>
2082
+ </div>
2083
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2084
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2085
+ <a href="https://github.com/trending?l=emberscript" class="select-menu-item-text js-select-button-text js-navigation-open">EmberScript</a>
2086
+ </div>
2087
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2088
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2089
+ <a href="https://github.com/trending?l=erlang" class="select-menu-item-text js-select-button-text js-navigation-open">Erlang</a>
2090
+ </div>
2091
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2092
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2093
+ <a href="https://github.com/trending?l=fsharp" class="select-menu-item-text js-select-button-text js-navigation-open">F#</a>
2094
+ </div>
2095
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2096
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2097
+ <a href="https://github.com/trending?l=factor" class="select-menu-item-text js-select-button-text js-navigation-open">Factor</a>
2098
+ </div>
2099
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2100
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2101
+ <a href="https://github.com/trending?l=fancy" class="select-menu-item-text js-select-button-text js-navigation-open">Fancy</a>
2102
+ </div>
2103
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2104
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2105
+ <a href="https://github.com/trending?l=fantom" class="select-menu-item-text js-select-button-text js-navigation-open">Fantom</a>
2106
+ </div>
2107
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2108
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2109
+ <a href="https://github.com/trending?l=flux" class="select-menu-item-text js-select-button-text js-navigation-open">FLUX</a>
2110
+ </div>
2111
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2112
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2113
+ <a href="https://github.com/trending?l=forth" class="select-menu-item-text js-select-button-text js-navigation-open">Forth</a>
2114
+ </div>
2115
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2116
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2117
+ <a href="https://github.com/trending?l=fortran" class="select-menu-item-text js-select-button-text js-navigation-open">FORTRAN</a>
2118
+ </div>
2119
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2120
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2121
+ <a href="https://github.com/trending?l=freemarker" class="select-menu-item-text js-select-button-text js-navigation-open">FreeMarker</a>
2122
+ </div>
2123
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2124
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2125
+ <a href="https://github.com/trending?l=frege" class="select-menu-item-text js-select-button-text js-navigation-open">Frege</a>
2126
+ </div>
2127
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2128
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2129
+ <a href="https://github.com/trending?l=game-maker-language" class="select-menu-item-text js-select-button-text js-navigation-open">Game Maker Language</a>
2130
+ </div>
2131
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2132
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2133
+ <a href="https://github.com/trending?l=gams" class="select-menu-item-text js-select-button-text js-navigation-open">GAMS</a>
2134
+ </div>
2135
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2136
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2137
+ <a href="https://github.com/trending?l=gap" class="select-menu-item-text js-select-button-text js-navigation-open">GAP</a>
2138
+ </div>
2139
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2140
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2141
+ <a href="https://github.com/trending?l=gdscript" class="select-menu-item-text js-select-button-text js-navigation-open">GDScript</a>
2142
+ </div>
2143
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2144
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2145
+ <a href="https://github.com/trending?l=genshi" class="select-menu-item-text js-select-button-text js-navigation-open">Genshi</a>
2146
+ </div>
2147
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2148
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2149
+ <a href="https://github.com/trending?l=pot" class="select-menu-item-text js-select-button-text js-navigation-open">Gettext Catalog</a>
2150
+ </div>
2151
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2152
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2153
+ <a href="https://github.com/trending?l=glsl" class="select-menu-item-text js-select-button-text js-navigation-open">GLSL</a>
2154
+ </div>
2155
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2156
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2157
+ <a href="https://github.com/trending?l=glyph" class="select-menu-item-text js-select-button-text js-navigation-open">Glyph</a>
2158
+ </div>
2159
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2160
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2161
+ <a href="https://github.com/trending?l=gnuplot" class="select-menu-item-text js-select-button-text js-navigation-open">Gnuplot</a>
2162
+ </div>
2163
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2164
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2165
+ <a href="https://github.com/trending?l=go" class="select-menu-item-text js-select-button-text js-navigation-open">Go</a>
2166
+ </div>
2167
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2168
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2169
+ <a href="https://github.com/trending?l=golo" class="select-menu-item-text js-select-button-text js-navigation-open">Golo</a>
2170
+ </div>
2171
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2172
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2173
+ <a href="https://github.com/trending?l=gosu" class="select-menu-item-text js-select-button-text js-navigation-open">Gosu</a>
2174
+ </div>
2175
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2176
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2177
+ <a href="https://github.com/trending?l=grace" class="select-menu-item-text js-select-button-text js-navigation-open">Grace</a>
2178
+ </div>
2179
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2180
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2181
+ <a href="https://github.com/trending?l=grammatical-framework" class="select-menu-item-text js-select-button-text js-navigation-open">Grammatical Framework</a>
2182
+ </div>
2183
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2184
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2185
+ <a href="https://github.com/trending?l=groff" class="select-menu-item-text js-select-button-text js-navigation-open">Groff</a>
2186
+ </div>
2187
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2188
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2189
+ <a href="https://github.com/trending?l=groovy" class="select-menu-item-text js-select-button-text js-navigation-open">Groovy</a>
2190
+ </div>
2191
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2192
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2193
+ <a href="https://github.com/trending?l=hack" class="select-menu-item-text js-select-button-text js-navigation-open">Hack</a>
2194
+ </div>
2195
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2196
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2197
+ <a href="https://github.com/trending?l=handlebars" class="select-menu-item-text js-select-button-text js-navigation-open">Handlebars</a>
2198
+ </div>
2199
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2200
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2201
+ <a href="https://github.com/trending?l=harbour" class="select-menu-item-text js-select-button-text js-navigation-open">Harbour</a>
2202
+ </div>
2203
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2204
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2205
+ <a href="https://github.com/trending?l=haskell" class="select-menu-item-text js-select-button-text js-navigation-open">Haskell</a>
2206
+ </div>
2207
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2208
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2209
+ <a href="https://github.com/trending?l=haxe" class="select-menu-item-text js-select-button-text js-navigation-open">Haxe</a>
2210
+ </div>
2211
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2212
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2213
+ <a href="https://github.com/trending?l=hcl" class="select-menu-item-text js-select-button-text js-navigation-open">HCL</a>
2214
+ </div>
2215
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2216
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2217
+ <a href="https://github.com/trending?l=html" class="select-menu-item-text js-select-button-text js-navigation-open">HTML</a>
2218
+ </div>
2219
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2220
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2221
+ <a href="https://github.com/trending?l=hy" class="select-menu-item-text js-select-button-text js-navigation-open">Hy</a>
2222
+ </div>
2223
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2224
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2225
+ <a href="https://github.com/trending?l=hyphy" class="select-menu-item-text js-select-button-text js-navigation-open">HyPhy</a>
2226
+ </div>
2227
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2228
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2229
+ <a href="https://github.com/trending?l=idl" class="select-menu-item-text js-select-button-text js-navigation-open">IDL</a>
2230
+ </div>
2231
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2232
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2233
+ <a href="https://github.com/trending?l=idris" class="select-menu-item-text js-select-button-text js-navigation-open">Idris</a>
2234
+ </div>
2235
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2236
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2237
+ <a href="https://github.com/trending?l=igor-pro" class="select-menu-item-text js-select-button-text js-navigation-open">IGOR Pro</a>
2238
+ </div>
2239
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2240
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2241
+ <a href="https://github.com/trending?l=inform-7" class="select-menu-item-text js-select-button-text js-navigation-open">Inform 7</a>
2242
+ </div>
2243
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2244
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2245
+ <a href="https://github.com/trending?l=inno-setup" class="select-menu-item-text js-select-button-text js-navigation-open">Inno Setup</a>
2246
+ </div>
2247
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2248
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2249
+ <a href="https://github.com/trending?l=io" class="select-menu-item-text js-select-button-text js-navigation-open">Io</a>
2250
+ </div>
2251
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2252
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2253
+ <a href="https://github.com/trending?l=ioke" class="select-menu-item-text js-select-button-text js-navigation-open">Ioke</a>
2254
+ </div>
2255
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2256
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2257
+ <a href="https://github.com/trending?l=isabelle" class="select-menu-item-text js-select-button-text js-navigation-open">Isabelle</a>
2258
+ </div>
2259
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2260
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2261
+ <a href="https://github.com/trending?l=j" class="select-menu-item-text js-select-button-text js-navigation-open">J</a>
2262
+ </div>
2263
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2264
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2265
+ <a href="https://github.com/trending?l=jasmin" class="select-menu-item-text js-select-button-text js-navigation-open">Jasmin</a>
2266
+ </div>
2267
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2268
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2269
+ <a href="https://github.com/trending?l=java" class="select-menu-item-text js-select-button-text js-navigation-open">Java</a>
2270
+ </div>
2271
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2272
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2273
+ <a href="https://github.com/trending?l=javascript" class="select-menu-item-text js-select-button-text js-navigation-open">JavaScript</a>
2274
+ </div>
2275
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2276
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2277
+ <a href="https://github.com/trending?l=jflex" class="select-menu-item-text js-select-button-text js-navigation-open">JFlex</a>
2278
+ </div>
2279
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2280
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2281
+ <a href="https://github.com/trending?l=jsoniq" class="select-menu-item-text js-select-button-text js-navigation-open">JSONiq</a>
2282
+ </div>
2283
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2284
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2285
+ <a href="https://github.com/trending?l=julia" class="select-menu-item-text js-select-button-text js-navigation-open">Julia</a>
2286
+ </div>
2287
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2288
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2289
+ <a href="https://github.com/trending?l=kicad" class="select-menu-item-text js-select-button-text js-navigation-open">KiCad</a>
2290
+ </div>
2291
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2292
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2293
+ <a href="https://github.com/trending?l=kit" class="select-menu-item-text js-select-button-text js-navigation-open">Kit</a>
2294
+ </div>
2295
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2296
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2297
+ <a href="https://github.com/trending?l=kotlin" class="select-menu-item-text js-select-button-text js-navigation-open">Kotlin</a>
2298
+ </div>
2299
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2300
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2301
+ <a href="https://github.com/trending?l=krl" class="select-menu-item-text js-select-button-text js-navigation-open">KRL</a>
2302
+ </div>
2303
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2304
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2305
+ <a href="https://github.com/trending?l=labview" class="select-menu-item-text js-select-button-text js-navigation-open">LabVIEW</a>
2306
+ </div>
2307
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2308
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2309
+ <a href="https://github.com/trending?l=lasso" class="select-menu-item-text js-select-button-text js-navigation-open">Lasso</a>
2310
+ </div>
2311
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2312
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2313
+ <a href="https://github.com/trending?l=lean" class="select-menu-item-text js-select-button-text js-navigation-open">Lean</a>
2314
+ </div>
2315
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2316
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2317
+ <a href="https://github.com/trending?l=lex" class="select-menu-item-text js-select-button-text js-navigation-open">Lex</a>
2318
+ </div>
2319
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2320
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2321
+ <a href="https://github.com/trending?l=lilypond" class="select-menu-item-text js-select-button-text js-navigation-open">LilyPond</a>
2322
+ </div>
2323
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2324
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2325
+ <a href="https://github.com/trending?l=limbo" class="select-menu-item-text js-select-button-text js-navigation-open">Limbo</a>
2326
+ </div>
2327
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2328
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2329
+ <a href="https://github.com/trending?l=liquid" class="select-menu-item-text js-select-button-text js-navigation-open">Liquid</a>
2330
+ </div>
2331
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2332
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2333
+ <a href="https://github.com/trending?l=livescript" class="select-menu-item-text js-select-button-text js-navigation-open">LiveScript</a>
2334
+ </div>
2335
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2336
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2337
+ <a href="https://github.com/trending?l=llvm" class="select-menu-item-text js-select-button-text js-navigation-open">LLVM</a>
2338
+ </div>
2339
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2340
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2341
+ <a href="https://github.com/trending?l=logos" class="select-menu-item-text js-select-button-text js-navigation-open">Logos</a>
2342
+ </div>
2343
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2344
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2345
+ <a href="https://github.com/trending?l=logtalk" class="select-menu-item-text js-select-button-text js-navigation-open">Logtalk</a>
2346
+ </div>
2347
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2348
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2349
+ <a href="https://github.com/trending?l=lolcode" class="select-menu-item-text js-select-button-text js-navigation-open">LOLCODE</a>
2350
+ </div>
2351
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2352
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2353
+ <a href="https://github.com/trending?l=lookml" class="select-menu-item-text js-select-button-text js-navigation-open">LookML</a>
2354
+ </div>
2355
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2356
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2357
+ <a href="https://github.com/trending?l=loomscript" class="select-menu-item-text js-select-button-text js-navigation-open">LoomScript</a>
2358
+ </div>
2359
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2360
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2361
+ <a href="https://github.com/trending?l=lsl" class="select-menu-item-text js-select-button-text js-navigation-open">LSL</a>
2362
+ </div>
2363
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2364
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2365
+ <a href="https://github.com/trending?l=lua" class="select-menu-item-text js-select-button-text js-navigation-open">Lua</a>
2366
+ </div>
2367
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2368
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2369
+ <a href="https://github.com/trending?l=m" class="select-menu-item-text js-select-button-text js-navigation-open">M</a>
2370
+ </div>
2371
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2372
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2373
+ <a href="https://github.com/trending?l=makefile" class="select-menu-item-text js-select-button-text js-navigation-open">Makefile</a>
2374
+ </div>
2375
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2376
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2377
+ <a href="https://github.com/trending?l=mako" class="select-menu-item-text js-select-button-text js-navigation-open">Mako</a>
2378
+ </div>
2379
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2380
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2381
+ <a href="https://github.com/trending?l=markdown" class="select-menu-item-text js-select-button-text js-navigation-open">Markdown</a>
2382
+ </div>
2383
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2384
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2385
+ <a href="https://github.com/trending?l=mask" class="select-menu-item-text js-select-button-text js-navigation-open">Mask</a>
2386
+ </div>
2387
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2388
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2389
+ <a href="https://github.com/trending?l=mathematica" class="select-menu-item-text js-select-button-text js-navigation-open">Mathematica</a>
2390
+ </div>
2391
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2392
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2393
+ <a href="https://github.com/trending?l=matlab" class="select-menu-item-text js-select-button-text js-navigation-open">Matlab</a>
2394
+ </div>
2395
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2396
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2397
+ <a href="https://github.com/trending?l=max%2Fmsp" class="select-menu-item-text js-select-button-text js-navigation-open">Max</a>
2398
+ </div>
2399
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2400
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2401
+ <a href="https://github.com/trending?l=mercury" class="select-menu-item-text js-select-button-text js-navigation-open">Mercury</a>
2402
+ </div>
2403
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2404
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2405
+ <a href="https://github.com/trending?l=metal" class="select-menu-item-text js-select-button-text js-navigation-open">Metal</a>
2406
+ </div>
2407
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2408
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2409
+ <a href="https://github.com/trending?l=minid" class="select-menu-item-text js-select-button-text js-navigation-open">MiniD</a>
2410
+ </div>
2411
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2412
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2413
+ <a href="https://github.com/trending?l=mirah" class="select-menu-item-text js-select-button-text js-navigation-open">Mirah</a>
2414
+ </div>
2415
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2416
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2417
+ <a href="https://github.com/trending?l=modelica" class="select-menu-item-text js-select-button-text js-navigation-open">Modelica</a>
2418
+ </div>
2419
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2420
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2421
+ <a href="https://github.com/trending?l=modula-2" class="select-menu-item-text js-select-button-text js-navigation-open">Modula-2</a>
2422
+ </div>
2423
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2424
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2425
+ <a href="https://github.com/trending?l=module-management-system" class="select-menu-item-text js-select-button-text js-navigation-open">Module Management System</a>
2426
+ </div>
2427
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2428
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2429
+ <a href="https://github.com/trending?l=monkey" class="select-menu-item-text js-select-button-text js-navigation-open">Monkey</a>
2430
+ </div>
2431
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2432
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2433
+ <a href="https://github.com/trending?l=moocode" class="select-menu-item-text js-select-button-text js-navigation-open">Moocode</a>
2434
+ </div>
2435
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2436
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2437
+ <a href="https://github.com/trending?l=moonscript" class="select-menu-item-text js-select-button-text js-navigation-open">MoonScript</a>
2438
+ </div>
2439
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2440
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2441
+ <a href="https://github.com/trending?l=mtml" class="select-menu-item-text js-select-button-text js-navigation-open">MTML</a>
2442
+ </div>
2443
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2444
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2445
+ <a href="https://github.com/trending?l=mupad" class="select-menu-item-text js-select-button-text js-navigation-open">mupad</a>
2446
+ </div>
2447
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2448
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2449
+ <a href="https://github.com/trending?l=myghty" class="select-menu-item-text js-select-button-text js-navigation-open">Myghty</a>
2450
+ </div>
2451
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2452
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2453
+ <a href="https://github.com/trending?l=ncl" class="select-menu-item-text js-select-button-text js-navigation-open">NCL</a>
2454
+ </div>
2455
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2456
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2457
+ <a href="https://github.com/trending?l=nemerle" class="select-menu-item-text js-select-button-text js-navigation-open">Nemerle</a>
2458
+ </div>
2459
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2460
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2461
+ <a href="https://github.com/trending?l=nesc" class="select-menu-item-text js-select-button-text js-navigation-open">nesC</a>
2462
+ </div>
2463
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2464
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2465
+ <a href="https://github.com/trending?l=netlinx" class="select-menu-item-text js-select-button-text js-navigation-open">NetLinx</a>
2466
+ </div>
2467
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2468
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2469
+ <a href="https://github.com/trending?l=netlinx%2Berb" class="select-menu-item-text js-select-button-text js-navigation-open">NetLinx+ERB</a>
2470
+ </div>
2471
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2472
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2473
+ <a href="https://github.com/trending?l=netlogo" class="select-menu-item-text js-select-button-text js-navigation-open">NetLogo</a>
2474
+ </div>
2475
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2476
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2477
+ <a href="https://github.com/trending?l=newlisp" class="select-menu-item-text js-select-button-text js-navigation-open">NewLisp</a>
2478
+ </div>
2479
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2480
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2481
+ <a href="https://github.com/trending?l=nginx" class="select-menu-item-text js-select-button-text js-navigation-open">Nginx</a>
2482
+ </div>
2483
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2484
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2485
+ <a href="https://github.com/trending?l=nimrod" class="select-menu-item-text js-select-button-text js-navigation-open">Nimrod</a>
2486
+ </div>
2487
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2488
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2489
+ <a href="https://github.com/trending?l=nit" class="select-menu-item-text js-select-button-text js-navigation-open">Nit</a>
2490
+ </div>
2491
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2492
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2493
+ <a href="https://github.com/trending?l=nix" class="select-menu-item-text js-select-button-text js-navigation-open">Nix</a>
2494
+ </div>
2495
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2496
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2497
+ <a href="https://github.com/trending?l=nsis" class="select-menu-item-text js-select-button-text js-navigation-open">NSIS</a>
2498
+ </div>
2499
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2500
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2501
+ <a href="https://github.com/trending?l=nu" class="select-menu-item-text js-select-button-text js-navigation-open">Nu</a>
2502
+ </div>
2503
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2504
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2505
+ <a href="https://github.com/trending?l=objective-c" class="select-menu-item-text js-select-button-text js-navigation-open">Objective-C</a>
2506
+ </div>
2507
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2508
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2509
+ <a href="https://github.com/trending?l=objective-c%2B%2B" class="select-menu-item-text js-select-button-text js-navigation-open">Objective-C++</a>
2510
+ </div>
2511
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2512
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2513
+ <a href="https://github.com/trending?l=objective-j" class="select-menu-item-text js-select-button-text js-navigation-open">Objective-J</a>
2514
+ </div>
2515
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2516
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2517
+ <a href="https://github.com/trending?l=ocaml" class="select-menu-item-text js-select-button-text js-navigation-open">OCaml</a>
2518
+ </div>
2519
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2520
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2521
+ <a href="https://github.com/trending?l=omgrofl" class="select-menu-item-text js-select-button-text js-navigation-open">Omgrofl</a>
2522
+ </div>
2523
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2524
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2525
+ <a href="https://github.com/trending?l=ooc" class="select-menu-item-text js-select-button-text js-navigation-open">ooc</a>
2526
+ </div>
2527
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2528
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2529
+ <a href="https://github.com/trending?l=opa" class="select-menu-item-text js-select-button-text js-navigation-open">Opa</a>
2530
+ </div>
2531
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2532
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2533
+ <a href="https://github.com/trending?l=opal" class="select-menu-item-text js-select-button-text js-navigation-open">Opal</a>
2534
+ </div>
2535
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2536
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2537
+ <a href="https://github.com/trending?l=openedge-abl" class="select-menu-item-text js-select-button-text js-navigation-open">OpenEdge ABL</a>
2538
+ </div>
2539
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2540
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2541
+ <a href="https://github.com/trending?l=openscad" class="select-menu-item-text js-select-button-text js-navigation-open">OpenSCAD</a>
2542
+ </div>
2543
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2544
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2545
+ <a href="https://github.com/trending?l=ox" class="select-menu-item-text js-select-button-text js-navigation-open">Ox</a>
2546
+ </div>
2547
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2548
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2549
+ <a href="https://github.com/trending?l=oxygene" class="select-menu-item-text js-select-button-text js-navigation-open">Oxygene</a>
2550
+ </div>
2551
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2552
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2553
+ <a href="https://github.com/trending?l=oz" class="select-menu-item-text js-select-button-text js-navigation-open">Oz</a>
2554
+ </div>
2555
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2556
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2557
+ <a href="https://github.com/trending?l=pan" class="select-menu-item-text js-select-button-text js-navigation-open">Pan</a>
2558
+ </div>
2559
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2560
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2561
+ <a href="https://github.com/trending?l=papyrus" class="select-menu-item-text js-select-button-text js-navigation-open">Papyrus</a>
2562
+ </div>
2563
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2564
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2565
+ <a href="https://github.com/trending?l=parrot" class="select-menu-item-text js-select-button-text js-navigation-open">Parrot</a>
2566
+ </div>
2567
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2568
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2569
+ <a href="https://github.com/trending?l=pascal" class="select-menu-item-text js-select-button-text js-navigation-open">Pascal</a>
2570
+ </div>
2571
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2572
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2573
+ <a href="https://github.com/trending?l=pawn" class="select-menu-item-text js-select-button-text js-navigation-open">PAWN</a>
2574
+ </div>
2575
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2576
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2577
+ <a href="https://github.com/trending?l=perl" class="select-menu-item-text js-select-button-text js-navigation-open">Perl</a>
2578
+ </div>
2579
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2580
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2581
+ <a href="https://github.com/trending?l=perl6" class="select-menu-item-text js-select-button-text js-navigation-open">Perl6</a>
2582
+ </div>
2583
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2584
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2585
+ <a href="https://github.com/trending?l=php" class="select-menu-item-text js-select-button-text js-navigation-open">PHP</a>
2586
+ </div>
2587
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2588
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2589
+ <a href="https://github.com/trending?l=picolisp" class="select-menu-item-text js-select-button-text js-navigation-open">PicoLisp</a>
2590
+ </div>
2591
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2592
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2593
+ <a href="https://github.com/trending?l=piglatin" class="select-menu-item-text js-select-button-text js-navigation-open">PigLatin</a>
2594
+ </div>
2595
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2596
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2597
+ <a href="https://github.com/trending?l=pike" class="select-menu-item-text js-select-button-text js-navigation-open">Pike</a>
2598
+ </div>
2599
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2600
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2601
+ <a href="https://github.com/trending?l=plpgsql" class="select-menu-item-text js-select-button-text js-navigation-open">PLpgSQL</a>
2602
+ </div>
2603
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2604
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2605
+ <a href="https://github.com/trending?l=plsql" class="select-menu-item-text js-select-button-text js-navigation-open">PLSQL</a>
2606
+ </div>
2607
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2608
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2609
+ <a href="https://github.com/trending?l=pogoscript" class="select-menu-item-text js-select-button-text js-navigation-open">PogoScript</a>
2610
+ </div>
2611
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2612
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2613
+ <a href="https://github.com/trending?l=pony" class="select-menu-item-text js-select-button-text js-navigation-open">Pony</a>
2614
+ </div>
2615
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2616
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2617
+ <a href="https://github.com/trending?l=postscript" class="select-menu-item-text js-select-button-text js-navigation-open">PostScript</a>
2618
+ </div>
2619
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2620
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2621
+ <a href="https://github.com/trending?l=powershell" class="select-menu-item-text js-select-button-text js-navigation-open">PowerShell</a>
2622
+ </div>
2623
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2624
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2625
+ <a href="https://github.com/trending?l=processing" class="select-menu-item-text js-select-button-text js-navigation-open">Processing</a>
2626
+ </div>
2627
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2628
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2629
+ <a href="https://github.com/trending?l=prolog" class="select-menu-item-text js-select-button-text js-navigation-open">Prolog</a>
2630
+ </div>
2631
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2632
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2633
+ <a href="https://github.com/trending?l=propeller-spin" class="select-menu-item-text js-select-button-text js-navigation-open">Propeller Spin</a>
2634
+ </div>
2635
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2636
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2637
+ <a href="https://github.com/trending?l=protocol-buffer" class="select-menu-item-text js-select-button-text js-navigation-open">Protocol Buffer</a>
2638
+ </div>
2639
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2640
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2641
+ <a href="https://github.com/trending?l=puppet" class="select-menu-item-text js-select-button-text js-navigation-open">Puppet</a>
2642
+ </div>
2643
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2644
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2645
+ <a href="https://github.com/trending?l=pure-data" class="select-menu-item-text js-select-button-text js-navigation-open">Pure Data</a>
2646
+ </div>
2647
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2648
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2649
+ <a href="https://github.com/trending?l=purebasic" class="select-menu-item-text js-select-button-text js-navigation-open">PureBasic</a>
2650
+ </div>
2651
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2652
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2653
+ <a href="https://github.com/trending?l=purescript" class="select-menu-item-text js-select-button-text js-navigation-open">PureScript</a>
2654
+ </div>
2655
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2656
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2657
+ <a href="https://github.com/trending?l=python" class="select-menu-item-text js-select-button-text js-navigation-open">Python</a>
2658
+ </div>
2659
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2660
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2661
+ <a href="https://github.com/trending?l=qmake" class="select-menu-item-text js-select-button-text js-navigation-open">QMake</a>
2662
+ </div>
2663
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2664
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2665
+ <a href="https://github.com/trending?l=qml" class="select-menu-item-text js-select-button-text js-navigation-open">QML</a>
2666
+ </div>
2667
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2668
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2669
+ <a href="https://github.com/trending?l=r" class="select-menu-item-text js-select-button-text js-navigation-open">R</a>
2670
+ </div>
2671
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2672
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2673
+ <a href="https://github.com/trending?l=racket" class="select-menu-item-text js-select-button-text js-navigation-open">Racket</a>
2674
+ </div>
2675
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2676
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2677
+ <a href="https://github.com/trending?l=ragel-in-ruby-host" class="select-menu-item-text js-select-button-text js-navigation-open">Ragel in Ruby Host</a>
2678
+ </div>
2679
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2680
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2681
+ <a href="https://github.com/trending?l=raml" class="select-menu-item-text js-select-button-text js-navigation-open">RAML</a>
2682
+ </div>
2683
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2684
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2685
+ <a href="https://github.com/trending?l=rdoc" class="select-menu-item-text js-select-button-text js-navigation-open">RDoc</a>
2686
+ </div>
2687
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2688
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2689
+ <a href="https://github.com/trending?l=realbasic" class="select-menu-item-text js-select-button-text js-navigation-open">REALbasic</a>
2690
+ </div>
2691
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2692
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2693
+ <a href="https://github.com/trending?l=rebol" class="select-menu-item-text js-select-button-text js-navigation-open">Rebol</a>
2694
+ </div>
2695
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2696
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2697
+ <a href="https://github.com/trending?l=red" class="select-menu-item-text js-select-button-text js-navigation-open">Red</a>
2698
+ </div>
2699
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2700
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2701
+ <a href="https://github.com/trending?l=redcode" class="select-menu-item-text js-select-button-text js-navigation-open">Redcode</a>
2702
+ </div>
2703
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2704
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2705
+ <a href="https://github.com/trending?l=renderscript" class="select-menu-item-text js-select-button-text js-navigation-open">RenderScript</a>
2706
+ </div>
2707
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2708
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2709
+ <a href="https://github.com/trending?l=robotframework" class="select-menu-item-text js-select-button-text js-navigation-open">RobotFramework</a>
2710
+ </div>
2711
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2712
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2713
+ <a href="https://github.com/trending?l=rouge" class="select-menu-item-text js-select-button-text js-navigation-open">Rouge</a>
2714
+ </div>
2715
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2716
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2717
+ <a href="https://github.com/trending?l=ruby" class="select-menu-item-text js-select-button-text js-navigation-open">Ruby</a>
2718
+ </div>
2719
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2720
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2721
+ <a href="https://github.com/trending?l=rust" class="select-menu-item-text js-select-button-text js-navigation-open">Rust</a>
2722
+ </div>
2723
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2724
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2725
+ <a href="https://github.com/trending?l=saltstack" class="select-menu-item-text js-select-button-text js-navigation-open">SaltStack</a>
2726
+ </div>
2727
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2728
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2729
+ <a href="https://github.com/trending?l=sas" class="select-menu-item-text js-select-button-text js-navigation-open">SAS</a>
2730
+ </div>
2731
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2732
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2733
+ <a href="https://github.com/trending?l=scala" class="select-menu-item-text js-select-button-text js-navigation-open">Scala</a>
2734
+ </div>
2735
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2736
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2737
+ <a href="https://github.com/trending?l=scheme" class="select-menu-item-text js-select-button-text js-navigation-open">Scheme</a>
2738
+ </div>
2739
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2740
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2741
+ <a href="https://github.com/trending?l=scilab" class="select-menu-item-text js-select-button-text js-navigation-open">Scilab</a>
2742
+ </div>
2743
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2744
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2745
+ <a href="https://github.com/trending?l=self" class="select-menu-item-text js-select-button-text js-navigation-open">Self</a>
2746
+ </div>
2747
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2748
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2749
+ <a href="https://github.com/trending?l=bash" class="select-menu-item-text js-select-button-text js-navigation-open">Shell</a>
2750
+ </div>
2751
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2752
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2753
+ <a href="https://github.com/trending?l=shellsession" class="select-menu-item-text js-select-button-text js-navigation-open">ShellSession</a>
2754
+ </div>
2755
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2756
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2757
+ <a href="https://github.com/trending?l=shen" class="select-menu-item-text js-select-button-text js-navigation-open">Shen</a>
2758
+ </div>
2759
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2760
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2761
+ <a href="https://github.com/trending?l=slash" class="select-menu-item-text js-select-button-text js-navigation-open">Slash</a>
2762
+ </div>
2763
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2764
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2765
+ <a href="https://github.com/trending?l=smali" class="select-menu-item-text js-select-button-text js-navigation-open">Smali</a>
2766
+ </div>
2767
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2768
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2769
+ <a href="https://github.com/trending?l=smalltalk" class="select-menu-item-text js-select-button-text js-navigation-open">Smalltalk</a>
2770
+ </div>
2771
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2772
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2773
+ <a href="https://github.com/trending?l=smarty" class="select-menu-item-text js-select-button-text js-navigation-open">Smarty</a>
2774
+ </div>
2775
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2776
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2777
+ <a href="https://github.com/trending?l=smt" class="select-menu-item-text js-select-button-text js-navigation-open">SMT</a>
2778
+ </div>
2779
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2780
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2781
+ <a href="https://github.com/trending?l=sourcepawn" class="select-menu-item-text js-select-button-text js-navigation-open">SourcePawn</a>
2782
+ </div>
2783
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2784
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2785
+ <a href="https://github.com/trending?l=sqf" class="select-menu-item-text js-select-button-text js-navigation-open">SQF</a>
2786
+ </div>
2787
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2788
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2789
+ <a href="https://github.com/trending?l=sql" class="select-menu-item-text js-select-button-text js-navigation-open">SQL</a>
2790
+ </div>
2791
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2792
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2793
+ <a href="https://github.com/trending?l=sqlpl" class="select-menu-item-text js-select-button-text js-navigation-open">SQLPL</a>
2794
+ </div>
2795
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2796
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2797
+ <a href="https://github.com/trending?l=squirrel" class="select-menu-item-text js-select-button-text js-navigation-open">Squirrel</a>
2798
+ </div>
2799
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2800
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2801
+ <a href="https://github.com/trending?l=standard-ml" class="select-menu-item-text js-select-button-text js-navigation-open">Standard ML</a>
2802
+ </div>
2803
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2804
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2805
+ <a href="https://github.com/trending?l=stata" class="select-menu-item-text js-select-button-text js-navigation-open">Stata</a>
2806
+ </div>
2807
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2808
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2809
+ <a href="https://github.com/trending?l=supercollider" class="select-menu-item-text js-select-button-text js-navigation-open">SuperCollider</a>
2810
+ </div>
2811
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2812
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2813
+ <a href="https://github.com/trending?l=swift" class="select-menu-item-text js-select-button-text js-navigation-open">Swift</a>
2814
+ </div>
2815
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2816
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2817
+ <a href="https://github.com/trending?l=systemverilog" class="select-menu-item-text js-select-button-text js-navigation-open">SystemVerilog</a>
2818
+ </div>
2819
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2820
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2821
+ <a href="https://github.com/trending?l=tcl" class="select-menu-item-text js-select-button-text js-navigation-open">Tcl</a>
2822
+ </div>
2823
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2824
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2825
+ <a href="https://github.com/trending?l=tea" class="select-menu-item-text js-select-button-text js-navigation-open">Tea</a>
2826
+ </div>
2827
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2828
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2829
+ <a href="https://github.com/trending?l=tex" class="select-menu-item-text js-select-button-text js-navigation-open">TeX</a>
2830
+ </div>
2831
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2832
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2833
+ <a href="https://github.com/trending?l=thrift" class="select-menu-item-text js-select-button-text js-navigation-open">Thrift</a>
2834
+ </div>
2835
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2836
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2837
+ <a href="https://github.com/trending?l=turing" class="select-menu-item-text js-select-button-text js-navigation-open">Turing</a>
2838
+ </div>
2839
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2840
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2841
+ <a href="https://github.com/trending?l=txl" class="select-menu-item-text js-select-button-text js-navigation-open">TXL</a>
2842
+ </div>
2843
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2844
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2845
+ <a href="https://github.com/trending?l=typescript" class="select-menu-item-text js-select-button-text js-navigation-open">TypeScript</a>
2846
+ </div>
2847
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2848
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2849
+ <a href="https://github.com/trending?l=unrealscript" class="select-menu-item-text js-select-button-text js-navigation-open">UnrealScript</a>
2850
+ </div>
2851
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2852
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2853
+ <a href="https://github.com/trending?l=vala" class="select-menu-item-text js-select-button-text js-navigation-open">Vala</a>
2854
+ </div>
2855
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2856
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2857
+ <a href="https://github.com/trending?l=vcl" class="select-menu-item-text js-select-button-text js-navigation-open">VCL</a>
2858
+ </div>
2859
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2860
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2861
+ <a href="https://github.com/trending?l=verilog" class="select-menu-item-text js-select-button-text js-navigation-open">Verilog</a>
2862
+ </div>
2863
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2864
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2865
+ <a href="https://github.com/trending?l=vhdl" class="select-menu-item-text js-select-button-text js-navigation-open">VHDL</a>
2866
+ </div>
2867
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2868
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2869
+ <a href="https://github.com/trending?l=vim" class="select-menu-item-text js-select-button-text js-navigation-open">VimL</a>
2870
+ </div>
2871
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2872
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2873
+ <a href="https://github.com/trending?l=visual-basic" class="select-menu-item-text js-select-button-text js-navigation-open">Visual Basic</a>
2874
+ </div>
2875
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2876
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2877
+ <a href="https://github.com/trending?l=volt" class="select-menu-item-text js-select-button-text js-navigation-open">Volt</a>
2878
+ </div>
2879
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2880
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2881
+ <a href="https://github.com/trending?l=vue" class="select-menu-item-text js-select-button-text js-navigation-open">Vue</a>
2882
+ </div>
2883
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2884
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2885
+ <a href="https://github.com/trending?l=web-ontology-language" class="select-menu-item-text js-select-button-text js-navigation-open">Web Ontology Language</a>
2886
+ </div>
2887
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2888
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2889
+ <a href="https://github.com/trending?l=webidl" class="select-menu-item-text js-select-button-text js-navigation-open">WebIDL</a>
2890
+ </div>
2891
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2892
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2893
+ <a href="https://github.com/trending?l=wisp" class="select-menu-item-text js-select-button-text js-navigation-open">wisp</a>
2894
+ </div>
2895
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2896
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2897
+ <a href="https://github.com/trending?l=x10" class="select-menu-item-text js-select-button-text js-navigation-open">X10</a>
2898
+ </div>
2899
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2900
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2901
+ <a href="https://github.com/trending?l=xbase" class="select-menu-item-text js-select-button-text js-navigation-open">xBase</a>
2902
+ </div>
2903
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2904
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2905
+ <a href="https://github.com/trending?l=xc" class="select-menu-item-text js-select-button-text js-navigation-open">XC</a>
2906
+ </div>
2907
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2908
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2909
+ <a href="https://github.com/trending?l=xml" class="select-menu-item-text js-select-button-text js-navigation-open">XML</a>
2910
+ </div>
2911
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2912
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2913
+ <a href="https://github.com/trending?l=xojo" class="select-menu-item-text js-select-button-text js-navigation-open">Xojo</a>
2914
+ </div>
2915
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2916
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2917
+ <a href="https://github.com/trending?l=xpages" class="select-menu-item-text js-select-button-text js-navigation-open">XPages</a>
2918
+ </div>
2919
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2920
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2921
+ <a href="https://github.com/trending?l=xproc" class="select-menu-item-text js-select-button-text js-navigation-open">XProc</a>
2922
+ </div>
2923
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2924
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2925
+ <a href="https://github.com/trending?l=xquery" class="select-menu-item-text js-select-button-text js-navigation-open">XQuery</a>
2926
+ </div>
2927
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2928
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2929
+ <a href="https://github.com/trending?l=xs" class="select-menu-item-text js-select-button-text js-navigation-open">XS</a>
2930
+ </div>
2931
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2932
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2933
+ <a href="https://github.com/trending?l=xslt" class="select-menu-item-text js-select-button-text js-navigation-open">XSLT</a>
2934
+ </div>
2935
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2936
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2937
+ <a href="https://github.com/trending?l=xtend" class="select-menu-item-text js-select-button-text js-navigation-open">Xtend</a>
2938
+ </div>
2939
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2940
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2941
+ <a href="https://github.com/trending?l=yacc" class="select-menu-item-text js-select-button-text js-navigation-open">Yacc</a>
2942
+ </div>
2943
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2944
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2945
+ <a href="https://github.com/trending?l=zephir" class="select-menu-item-text js-select-button-text js-navigation-open">Zephir</a>
2946
+ </div>
2947
+ <div class="select-menu-item js-navigation-item " role="menuitem">
2948
+ <span class="select-menu-item-icon octicon octicon-check"></span>
2949
+ <a href="https://github.com/trending?l=zimpl" class="select-menu-item-text js-select-button-text js-navigation-open">Zimpl</a>
2950
+ </div>
2951
+ </div>
2952
+
2953
+ </div>
2954
+
2955
+ <div class="select-menu-loading-overlay"></div>
2956
+ </div>
2957
+ </div>
2958
+ </div>
2959
+
2960
+ <div class="protip protip-callout">
2961
+ <strong class="protip">ProTip!</strong>
2962
+ Looking for most starred repositories?
2963
+ <a href="/search?q=stars%3A%3E1&amp;s=stars&amp;type=Repositories">Try this search</a>
2964
+ </div>
2965
+
2966
+ </div>
2967
+ </div>
2968
+ </div>
2969
+
2970
+ </div>
2971
+ <div class="modal-backdrop"></div>
2972
+ </div>
2973
+
2974
+ <div class="container">
2975
+ <div class="site-footer" role="contentinfo">
2976
+ <ul class="site-footer-links right">
2977
+ <li><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status">Status</a></li>
2978
+ <li><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api">API</a></li>
2979
+ <li><a href="https://training.github.com" data-ga-click="Footer, go to training, text:training">Training</a></li>
2980
+ <li><a href="https://shop.github.com" data-ga-click="Footer, go to shop, text:shop">Shop</a></li>
2981
+ <li><a href="https://github.com/blog" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
2982
+ <li><a href="https://github.com/about" data-ga-click="Footer, go to about, text:about">About</a></li>
2983
+ <li><a href="https://github.com/pricing" data-ga-click="Footer, go to pricing, text:pricing">Pricing</a></li>
2984
+
2985
+ </ul>
2986
+
2987
+ <a href="https://github.com" aria-label="Homepage">
2988
+ <span class="mega-octicon octicon-mark-github" title="GitHub"></span>
2989
+ </a>
2990
+ <ul class="site-footer-links">
2991
+ <li>&copy; 2015 <span title="0.30553s from github-fe129-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>
2992
+ <li><a href="https://github.com/site/terms" data-ga-click="Footer, go to terms, text:terms">Terms</a></li>
2993
+ <li><a href="https://github.com/site/privacy" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li>
2994
+ <li><a href="https://github.com/security" data-ga-click="Footer, go to security, text:security">Security</a></li>
2995
+ <li><a href="https://github.com/contact" data-ga-click="Footer, go to contact, text:contact">Contact</a></li>
2996
+ <li><a href="https://help.github.com" data-ga-click="Footer, go to help, text:help">Help</a></li>
2997
+ </ul>
2998
+ </div>
2999
+ </div>
3000
+
3001
+
3002
+
3003
+
3004
+
3005
+
3006
+
3007
+ <div id="ajax-error-message" class="flash flash-error">
3008
+ <span class="octicon octicon-alert"></span>
3009
+ <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
3010
+ <span class="octicon octicon-x"></span>
3011
+ </button>
3012
+ Something went wrong with that request. Please try again.
3013
+ </div>
3014
+
3015
+
3016
+ <script crossorigin="anonymous" integrity="sha256-t8lSPZPmzQI1oKi30aaR95CdODTNnJyqexZ0ulCLZEw=" src="https://assets-cdn.github.com/assets/frameworks-b7c9523d93e6cd0235a0a8b7d1a691f7909d3834cd9c9caa7b1674ba508b644c.js"></script>
3017
+ <script async="async" crossorigin="anonymous" integrity="sha256-kAer1l3CN2Fyyuv6iZx5HerIU7I8u6ysYWrNpNEvz5Y=" src="https://assets-cdn.github.com/assets/github-9007abd65dc2376172caebfa899c791deac853b23cbbacac616acda4d12fcf96.js"></script>
3018
+
3019
+
3020
+
3021
+ <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner hidden">
3022
+ <span class="octicon octicon-alert"></span>
3023
+ <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
3024
+ <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
3025
+ </div>
3026
+ </body>
3027
+ </html>