git-trend 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9d512ad1f7b5be005ab014d4a0473a5e2a9100c
4
- data.tar.gz: a14be7b605b79f175ac0c371d03cd2d8db737fad
3
+ metadata.gz: a1737082fa6fe05f7987fee1930513062cfac740
4
+ data.tar.gz: 21816ac3c04291ffb636b00a2c362f7a7b16a1b1
5
5
  SHA512:
6
- metadata.gz: f38048915980e2d32432ce01bcf542188f182c6c269e82408c6b922f46044bc106b93b705dd4c3edff4d027ed750779eef37fea5ca72de315328210046eecd1f
7
- data.tar.gz: 8ef7514e238c9f950d29352a152df6ebc51924dbae5cfaba23e09f80ff29da37232b2c93ec94f9071500dedb576e744e110b5e9206dfff0ae8a33bdcdc9cee93
6
+ metadata.gz: ca7a8ca768daf05888f8a8d65e95fb38decea33325306101055ae17f9aa8b4603dae271dbbd2a2f7b8a2154099c18e5400cdde087bb7611e954808040e84b3a2
7
+ data.tar.gz: fcd93412836ad53cffe5c67422bdbd2d1bac191f441ab140b572e436e35de636003041b51f477e9493733678c343219449151058bc648c98b278dabf683050c0
@@ -1,3 +1,7 @@
1
+ ## v1.1.7 (Tue Jul 18 2017)
2
+
3
+ - Fix NoMethodError when fork count is nothing #10 [6bdf1f6]
4
+
1
5
  ## v1.1.6 (Mon Jul 17 2017)
2
6
 
3
7
  - Update gems; unicode-display_width... [8e6ca0a]
data/Rakefile CHANGED
@@ -9,6 +9,7 @@ desc "update fixtures"
9
9
  task :update_fixtures do
10
10
  sh "curl -o spec/fixtures/trending/index https://github.com/trending"
11
11
  sh "curl -o spec/fixtures/trending/ruby https://github.com/trending/ruby"
12
+ sh "curl -o spec/fixtures/trending/alloy https://github.com/trending/alloy"
12
13
  sh "curl -o spec/fixtures/trending/ruby?since=weekly https://github.com/trending/ruby?since=weekly"
13
14
 
14
15
  sh "curl -o spec/fixtures/trending?since= https://github.com/trending?since="
@@ -53,7 +53,8 @@ module GitTrend
53
53
  def generate_project(page)
54
54
  page.search(".repo-list li").map do |content|
55
55
  all_star_count = comma_to_i(content.search('svg[aria-label="star"]')[0].parent.text.strip)
56
- fork_count = comma_to_i(content.search('svg[aria-label="fork"]')[0].parent.text.strip)
56
+ fork_elm = content.search('svg[aria-label="fork"]')[0]
57
+ fork_count = fork_elm ? comma_to_i(fork_elm.parent.text.strip) : 0
57
58
  star_count = comma_to_i(content.search("span.float-sm-right").text.strip.match(/(.+)? stars/).to_a[1])
58
59
  Project.new(
59
60
  name: content.search("h3 a").attr("href").to_s.sub(/\A\//, ""),
@@ -1,3 +1,3 @@
1
1
  module GitTrend
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
@@ -0,0 +1,3112 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+ <!DOCTYPE html>
8
+ <html lang="en">
9
+ <head>
10
+ <meta charset="utf-8">
11
+ <link rel="dns-prefetch" href="https://assets-cdn.github.com">
12
+ <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
13
+ <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
14
+ <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
15
+ <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
16
+ <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
17
+ <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
18
+
19
+
20
+
21
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-2d2d4c150f7000385741c6b992b302689ecd172246c6428904e0813be9bceca6.css" media="all" rel="stylesheet" />
22
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-dc68b8984be0bf4b18485cbbae5a1a783216fb2ff01cfa4758292684cbdd9605.css" media="all" rel="stylesheet" />
23
+
24
+
25
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-cfab053e93f0e27f4c63d4ff6b7957bd25f711667fe678e747f8a4d88c47b38d.css" media="all" rel="stylesheet" />
26
+
27
+
28
+ <meta name="viewport" content="width=device-width">
29
+
30
+ <title>Trending Alloy repositories on GitHub today · GitHub</title>
31
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
32
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
33
+ <meta property="fb:app_id" content="1401488693436528">
34
+
35
+ <meta property="og:url" content="https://github.com">
36
+ <meta property="og:site_name" content="GitHub">
37
+ <meta property="og:title" content="Build software better, together">
38
+ <meta property="og:description" content="GitHub is where people build software. More than 23 million people use GitHub to discover, fork, and contribute to over 62 million projects.">
39
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
40
+ <meta property="og:image:type" content="image/png">
41
+ <meta property="og:image:width" content="1200">
42
+ <meta property="og:image:height" content="1200">
43
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-mark.png">
44
+ <meta property="og:image:type" content="image/png">
45
+ <meta property="og:image:width" content="1200">
46
+ <meta property="og:image:height" content="620">
47
+ <meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-octocat.png">
48
+ <meta property="og:image:type" content="image/png">
49
+ <meta property="og:image:width" content="1200">
50
+ <meta property="og:image:height" content="620">
51
+
52
+
53
+ <link rel="assets" href="https://assets-cdn.github.com/">
54
+
55
+ <meta name="pjax-timeout" content="1000">
56
+
57
+ <meta name="request-id" content="9E39:F835:2C7EA7F:43FC076:596E0B6D" data-pjax-transient>
58
+
59
+
60
+ <meta name="selected-link" value="trending_repositories" data-pjax-transient>
61
+
62
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
63
+ <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
64
+ <meta name="google-analytics" content="UA-3769691-2">
65
+
66
+ <meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="9E39:F835:2C7EA7F:43FC076:596E0B6D" name="octolytics-dimension-request_id" /><meta content="sea" name="octolytics-dimension-region_edge" /><meta content="iad" name="octolytics-dimension-region_render" />
67
+
68
+
69
+
70
+
71
+
72
+ <meta class="js-ga-set" name="dimension1" content="Logged Out">
73
+
74
+
75
+
76
+
77
+ <meta name="hostname" content="github.com">
78
+ <meta name="user-login" content="">
79
+
80
+ <meta name="expected-hostname" content="github.com">
81
+ <meta name="js-proxy-site-detection-payload" content="Mzc3NzNhYmRiMmY2Zjk0OWQ4ZTMxMDcyMjYyOTk4YWU4YmQ5MTM0NGE3ODgzZjMzNDI2ODFlZTFmNzYyZmJhN3x7InJlbW90ZV9hZGRyZXNzIjoiNTguMTU3LjEyNi4yMDUiLCJyZXF1ZXN0X2lkIjoiOUUzOTpGODM1OjJDN0VBN0Y6NDNGQzA3Njo1OTZFMEI2RCIsInRpbWVzdGFtcCI6MTUwMDM4NDExMCwiaG9zdCI6ImdpdGh1Yi5jb20ifQ==">
82
+
83
+
84
+ <meta name="html-safe-nonce" content="0d30d0557d0ba618fb26ac29b70aab7b3471a18e">
85
+
86
+ <meta http-equiv="x-pjax-version" content="27fb00d95b96e42a079283412c520a9e">
87
+
88
+
89
+ <meta name="viewport" content="width=device-width">
90
+ <link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-cfab053e93f0e27f4c63d4ff6b7957bd25f711667fe678e747f8a4d88c47b38d.css" media="all" rel="stylesheet" />
91
+
92
+
93
+ <link rel="canonical" href="https://github.com/trending/alloy" data-pjax-transient>
94
+
95
+
96
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
97
+
98
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
99
+
100
+ <link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000">
101
+ <link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
102
+
103
+ <meta name="theme-color" content="#1e2327">
104
+
105
+
106
+
107
+ </head>
108
+
109
+ <body class="logged-out env-production page-responsive min-width-0 site-header-dark">
110
+
111
+
112
+
113
+
114
+ <div class="position-relative js-header-wrapper ">
115
+ <a href="#start-of-content" tabindex="1" class="px-2 py-4 show-on-focus js-skip-to-content">Skip to content</a>
116
+ <div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div>
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+ <header class="site-header js-details-container Details" role="banner">
125
+ <div class="site-nav-container">
126
+ <a class="header-logo-invertocat" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
127
+ <svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg>
128
+ </a>
129
+
130
+ <button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
131
+ <svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg>
132
+ </button>
133
+
134
+ <div class="site-header-menu">
135
+ <nav class="site-header-nav">
136
+ <a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features/code-review /features/project-management /features/integrations /features">
137
+ Features
138
+ </a> <a href="/business" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business">
139
+ Business
140
+ </a> <a href="/explore" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /stars /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore">
141
+ Explore
142
+ </a> <a href="/marketplace" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:marketplace" data-selected-links=" /marketplace">
143
+ Marketplace
144
+ </a> <a href="/pricing" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing/developer /pricing/team /pricing/business-hosted /pricing/business-enterprise /pricing">
145
+ Pricing
146
+ </a> </nav>
147
+
148
+ <div class="site-header-actions">
149
+ <div class="header-search js-site-search" role="search">
150
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/search" class="js-site-search-form" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>
151
+ <label class="form-control header-search-wrapper js-chromeless-input-container">
152
+ <a href="/trending" class="header-search-scope no-underline">/trending</a>
153
+ <input type="text"
154
+ class="form-control header-search-input js-site-search-focus "
155
+ data-hotkey="s"
156
+ name="q"
157
+ value=""
158
+ placeholder="Search GitHub"
159
+ aria-label="Search GitHub"
160
+ data-unscoped-placeholder="Search GitHub"
161
+ data-scoped-placeholder="Search"
162
+ autocapitalize="off">
163
+ <input type="hidden" class="js-site-search-type-field" name="type" >
164
+ </label>
165
+ </form></div>
166
+
167
+
168
+ <a class="text-bold site-header-link" href="/login?return_to=%2Ftrending%2Falloy" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a>
169
+ <span class="text-gray">or</span>
170
+ <a class="text-bold site-header-link" href="/join?source=header" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </header>
175
+
176
+
177
+
178
+ </div>
179
+
180
+ <div id="start-of-content" class="show-on-focus"></div>
181
+
182
+ <div id="js-flash-container">
183
+ </div>
184
+
185
+
186
+
187
+ <div role="main">
188
+
189
+ <div class="pagehead">
190
+ <div class="container-lg p-responsive text-center clearfix">
191
+ <h1 class="float-sm-left mb-3 mb-sm-0">
192
+ <a class="pagehead-heading" href="/explore">
193
+ Explore GitHub
194
+ </a>
195
+ </h1>
196
+ <nav class="underline-nav float-sm-right mx-auto" role="navigation" data-pjax>
197
+ <a href="/showcases" class="js-selected-navigation-item underline-nav-item" data-selected-links="showcases showcases_search showcases_landing /showcases">
198
+ <svg aria-hidden="true" class="octicon octicon-megaphone" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M10 1c-.17 0-.36.05-.52.14C8.04 2.02 4.5 4.58 3 5c-1.38 0-3 .67-3 2.5S1.63 10 3 10c.3.08.64.23 1 .41V15h2v-3.45c1.34.86 2.69 1.83 3.48 2.31.16.09.34.14.52.14.52 0 1-.42 1-1V2c0-.58-.48-1-1-1zm0 12c-.38-.23-.89-.58-1.5-1-.16-.11-.33-.22-.5-.34V3.31c.16-.11.31-.2.47-.31.61-.41 1.16-.77 1.53-1v11zm2-6h4v1h-4V7zm0 2l4 2v1l-4-2V9zm4-6v1l-4 2V5l4-2z"/></svg> Showcases
199
+ </a> <a href="/trending" class="js-selected-navigation-item selected underline-nav-item" data-selected-links="trending_developers trending_repositories /trending">
200
+ <svg aria-hidden="true" class="octicon octicon-flame" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"/></svg> Trending
201
+ </a></nav>
202
+
203
+ </div>
204
+ </div>
205
+
206
+
207
+ <div class="explore-pjax-container container-lg p-responsive clearfix">
208
+ <div class="gutter-md">
209
+ <div class="text-center mt-2 mx-auto mb-5 ">
210
+ <h2 class="f1 text-normal mb-1">Trending in open source</h2>
211
+ <p class="lead mt-1 mb-3">See what the GitHub community is most excited about today.</p>
212
+ <p>
213
+ <a href="/join?return_to=https%3A%2F%2Fgithub.com%2Ftrending%2Falloy" class="btn btn-sm btn-primary" rel="nofollow">Sign up for free</a> to get started
214
+ </p>
215
+ </div>
216
+
217
+ <div class="col-md-9 float-md-left">
218
+ <div class="tabnav">
219
+ <div class="float-sm-right mb-2 mb-sm-0">
220
+ <div class="select-menu js-menu-container js-select-menu select-menu-modal-right">
221
+ <button class="btn btn-sm select-menu-button js-menu-target" type="button" aria-haspopup="true" aria-expanded="false">
222
+ <i>Trending:</i>
223
+ <span class="js-select-button">today</span>
224
+ </button>
225
+ <div class="select-menu-modal-holder js-menu-content js-navigation-container">
226
+ <div class="select-menu-modal">
227
+ <div class="select-menu-header">
228
+ <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
229
+ <span class="select-menu-title">Adjust time span</span>
230
+ </div>
231
+
232
+ <div class="select-menu-list" role="menu">
233
+ <div>
234
+ <a class="select-menu-item js-navigation-item selected" href="https://github.com/trending/alloy?since=daily" data-pjax>
235
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
236
+ <span class="select-menu-item-text js-select-button-text">today</span>
237
+ </a>
238
+ <a class="select-menu-item js-navigation-item " href="https://github.com/trending/alloy?since=weekly" data-pjax>
239
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
240
+ <span class="select-menu-item-text js-select-button-text">this week</span>
241
+ </a>
242
+ <a class="select-menu-item js-navigation-item " href="https://github.com/trending/alloy?since=monthly" data-pjax>
243
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
244
+ <span class="select-menu-item-text js-select-button-text">this month</span>
245
+ </a>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ </div>
253
+ <nav class="tabnav-tabs" data-pjax>
254
+ <a href="https://github.com/trending/alloy" class="js-selected-navigation-item selected tabnav-tab" data-selected-links="trending_repositories https://github.com/trending/alloy">Repositories</a>
255
+ <a href="https://github.com/trending/developers/alloy" class="js-selected-navigation-item tabnav-tab" data-selected-links="trending_developers https://github.com/trending/developers/alloy">Developers</a>
256
+ </nav>
257
+
258
+ </div>
259
+ <div class="explore-content">
260
+ <ol class="repo-list">
261
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-Ableton-Live-tools">
262
+ <div class="d-inline-block col-9 mb-1">
263
+ <h3>
264
+ <a href="/danielbayley/Ableton-Live-tools">
265
+ <span class="text-normal">danielbayley / </span>Ableton-Live-tools
266
+ </a> </h3>
267
+ </div>
268
+
269
+ <div class="float-right">
270
+ <a href="/login?return_to=%2Fdanielbayley%2FAbleton-Live-tools"
271
+ class="btn btn-sm tooltipped tooltipped-n"
272
+ aria-label="You must be signed in to star a repository" rel="nofollow">
273
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
274
+ Star
275
+ </a>
276
+
277
+
278
+ </div>
279
+
280
+ <div class="py-1">
281
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
282
+ A collection of useful additions to <a href="https://github.com/Ableton" class="user-mention">@Ableton</a> Live, including better <a href="https://github.com/Git" class="user-mention">@Git</a> integration.
283
+ </p>
284
+ </div>
285
+
286
+ <div class="f6 text-gray mt-2">
287
+ <span class="d-inline-block mr-3">
288
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
289
+ <span itemprop="programmingLanguage">
290
+ Alloy
291
+ </span>
292
+ </span>
293
+
294
+ <a class="muted-link d-inline-block mr-3" href="/danielbayley/Ableton-Live-tools/stargazers">
295
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
296
+ 83
297
+ </a>
298
+
299
+ <a class="muted-link d-inline-block mr-3" href="/danielbayley/Ableton-Live-tools/network">
300
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
301
+ 10
302
+ </a>
303
+
304
+
305
+ <span class="d-inline-block mr-3">
306
+ Built by
307
+ <a href="/danielbayley/Ableton-Live-tools/graphs/contributors" class="no-underline">
308
+ <img alt="@danielbayley" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/7797479?v=4&amp;s=40" title="danielbayley" width="20" />
309
+ <img alt="@maido" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/408160?v=4&amp;s=40" title="maido" width="20" />
310
+ <img alt="@bryant1410" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/3905501?v=4&amp;s=40" title="bryant1410" width="20" />
311
+ </a>
312
+ </span>
313
+
314
+ </div>
315
+ </li>
316
+
317
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-midihack">
318
+ <div class="d-inline-block col-9 mb-1">
319
+ <h3>
320
+ <a href="/DavW/midihack">
321
+ <span class="text-normal">DavW / </span>midihack
322
+ </a> </h3>
323
+ </div>
324
+
325
+ <div class="float-right">
326
+ <a href="/login?return_to=%2FDavW%2Fmidihack"
327
+ class="btn btn-sm tooltipped tooltipped-n"
328
+ aria-label="You must be signed in to star a repository" rel="nofollow">
329
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
330
+ Star
331
+ </a>
332
+
333
+
334
+ </div>
335
+
336
+ <div class="py-1">
337
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
338
+ Algorithmic music project for MIDIHACK 2014
339
+ </p>
340
+ </div>
341
+
342
+ <div class="f6 text-gray mt-2">
343
+ <span class="d-inline-block mr-3">
344
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
345
+ <span itemprop="programmingLanguage">
346
+ Alloy
347
+ </span>
348
+ </span>
349
+
350
+ <a class="muted-link d-inline-block mr-3" href="/DavW/midihack/stargazers">
351
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
352
+ 32
353
+ </a>
354
+
355
+ <a class="muted-link d-inline-block mr-3" href="/DavW/midihack/network">
356
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
357
+ 3
358
+ </a>
359
+
360
+
361
+ <span class="d-inline-block mr-3">
362
+ Built by
363
+ <a href="/DavW/midihack/graphs/contributors" class="no-underline">
364
+ <img alt="@DavW" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/1446837?v=4&amp;s=40" title="DavW" width="20" />
365
+ </a>
366
+ </span>
367
+
368
+ </div>
369
+ </li>
370
+
371
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-ableton-experiment">
372
+ <div class="d-inline-block col-9 mb-1">
373
+ <h3>
374
+ <a href="/mark-henry/ableton-experiment">
375
+ <span class="text-normal">mark-henry / </span>ableton-experiment
376
+ </a> </h3>
377
+ </div>
378
+
379
+ <div class="float-right">
380
+ <a href="/login?return_to=%2Fmark-henry%2Fableton-experiment"
381
+ class="btn btn-sm tooltipped tooltipped-n"
382
+ aria-label="You must be signed in to star a repository" rel="nofollow">
383
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
384
+ Star
385
+ </a>
386
+
387
+
388
+ </div>
389
+
390
+ <div class="py-1">
391
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
392
+ The great Ableton experiment
393
+ </p>
394
+ </div>
395
+
396
+ <div class="f6 text-gray mt-2">
397
+ <span class="d-inline-block mr-3">
398
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
399
+ <span itemprop="programmingLanguage">
400
+ Alloy
401
+ </span>
402
+ </span>
403
+
404
+ <a class="muted-link d-inline-block mr-3" href="/mark-henry/ableton-experiment/stargazers">
405
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
406
+ 16
407
+ </a>
408
+
409
+ <a class="muted-link d-inline-block mr-3" href="/mark-henry/ableton-experiment/network">
410
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
411
+ 5
412
+ </a>
413
+
414
+
415
+ <span class="d-inline-block mr-3">
416
+ Built by
417
+ <a href="/mark-henry/ableton-experiment/graphs/contributors" class="no-underline">
418
+ <img alt="@mark-henry" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/926646?v=4&amp;s=40" title="mark-henry" width="20" />
419
+ </a>
420
+ </span>
421
+
422
+ </div>
423
+ </li>
424
+
425
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-mIRC-BattleArena">
426
+ <div class="d-inline-block col-9 mb-1">
427
+ <h3>
428
+ <a href="/Iyouboushi/mIRC-BattleArena">
429
+ <span class="text-normal">Iyouboushi / </span>mIRC-BattleArena
430
+ </a> </h3>
431
+ </div>
432
+
433
+ <div class="float-right">
434
+ <a href="/login?return_to=%2FIyouboushi%2FmIRC-BattleArena"
435
+ class="btn btn-sm tooltipped tooltipped-n"
436
+ aria-label="You must be signed in to star a repository" rel="nofollow">
437
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
438
+ Star
439
+ </a>
440
+
441
+
442
+ </div>
443
+
444
+ <div class="py-1">
445
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
446
+ mIRC Bot - Battle Arena
447
+ </p>
448
+ </div>
449
+
450
+ <div class="f6 text-gray mt-2">
451
+ <span class="d-inline-block mr-3">
452
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
453
+ <span itemprop="programmingLanguage">
454
+ Alloy
455
+ </span>
456
+ </span>
457
+
458
+ <a class="muted-link d-inline-block mr-3" href="/Iyouboushi/mIRC-BattleArena/stargazers">
459
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
460
+ 14
461
+ </a>
462
+
463
+ <a class="muted-link d-inline-block mr-3" href="/Iyouboushi/mIRC-BattleArena/network">
464
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
465
+ 7
466
+ </a>
467
+
468
+
469
+ <span class="d-inline-block mr-3">
470
+ Built by
471
+ <a href="/Iyouboushi/mIRC-BattleArena/graphs/contributors" class="no-underline">
472
+ <img alt="@Iyouboushi" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/6826539?v=4&amp;s=40" title="Iyouboushi" width="20" />
473
+ <img alt="@Tiranadel" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/13544765?v=4&amp;s=40" title="Tiranadel" width="20" />
474
+ <img alt="@Pentium320" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/24302006?v=4&amp;s=40" title="Pentium320" width="20" />
475
+ <img alt="@AndrioCelos" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/6897624?v=4&amp;s=40" title="AndrioCelos" width="20" />
476
+ </a>
477
+ </span>
478
+
479
+ </div>
480
+ </li>
481
+
482
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-js-live-api-humanize-midi-clips">
483
+ <div class="d-inline-block col-9 mb-1">
484
+ <h3>
485
+ <a href="/adamjmurray/js-live-api-humanize-midi-clips">
486
+ <span class="text-normal">adamjmurray / </span>js-live-api-humanize-midi-clips
487
+ </a> </h3>
488
+ </div>
489
+
490
+ <div class="float-right">
491
+ <a href="/login?return_to=%2Fadamjmurray%2Fjs-live-api-humanize-midi-clips"
492
+ class="btn btn-sm tooltipped tooltipped-n"
493
+ aria-label="You must be signed in to star a repository" rel="nofollow">
494
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
495
+ Star
496
+ </a>
497
+
498
+
499
+ </div>
500
+
501
+ <div class="py-1">
502
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
503
+ An example of using the Max for Live JavaScript API to modify MIDI clips.
504
+ </p>
505
+ </div>
506
+
507
+ <div class="f6 text-gray mt-2">
508
+ <span class="d-inline-block mr-3">
509
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
510
+ <span itemprop="programmingLanguage">
511
+ Alloy
512
+ </span>
513
+ </span>
514
+
515
+ <a class="muted-link d-inline-block mr-3" href="/adamjmurray/js-live-api-humanize-midi-clips/stargazers">
516
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
517
+ 11
518
+ </a>
519
+
520
+ <a class="muted-link d-inline-block mr-3" href="/adamjmurray/js-live-api-humanize-midi-clips/network">
521
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
522
+ 3
523
+ </a>
524
+
525
+
526
+ <span class="d-inline-block mr-3">
527
+ Built by
528
+ <a href="/adamjmurray/js-live-api-humanize-midi-clips/graphs/contributors" class="no-underline">
529
+ <img alt="@adamjmurray" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/12264?v=4&amp;s=40" title="adamjmurray" width="20" />
530
+ </a>
531
+ </span>
532
+
533
+ </div>
534
+ </li>
535
+
536
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-bootstrap-base-song-for-live9">
537
+ <div class="d-inline-block col-9 mb-1">
538
+ <h3>
539
+ <a href="/Binomio/bootstrap-base-song-for-live9">
540
+ <span class="text-normal">Binomio / </span>bootstrap-base-song-for-live9
541
+ </a> </h3>
542
+ </div>
543
+
544
+ <div class="float-right">
545
+ <a href="/login?return_to=%2FBinomio%2Fbootstrap-base-song-for-live9"
546
+ class="btn btn-sm tooltipped tooltipped-n"
547
+ aria-label="You must be signed in to star a repository" rel="nofollow">
548
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
549
+ Star
550
+ </a>
551
+
552
+
553
+ </div>
554
+
555
+ <div class="py-1">
556
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
557
+ Bootstrap template for producing a song with Ableton Live 9
558
+ </p>
559
+ </div>
560
+
561
+ <div class="f6 text-gray mt-2">
562
+ <span class="d-inline-block mr-3">
563
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
564
+ <span itemprop="programmingLanguage">
565
+ Alloy
566
+ </span>
567
+ </span>
568
+
569
+ <a class="muted-link d-inline-block mr-3" href="/Binomio/bootstrap-base-song-for-live9/stargazers">
570
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
571
+ 7
572
+ </a>
573
+
574
+ <a class="muted-link d-inline-block mr-3" href="/Binomio/bootstrap-base-song-for-live9/network">
575
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
576
+ 2
577
+ </a>
578
+
579
+
580
+ <span class="d-inline-block mr-3">
581
+ Built by
582
+ <a href="/Binomio/bootstrap-base-song-for-live9/graphs/contributors" class="no-underline">
583
+ <img alt="@gabamnml" class="avatar mb-1" height="20" src="https://avatars0.githubusercontent.com/u/379450?v=4&amp;s=40" title="gabamnml" width="20" />
584
+ </a>
585
+ </span>
586
+
587
+ </div>
588
+ </li>
589
+
590
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-alloy-fish">
591
+ <div class="d-inline-block col-9 mb-1">
592
+ <h3>
593
+ <a href="/lorin/alloy-fish">
594
+ <span class="text-normal">lorin / </span>alloy-fish
595
+ </a> </h3>
596
+ </div>
597
+
598
+ <div class="float-right">
599
+ <a href="/login?return_to=%2Florin%2Falloy-fish"
600
+ class="btn btn-sm tooltipped tooltipped-n"
601
+ aria-label="You must be signed in to star a repository" rel="nofollow">
602
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
603
+ Star
604
+ </a>
605
+
606
+
607
+ </div>
608
+
609
+ <div class="py-1">
610
+ </div>
611
+
612
+ <div class="f6 text-gray mt-2">
613
+ <span class="d-inline-block mr-3">
614
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
615
+ <span itemprop="programmingLanguage">
616
+ Alloy
617
+ </span>
618
+ </span>
619
+
620
+ <a class="muted-link d-inline-block mr-3" href="/lorin/alloy-fish/stargazers">
621
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
622
+ 7
623
+ </a>
624
+
625
+ <a class="muted-link d-inline-block mr-3" href="/lorin/alloy-fish/network">
626
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
627
+ 2
628
+ </a>
629
+
630
+
631
+ <span class="d-inline-block mr-3">
632
+ Built by
633
+ <a href="/lorin/alloy-fish/graphs/contributors" class="no-underline">
634
+ <img alt="@lorin" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/446305?v=4&amp;s=40" title="lorin" width="20" />
635
+ </a>
636
+ </span>
637
+
638
+ </div>
639
+ </li>
640
+
641
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-websecmodel">
642
+ <div class="d-inline-block col-9 mb-1">
643
+ <h3>
644
+ <a href="/devd/websecmodel">
645
+ <span class="text-normal">devd / </span>websecmodel
646
+ </a> </h3>
647
+ </div>
648
+
649
+ <div class="float-right">
650
+ <a href="/login?return_to=%2Fdevd%2Fwebsecmodel"
651
+ class="btn btn-sm tooltipped tooltipped-n"
652
+ aria-label="You must be signed in to star a repository" rel="nofollow">
653
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
654
+ Star
655
+ </a>
656
+
657
+
658
+ </div>
659
+
660
+ <div class="py-1">
661
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
662
+ Automatically exported from code.google.com/p/websecmodel
663
+ </p>
664
+ </div>
665
+
666
+ <div class="f6 text-gray mt-2">
667
+ <span class="d-inline-block mr-3">
668
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
669
+ <span itemprop="programmingLanguage">
670
+ Alloy
671
+ </span>
672
+ </span>
673
+
674
+ <a class="muted-link d-inline-block mr-3" href="/devd/websecmodel/stargazers">
675
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
676
+ 7
677
+ </a>
678
+
679
+
680
+
681
+
682
+ </div>
683
+ </li>
684
+
685
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-alloy-coin">
686
+ <div class="d-inline-block col-9 mb-1">
687
+ <h3>
688
+ <a href="/kepae/alloy-coin">
689
+ <span class="text-normal">kepae / </span>alloy-coin
690
+ </a> </h3>
691
+ </div>
692
+
693
+ <div class="float-right">
694
+ <a href="/login?return_to=%2Fkepae%2Falloy-coin"
695
+ class="btn btn-sm tooltipped tooltipped-n"
696
+ aria-label="You must be signed in to star a repository" rel="nofollow">
697
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
698
+ Star
699
+ </a>
700
+
701
+
702
+ </div>
703
+
704
+ <div class="py-1">
705
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
706
+ An Alloy Analyzer modeling of the Bitcoin cryptocurrency transaction and blockchain. (WIP)
707
+ </p>
708
+ </div>
709
+
710
+ <div class="f6 text-gray mt-2">
711
+ <span class="d-inline-block mr-3">
712
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
713
+ <span itemprop="programmingLanguage">
714
+ Alloy
715
+ </span>
716
+ </span>
717
+
718
+ <a class="muted-link d-inline-block mr-3" href="/kepae/alloy-coin/stargazers">
719
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
720
+ 7
721
+ </a>
722
+
723
+ <a class="muted-link d-inline-block mr-3" href="/kepae/alloy-coin/network">
724
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
725
+ 4
726
+ </a>
727
+
728
+
729
+ <span class="d-inline-block mr-3">
730
+ Built by
731
+ <a href="/kepae/alloy-coin/graphs/contributors" class="no-underline">
732
+ <img alt="@Ericson2314" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/1055245?v=4&amp;s=40" title="Ericson2314" width="20" />
733
+ <img alt="@kepae" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/4238598?v=4&amp;s=40" title="kepae" width="20" />
734
+ </a>
735
+ </span>
736
+
737
+ </div>
738
+ </li>
739
+
740
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-amazon-snapshot-spec">
741
+ <div class="d-inline-block col-9 mb-1">
742
+ <h3>
743
+ <a href="/pron/amazon-snapshot-spec">
744
+ <span class="text-normal">pron / </span>amazon-snapshot-spec
745
+ </a> </h3>
746
+ </div>
747
+
748
+ <div class="float-right">
749
+ <a href="/login?return_to=%2Fpron%2Famazon-snapshot-spec"
750
+ class="btn btn-sm tooltipped tooltipped-n"
751
+ aria-label="You must be signed in to star a repository" rel="nofollow">
752
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
753
+ Star
754
+ </a>
755
+
756
+
757
+ </div>
758
+
759
+ <div class="py-1">
760
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
761
+ TLA+ and Alloy specs of database isolation
762
+ </p>
763
+ </div>
764
+
765
+ <div class="f6 text-gray mt-2">
766
+ <span class="d-inline-block mr-3">
767
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
768
+ <span itemprop="programmingLanguage">
769
+ Alloy
770
+ </span>
771
+ </span>
772
+
773
+ <a class="muted-link d-inline-block mr-3" href="/pron/amazon-snapshot-spec/stargazers">
774
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
775
+ 6
776
+ </a>
777
+
778
+ <a class="muted-link d-inline-block mr-3" href="/pron/amazon-snapshot-spec/network">
779
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
780
+ 1
781
+ </a>
782
+
783
+
784
+ <span class="d-inline-block mr-3">
785
+ Built by
786
+ <a href="/pron/amazon-snapshot-spec/graphs/contributors" class="no-underline">
787
+ <img alt="@pron" class="avatar mb-1" height="20" src="https://avatars0.githubusercontent.com/u/1273445?v=4&amp;s=40" title="pron" width="20" />
788
+ </a>
789
+ </span>
790
+
791
+ </div>
792
+ </li>
793
+
794
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-Alloy-Model-of-MCA">
795
+ <div class="d-inline-block col-9 mb-1">
796
+ <h3>
797
+ <a href="/SaberMirzaei/Alloy-Model-of-MCA">
798
+ <span class="text-normal">SaberMirzaei / </span>Alloy-Model-of-MCA
799
+ </a> </h3>
800
+ </div>
801
+
802
+ <div class="float-right">
803
+ <a href="/login?return_to=%2FSaberMirzaei%2FAlloy-Model-of-MCA"
804
+ class="btn btn-sm tooltipped tooltipped-n"
805
+ aria-label="You must be signed in to star a repository" rel="nofollow">
806
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
807
+ Star
808
+ </a>
809
+
810
+
811
+ </div>
812
+
813
+ <div class="py-1">
814
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
815
+ An Alloy Verification Model for Consensus-Based Auction Protocols
816
+ </p>
817
+ </div>
818
+
819
+ <div class="f6 text-gray mt-2">
820
+ <span class="d-inline-block mr-3">
821
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
822
+ <span itemprop="programmingLanguage">
823
+ Alloy
824
+ </span>
825
+ </span>
826
+
827
+ <a class="muted-link d-inline-block mr-3" href="/SaberMirzaei/Alloy-Model-of-MCA/stargazers">
828
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
829
+ 6
830
+ </a>
831
+
832
+ <a class="muted-link d-inline-block mr-3" href="/SaberMirzaei/Alloy-Model-of-MCA/network">
833
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
834
+ 2
835
+ </a>
836
+
837
+
838
+ <span class="d-inline-block mr-3">
839
+ Built by
840
+ <a href="/SaberMirzaei/Alloy-Model-of-MCA/graphs/contributors" class="no-underline">
841
+ <img alt="@SaberMirzaei" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/8096291?v=4&amp;s=40" title="SaberMirzaei" width="20" />
842
+ </a>
843
+ </span>
844
+
845
+ </div>
846
+ </li>
847
+
848
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-alloy-tutorial">
849
+ <div class="d-inline-block col-9 mb-1">
850
+ <h3>
851
+ <a href="/rossgore/alloy-tutorial">
852
+ <span class="text-normal">rossgore / </span>alloy-tutorial
853
+ </a> </h3>
854
+ </div>
855
+
856
+ <div class="float-right">
857
+ <a href="/login?return_to=%2Frossgore%2Falloy-tutorial"
858
+ class="btn btn-sm tooltipped tooltipped-n"
859
+ aria-label="You must be signed in to star a repository" rel="nofollow">
860
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
861
+ Star
862
+ </a>
863
+
864
+
865
+ </div>
866
+
867
+ <div class="py-1">
868
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
869
+ Material from SpringSim tutorial on Conceptual Modeling with Alloy
870
+ </p>
871
+ </div>
872
+
873
+ <div class="f6 text-gray mt-2">
874
+ <span class="d-inline-block mr-3">
875
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
876
+ <span itemprop="programmingLanguage">
877
+ Alloy
878
+ </span>
879
+ </span>
880
+
881
+ <a class="muted-link d-inline-block mr-3" href="/rossgore/alloy-tutorial/stargazers">
882
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
883
+ 6
884
+ </a>
885
+
886
+ <a class="muted-link d-inline-block mr-3" href="/rossgore/alloy-tutorial/network">
887
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
888
+ 1
889
+ </a>
890
+
891
+
892
+ <span class="d-inline-block mr-3">
893
+ Built by
894
+ <a href="/rossgore/alloy-tutorial/graphs/contributors" class="no-underline">
895
+ <img alt="@rossgore" class="avatar mb-1" height="20" src="https://avatars0.githubusercontent.com/u/10296927?v=4&amp;s=40" title="rossgore" width="20" />
896
+ </a>
897
+ </span>
898
+
899
+ </div>
900
+ </li>
901
+
902
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-memsynth">
903
+ <div class="d-inline-block col-9 mb-1">
904
+ <h3>
905
+ <a href="/uwplse/memsynth">
906
+ <span class="text-normal">uwplse / </span>memsynth
907
+ </a> </h3>
908
+ </div>
909
+
910
+ <div class="float-right">
911
+ <a href="/login?return_to=%2Fuwplse%2Fmemsynth"
912
+ class="btn btn-sm tooltipped tooltipped-n"
913
+ aria-label="You must be signed in to star a repository" rel="nofollow">
914
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
915
+ Star
916
+ </a>
917
+
918
+
919
+ </div>
920
+
921
+ <div class="py-1">
922
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
923
+ An advanced automated reasoning tool for memory consistency model specifications.
924
+ </p>
925
+ </div>
926
+
927
+ <div class="f6 text-gray mt-2">
928
+ <span class="d-inline-block mr-3">
929
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
930
+ <span itemprop="programmingLanguage">
931
+ Alloy
932
+ </span>
933
+ </span>
934
+
935
+ <a class="muted-link d-inline-block mr-3" href="/uwplse/memsynth/stargazers">
936
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
937
+ 6
938
+ </a>
939
+
940
+ <a class="muted-link d-inline-block mr-3" href="/uwplse/memsynth/network">
941
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
942
+ 1
943
+ </a>
944
+
945
+
946
+ <span class="d-inline-block mr-3">
947
+ Built by
948
+ <a href="/uwplse/memsynth/graphs/contributors" class="no-underline">
949
+ <img alt="@jamesbornholt" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/807483?v=4&amp;s=40" title="jamesbornholt" width="20" />
950
+ </a>
951
+ </span>
952
+
953
+ </div>
954
+ </li>
955
+
956
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-alloy_book">
957
+ <div class="d-inline-block col-9 mb-1">
958
+ <h3>
959
+ <a href="/fstakem/alloy_book">
960
+ <span class="text-normal">fstakem / </span>alloy_book
961
+ </a> </h3>
962
+ </div>
963
+
964
+ <div class="float-right">
965
+ <a href="/login?return_to=%2Ffstakem%2Falloy_book"
966
+ class="btn btn-sm tooltipped tooltipped-n"
967
+ aria-label="You must be signed in to star a repository" rel="nofollow">
968
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
969
+ Star
970
+ </a>
971
+
972
+
973
+ </div>
974
+
975
+ <div class="py-1">
976
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
977
+ Code from the book on Alloy "Software Abtractions: Logic, Language, and Analysis"
978
+ </p>
979
+ </div>
980
+
981
+ <div class="f6 text-gray mt-2">
982
+ <span class="d-inline-block mr-3">
983
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
984
+ <span itemprop="programmingLanguage">
985
+ Alloy
986
+ </span>
987
+ </span>
988
+
989
+ <a class="muted-link d-inline-block mr-3" href="/fstakem/alloy_book/stargazers">
990
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
991
+ 6
992
+ </a>
993
+
994
+ <a class="muted-link d-inline-block mr-3" href="/fstakem/alloy_book/network">
995
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
996
+ 2
997
+ </a>
998
+
999
+
1000
+ <span class="d-inline-block mr-3">
1001
+ Built by
1002
+ <a href="/fstakem/alloy_book/graphs/contributors" class="no-underline">
1003
+ <img alt="@fstakem" class="avatar mb-1" height="20" src="https://avatars0.githubusercontent.com/u/211402?v=4&amp;s=40" title="fstakem" width="20" />
1004
+ </a>
1005
+ </span>
1006
+
1007
+ </div>
1008
+ </li>
1009
+
1010
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-cs195y-final">
1011
+ <div class="d-inline-block col-9 mb-1">
1012
+ <h3>
1013
+ <a href="/aishamidori/cs195y-final">
1014
+ <span class="text-normal">aishamidori / </span>cs195y-final
1015
+ </a> </h3>
1016
+ </div>
1017
+
1018
+ <div class="float-right">
1019
+ <a href="/login?return_to=%2Faishamidori%2Fcs195y-final"
1020
+ class="btn btn-sm tooltipped tooltipped-n"
1021
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1022
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1023
+ Star
1024
+ </a>
1025
+
1026
+
1027
+ </div>
1028
+
1029
+ <div class="py-1">
1030
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1031
+ Implementation of proofs for graph theory properties and algorithms in alloy.
1032
+ </p>
1033
+ </div>
1034
+
1035
+ <div class="f6 text-gray mt-2">
1036
+ <span class="d-inline-block mr-3">
1037
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1038
+ <span itemprop="programmingLanguage">
1039
+ Alloy
1040
+ </span>
1041
+ </span>
1042
+
1043
+ <a class="muted-link d-inline-block mr-3" href="/aishamidori/cs195y-final/stargazers">
1044
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1045
+ 5
1046
+ </a>
1047
+
1048
+
1049
+
1050
+ <span class="d-inline-block mr-3">
1051
+ Built by
1052
+ <a href="/aishamidori/cs195y-final/graphs/contributors" class="no-underline">
1053
+ <img alt="@avanhatt" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/11272404?v=4&amp;s=40" title="avanhatt" width="20" />
1054
+ <img alt="@ajpal" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/8787187?v=4&amp;s=40" title="ajpal" width="20" />
1055
+ <img alt="@aishamidori" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/1891148?v=4&amp;s=40" title="aishamidori" width="20" />
1056
+ </a>
1057
+ </span>
1058
+
1059
+ </div>
1060
+ </li>
1061
+
1062
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-logica.alloy">
1063
+ <div class="d-inline-block col-9 mb-1">
1064
+ <h3>
1065
+ <a href="/samueltcsantos/logica.alloy">
1066
+ <span class="text-normal">samueltcsantos / </span>logica.alloy
1067
+ </a> </h3>
1068
+ </div>
1069
+
1070
+ <div class="float-right">
1071
+ <a href="/login?return_to=%2Fsamueltcsantos%2Flogica.alloy"
1072
+ class="btn btn-sm tooltipped tooltipped-n"
1073
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1074
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1075
+ Star
1076
+ </a>
1077
+
1078
+
1079
+ </div>
1080
+
1081
+ <div class="py-1">
1082
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1083
+ Repositório para o Projeto de da Disciplina de Lógica usando Alloy.
1084
+ </p>
1085
+ </div>
1086
+
1087
+ <div class="f6 text-gray mt-2">
1088
+ <span class="d-inline-block mr-3">
1089
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1090
+ <span itemprop="programmingLanguage">
1091
+ Alloy
1092
+ </span>
1093
+ </span>
1094
+
1095
+ <a class="muted-link d-inline-block mr-3" href="/samueltcsantos/logica.alloy/stargazers">
1096
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1097
+ 5
1098
+ </a>
1099
+
1100
+
1101
+
1102
+ <span class="d-inline-block mr-3">
1103
+ Built by
1104
+ <a href="/samueltcsantos/logica.alloy/graphs/contributors" class="no-underline">
1105
+ <img alt="@samueltcsantos" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/3028970?v=4&amp;s=40" title="samueltcsantos" width="20" />
1106
+ <img alt="@BrunoRafael" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/1702701?v=4&amp;s=40" title="BrunoRafael" width="20" />
1107
+ <img alt="@aparecidoSilvano" class="avatar mb-1" height="20" src="https://avatars0.githubusercontent.com/u/7593828?v=4&amp;s=40" title="aparecidoSilvano" width="20" />
1108
+ </a>
1109
+ </span>
1110
+
1111
+ </div>
1112
+ </li>
1113
+
1114
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-maya_model">
1115
+ <div class="d-inline-block col-9 mb-1">
1116
+ <h3>
1117
+ <a href="/mravella/maya_model">
1118
+ <span class="text-normal">mravella / </span>maya_model
1119
+ </a> </h3>
1120
+ </div>
1121
+
1122
+ <div class="float-right">
1123
+ <a href="/login?return_to=%2Fmravella%2Fmaya_model"
1124
+ class="btn btn-sm tooltipped tooltipped-n"
1125
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1126
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1127
+ Star
1128
+ </a>
1129
+
1130
+
1131
+ </div>
1132
+
1133
+ <div class="py-1">
1134
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1135
+ CS195Y Final Project. Logic model of Autodesk Maya.
1136
+ </p>
1137
+ </div>
1138
+
1139
+ <div class="f6 text-gray mt-2">
1140
+ <span class="d-inline-block mr-3">
1141
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1142
+ <span itemprop="programmingLanguage">
1143
+ Alloy
1144
+ </span>
1145
+ </span>
1146
+
1147
+ <a class="muted-link d-inline-block mr-3" href="/mravella/maya_model/stargazers">
1148
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1149
+ 5
1150
+ </a>
1151
+
1152
+
1153
+
1154
+ <span class="d-inline-block mr-3">
1155
+ Built by
1156
+ <a href="/mravella/maya_model/graphs/contributors" class="no-underline">
1157
+ <img alt="@mravella" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/5148841?v=4&amp;s=40" title="mravella" width="20" />
1158
+ </a>
1159
+ </span>
1160
+
1161
+ </div>
1162
+ </li>
1163
+
1164
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-projetoDeLogica">
1165
+ <div class="d-inline-block col-9 mb-1">
1166
+ <h3>
1167
+ <a href="/salesfelipe/projetoDeLogica">
1168
+ <span class="text-normal">salesfelipe / </span>projetoDeLogica
1169
+ </a> </h3>
1170
+ </div>
1171
+
1172
+ <div class="float-right">
1173
+ <a href="/login?return_to=%2Fsalesfelipe%2FprojetoDeLogica"
1174
+ class="btn btn-sm tooltipped tooltipped-n"
1175
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1176
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1177
+ Star
1178
+ </a>
1179
+
1180
+
1181
+ </div>
1182
+
1183
+ <div class="py-1">
1184
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1185
+ Projeto de Lógica 2013.2
1186
+ </p>
1187
+ </div>
1188
+
1189
+ <div class="f6 text-gray mt-2">
1190
+ <span class="d-inline-block mr-3">
1191
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1192
+ <span itemprop="programmingLanguage">
1193
+ Alloy
1194
+ </span>
1195
+ </span>
1196
+
1197
+ <a class="muted-link d-inline-block mr-3" href="/salesfelipe/projetoDeLogica/stargazers">
1198
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1199
+ 5
1200
+ </a>
1201
+
1202
+ <a class="muted-link d-inline-block mr-3" href="/salesfelipe/projetoDeLogica/network">
1203
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
1204
+ 1
1205
+ </a>
1206
+
1207
+
1208
+ <span class="d-inline-block mr-3">
1209
+ Built by
1210
+ <a href="/salesfelipe/projetoDeLogica/graphs/contributors" class="no-underline">
1211
+ <img alt="@salesfelipe" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/3926634?v=4&amp;s=40" title="salesfelipe" width="20" />
1212
+ <img alt="@LeticiaLBarbosa" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/3925581?v=4&amp;s=40" title="LeticiaLBarbosa" width="20" />
1213
+ <img alt="@IsabellyCavalcante" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/5855435?v=4&amp;s=40" title="IsabellyCavalcante" width="20" />
1214
+ <img alt="@analuizamtg" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/5035494?v=4&amp;s=40" title="analuizamtg" width="20" />
1215
+ </a>
1216
+ </span>
1217
+
1218
+ </div>
1219
+ </li>
1220
+
1221
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-zigbee-alloy-svn-to-git">
1222
+ <div class="d-inline-block col-9 mb-1">
1223
+ <h3>
1224
+ <a href="/BGCX261/zigbee-alloy-svn-to-git">
1225
+ <span class="text-normal">BGCX261 / </span>zigbee-alloy-svn-to-git
1226
+ </a> </h3>
1227
+ </div>
1228
+
1229
+ <div class="float-right">
1230
+ <a href="/login?return_to=%2FBGCX261%2Fzigbee-alloy-svn-to-git"
1231
+ class="btn btn-sm tooltipped tooltipped-n"
1232
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1233
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1234
+ Star
1235
+ </a>
1236
+
1237
+
1238
+ </div>
1239
+
1240
+ <div class="py-1">
1241
+ </div>
1242
+
1243
+ <div class="f6 text-gray mt-2">
1244
+ <span class="d-inline-block mr-3">
1245
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1246
+ <span itemprop="programmingLanguage">
1247
+ Alloy
1248
+ </span>
1249
+ </span>
1250
+
1251
+ <a class="muted-link d-inline-block mr-3" href="/BGCX261/zigbee-alloy-svn-to-git/stargazers">
1252
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1253
+ 5
1254
+ </a>
1255
+
1256
+
1257
+
1258
+ <span class="d-inline-block mr-3">
1259
+ Built by
1260
+ <a href="/BGCX261/zigbee-alloy-svn-to-git/graphs/contributors" class="no-underline">
1261
+ <img alt="@invalid-email-address" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/148100?v=4&amp;s=40" title="invalid-email-address" width="20" />
1262
+ </a>
1263
+ </span>
1264
+
1265
+ </div>
1266
+ </li>
1267
+
1268
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-ReliableDataTransfer">
1269
+ <div class="d-inline-block col-9 mb-1">
1270
+ <h3>
1271
+ <a href="/millerns/ReliableDataTransfer">
1272
+ <span class="text-normal">millerns / </span>ReliableDataTransfer
1273
+ </a> </h3>
1274
+ </div>
1275
+
1276
+ <div class="float-right">
1277
+ <a href="/login?return_to=%2Fmillerns%2FReliableDataTransfer"
1278
+ class="btn btn-sm tooltipped tooltipped-n"
1279
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1280
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1281
+ Star
1282
+ </a>
1283
+
1284
+
1285
+ </div>
1286
+
1287
+ <div class="py-1">
1288
+ </div>
1289
+
1290
+ <div class="f6 text-gray mt-2">
1291
+ <span class="d-inline-block mr-3">
1292
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1293
+ <span itemprop="programmingLanguage">
1294
+ Alloy
1295
+ </span>
1296
+ </span>
1297
+
1298
+ <a class="muted-link d-inline-block mr-3" href="/millerns/ReliableDataTransfer/stargazers">
1299
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1300
+ 4
1301
+ </a>
1302
+
1303
+
1304
+
1305
+ <span class="d-inline-block mr-3">
1306
+ Built by
1307
+ <a href="/millerns/ReliableDataTransfer/graphs/contributors" class="no-underline">
1308
+ <img alt="@millerns" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/2293272?v=4&amp;s=40" title="millerns" width="20" />
1309
+ </a>
1310
+ </span>
1311
+
1312
+ </div>
1313
+ </li>
1314
+
1315
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-ArcherCraft_Maya">
1316
+ <div class="d-inline-block col-9 mb-1">
1317
+ <h3>
1318
+ <a href="/ArcherCraftStore/ArcherCraft_Maya">
1319
+ <span class="text-normal">ArcherCraftStore / </span>ArcherCraft_Maya
1320
+ </a> </h3>
1321
+ </div>
1322
+
1323
+ <div class="float-right">
1324
+ <a href="/login?return_to=%2FArcherCraftStore%2FArcherCraft_Maya"
1325
+ class="btn btn-sm tooltipped tooltipped-n"
1326
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1327
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1328
+ Star
1329
+ </a>
1330
+
1331
+
1332
+ </div>
1333
+
1334
+ <div class="py-1">
1335
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1336
+ A Developer's Kit for Maya
1337
+ </p>
1338
+ </div>
1339
+
1340
+ <div class="f6 text-gray mt-2">
1341
+ <span class="d-inline-block mr-3">
1342
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1343
+ <span itemprop="programmingLanguage">
1344
+ Alloy
1345
+ </span>
1346
+ </span>
1347
+
1348
+ <a class="muted-link d-inline-block mr-3" href="/ArcherCraftStore/ArcherCraft_Maya/stargazers">
1349
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1350
+ 4
1351
+ </a>
1352
+
1353
+ <a class="muted-link d-inline-block mr-3" href="/ArcherCraftStore/ArcherCraft_Maya/network">
1354
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
1355
+ 1
1356
+ </a>
1357
+
1358
+
1359
+ <span class="d-inline-block mr-3">
1360
+ Built by
1361
+ <a href="/ArcherCraftStore/ArcherCraft_Maya/graphs/contributors" class="no-underline">
1362
+ <img alt="@ACOKing" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/6555608?v=4&amp;s=40" title="ACOKing" width="20" />
1363
+ </a>
1364
+ </span>
1365
+
1366
+ </div>
1367
+ </li>
1368
+
1369
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-teslamusic">
1370
+ <div class="d-inline-block col-9 mb-1">
1371
+ <h3>
1372
+ <a href="/cpmpercussion/teslamusic">
1373
+ <span class="text-normal">cpmpercussion / </span>teslamusic
1374
+ </a> </h3>
1375
+ </div>
1376
+
1377
+ <div class="float-right">
1378
+ <a href="/login?return_to=%2Fcpmpercussion%2Fteslamusic"
1379
+ class="btn btn-sm tooltipped tooltipped-n"
1380
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1381
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1382
+ Star
1383
+ </a>
1384
+
1385
+
1386
+ </div>
1387
+
1388
+ <div class="py-1">
1389
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1390
+ Music for Tesla Coils
1391
+ </p>
1392
+ </div>
1393
+
1394
+ <div class="f6 text-gray mt-2">
1395
+ <span class="d-inline-block mr-3">
1396
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1397
+ <span itemprop="programmingLanguage">
1398
+ Alloy
1399
+ </span>
1400
+ </span>
1401
+
1402
+ <a class="muted-link d-inline-block mr-3" href="/cpmpercussion/teslamusic/stargazers">
1403
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1404
+ 4
1405
+ </a>
1406
+
1407
+ <a class="muted-link d-inline-block mr-3" href="/cpmpercussion/teslamusic/network">
1408
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
1409
+ 1
1410
+ </a>
1411
+
1412
+
1413
+ <span class="d-inline-block mr-3">
1414
+ Built by
1415
+ <a href="/cpmpercussion/teslamusic/graphs/contributors" class="no-underline">
1416
+ <img alt="@cpmpercussion" class="avatar mb-1" height="20" src="https://avatars2.githubusercontent.com/u/261139?v=4&amp;s=40" title="cpmpercussion" width="20" />
1417
+ </a>
1418
+ </span>
1419
+
1420
+ </div>
1421
+ </li>
1422
+
1423
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-track-52314">
1424
+ <div class="d-inline-block col-9 mb-1">
1425
+ <h3>
1426
+ <a href="/z64/track-52314">
1427
+ <span class="text-normal">z64 / </span>track-52314
1428
+ </a> </h3>
1429
+ </div>
1430
+
1431
+ <div class="float-right">
1432
+ <a href="/login?return_to=%2Fz64%2Ftrack-52314"
1433
+ class="btn btn-sm tooltipped tooltipped-n"
1434
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1435
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1436
+ Star
1437
+ </a>
1438
+
1439
+
1440
+ </div>
1441
+
1442
+ <div class="py-1">
1443
+ </div>
1444
+
1445
+ <div class="f6 text-gray mt-2">
1446
+ <span class="d-inline-block mr-3">
1447
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1448
+ <span itemprop="programmingLanguage">
1449
+ Alloy
1450
+ </span>
1451
+ </span>
1452
+
1453
+ <a class="muted-link d-inline-block mr-3" href="/z64/track-52314/stargazers">
1454
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1455
+ 4
1456
+ </a>
1457
+
1458
+ <a class="muted-link d-inline-block mr-3" href="/z64/track-52314/network">
1459
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
1460
+ 1
1461
+ </a>
1462
+
1463
+
1464
+
1465
+ </div>
1466
+ </li>
1467
+
1468
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-gc-models">
1469
+ <div class="d-inline-block col-9 mb-1">
1470
+ <h3>
1471
+ <a href="/kmcallister/gc-models">
1472
+ <span class="text-normal">kmcallister / </span>gc-models
1473
+ </a> </h3>
1474
+ </div>
1475
+
1476
+ <div class="float-right">
1477
+ <a href="/login?return_to=%2Fkmcallister%2Fgc-models"
1478
+ class="btn btn-sm tooltipped tooltipped-n"
1479
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1480
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1481
+ Star
1482
+ </a>
1483
+
1484
+
1485
+ </div>
1486
+
1487
+ <div class="py-1">
1488
+ <p class="col-9 d-inline-block text-gray m-0 pr-4">
1489
+ Garbage collector models in Alloy
1490
+ </p>
1491
+ </div>
1492
+
1493
+ <div class="f6 text-gray mt-2">
1494
+ <span class="d-inline-block mr-3">
1495
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1496
+ <span itemprop="programmingLanguage">
1497
+ Alloy
1498
+ </span>
1499
+ </span>
1500
+
1501
+ <a class="muted-link d-inline-block mr-3" href="/kmcallister/gc-models/stargazers">
1502
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1503
+ 4
1504
+ </a>
1505
+
1506
+
1507
+
1508
+ <span class="d-inline-block mr-3">
1509
+ Built by
1510
+ <a href="/kmcallister/gc-models/graphs/contributors" class="no-underline">
1511
+ <img alt="@kmcallister" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/444997?v=4&amp;s=40" title="kmcallister" width="20" />
1512
+ </a>
1513
+ </span>
1514
+
1515
+ </div>
1516
+ </li>
1517
+
1518
+ <li class="col-12 d-block width-full py-4 border-bottom" id="pa-cardygan">
1519
+ <div class="d-inline-block col-9 mb-1">
1520
+ <h3>
1521
+ <a href="/Echtzeitsysteme/cardygan">
1522
+ <span class="text-normal">Echtzeitsysteme / </span>cardygan
1523
+ </a> </h3>
1524
+ </div>
1525
+
1526
+ <div class="float-right">
1527
+ <a href="/login?return_to=%2FEchtzeitsysteme%2Fcardygan"
1528
+ class="btn btn-sm tooltipped tooltipped-n"
1529
+ aria-label="You must be signed in to star a repository" rel="nofollow">
1530
+ <svg aria-hidden="true" class="octicon octicon-star" height="16" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1531
+ Star
1532
+ </a>
1533
+
1534
+
1535
+ </div>
1536
+
1537
+ <div class="py-1">
1538
+ </div>
1539
+
1540
+ <div class="f6 text-gray mt-2">
1541
+ <span class="d-inline-block mr-3">
1542
+ <span class="repo-language-color ml-0" style="background-color:#64C800;"></span>
1543
+ <span itemprop="programmingLanguage">
1544
+ Alloy
1545
+ </span>
1546
+ </span>
1547
+
1548
+ <a class="muted-link d-inline-block mr-3" href="/Echtzeitsysteme/cardygan/stargazers">
1549
+ <svg aria-label="star" class="octicon octicon-star" height="16" role="img" version="1.1" viewBox="0 0 14 16" width="14"><path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74z"/></svg>
1550
+ 4
1551
+ </a>
1552
+
1553
+ <a class="muted-link d-inline-block mr-3" href="/Echtzeitsysteme/cardygan/network">
1554
+ <svg aria-label="fork" class="octicon octicon-repo-forked" height="16" role="img" version="1.1" viewBox="0 0 10 16" width="10"><path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z"/></svg>
1555
+ 1
1556
+ </a>
1557
+
1558
+
1559
+ <span class="d-inline-block mr-3">
1560
+ Built by
1561
+ <a href="/Echtzeitsysteme/cardygan/graphs/contributors" class="no-underline">
1562
+ <img alt="@MarkusWeckesser" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/10155239?v=4&amp;s=40" title="MarkusWeckesser" width="20" />
1563
+ <img alt="@t-schnabel" class="avatar mb-1" height="20" src="https://avatars1.githubusercontent.com/u/9801815?v=4&amp;s=40" title="t-schnabel" width="20" />
1564
+ <img alt="@RolandKluge" class="avatar mb-1" height="20" src="https://avatars3.githubusercontent.com/u/4731838?v=4&amp;s=40" title="RolandKluge" width="20" />
1565
+ </a>
1566
+ </span>
1567
+
1568
+ </div>
1569
+ </li>
1570
+
1571
+ </ol>
1572
+ </div>
1573
+ </div>
1574
+ <div class="col-md-3 float-md-left mt-3 mt-md-0">
1575
+ <ul class="filter-list small" data-pjax>
1576
+ <li>
1577
+ <a href="https://github.com/trending" class="filter-item ">All languages</a>
1578
+ </li>
1579
+ <li>
1580
+ <a href="https://github.com/trending/unknown" class="filter-item ">Unknown languages</a>
1581
+ </li>
1582
+ <li>
1583
+ <a href="https://github.com/trending/c++" class="filter-item ">C++</a>
1584
+ </li>
1585
+ <li>
1586
+ <a href="https://github.com/trending/html" class="filter-item ">HTML</a>
1587
+ </li>
1588
+ <li>
1589
+ <a href="https://github.com/trending/java" class="filter-item ">Java</a>
1590
+ </li>
1591
+ <li>
1592
+ <a href="https://github.com/trending/javascript" class="filter-item ">JavaScript</a>
1593
+ </li>
1594
+ <li>
1595
+ <a href="https://github.com/trending/php" class="filter-item ">PHP</a>
1596
+ </li>
1597
+ <li>
1598
+ <a href="https://github.com/trending/python" class="filter-item ">Python</a>
1599
+ </li>
1600
+ <li>
1601
+ <a href="https://github.com/trending/ruby" class="filter-item ">Ruby</a>
1602
+ </li>
1603
+ </ul>
1604
+
1605
+ <div class="select-menu js-menu-container js-select-menu">
1606
+ <button class="btn btn-sm select-menu-button js-menu-target" type="button" aria-haspopup="true" aria-expanded="false">
1607
+ <svg aria-hidden="true" class="octicon octicon-list-unordered" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M2 13c0 .59 0 1-.59 1H.59C0 14 0 13.59 0 13c0-.59 0-1 .59-1h.81c.59 0 .59.41.59 1H2zm2.59-9h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1H4.59C4 2 4 2.41 4 3c0 .59 0 1 .59 1zM1.41 7H.59C0 7 0 7.41 0 8c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0-5H.59C0 2 0 2.41 0 3c0 .59 0 1 .59 1h.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm10 5H4.59C4 7 4 7.41 4 8c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01zm0 5H4.59C4 12 4 12.41 4 13c0 .59 0 1 .59 1h6.81c.59 0 .59-.41.59-1 0-.59 0-1-.59-1h.01z"/></svg>
1608
+ <i>Other:</i>
1609
+ <span class="js-select-button">Alloy</span>
1610
+ </button>
1611
+
1612
+ <div class="select-menu-modal-holder js-menu-content js-navigation-container">
1613
+ <div class="select-menu-modal">
1614
+ <div class="select-menu-header">
1615
+ <svg aria-label="Close" class="octicon octicon-x js-menu-close" height="16" role="img" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
1616
+ <span class="select-menu-title">Other Languages</span>
1617
+ </div>
1618
+
1619
+ <div class="select-menu-filters">
1620
+ <div class="select-menu-text-filter">
1621
+ <input type="text" id="text-filter-field" class="form-control js-filterable-field js-navigation-enable" placeholder="Filter Languages" aria-label="Type or choose a language">
1622
+ </div>
1623
+ </div>
1624
+
1625
+ <div class="select-menu-list" data-pjax role="menu">
1626
+
1627
+ <div class="select-menu-clear-item select-menu-item js-navigation-item">
1628
+ <svg aria-hidden="true" class="octicon octicon-x select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
1629
+ <a href="https://github.com/trending" class="select-menu-item-text">Clear Language</a>
1630
+ </div>
1631
+
1632
+ <div data-filterable-for="text-filter-field" data-filterable-type="substring">
1633
+ <a href="https://github.com/trending/1c-enterprise" class="select-menu-item js-navigation-item " role="menuitem">
1634
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1635
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>1C Enterprise</span>
1636
+ </a> <a href="https://github.com/trending/abap" class="select-menu-item js-navigation-item " role="menuitem">
1637
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1638
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ABAP</span>
1639
+ </a> <a href="https://github.com/trending/abnf" class="select-menu-item js-navigation-item " role="menuitem">
1640
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1641
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ABNF</span>
1642
+ </a> <a href="https://github.com/trending/actionscript" class="select-menu-item js-navigation-item " role="menuitem">
1643
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1644
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ActionScript</span>
1645
+ </a> <a href="https://github.com/trending/ada" class="select-menu-item js-navigation-item " role="menuitem">
1646
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1647
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ada</span>
1648
+ </a> <a href="https://github.com/trending/agda" class="select-menu-item js-navigation-item " role="menuitem">
1649
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1650
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Agda</span>
1651
+ </a> <a href="https://github.com/trending/ags-script" class="select-menu-item js-navigation-item " role="menuitem">
1652
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1653
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AGS Script</span>
1654
+ </a> <a href="https://github.com/trending/alloy" class="select-menu-item js-navigation-item selected" role="menuitem">
1655
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1656
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Alloy</span>
1657
+ </a> <a href="https://github.com/trending/alpine-abuild" class="select-menu-item js-navigation-item " role="menuitem">
1658
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1659
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Alpine Abuild</span>
1660
+ </a> <a href="https://github.com/trending/ampl" class="select-menu-item js-navigation-item " role="menuitem">
1661
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1662
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AMPL</span>
1663
+ </a> <a href="https://github.com/trending/ant-build-system" class="select-menu-item js-navigation-item " role="menuitem">
1664
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1665
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ant Build System</span>
1666
+ </a> <a href="https://github.com/trending/antlr" class="select-menu-item js-navigation-item " role="menuitem">
1667
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1668
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ANTLR</span>
1669
+ </a> <a href="https://github.com/trending/apacheconf" class="select-menu-item js-navigation-item " role="menuitem">
1670
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1671
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ApacheConf</span>
1672
+ </a> <a href="https://github.com/trending/apex" class="select-menu-item js-navigation-item " role="menuitem">
1673
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1674
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Apex</span>
1675
+ </a> <a href="https://github.com/trending/api-blueprint" class="select-menu-item js-navigation-item " role="menuitem">
1676
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1677
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>API Blueprint</span>
1678
+ </a> <a href="https://github.com/trending/apl" class="select-menu-item js-navigation-item " role="menuitem">
1679
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1680
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>APL</span>
1681
+ </a> <a href="https://github.com/trending/apollo-guidance-computer" class="select-menu-item js-navigation-item " role="menuitem">
1682
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1683
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Apollo Guidance Computer</span>
1684
+ </a> <a href="https://github.com/trending/applescript" class="select-menu-item js-navigation-item " role="menuitem">
1685
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1686
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AppleScript</span>
1687
+ </a> <a href="https://github.com/trending/arc" class="select-menu-item js-navigation-item " role="menuitem">
1688
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1689
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Arc</span>
1690
+ </a> <a href="https://github.com/trending/arduino" class="select-menu-item js-navigation-item " role="menuitem">
1691
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1692
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Arduino</span>
1693
+ </a> <a href="https://github.com/trending/asciidoc" class="select-menu-item js-navigation-item " role="menuitem">
1694
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1695
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AsciiDoc</span>
1696
+ </a> <a href="https://github.com/trending/asn.1" class="select-menu-item js-navigation-item " role="menuitem">
1697
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1698
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ASN.1</span>
1699
+ </a> <a href="https://github.com/trending/asp" class="select-menu-item js-navigation-item " role="menuitem">
1700
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1701
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ASP</span>
1702
+ </a> <a href="https://github.com/trending/aspectj" class="select-menu-item js-navigation-item " role="menuitem">
1703
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1704
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AspectJ</span>
1705
+ </a> <a href="https://github.com/trending/assembly" class="select-menu-item js-navigation-item " role="menuitem">
1706
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1707
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Assembly</span>
1708
+ </a> <a href="https://github.com/trending/ats" class="select-menu-item js-navigation-item " role="menuitem">
1709
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1710
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ATS</span>
1711
+ </a> <a href="https://github.com/trending/augeas" class="select-menu-item js-navigation-item " role="menuitem">
1712
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1713
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Augeas</span>
1714
+ </a> <a href="https://github.com/trending/autohotkey" class="select-menu-item js-navigation-item " role="menuitem">
1715
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1716
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AutoHotkey</span>
1717
+ </a> <a href="https://github.com/trending/autoit" class="select-menu-item js-navigation-item " role="menuitem">
1718
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1719
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>AutoIt</span>
1720
+ </a> <a href="https://github.com/trending/awk" class="select-menu-item js-navigation-item " role="menuitem">
1721
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1722
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Awk</span>
1723
+ </a> <a href="https://github.com/trending/batchfile" class="select-menu-item js-navigation-item " role="menuitem">
1724
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1725
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Batchfile</span>
1726
+ </a> <a href="https://github.com/trending/befunge" class="select-menu-item js-navigation-item " role="menuitem">
1727
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1728
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Befunge</span>
1729
+ </a> <a href="https://github.com/trending/bison" class="select-menu-item js-navigation-item " role="menuitem">
1730
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1731
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Bison</span>
1732
+ </a> <a href="https://github.com/trending/bitbake" class="select-menu-item js-navigation-item " role="menuitem">
1733
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1734
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>BitBake</span>
1735
+ </a> <a href="https://github.com/trending/blade" class="select-menu-item js-navigation-item " role="menuitem">
1736
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1737
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Blade</span>
1738
+ </a> <a href="https://github.com/trending/blitzbasic" class="select-menu-item js-navigation-item " role="menuitem">
1739
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1740
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>BlitzBasic</span>
1741
+ </a> <a href="https://github.com/trending/blitzmax" class="select-menu-item js-navigation-item " role="menuitem">
1742
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1743
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>BlitzMax</span>
1744
+ </a> <a href="https://github.com/trending/bluespec" class="select-menu-item js-navigation-item " role="menuitem">
1745
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1746
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Bluespec</span>
1747
+ </a> <a href="https://github.com/trending/boo" class="select-menu-item js-navigation-item " role="menuitem">
1748
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1749
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Boo</span>
1750
+ </a> <a href="https://github.com/trending/brainfuck" class="select-menu-item js-navigation-item " role="menuitem">
1751
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1752
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Brainfuck</span>
1753
+ </a> <a href="https://github.com/trending/brightscript" class="select-menu-item js-navigation-item " role="menuitem">
1754
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1755
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Brightscript</span>
1756
+ </a> <a href="https://github.com/trending/bro" class="select-menu-item js-navigation-item " role="menuitem">
1757
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1758
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Bro</span>
1759
+ </a> <a href="https://github.com/trending/c" class="select-menu-item js-navigation-item " role="menuitem">
1760
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1761
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>C</span>
1762
+ </a> <a href="https://github.com/trending/c%23" class="select-menu-item js-navigation-item " role="menuitem">
1763
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1764
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>C#</span>
1765
+ </a> <a href="https://github.com/trending/c++" class="select-menu-item js-navigation-item " role="menuitem">
1766
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1767
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>C++</span>
1768
+ </a> <a href="https://github.com/trending/c-objdump" class="select-menu-item js-navigation-item " role="menuitem">
1769
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1770
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>C-ObjDump</span>
1771
+ </a> <a href="https://github.com/trending/c2hs-haskell" class="select-menu-item js-navigation-item " role="menuitem">
1772
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1773
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>C2hs Haskell</span>
1774
+ </a> <a href="https://github.com/trending/cap&#39;n-proto" class="select-menu-item js-navigation-item " role="menuitem">
1775
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1776
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cap&#39;n Proto</span>
1777
+ </a> <a href="https://github.com/trending/cartocss" class="select-menu-item js-navigation-item " role="menuitem">
1778
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1779
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CartoCSS</span>
1780
+ </a> <a href="https://github.com/trending/ceylon" class="select-menu-item js-navigation-item " role="menuitem">
1781
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1782
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ceylon</span>
1783
+ </a> <a href="https://github.com/trending/chapel" class="select-menu-item js-navigation-item " role="menuitem">
1784
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1785
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Chapel</span>
1786
+ </a> <a href="https://github.com/trending/charity" class="select-menu-item js-navigation-item " role="menuitem">
1787
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1788
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Charity</span>
1789
+ </a> <a href="https://github.com/trending/chuck" class="select-menu-item js-navigation-item " role="menuitem">
1790
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1791
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ChucK</span>
1792
+ </a> <a href="https://github.com/trending/cirru" class="select-menu-item js-navigation-item " role="menuitem">
1793
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1794
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cirru</span>
1795
+ </a> <a href="https://github.com/trending/clarion" class="select-menu-item js-navigation-item " role="menuitem">
1796
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1797
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Clarion</span>
1798
+ </a> <a href="https://github.com/trending/clean" class="select-menu-item js-navigation-item " role="menuitem">
1799
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1800
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Clean</span>
1801
+ </a> <a href="https://github.com/trending/click" class="select-menu-item js-navigation-item " role="menuitem">
1802
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1803
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Click</span>
1804
+ </a> <a href="https://github.com/trending/clips" class="select-menu-item js-navigation-item " role="menuitem">
1805
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1806
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CLIPS</span>
1807
+ </a> <a href="https://github.com/trending/clojure" class="select-menu-item js-navigation-item " role="menuitem">
1808
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1809
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Clojure</span>
1810
+ </a> <a href="https://github.com/trending/closure-templates" class="select-menu-item js-navigation-item " role="menuitem">
1811
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1812
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Closure Templates</span>
1813
+ </a> <a href="https://github.com/trending/cmake" class="select-menu-item js-navigation-item " role="menuitem">
1814
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1815
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CMake</span>
1816
+ </a> <a href="https://github.com/trending/cobol" class="select-menu-item js-navigation-item " role="menuitem">
1817
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1818
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>COBOL</span>
1819
+ </a> <a href="https://github.com/trending/coffeescript" class="select-menu-item js-navigation-item " role="menuitem">
1820
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1821
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CoffeeScript</span>
1822
+ </a> <a href="https://github.com/trending/coldfusion" class="select-menu-item js-navigation-item " role="menuitem">
1823
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1824
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ColdFusion</span>
1825
+ </a> <a href="https://github.com/trending/coldfusion-cfc" class="select-menu-item js-navigation-item " role="menuitem">
1826
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1827
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ColdFusion CFC</span>
1828
+ </a> <a href="https://github.com/trending/collada" class="select-menu-item js-navigation-item " role="menuitem">
1829
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1830
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>COLLADA</span>
1831
+ </a> <a href="https://github.com/trending/common-lisp" class="select-menu-item js-navigation-item " role="menuitem">
1832
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1833
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Common Lisp</span>
1834
+ </a> <a href="https://github.com/trending/component-pascal" class="select-menu-item js-navigation-item " role="menuitem">
1835
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1836
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Component Pascal</span>
1837
+ </a> <a href="https://github.com/trending/cool" class="select-menu-item js-navigation-item " role="menuitem">
1838
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1839
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cool</span>
1840
+ </a> <a href="https://github.com/trending/coq" class="select-menu-item js-navigation-item " role="menuitem">
1841
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1842
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Coq</span>
1843
+ </a> <a href="https://github.com/trending/cpp-objdump" class="select-menu-item js-navigation-item " role="menuitem">
1844
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1845
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cpp-ObjDump</span>
1846
+ </a> <a href="https://github.com/trending/creole" class="select-menu-item js-navigation-item " role="menuitem">
1847
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1848
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Creole</span>
1849
+ </a> <a href="https://github.com/trending/crystal" class="select-menu-item js-navigation-item " role="menuitem">
1850
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1851
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Crystal</span>
1852
+ </a> <a href="https://github.com/trending/cson" class="select-menu-item js-navigation-item " role="menuitem">
1853
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1854
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CSON</span>
1855
+ </a> <a href="https://github.com/trending/csound" class="select-menu-item js-navigation-item " role="menuitem">
1856
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1857
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Csound</span>
1858
+ </a> <a href="https://github.com/trending/csound-document" class="select-menu-item js-navigation-item " role="menuitem">
1859
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1860
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Csound Document</span>
1861
+ </a> <a href="https://github.com/trending/csound-score" class="select-menu-item js-navigation-item " role="menuitem">
1862
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1863
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Csound Score</span>
1864
+ </a> <a href="https://github.com/trending/css" class="select-menu-item js-navigation-item " role="menuitem">
1865
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1866
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CSS</span>
1867
+ </a> <a href="https://github.com/trending/csv" class="select-menu-item js-navigation-item " role="menuitem">
1868
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1869
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CSV</span>
1870
+ </a> <a href="https://github.com/trending/gherkin" class="select-menu-item js-navigation-item " role="menuitem">
1871
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1872
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gherkin</span>
1873
+ </a> <a href="https://github.com/trending/cuda" class="select-menu-item js-navigation-item " role="menuitem">
1874
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1875
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cuda</span>
1876
+ </a> <a href="https://github.com/trending/cweb" class="select-menu-item js-navigation-item " role="menuitem">
1877
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1878
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>CWeb</span>
1879
+ </a> <a href="https://github.com/trending/cycript" class="select-menu-item js-navigation-item " role="menuitem">
1880
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1881
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cycript</span>
1882
+ </a> <a href="https://github.com/trending/cython" class="select-menu-item js-navigation-item " role="menuitem">
1883
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1884
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Cython</span>
1885
+ </a> <a href="https://github.com/trending/d" class="select-menu-item js-navigation-item " role="menuitem">
1886
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1887
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>D</span>
1888
+ </a> <a href="https://github.com/trending/d-objdump" class="select-menu-item js-navigation-item " role="menuitem">
1889
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1890
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>D-ObjDump</span>
1891
+ </a> <a href="https://github.com/trending/darcs-patch" class="select-menu-item js-navigation-item " role="menuitem">
1892
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1893
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Darcs Patch</span>
1894
+ </a> <a href="https://github.com/trending/dart" class="select-menu-item js-navigation-item " role="menuitem">
1895
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1896
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Dart</span>
1897
+ </a> <a href="https://github.com/trending/desktop" class="select-menu-item js-navigation-item " role="menuitem">
1898
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1899
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>desktop</span>
1900
+ </a> <a href="https://github.com/trending/diff" class="select-menu-item js-navigation-item " role="menuitem">
1901
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1902
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Diff</span>
1903
+ </a> <a href="https://github.com/trending/digital-command-language" class="select-menu-item js-navigation-item " role="menuitem">
1904
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1905
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>DIGITAL Command Language</span>
1906
+ </a> <a href="https://github.com/trending/dm" class="select-menu-item js-navigation-item " role="menuitem">
1907
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1908
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>DM</span>
1909
+ </a> <a href="https://github.com/trending/dns-zone" class="select-menu-item js-navigation-item " role="menuitem">
1910
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1911
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>DNS Zone</span>
1912
+ </a> <a href="https://github.com/trending/dockerfile" class="select-menu-item js-navigation-item " role="menuitem">
1913
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1914
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Dockerfile</span>
1915
+ </a> <a href="https://github.com/trending/dogescript" class="select-menu-item js-navigation-item " role="menuitem">
1916
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1917
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Dogescript</span>
1918
+ </a> <a href="https://github.com/trending/dtrace" class="select-menu-item js-navigation-item " role="menuitem">
1919
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1920
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>DTrace</span>
1921
+ </a> <a href="https://github.com/trending/dylan" class="select-menu-item js-navigation-item " role="menuitem">
1922
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1923
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Dylan</span>
1924
+ </a> <a href="https://github.com/trending/e" class="select-menu-item js-navigation-item " role="menuitem">
1925
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1926
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>E</span>
1927
+ </a> <a href="https://github.com/trending/eagle" class="select-menu-item js-navigation-item " role="menuitem">
1928
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1929
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Eagle</span>
1930
+ </a> <a href="https://github.com/trending/ebnf" class="select-menu-item js-navigation-item " role="menuitem">
1931
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1932
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>EBNF</span>
1933
+ </a> <a href="https://github.com/trending/ec" class="select-menu-item js-navigation-item " role="menuitem">
1934
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1935
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>eC</span>
1936
+ </a> <a href="https://github.com/trending/ecere-projects" class="select-menu-item js-navigation-item " role="menuitem">
1937
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1938
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ecere Projects</span>
1939
+ </a> <a href="https://github.com/trending/ecl" class="select-menu-item js-navigation-item " role="menuitem">
1940
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1941
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ECL</span>
1942
+ </a> <a href="https://github.com/trending/eclipse" class="select-menu-item js-navigation-item " role="menuitem">
1943
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1944
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ECLiPSe</span>
1945
+ </a> <a href="https://github.com/trending/edn" class="select-menu-item js-navigation-item " role="menuitem">
1946
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1947
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>edn</span>
1948
+ </a> <a href="https://github.com/trending/eiffel" class="select-menu-item js-navigation-item " role="menuitem">
1949
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1950
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Eiffel</span>
1951
+ </a> <a href="https://github.com/trending/ejs" class="select-menu-item js-navigation-item " role="menuitem">
1952
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1953
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>EJS</span>
1954
+ </a> <a href="https://github.com/trending/elixir" class="select-menu-item js-navigation-item " role="menuitem">
1955
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1956
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Elixir</span>
1957
+ </a> <a href="https://github.com/trending/elm" class="select-menu-item js-navigation-item " role="menuitem">
1958
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1959
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Elm</span>
1960
+ </a> <a href="https://github.com/trending/emacs-lisp" class="select-menu-item js-navigation-item " role="menuitem">
1961
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1962
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Emacs Lisp</span>
1963
+ </a> <a href="https://github.com/trending/emberscript" class="select-menu-item js-navigation-item " role="menuitem">
1964
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1965
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>EmberScript</span>
1966
+ </a> <a href="https://github.com/trending/eq" class="select-menu-item js-navigation-item " role="menuitem">
1967
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1968
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>EQ</span>
1969
+ </a> <a href="https://github.com/trending/erlang" class="select-menu-item js-navigation-item " role="menuitem">
1970
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1971
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Erlang</span>
1972
+ </a> <a href="https://github.com/trending/f%23" class="select-menu-item js-navigation-item " role="menuitem">
1973
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1974
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>F#</span>
1975
+ </a> <a href="https://github.com/trending/factor" class="select-menu-item js-navigation-item " role="menuitem">
1976
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1977
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Factor</span>
1978
+ </a> <a href="https://github.com/trending/fancy" class="select-menu-item js-navigation-item " role="menuitem">
1979
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1980
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Fancy</span>
1981
+ </a> <a href="https://github.com/trending/fantom" class="select-menu-item js-navigation-item " role="menuitem">
1982
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1983
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Fantom</span>
1984
+ </a> <a href="https://github.com/trending/filebench-wml" class="select-menu-item js-navigation-item " role="menuitem">
1985
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1986
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Filebench WML</span>
1987
+ </a> <a href="https://github.com/trending/filterscript" class="select-menu-item js-navigation-item " role="menuitem">
1988
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1989
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Filterscript</span>
1990
+ </a> <a href="https://github.com/trending/fish" class="select-menu-item js-navigation-item " role="menuitem">
1991
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1992
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>fish</span>
1993
+ </a> <a href="https://github.com/trending/flux" class="select-menu-item js-navigation-item " role="menuitem">
1994
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1995
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>FLUX</span>
1996
+ </a> <a href="https://github.com/trending/formatted" class="select-menu-item js-navigation-item " role="menuitem">
1997
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
1998
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Formatted</span>
1999
+ </a> <a href="https://github.com/trending/forth" class="select-menu-item js-navigation-item " role="menuitem">
2000
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2001
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Forth</span>
2002
+ </a> <a href="https://github.com/trending/fortran" class="select-menu-item js-navigation-item " role="menuitem">
2003
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2004
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Fortran</span>
2005
+ </a> <a href="https://github.com/trending/freemarker" class="select-menu-item js-navigation-item " role="menuitem">
2006
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2007
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>FreeMarker</span>
2008
+ </a> <a href="https://github.com/trending/frege" class="select-menu-item js-navigation-item " role="menuitem">
2009
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2010
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Frege</span>
2011
+ </a> <a href="https://github.com/trending/g-code" class="select-menu-item js-navigation-item " role="menuitem">
2012
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2013
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>G-code</span>
2014
+ </a> <a href="https://github.com/trending/game-maker-language" class="select-menu-item js-navigation-item " role="menuitem">
2015
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2016
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Game Maker Language</span>
2017
+ </a> <a href="https://github.com/trending/gams" class="select-menu-item js-navigation-item " role="menuitem">
2018
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2019
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GAMS</span>
2020
+ </a> <a href="https://github.com/trending/gap" class="select-menu-item js-navigation-item " role="menuitem">
2021
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2022
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GAP</span>
2023
+ </a> <a href="https://github.com/trending/gcc-machine-description" class="select-menu-item js-navigation-item " role="menuitem">
2024
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2025
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GCC Machine Description</span>
2026
+ </a> <a href="https://github.com/trending/gdb" class="select-menu-item js-navigation-item " role="menuitem">
2027
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2028
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GDB</span>
2029
+ </a> <a href="https://github.com/trending/gdscript" class="select-menu-item js-navigation-item " role="menuitem">
2030
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2031
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GDScript</span>
2032
+ </a> <a href="https://github.com/trending/genie" class="select-menu-item js-navigation-item " role="menuitem">
2033
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2034
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Genie</span>
2035
+ </a> <a href="https://github.com/trending/genshi" class="select-menu-item js-navigation-item " role="menuitem">
2036
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2037
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Genshi</span>
2038
+ </a> <a href="https://github.com/trending/gentoo-ebuild" class="select-menu-item js-navigation-item " role="menuitem">
2039
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2040
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gentoo Ebuild</span>
2041
+ </a> <a href="https://github.com/trending/gentoo-eclass" class="select-menu-item js-navigation-item " role="menuitem">
2042
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2043
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gentoo Eclass</span>
2044
+ </a> <a href="https://github.com/trending/gettext-catalog" class="select-menu-item js-navigation-item " role="menuitem">
2045
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2046
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gettext Catalog</span>
2047
+ </a> <a href="https://github.com/trending/gherkin" class="select-menu-item js-navigation-item " role="menuitem">
2048
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2049
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gherkin</span>
2050
+ </a> <a href="https://github.com/trending/glsl" class="select-menu-item js-navigation-item " role="menuitem">
2051
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2052
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GLSL</span>
2053
+ </a> <a href="https://github.com/trending/glyph" class="select-menu-item js-navigation-item " role="menuitem">
2054
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2055
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Glyph</span>
2056
+ </a> <a href="https://github.com/trending/gn" class="select-menu-item js-navigation-item " role="menuitem">
2057
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2058
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GN</span>
2059
+ </a> <a href="https://github.com/trending/gnuplot" class="select-menu-item js-navigation-item " role="menuitem">
2060
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2061
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gnuplot</span>
2062
+ </a> <a href="https://github.com/trending/go" class="select-menu-item js-navigation-item " role="menuitem">
2063
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2064
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Go</span>
2065
+ </a> <a href="https://github.com/trending/golo" class="select-menu-item js-navigation-item " role="menuitem">
2066
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2067
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Golo</span>
2068
+ </a> <a href="https://github.com/trending/gosu" class="select-menu-item js-navigation-item " role="menuitem">
2069
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2070
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gosu</span>
2071
+ </a> <a href="https://github.com/trending/grace" class="select-menu-item js-navigation-item " role="menuitem">
2072
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2073
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Grace</span>
2074
+ </a> <a href="https://github.com/trending/gradle" class="select-menu-item js-navigation-item " role="menuitem">
2075
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2076
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Gradle</span>
2077
+ </a> <a href="https://github.com/trending/grammatical-framework" class="select-menu-item js-navigation-item " role="menuitem">
2078
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2079
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Grammatical Framework</span>
2080
+ </a> <a href="https://github.com/trending/graph-modeling-language" class="select-menu-item js-navigation-item " role="menuitem">
2081
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2082
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Graph Modeling Language</span>
2083
+ </a> <a href="https://github.com/trending/graphql" class="select-menu-item js-navigation-item " role="menuitem">
2084
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2085
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>GraphQL</span>
2086
+ </a> <a href="https://github.com/trending/graphviz-(dot)" class="select-menu-item js-navigation-item " role="menuitem">
2087
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2088
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Graphviz (DOT)</span>
2089
+ </a> <a href="https://github.com/trending/groovy" class="select-menu-item js-navigation-item " role="menuitem">
2090
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2091
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Groovy</span>
2092
+ </a> <a href="https://github.com/trending/groovy-server-pages" class="select-menu-item js-navigation-item " role="menuitem">
2093
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2094
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Groovy Server Pages</span>
2095
+ </a> <a href="https://github.com/trending/hack" class="select-menu-item js-navigation-item " role="menuitem">
2096
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2097
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Hack</span>
2098
+ </a> <a href="https://github.com/trending/haml" class="select-menu-item js-navigation-item " role="menuitem">
2099
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2100
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Haml</span>
2101
+ </a> <a href="https://github.com/trending/handlebars" class="select-menu-item js-navigation-item " role="menuitem">
2102
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2103
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Handlebars</span>
2104
+ </a> <a href="https://github.com/trending/harbour" class="select-menu-item js-navigation-item " role="menuitem">
2105
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2106
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Harbour</span>
2107
+ </a> <a href="https://github.com/trending/haskell" class="select-menu-item js-navigation-item " role="menuitem">
2108
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2109
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Haskell</span>
2110
+ </a> <a href="https://github.com/trending/haxe" class="select-menu-item js-navigation-item " role="menuitem">
2111
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2112
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Haxe</span>
2113
+ </a> <a href="https://github.com/trending/hcl" class="select-menu-item js-navigation-item " role="menuitem">
2114
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2115
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HCL</span>
2116
+ </a> <a href="https://github.com/trending/hlsl" class="select-menu-item js-navigation-item " role="menuitem">
2117
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2118
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HLSL</span>
2119
+ </a> <a href="https://github.com/trending/html" class="select-menu-item js-navigation-item " role="menuitem">
2120
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2121
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML</span>
2122
+ </a> <a href="https://github.com/trending/html+django" class="select-menu-item js-navigation-item " role="menuitem">
2123
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2124
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML+Django</span>
2125
+ </a> <a href="https://github.com/trending/html+ecr" class="select-menu-item js-navigation-item " role="menuitem">
2126
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2127
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML+ECR</span>
2128
+ </a> <a href="https://github.com/trending/html+eex" class="select-menu-item js-navigation-item " role="menuitem">
2129
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2130
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML+EEX</span>
2131
+ </a> <a href="https://github.com/trending/html+erb" class="select-menu-item js-navigation-item " role="menuitem">
2132
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2133
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML+ERB</span>
2134
+ </a> <a href="https://github.com/trending/html+php" class="select-menu-item js-navigation-item " role="menuitem">
2135
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2136
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTML+PHP</span>
2137
+ </a> <a href="https://github.com/trending/http" class="select-menu-item js-navigation-item " role="menuitem">
2138
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2139
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HTTP</span>
2140
+ </a> <a href="https://github.com/trending/hy" class="select-menu-item js-navigation-item " role="menuitem">
2141
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2142
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Hy</span>
2143
+ </a> <a href="https://github.com/trending/hyphy" class="select-menu-item js-navigation-item " role="menuitem">
2144
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2145
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>HyPhy</span>
2146
+ </a> <a href="https://github.com/trending/idl" class="select-menu-item js-navigation-item " role="menuitem">
2147
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2148
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>IDL</span>
2149
+ </a> <a href="https://github.com/trending/idris" class="select-menu-item js-navigation-item " role="menuitem">
2150
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2151
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Idris</span>
2152
+ </a> <a href="https://github.com/trending/igor-pro" class="select-menu-item js-navigation-item " role="menuitem">
2153
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2154
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>IGOR Pro</span>
2155
+ </a> <a href="https://github.com/trending/inform-7" class="select-menu-item js-navigation-item " role="menuitem">
2156
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2157
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Inform 7</span>
2158
+ </a> <a href="https://github.com/trending/ini" class="select-menu-item js-navigation-item " role="menuitem">
2159
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2160
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>INI</span>
2161
+ </a> <a href="https://github.com/trending/inno-setup" class="select-menu-item js-navigation-item " role="menuitem">
2162
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2163
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Inno Setup</span>
2164
+ </a> <a href="https://github.com/trending/io" class="select-menu-item js-navigation-item " role="menuitem">
2165
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2166
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Io</span>
2167
+ </a> <a href="https://github.com/trending/ioke" class="select-menu-item js-navigation-item " role="menuitem">
2168
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2169
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ioke</span>
2170
+ </a> <a href="https://github.com/trending/irc-log" class="select-menu-item js-navigation-item " role="menuitem">
2171
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2172
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>IRC log</span>
2173
+ </a> <a href="https://github.com/trending/isabelle" class="select-menu-item js-navigation-item " role="menuitem">
2174
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2175
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Isabelle</span>
2176
+ </a> <a href="https://github.com/trending/isabelle-root" class="select-menu-item js-navigation-item " role="menuitem">
2177
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2178
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Isabelle ROOT</span>
2179
+ </a> <a href="https://github.com/trending/j" class="select-menu-item js-navigation-item " role="menuitem">
2180
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2181
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>J</span>
2182
+ </a> <a href="https://github.com/trending/jasmin" class="select-menu-item js-navigation-item " role="menuitem">
2183
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2184
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Jasmin</span>
2185
+ </a> <a href="https://github.com/trending/java" class="select-menu-item js-navigation-item " role="menuitem">
2186
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2187
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Java</span>
2188
+ </a> <a href="https://github.com/trending/java-server-pages" class="select-menu-item js-navigation-item " role="menuitem">
2189
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2190
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Java Server Pages</span>
2191
+ </a> <a href="https://github.com/trending/javascript" class="select-menu-item js-navigation-item " role="menuitem">
2192
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2193
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JavaScript</span>
2194
+ </a> <a href="https://github.com/trending/jflex" class="select-menu-item js-navigation-item " role="menuitem">
2195
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2196
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JFlex</span>
2197
+ </a> <a href="https://github.com/trending/jison" class="select-menu-item js-navigation-item " role="menuitem">
2198
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2199
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Jison</span>
2200
+ </a> <a href="https://github.com/trending/jison-lex" class="select-menu-item js-navigation-item " role="menuitem">
2201
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2202
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Jison Lex</span>
2203
+ </a> <a href="https://github.com/trending/jolie" class="select-menu-item js-navigation-item " role="menuitem">
2204
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2205
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Jolie</span>
2206
+ </a> <a href="https://github.com/trending/json" class="select-menu-item js-navigation-item " role="menuitem">
2207
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2208
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JSON</span>
2209
+ </a> <a href="https://github.com/trending/json5" class="select-menu-item js-navigation-item " role="menuitem">
2210
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2211
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JSON5</span>
2212
+ </a> <a href="https://github.com/trending/jsoniq" class="select-menu-item js-navigation-item " role="menuitem">
2213
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2214
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JSONiq</span>
2215
+ </a> <a href="https://github.com/trending/jsonld" class="select-menu-item js-navigation-item " role="menuitem">
2216
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2217
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JSONLD</span>
2218
+ </a> <a href="https://github.com/trending/jsx" class="select-menu-item js-navigation-item " role="menuitem">
2219
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2220
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>JSX</span>
2221
+ </a> <a href="https://github.com/trending/julia" class="select-menu-item js-navigation-item " role="menuitem">
2222
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2223
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Julia</span>
2224
+ </a> <a href="https://github.com/trending/jupyter-notebook" class="select-menu-item js-navigation-item " role="menuitem">
2225
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2226
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Jupyter Notebook</span>
2227
+ </a> <a href="https://github.com/trending/kicad" class="select-menu-item js-navigation-item " role="menuitem">
2228
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2229
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>KiCad</span>
2230
+ </a> <a href="https://github.com/trending/kit" class="select-menu-item js-navigation-item " role="menuitem">
2231
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2232
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Kit</span>
2233
+ </a> <a href="https://github.com/trending/kotlin" class="select-menu-item js-navigation-item " role="menuitem">
2234
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2235
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Kotlin</span>
2236
+ </a> <a href="https://github.com/trending/krl" class="select-menu-item js-navigation-item " role="menuitem">
2237
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2238
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>KRL</span>
2239
+ </a> <a href="https://github.com/trending/labview" class="select-menu-item js-navigation-item " role="menuitem">
2240
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2241
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LabVIEW</span>
2242
+ </a> <a href="https://github.com/trending/lasso" class="select-menu-item js-navigation-item " role="menuitem">
2243
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2244
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Lasso</span>
2245
+ </a> <a href="https://github.com/trending/latte" class="select-menu-item js-navigation-item " role="menuitem">
2246
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2247
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Latte</span>
2248
+ </a> <a href="https://github.com/trending/lean" class="select-menu-item js-navigation-item " role="menuitem">
2249
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2250
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Lean</span>
2251
+ </a> <a href="https://github.com/trending/less" class="select-menu-item js-navigation-item " role="menuitem">
2252
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2253
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Less</span>
2254
+ </a> <a href="https://github.com/trending/lex" class="select-menu-item js-navigation-item " role="menuitem">
2255
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2256
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Lex</span>
2257
+ </a> <a href="https://github.com/trending/lfe" class="select-menu-item js-navigation-item " role="menuitem">
2258
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2259
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LFE</span>
2260
+ </a> <a href="https://github.com/trending/lilypond" class="select-menu-item js-navigation-item " role="menuitem">
2261
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2262
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LilyPond</span>
2263
+ </a> <a href="https://github.com/trending/limbo" class="select-menu-item js-navigation-item " role="menuitem">
2264
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2265
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Limbo</span>
2266
+ </a> <a href="https://github.com/trending/linker-script" class="select-menu-item js-navigation-item " role="menuitem">
2267
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2268
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Linker Script</span>
2269
+ </a> <a href="https://github.com/trending/linux-kernel-module" class="select-menu-item js-navigation-item " role="menuitem">
2270
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2271
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Linux Kernel Module</span>
2272
+ </a> <a href="https://github.com/trending/liquid" class="select-menu-item js-navigation-item " role="menuitem">
2273
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2274
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Liquid</span>
2275
+ </a> <a href="https://github.com/trending/literate-agda" class="select-menu-item js-navigation-item " role="menuitem">
2276
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2277
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Literate Agda</span>
2278
+ </a> <a href="https://github.com/trending/literate-coffeescript" class="select-menu-item js-navigation-item " role="menuitem">
2279
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2280
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Literate CoffeeScript</span>
2281
+ </a> <a href="https://github.com/trending/literate-haskell" class="select-menu-item js-navigation-item " role="menuitem">
2282
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2283
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Literate Haskell</span>
2284
+ </a> <a href="https://github.com/trending/livescript" class="select-menu-item js-navigation-item " role="menuitem">
2285
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2286
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LiveScript</span>
2287
+ </a> <a href="https://github.com/trending/llvm" class="select-menu-item js-navigation-item " role="menuitem">
2288
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2289
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LLVM</span>
2290
+ </a> <a href="https://github.com/trending/logos" class="select-menu-item js-navigation-item " role="menuitem">
2291
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2292
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Logos</span>
2293
+ </a> <a href="https://github.com/trending/logtalk" class="select-menu-item js-navigation-item " role="menuitem">
2294
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2295
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Logtalk</span>
2296
+ </a> <a href="https://github.com/trending/lolcode" class="select-menu-item js-navigation-item " role="menuitem">
2297
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2298
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LOLCODE</span>
2299
+ </a> <a href="https://github.com/trending/lookml" class="select-menu-item js-navigation-item " role="menuitem">
2300
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2301
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LookML</span>
2302
+ </a> <a href="https://github.com/trending/loomscript" class="select-menu-item js-navigation-item " role="menuitem">
2303
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2304
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LoomScript</span>
2305
+ </a> <a href="https://github.com/trending/lsl" class="select-menu-item js-navigation-item " role="menuitem">
2306
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2307
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>LSL</span>
2308
+ </a> <a href="https://github.com/trending/lua" class="select-menu-item js-navigation-item " role="menuitem">
2309
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2310
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Lua</span>
2311
+ </a> <a href="https://github.com/trending/m" class="select-menu-item js-navigation-item " role="menuitem">
2312
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2313
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>M</span>
2314
+ </a> <a href="https://github.com/trending/m4" class="select-menu-item js-navigation-item " role="menuitem">
2315
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2316
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>M4</span>
2317
+ </a> <a href="https://github.com/trending/m4sugar" class="select-menu-item js-navigation-item " role="menuitem">
2318
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2319
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>M4Sugar</span>
2320
+ </a> <a href="https://github.com/trending/makefile" class="select-menu-item js-navigation-item " role="menuitem">
2321
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2322
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Makefile</span>
2323
+ </a> <a href="https://github.com/trending/mako" class="select-menu-item js-navigation-item " role="menuitem">
2324
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2325
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Mako</span>
2326
+ </a> <a href="https://github.com/trending/markdown" class="select-menu-item js-navigation-item " role="menuitem">
2327
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2328
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Markdown</span>
2329
+ </a> <a href="https://github.com/trending/marko" class="select-menu-item js-navigation-item " role="menuitem">
2330
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2331
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Marko</span>
2332
+ </a> <a href="https://github.com/trending/mask" class="select-menu-item js-navigation-item " role="menuitem">
2333
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2334
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Mask</span>
2335
+ </a> <a href="https://github.com/trending/mathematica" class="select-menu-item js-navigation-item " role="menuitem">
2336
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2337
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Mathematica</span>
2338
+ </a> <a href="https://github.com/trending/matlab" class="select-menu-item js-navigation-item " role="menuitem">
2339
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2340
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Matlab</span>
2341
+ </a> <a href="https://github.com/trending/maven-pom" class="select-menu-item js-navigation-item " role="menuitem">
2342
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2343
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Maven POM</span>
2344
+ </a> <a href="https://github.com/trending/max" class="select-menu-item js-navigation-item " role="menuitem">
2345
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2346
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Max</span>
2347
+ </a> <a href="https://github.com/trending/maxscript" class="select-menu-item js-navigation-item " role="menuitem">
2348
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2349
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MAXScript</span>
2350
+ </a> <a href="https://github.com/trending/mediawiki" class="select-menu-item js-navigation-item " role="menuitem">
2351
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2352
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MediaWiki</span>
2353
+ </a> <a href="https://github.com/trending/mercury" class="select-menu-item js-navigation-item " role="menuitem">
2354
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2355
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Mercury</span>
2356
+ </a> <a href="https://github.com/trending/meson" class="select-menu-item js-navigation-item " role="menuitem">
2357
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2358
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Meson</span>
2359
+ </a> <a href="https://github.com/trending/metal" class="select-menu-item js-navigation-item " role="menuitem">
2360
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2361
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Metal</span>
2362
+ </a> <a href="https://github.com/trending/minid" class="select-menu-item js-navigation-item " role="menuitem">
2363
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2364
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MiniD</span>
2365
+ </a> <a href="https://github.com/trending/mirah" class="select-menu-item js-navigation-item " role="menuitem">
2366
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2367
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Mirah</span>
2368
+ </a> <a href="https://github.com/trending/modelica" class="select-menu-item js-navigation-item " role="menuitem">
2369
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2370
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Modelica</span>
2371
+ </a> <a href="https://github.com/trending/modula-2" class="select-menu-item js-navigation-item " role="menuitem">
2372
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2373
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Modula-2</span>
2374
+ </a> <a href="https://github.com/trending/module-management-system" class="select-menu-item js-navigation-item " role="menuitem">
2375
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2376
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Module Management System</span>
2377
+ </a> <a href="https://github.com/trending/monkey" class="select-menu-item js-navigation-item " role="menuitem">
2378
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2379
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Monkey</span>
2380
+ </a> <a href="https://github.com/trending/moocode" class="select-menu-item js-navigation-item " role="menuitem">
2381
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2382
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Moocode</span>
2383
+ </a> <a href="https://github.com/trending/moonscript" class="select-menu-item js-navigation-item " role="menuitem">
2384
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2385
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MoonScript</span>
2386
+ </a> <a href="https://github.com/trending/mql4" class="select-menu-item js-navigation-item " role="menuitem">
2387
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2388
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MQL4</span>
2389
+ </a> <a href="https://github.com/trending/mql5" class="select-menu-item js-navigation-item " role="menuitem">
2390
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2391
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MQL5</span>
2392
+ </a> <a href="https://github.com/trending/mtml" class="select-menu-item js-navigation-item " role="menuitem">
2393
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2394
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MTML</span>
2395
+ </a> <a href="https://github.com/trending/muf" class="select-menu-item js-navigation-item " role="menuitem">
2396
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2397
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>MUF</span>
2398
+ </a> <a href="https://github.com/trending/mupad" class="select-menu-item js-navigation-item " role="menuitem">
2399
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2400
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>mupad</span>
2401
+ </a> <a href="https://github.com/trending/myghty" class="select-menu-item js-navigation-item " role="menuitem">
2402
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2403
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Myghty</span>
2404
+ </a> <a href="https://github.com/trending/ncl" class="select-menu-item js-navigation-item " role="menuitem">
2405
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2406
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NCL</span>
2407
+ </a> <a href="https://github.com/trending/nemerle" class="select-menu-item js-navigation-item " role="menuitem">
2408
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2409
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nemerle</span>
2410
+ </a> <a href="https://github.com/trending/nesc" class="select-menu-item js-navigation-item " role="menuitem">
2411
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2412
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>nesC</span>
2413
+ </a> <a href="https://github.com/trending/netlinx" class="select-menu-item js-navigation-item " role="menuitem">
2414
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2415
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NetLinx</span>
2416
+ </a> <a href="https://github.com/trending/netlinx+erb" class="select-menu-item js-navigation-item " role="menuitem">
2417
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2418
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NetLinx+ERB</span>
2419
+ </a> <a href="https://github.com/trending/netlogo" class="select-menu-item js-navigation-item " role="menuitem">
2420
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2421
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NetLogo</span>
2422
+ </a> <a href="https://github.com/trending/newlisp" class="select-menu-item js-navigation-item " role="menuitem">
2423
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2424
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NewLisp</span>
2425
+ </a> <a href="https://github.com/trending/nginx" class="select-menu-item js-navigation-item " role="menuitem">
2426
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2427
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nginx</span>
2428
+ </a> <a href="https://github.com/trending/nim" class="select-menu-item js-navigation-item " role="menuitem">
2429
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2430
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nim</span>
2431
+ </a> <a href="https://github.com/trending/ninja" class="select-menu-item js-navigation-item " role="menuitem">
2432
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2433
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ninja</span>
2434
+ </a> <a href="https://github.com/trending/nit" class="select-menu-item js-navigation-item " role="menuitem">
2435
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2436
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nit</span>
2437
+ </a> <a href="https://github.com/trending/nix" class="select-menu-item js-navigation-item " role="menuitem">
2438
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2439
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nix</span>
2440
+ </a> <a href="https://github.com/trending/nl" class="select-menu-item js-navigation-item " role="menuitem">
2441
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2442
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NL</span>
2443
+ </a> <a href="https://github.com/trending/nsis" class="select-menu-item js-navigation-item " role="menuitem">
2444
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2445
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NSIS</span>
2446
+ </a> <a href="https://github.com/trending/nu" class="select-menu-item js-navigation-item " role="menuitem">
2447
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2448
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Nu</span>
2449
+ </a> <a href="https://github.com/trending/numpy" class="select-menu-item js-navigation-item " role="menuitem">
2450
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2451
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>NumPy</span>
2452
+ </a> <a href="https://github.com/trending/objdump" class="select-menu-item js-navigation-item " role="menuitem">
2453
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2454
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ObjDump</span>
2455
+ </a> <a href="https://github.com/trending/objective-c" class="select-menu-item js-navigation-item " role="menuitem">
2456
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2457
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Objective-C</span>
2458
+ </a> <a href="https://github.com/trending/objective-c++" class="select-menu-item js-navigation-item " role="menuitem">
2459
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2460
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Objective-C++</span>
2461
+ </a> <a href="https://github.com/trending/objective-j" class="select-menu-item js-navigation-item " role="menuitem">
2462
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2463
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Objective-J</span>
2464
+ </a> <a href="https://github.com/trending/ocaml" class="select-menu-item js-navigation-item " role="menuitem">
2465
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2466
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OCaml</span>
2467
+ </a> <a href="https://github.com/trending/omgrofl" class="select-menu-item js-navigation-item " role="menuitem">
2468
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2469
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Omgrofl</span>
2470
+ </a> <a href="https://github.com/trending/ooc" class="select-menu-item js-navigation-item " role="menuitem">
2471
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2472
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ooc</span>
2473
+ </a> <a href="https://github.com/trending/opa" class="select-menu-item js-navigation-item " role="menuitem">
2474
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2475
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Opa</span>
2476
+ </a> <a href="https://github.com/trending/opal" class="select-menu-item js-navigation-item " role="menuitem">
2477
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2478
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Opal</span>
2479
+ </a> <a href="https://github.com/trending/opencl" class="select-menu-item js-navigation-item " role="menuitem">
2480
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2481
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OpenCL</span>
2482
+ </a> <a href="https://github.com/trending/openedge-abl" class="select-menu-item js-navigation-item " role="menuitem">
2483
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2484
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OpenEdge ABL</span>
2485
+ </a> <a href="https://github.com/trending/openrc-runscript" class="select-menu-item js-navigation-item " role="menuitem">
2486
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2487
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OpenRC runscript</span>
2488
+ </a> <a href="https://github.com/trending/openscad" class="select-menu-item js-navigation-item " role="menuitem">
2489
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2490
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OpenSCAD</span>
2491
+ </a> <a href="https://github.com/trending/opentype-feature-file" class="select-menu-item js-navigation-item " role="menuitem">
2492
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2493
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>OpenType Feature File</span>
2494
+ </a> <a href="https://github.com/trending/org" class="select-menu-item js-navigation-item " role="menuitem">
2495
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2496
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Org</span>
2497
+ </a> <a href="https://github.com/trending/ox" class="select-menu-item js-navigation-item " role="menuitem">
2498
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2499
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ox</span>
2500
+ </a> <a href="https://github.com/trending/oxygene" class="select-menu-item js-navigation-item " role="menuitem">
2501
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2502
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Oxygene</span>
2503
+ </a> <a href="https://github.com/trending/oz" class="select-menu-item js-navigation-item " role="menuitem">
2504
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2505
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Oz</span>
2506
+ </a> <a href="https://github.com/trending/p4" class="select-menu-item js-navigation-item " role="menuitem">
2507
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2508
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>P4</span>
2509
+ </a> <a href="https://github.com/trending/pan" class="select-menu-item js-navigation-item " role="menuitem">
2510
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2511
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pan</span>
2512
+ </a> <a href="https://github.com/trending/papyrus" class="select-menu-item js-navigation-item " role="menuitem">
2513
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2514
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Papyrus</span>
2515
+ </a> <a href="https://github.com/trending/parrot" class="select-menu-item js-navigation-item " role="menuitem">
2516
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2517
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Parrot</span>
2518
+ </a> <a href="https://github.com/trending/parrot-assembly" class="select-menu-item js-navigation-item " role="menuitem">
2519
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2520
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Parrot Assembly</span>
2521
+ </a> <a href="https://github.com/trending/parrot-internal-representation" class="select-menu-item js-navigation-item " role="menuitem">
2522
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2523
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Parrot Internal Representation</span>
2524
+ </a> <a href="https://github.com/trending/pascal" class="select-menu-item js-navigation-item " role="menuitem">
2525
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2526
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pascal</span>
2527
+ </a> <a href="https://github.com/trending/pawn" class="select-menu-item js-navigation-item " role="menuitem">
2528
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2529
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PAWN</span>
2530
+ </a> <a href="https://github.com/trending/pep8" class="select-menu-item js-navigation-item " role="menuitem">
2531
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2532
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pep8</span>
2533
+ </a> <a href="https://github.com/trending/perl" class="select-menu-item js-navigation-item " role="menuitem">
2534
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2535
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Perl</span>
2536
+ </a> <a href="https://github.com/trending/perl6" class="select-menu-item js-navigation-item " role="menuitem">
2537
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2538
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Perl6</span>
2539
+ </a> <a href="https://github.com/trending/php" class="select-menu-item js-navigation-item " role="menuitem">
2540
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2541
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PHP</span>
2542
+ </a> <a href="https://github.com/trending/pic" class="select-menu-item js-navigation-item " role="menuitem">
2543
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2544
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pic</span>
2545
+ </a> <a href="https://github.com/trending/pickle" class="select-menu-item js-navigation-item " role="menuitem">
2546
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2547
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pickle</span>
2548
+ </a> <a href="https://github.com/trending/picolisp" class="select-menu-item js-navigation-item " role="menuitem">
2549
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2550
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PicoLisp</span>
2551
+ </a> <a href="https://github.com/trending/piglatin" class="select-menu-item js-navigation-item " role="menuitem">
2552
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2553
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PigLatin</span>
2554
+ </a> <a href="https://github.com/trending/pike" class="select-menu-item js-navigation-item " role="menuitem">
2555
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2556
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pike</span>
2557
+ </a> <a href="https://github.com/trending/plpgsql" class="select-menu-item js-navigation-item " role="menuitem">
2558
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2559
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PLpgSQL</span>
2560
+ </a> <a href="https://github.com/trending/plsql" class="select-menu-item js-navigation-item " role="menuitem">
2561
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2562
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PLSQL</span>
2563
+ </a> <a href="https://github.com/trending/pod" class="select-menu-item js-navigation-item " role="menuitem">
2564
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2565
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pod</span>
2566
+ </a> <a href="https://github.com/trending/pogoscript" class="select-menu-item js-navigation-item " role="menuitem">
2567
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2568
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PogoScript</span>
2569
+ </a> <a href="https://github.com/trending/pony" class="select-menu-item js-navigation-item " role="menuitem">
2570
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2571
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pony</span>
2572
+ </a> <a href="https://github.com/trending/postscript" class="select-menu-item js-navigation-item " role="menuitem">
2573
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2574
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PostScript</span>
2575
+ </a> <a href="https://github.com/trending/pov-ray-sdl" class="select-menu-item js-navigation-item " role="menuitem">
2576
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2577
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>POV-Ray SDL</span>
2578
+ </a> <a href="https://github.com/trending/powerbuilder" class="select-menu-item js-navigation-item " role="menuitem">
2579
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2580
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PowerBuilder</span>
2581
+ </a> <a href="https://github.com/trending/powershell" class="select-menu-item js-navigation-item " role="menuitem">
2582
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2583
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PowerShell</span>
2584
+ </a> <a href="https://github.com/trending/processing" class="select-menu-item js-navigation-item " role="menuitem">
2585
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2586
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Processing</span>
2587
+ </a> <a href="https://github.com/trending/prolog" class="select-menu-item js-navigation-item " role="menuitem">
2588
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2589
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Prolog</span>
2590
+ </a> <a href="https://github.com/trending/propeller-spin" class="select-menu-item js-navigation-item " role="menuitem">
2591
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2592
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Propeller Spin</span>
2593
+ </a> <a href="https://github.com/trending/protocol-buffer" class="select-menu-item js-navigation-item " role="menuitem">
2594
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2595
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Protocol Buffer</span>
2596
+ </a> <a href="https://github.com/trending/public-key" class="select-menu-item js-navigation-item " role="menuitem">
2597
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2598
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Public Key</span>
2599
+ </a> <a href="https://github.com/trending/pug" class="select-menu-item js-navigation-item " role="menuitem">
2600
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2601
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pug</span>
2602
+ </a> <a href="https://github.com/trending/puppet" class="select-menu-item js-navigation-item " role="menuitem">
2603
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2604
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Puppet</span>
2605
+ </a> <a href="https://github.com/trending/pure-data" class="select-menu-item js-navigation-item " role="menuitem">
2606
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2607
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Pure Data</span>
2608
+ </a> <a href="https://github.com/trending/purebasic" class="select-menu-item js-navigation-item " role="menuitem">
2609
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2610
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PureBasic</span>
2611
+ </a> <a href="https://github.com/trending/purescript" class="select-menu-item js-navigation-item " role="menuitem">
2612
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2613
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>PureScript</span>
2614
+ </a> <a href="https://github.com/trending/python" class="select-menu-item js-navigation-item " role="menuitem">
2615
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2616
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Python</span>
2617
+ </a> <a href="https://github.com/trending/python-console" class="select-menu-item js-navigation-item " role="menuitem">
2618
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2619
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Python console</span>
2620
+ </a> <a href="https://github.com/trending/python-traceback" class="select-menu-item js-navigation-item " role="menuitem">
2621
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2622
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Python traceback</span>
2623
+ </a> <a href="https://github.com/trending/qmake" class="select-menu-item js-navigation-item " role="menuitem">
2624
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2625
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>QMake</span>
2626
+ </a> <a href="https://github.com/trending/qml" class="select-menu-item js-navigation-item " role="menuitem">
2627
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2628
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>QML</span>
2629
+ </a> <a href="https://github.com/trending/r" class="select-menu-item js-navigation-item " role="menuitem">
2630
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2631
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>R</span>
2632
+ </a> <a href="https://github.com/trending/racket" class="select-menu-item js-navigation-item " role="menuitem">
2633
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2634
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Racket</span>
2635
+ </a> <a href="https://github.com/trending/ragel" class="select-menu-item js-navigation-item " role="menuitem">
2636
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2637
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ragel</span>
2638
+ </a> <a href="https://github.com/trending/raml" class="select-menu-item js-navigation-item " role="menuitem">
2639
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2640
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RAML</span>
2641
+ </a> <a href="https://github.com/trending/rascal" class="select-menu-item js-navigation-item " role="menuitem">
2642
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2643
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Rascal</span>
2644
+ </a> <a href="https://github.com/trending/raw-token-data" class="select-menu-item js-navigation-item " role="menuitem">
2645
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2646
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Raw token data</span>
2647
+ </a> <a href="https://github.com/trending/rdoc" class="select-menu-item js-navigation-item " role="menuitem">
2648
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2649
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RDoc</span>
2650
+ </a> <a href="https://github.com/trending/realbasic" class="select-menu-item js-navigation-item " role="menuitem">
2651
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2652
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>REALbasic</span>
2653
+ </a> <a href="https://github.com/trending/reason" class="select-menu-item js-navigation-item " role="menuitem">
2654
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2655
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Reason</span>
2656
+ </a> <a href="https://github.com/trending/rebol" class="select-menu-item js-navigation-item " role="menuitem">
2657
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2658
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Rebol</span>
2659
+ </a> <a href="https://github.com/trending/red" class="select-menu-item js-navigation-item " role="menuitem">
2660
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2661
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Red</span>
2662
+ </a> <a href="https://github.com/trending/redcode" class="select-menu-item js-navigation-item " role="menuitem">
2663
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2664
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Redcode</span>
2665
+ </a> <a href="https://github.com/trending/regular-expression" class="select-menu-item js-navigation-item " role="menuitem">
2666
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2667
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Regular Expression</span>
2668
+ </a> <a href="https://github.com/trending/ren&#39;py" class="select-menu-item js-navigation-item " role="menuitem">
2669
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2670
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ren&#39;Py</span>
2671
+ </a> <a href="https://github.com/trending/renderscript" class="select-menu-item js-navigation-item " role="menuitem">
2672
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2673
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RenderScript</span>
2674
+ </a> <a href="https://github.com/trending/restructuredtext" class="select-menu-item js-navigation-item " role="menuitem">
2675
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2676
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>reStructuredText</span>
2677
+ </a> <a href="https://github.com/trending/rexx" class="select-menu-item js-navigation-item " role="menuitem">
2678
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2679
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>REXX</span>
2680
+ </a> <a href="https://github.com/trending/rhtml" class="select-menu-item js-navigation-item " role="menuitem">
2681
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2682
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RHTML</span>
2683
+ </a> <a href="https://github.com/trending/rmarkdown" class="select-menu-item js-navigation-item " role="menuitem">
2684
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2685
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RMarkdown</span>
2686
+ </a> <a href="https://github.com/trending/robotframework" class="select-menu-item js-navigation-item " role="menuitem">
2687
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2688
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RobotFramework</span>
2689
+ </a> <a href="https://github.com/trending/roff" class="select-menu-item js-navigation-item " role="menuitem">
2690
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2691
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Roff</span>
2692
+ </a> <a href="https://github.com/trending/rouge" class="select-menu-item js-navigation-item " role="menuitem">
2693
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2694
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Rouge</span>
2695
+ </a> <a href="https://github.com/trending/rpm-spec" class="select-menu-item js-navigation-item " role="menuitem">
2696
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2697
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RPM Spec</span>
2698
+ </a> <a href="https://github.com/trending/ruby" class="select-menu-item js-navigation-item " role="menuitem">
2699
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2700
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Ruby</span>
2701
+ </a> <a href="https://github.com/trending/runoff" class="select-menu-item js-navigation-item " role="menuitem">
2702
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2703
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>RUNOFF</span>
2704
+ </a> <a href="https://github.com/trending/rust" class="select-menu-item js-navigation-item " role="menuitem">
2705
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2706
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Rust</span>
2707
+ </a> <a href="https://github.com/trending/sage" class="select-menu-item js-navigation-item " role="menuitem">
2708
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2709
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Sage</span>
2710
+ </a> <a href="https://github.com/trending/saltstack" class="select-menu-item js-navigation-item " role="menuitem">
2711
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2712
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SaltStack</span>
2713
+ </a> <a href="https://github.com/trending/sas" class="select-menu-item js-navigation-item " role="menuitem">
2714
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2715
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SAS</span>
2716
+ </a> <a href="https://github.com/trending/sass" class="select-menu-item js-navigation-item " role="menuitem">
2717
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2718
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Sass</span>
2719
+ </a> <a href="https://github.com/trending/scala" class="select-menu-item js-navigation-item " role="menuitem">
2720
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2721
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Scala</span>
2722
+ </a> <a href="https://github.com/trending/scaml" class="select-menu-item js-navigation-item " role="menuitem">
2723
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2724
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Scaml</span>
2725
+ </a> <a href="https://github.com/trending/scheme" class="select-menu-item js-navigation-item " role="menuitem">
2726
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2727
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Scheme</span>
2728
+ </a> <a href="https://github.com/trending/scilab" class="select-menu-item js-navigation-item " role="menuitem">
2729
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2730
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Scilab</span>
2731
+ </a> <a href="https://github.com/trending/scss" class="select-menu-item js-navigation-item " role="menuitem">
2732
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2733
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SCSS</span>
2734
+ </a> <a href="https://github.com/trending/self" class="select-menu-item js-navigation-item " role="menuitem">
2735
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2736
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Self</span>
2737
+ </a> <a href="https://github.com/trending/shaderlab" class="select-menu-item js-navigation-item " role="menuitem">
2738
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2739
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ShaderLab</span>
2740
+ </a> <a href="https://github.com/trending/shell" class="select-menu-item js-navigation-item " role="menuitem">
2741
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2742
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Shell</span>
2743
+ </a> <a href="https://github.com/trending/shellsession" class="select-menu-item js-navigation-item " role="menuitem">
2744
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2745
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>ShellSession</span>
2746
+ </a> <a href="https://github.com/trending/shen" class="select-menu-item js-navigation-item " role="menuitem">
2747
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2748
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Shen</span>
2749
+ </a> <a href="https://github.com/trending/slash" class="select-menu-item js-navigation-item " role="menuitem">
2750
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2751
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Slash</span>
2752
+ </a> <a href="https://github.com/trending/slim" class="select-menu-item js-navigation-item " role="menuitem">
2753
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2754
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Slim</span>
2755
+ </a> <a href="https://github.com/trending/smali" class="select-menu-item js-navigation-item " role="menuitem">
2756
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2757
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Smali</span>
2758
+ </a> <a href="https://github.com/trending/smalltalk" class="select-menu-item js-navigation-item " role="menuitem">
2759
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2760
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Smalltalk</span>
2761
+ </a> <a href="https://github.com/trending/smarty" class="select-menu-item js-navigation-item " role="menuitem">
2762
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2763
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Smarty</span>
2764
+ </a> <a href="https://github.com/trending/smt" class="select-menu-item js-navigation-item " role="menuitem">
2765
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2766
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SMT</span>
2767
+ </a> <a href="https://github.com/trending/sourcepawn" class="select-menu-item js-navigation-item " role="menuitem">
2768
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2769
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SourcePawn</span>
2770
+ </a> <a href="https://github.com/trending/sparql" class="select-menu-item js-navigation-item " role="menuitem">
2771
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2772
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SPARQL</span>
2773
+ </a> <a href="https://github.com/trending/spline-font-database" class="select-menu-item js-navigation-item " role="menuitem">
2774
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2775
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Spline Font Database</span>
2776
+ </a> <a href="https://github.com/trending/sqf" class="select-menu-item js-navigation-item " role="menuitem">
2777
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2778
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SQF</span>
2779
+ </a> <a href="https://github.com/trending/sql" class="select-menu-item js-navigation-item " role="menuitem">
2780
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2781
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SQL</span>
2782
+ </a> <a href="https://github.com/trending/sqlpl" class="select-menu-item js-navigation-item " role="menuitem">
2783
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2784
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SQLPL</span>
2785
+ </a> <a href="https://github.com/trending/squirrel" class="select-menu-item js-navigation-item " role="menuitem">
2786
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2787
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Squirrel</span>
2788
+ </a> <a href="https://github.com/trending/srecode-template" class="select-menu-item js-navigation-item " role="menuitem">
2789
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2790
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SRecode Template</span>
2791
+ </a> <a href="https://github.com/trending/stan" class="select-menu-item js-navigation-item " role="menuitem">
2792
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2793
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Stan</span>
2794
+ </a> <a href="https://github.com/trending/standard-ml" class="select-menu-item js-navigation-item " role="menuitem">
2795
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2796
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Standard ML</span>
2797
+ </a> <a href="https://github.com/trending/stata" class="select-menu-item js-navigation-item " role="menuitem">
2798
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2799
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Stata</span>
2800
+ </a> <a href="https://github.com/trending/ston" class="select-menu-item js-navigation-item " role="menuitem">
2801
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2802
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>STON</span>
2803
+ </a> <a href="https://github.com/trending/stylus" class="select-menu-item js-navigation-item " role="menuitem">
2804
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2805
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Stylus</span>
2806
+ </a> <a href="https://github.com/trending/sublime-text-config" class="select-menu-item js-navigation-item " role="menuitem">
2807
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2808
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Sublime Text Config</span>
2809
+ </a> <a href="https://github.com/trending/subrip-text" class="select-menu-item js-navigation-item " role="menuitem">
2810
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2811
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SubRip Text</span>
2812
+ </a> <a href="https://github.com/trending/supercollider" class="select-menu-item js-navigation-item " role="menuitem">
2813
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2814
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SuperCollider</span>
2815
+ </a> <a href="https://github.com/trending/svg" class="select-menu-item js-navigation-item " role="menuitem">
2816
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2817
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SVG</span>
2818
+ </a> <a href="https://github.com/trending/swift" class="select-menu-item js-navigation-item " role="menuitem">
2819
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2820
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Swift</span>
2821
+ </a> <a href="https://github.com/trending/systemverilog" class="select-menu-item js-navigation-item " role="menuitem">
2822
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2823
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>SystemVerilog</span>
2824
+ </a> <a href="https://github.com/trending/tcl" class="select-menu-item js-navigation-item " role="menuitem">
2825
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2826
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Tcl</span>
2827
+ </a> <a href="https://github.com/trending/tcsh" class="select-menu-item js-navigation-item " role="menuitem">
2828
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2829
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Tcsh</span>
2830
+ </a> <a href="https://github.com/trending/tea" class="select-menu-item js-navigation-item " role="menuitem">
2831
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2832
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Tea</span>
2833
+ </a> <a href="https://github.com/trending/terra" class="select-menu-item js-navigation-item " role="menuitem">
2834
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2835
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Terra</span>
2836
+ </a> <a href="https://github.com/trending/tex" class="select-menu-item js-navigation-item " role="menuitem">
2837
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2838
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TeX</span>
2839
+ </a> <a href="https://github.com/trending/text" class="select-menu-item js-navigation-item " role="menuitem">
2840
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2841
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Text</span>
2842
+ </a> <a href="https://github.com/trending/textile" class="select-menu-item js-navigation-item " role="menuitem">
2843
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2844
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Textile</span>
2845
+ </a> <a href="https://github.com/trending/thrift" class="select-menu-item js-navigation-item " role="menuitem">
2846
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2847
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Thrift</span>
2848
+ </a> <a href="https://github.com/trending/ti-program" class="select-menu-item js-navigation-item " role="menuitem">
2849
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2850
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TI Program</span>
2851
+ </a> <a href="https://github.com/trending/tla" class="select-menu-item js-navigation-item " role="menuitem">
2852
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2853
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TLA</span>
2854
+ </a> <a href="https://github.com/trending/toml" class="select-menu-item js-navigation-item " role="menuitem">
2855
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2856
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TOML</span>
2857
+ </a> <a href="https://github.com/trending/turing" class="select-menu-item js-navigation-item " role="menuitem">
2858
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2859
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Turing</span>
2860
+ </a> <a href="https://github.com/trending/turtle" class="select-menu-item js-navigation-item " role="menuitem">
2861
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2862
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Turtle</span>
2863
+ </a> <a href="https://github.com/trending/twig" class="select-menu-item js-navigation-item " role="menuitem">
2864
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2865
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Twig</span>
2866
+ </a> <a href="https://github.com/trending/txl" class="select-menu-item js-navigation-item " role="menuitem">
2867
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2868
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TXL</span>
2869
+ </a> <a href="https://github.com/trending/typescript" class="select-menu-item js-navigation-item " role="menuitem">
2870
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2871
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>TypeScript</span>
2872
+ </a> <a href="https://github.com/trending/unified-parallel-c" class="select-menu-item js-navigation-item " role="menuitem">
2873
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2874
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Unified Parallel C</span>
2875
+ </a> <a href="https://github.com/trending/unity3d-asset" class="select-menu-item js-navigation-item " role="menuitem">
2876
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2877
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Unity3D Asset</span>
2878
+ </a> <a href="https://github.com/trending/unix-assembly" class="select-menu-item js-navigation-item " role="menuitem">
2879
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2880
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Unix Assembly</span>
2881
+ </a> <a href="https://github.com/trending/uno" class="select-menu-item js-navigation-item " role="menuitem">
2882
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2883
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Uno</span>
2884
+ </a> <a href="https://github.com/trending/unrealscript" class="select-menu-item js-navigation-item " role="menuitem">
2885
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2886
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>UnrealScript</span>
2887
+ </a> <a href="https://github.com/trending/urweb" class="select-menu-item js-navigation-item " role="menuitem">
2888
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2889
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>UrWeb</span>
2890
+ </a> <a href="https://github.com/trending/vala" class="select-menu-item js-navigation-item " role="menuitem">
2891
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2892
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Vala</span>
2893
+ </a> <a href="https://github.com/trending/vcl" class="select-menu-item js-navigation-item " role="menuitem">
2894
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2895
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>VCL</span>
2896
+ </a> <a href="https://github.com/trending/verilog" class="select-menu-item js-navigation-item " role="menuitem">
2897
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2898
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Verilog</span>
2899
+ </a> <a href="https://github.com/trending/vhdl" class="select-menu-item js-navigation-item " role="menuitem">
2900
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2901
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>VHDL</span>
2902
+ </a> <a href="https://github.com/trending/vim-script" class="select-menu-item js-navigation-item " role="menuitem">
2903
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2904
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Vim script</span>
2905
+ </a> <a href="https://github.com/trending/vim-script" class="select-menu-item js-navigation-item " role="menuitem">
2906
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2907
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Vim script</span>
2908
+ </a> <a href="https://github.com/trending/visual-basic" class="select-menu-item js-navigation-item " role="menuitem">
2909
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2910
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Visual Basic</span>
2911
+ </a> <a href="https://github.com/trending/volt" class="select-menu-item js-navigation-item " role="menuitem">
2912
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2913
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Volt</span>
2914
+ </a> <a href="https://github.com/trending/vue" class="select-menu-item js-navigation-item " role="menuitem">
2915
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2916
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Vue</span>
2917
+ </a> <a href="https://github.com/trending/wavefront-material" class="select-menu-item js-navigation-item " role="menuitem">
2918
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2919
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Wavefront Material</span>
2920
+ </a> <a href="https://github.com/trending/wavefront-object" class="select-menu-item js-navigation-item " role="menuitem">
2921
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2922
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Wavefront Object</span>
2923
+ </a> <a href="https://github.com/trending/web-ontology-language" class="select-menu-item js-navigation-item " role="menuitem">
2924
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2925
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Web Ontology Language</span>
2926
+ </a> <a href="https://github.com/trending/webidl" class="select-menu-item js-navigation-item " role="menuitem">
2927
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2928
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>WebIDL</span>
2929
+ </a> <a href="https://github.com/trending/wisp" class="select-menu-item js-navigation-item " role="menuitem">
2930
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2931
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>wisp</span>
2932
+ </a> <a href="https://github.com/trending/world-of-warcraft-addon-data" class="select-menu-item js-navigation-item " role="menuitem">
2933
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2934
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>World of Warcraft Addon Data</span>
2935
+ </a> <a href="https://github.com/trending/x10" class="select-menu-item js-navigation-item " role="menuitem">
2936
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2937
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>X10</span>
2938
+ </a> <a href="https://github.com/trending/xbase" class="select-menu-item js-navigation-item " role="menuitem">
2939
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2940
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>xBase</span>
2941
+ </a> <a href="https://github.com/trending/xc" class="select-menu-item js-navigation-item " role="menuitem">
2942
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2943
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XC</span>
2944
+ </a> <a href="https://github.com/trending/xcompose" class="select-menu-item js-navigation-item " role="menuitem">
2945
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2946
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XCompose</span>
2947
+ </a> <a href="https://github.com/trending/xml" class="select-menu-item js-navigation-item " role="menuitem">
2948
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2949
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XML</span>
2950
+ </a> <a href="https://github.com/trending/xojo" class="select-menu-item js-navigation-item " role="menuitem">
2951
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2952
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Xojo</span>
2953
+ </a> <a href="https://github.com/trending/xpages" class="select-menu-item js-navigation-item " role="menuitem">
2954
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2955
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XPages</span>
2956
+ </a> <a href="https://github.com/trending/xproc" class="select-menu-item js-navigation-item " role="menuitem">
2957
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2958
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XProc</span>
2959
+ </a> <a href="https://github.com/trending/xquery" class="select-menu-item js-navigation-item " role="menuitem">
2960
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2961
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XQuery</span>
2962
+ </a> <a href="https://github.com/trending/xs" class="select-menu-item js-navigation-item " role="menuitem">
2963
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2964
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XS</span>
2965
+ </a> <a href="https://github.com/trending/xslt" class="select-menu-item js-navigation-item " role="menuitem">
2966
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2967
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>XSLT</span>
2968
+ </a> <a href="https://github.com/trending/xtend" class="select-menu-item js-navigation-item " role="menuitem">
2969
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2970
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Xtend</span>
2971
+ </a> <a href="https://github.com/trending/yacc" class="select-menu-item js-navigation-item " role="menuitem">
2972
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2973
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Yacc</span>
2974
+ </a> <a href="https://github.com/trending/yaml" class="select-menu-item js-navigation-item " role="menuitem">
2975
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2976
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>YAML</span>
2977
+ </a> <a href="https://github.com/trending/yang" class="select-menu-item js-navigation-item " role="menuitem">
2978
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2979
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>YANG</span>
2980
+ </a> <a href="https://github.com/trending/zephir" class="select-menu-item js-navigation-item " role="menuitem">
2981
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2982
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Zephir</span>
2983
+ </a> <a href="https://github.com/trending/zimpl" class="select-menu-item js-navigation-item " role="menuitem">
2984
+ <svg aria-hidden="true" class="octicon octicon-check select-menu-item-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z"/></svg>
2985
+ <span class='select-menu-item-text js-select-button-text js-navigation-open'>Zimpl</span>
2986
+ </a> </div>
2987
+
2988
+ </div>
2989
+
2990
+ <div class="select-menu-loading-overlay anim-pulse">
2991
+ <svg aria-hidden="true" class="octicon octicon-octoface" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M14.7 5.34c.13-.32.55-1.59-.13-3.31 0 0-1.05-.33-3.44 1.3-1-.28-2.07-.32-3.13-.32s-2.13.04-3.13.32c-2.39-1.64-3.44-1.3-3.44-1.3-.68 1.72-.26 2.99-.13 3.31C.49 6.21 0 7.33 0 8.69 0 13.84 3.33 15 7.98 15S16 13.84 16 8.69c0-1.36-.49-2.48-1.3-3.35zM8 14.02c-3.3 0-5.98-.15-5.98-3.35 0-.76.38-1.48 1.02-2.07 1.07-.98 2.9-.46 4.96-.46 2.07 0 3.88-.52 4.96.46.65.59 1.02 1.3 1.02 2.07 0 3.19-2.68 3.35-5.98 3.35zM5.49 9.01c-.66 0-1.2.8-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.54-1.78-1.2-1.78zm5.02 0c-.66 0-1.2.79-1.2 1.78s.54 1.79 1.2 1.79c.66 0 1.2-.8 1.2-1.79s-.53-1.78-1.2-1.78z"/></svg>
2992
+ </div>
2993
+ </div>
2994
+ </div>
2995
+ </div>
2996
+
2997
+ <div class="protip protip-callout">
2998
+ <strong class="protip">ProTip!</strong>
2999
+ Looking for most starred Alloy repositories?
3000
+ <a href="/search?l=alloy&amp;q=stars%3A%3E1&amp;s=stars&amp;type=Repositories">Try this search</a>
3001
+ </div>
3002
+
3003
+ </div>
3004
+ </div>
3005
+ </div>
3006
+
3007
+ <div class="modal-backdrop js-touch-events"></div>
3008
+
3009
+ </div>
3010
+
3011
+ <div class="site-footer-container mt-6" role="contentinfo">
3012
+ <div class="d-flex flex-wrap py-5 mb-5">
3013
+ <div class="site-footer-col mb-3">
3014
+ <svg aria-hidden="true" class="octicon octicon-logo-github" height="24" version="1.1" viewBox="0 0 45 16" width="67"><path fill-rule="evenodd" d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61H33.84c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
3015
+ <p class="text-gray alt-text-small">
3016
+ &copy; 2017
3017
+ </p>
3018
+ </div>
3019
+ <div class="site-footer-col mb-3 pr-3">
3020
+ <h4 class="mb-2">Features</h4>
3021
+ <ul class="list-style-none text-gray">
3022
+ <li class="lh-condensed mb-2"><a href="/features#code-review" class="muted-link alt-text-small">Code review</a></li>
3023
+ <li class="lh-condensed mb-2"><a href="/features#project-management" class="muted-link alt-text-small">Project management</a></li>
3024
+ <li class="lh-condensed mb-2"><a href="/features#community-management" class="muted-link alt-text-small">Community</a></li>
3025
+ <li class="lh-condensed mb-2"><a href="/features#documentation" class="muted-link alt-text-small">Documentation</a></li>
3026
+ <li class="lh-condensed mb-2"><a href="/features#code-hosting" class="muted-link alt-text-small">Code hosting</a></li>
3027
+ </ul>
3028
+ </div>
3029
+ <div class="site-footer-col mb-3 pr-3">
3030
+ <h4 class="mb-2">Platform</h4>
3031
+ <ul class="list-style-none">
3032
+ <li class="lh-condensed mb-2"><a href="https://atom.io" class="muted-link alt-text-small">Atom</a></li>
3033
+ <li class="lh-condensed mb-2"><a href="http://electron.atom.io/" class="muted-link alt-text-small">Electron</a></li>
3034
+ <li class="lh-condensed mb-2"><a href="https://desktop.github.com/" class="muted-link alt-text-small">GitHub Desktop</a></li>
3035
+ <li class="lh-condensed mb-2"><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api" class="muted-link alt-text-small">Developers</a></li>
3036
+ </ul>
3037
+ </div>
3038
+ <div class="site-footer-col mb-3 pr-3">
3039
+ <h4 class="mb-2">Community</h4>
3040
+ <ul class="list-style-none">
3041
+ <li class="lh-condensed mb-2"><a href="/personal" class="muted-link alt-text-small">Personal</a></li>
3042
+ <li class="lh-condensed mb-2"><a href="/open-source" class="muted-link alt-text-small">Open source</a></li>
3043
+ <li class="lh-condensed mb-2"><a href="/business" class="muted-link alt-text-small">For Business</a></li>
3044
+ <li class="lh-condensed mb-2"><a href="https://education.github.com/" class="muted-link alt-text-small">For Education</a></li>
3045
+ <li class="lh-condensed mb-2"><a href="https://community.github.com/" class="muted-link alt-text-small">Sponsorships</a></li>
3046
+ </ul>
3047
+ </div>
3048
+ <div class="site-footer-col mb-3 pr-3">
3049
+ <h4 class="mb-2">Company</h4>
3050
+ <ul class="list-style-none">
3051
+ <li class="lh-condensed mb-2"><a href="https://github.com/about" class="muted-link alt-text-small" data-ga-click="Footer, go to about, text:about">About</a></li>
3052
+ <li class="lh-condensed mb-2"><a href="https://github.com/blog" class="muted-link alt-text-small" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
3053
+ <li class="lh-condensed mb-2"><a href="/business/customers" class="muted-link alt-text-small">Customers</a></li>
3054
+ <li class="lh-condensed mb-2"><a href="/about/careers" class="muted-link alt-text-small">Careers</a></li>
3055
+ <li class="lh-condensed mb-2"><a href="/about/press" class="muted-link alt-text-small">Press</a></li>
3056
+ <li class="lh-condensed mb-2"><a href="https://shop.github.com" class="muted-link alt-text-small">Shop</a></li>
3057
+ </ul>
3058
+ </div>
3059
+ <div class="site-footer-col mb-3 pr-3">
3060
+ <h4 class="mb-2">Resources</h4>
3061
+ <ul class="list-style-none">
3062
+ <li class="lh-condensed mb-2"><a href="https://github.com/contact" class="muted-link alt-text-small" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li>
3063
+ <li class="lh-condensed mb-2"><a href="https://help.github.com" class="muted-link alt-text-small" data-ga-click="Footer, go to help, text:help">Help</a></li>
3064
+ <li class="lh-condensed mb-2"><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status" class="muted-link alt-text-small">Status</a></li>
3065
+ <li class="lh-condensed mb-2"><a href="https://github.com/site/terms" class="muted-link alt-text-small" data-ga-click="Footer, go to terms, text:terms">Terms</a></li>
3066
+ <li class="lh-condensed mb-2"><a href="https://github.com/site/privacy" class="muted-link alt-text-small" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li>
3067
+ <li class="lh-condensed mb-2"><a href="https://github.com/security" class="muted-link alt-text-small" data-ga-click="Footer, go to security, text:security">Security</a></li>
3068
+ <li class="lh-condensed mb-2"><a href="https://services.github.com/" class="muted-link alt-text-small">Training</a></li>
3069
+ </ul>
3070
+ </div>
3071
+ </div>
3072
+ </div>
3073
+
3074
+
3075
+
3076
+
3077
+ <div id="ajax-error-message" class="ajax-error-message flash flash-error">
3078
+ <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg>
3079
+ <button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
3080
+ <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
3081
+ </button>
3082
+ You can't perform that action at this time.
3083
+ </div>
3084
+
3085
+
3086
+ <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-91f98c37fc84eac24836eec2567e9912742094369a04c4eba6e3cd1fa18902d9.js"></script>
3087
+ <script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-7cf76bd6895e3e4fe1fc7a85d59d0525ddcc06947cd3e7ead28aad1b8a7e744d.js"></script>
3088
+
3089
+ <script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-da3a5cf7090d34baa3ec698d1842c94827e985353a0e406eb15121a708e5e3f4.js"></script>
3090
+
3091
+
3092
+
3093
+
3094
+ <div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none">
3095
+ <svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg>
3096
+ <span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
3097
+ <span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
3098
+ </div>
3099
+ <div class="facebox" id="facebox" style="display:none;">
3100
+ <div class="facebox-popup">
3101
+ <div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description">
3102
+ </div>
3103
+ <button type="button" class="facebox-close js-facebox-close" aria-label="Close modal">
3104
+ <svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
3105
+ </button>
3106
+ </div>
3107
+ </div>
3108
+
3109
+
3110
+ </body>
3111
+ </html>
3112
+