-
Notifications
You must be signed in to change notification settings - Fork 1
/
opensource.html
185 lines (164 loc) · 6.05 KB
/
opensource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
layout: default
---
<section class="success main-heading">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Opensource</h2>
</div>
</div>
</div>
</section>
<section class="project">
<div class="container">
<div class="row intro">
<div class="col-lg-12 text-center">
<h2>scala-uri</h2>
<hr class="star-primary" />
<p>
<a href="https://github.com/lemonlabsuk/scala-uri">scala-uri</a> is is a
small Scala library that helps you work with URIs. It's used by
<a href="https://github.com/search?o=desc&q=scala-uri+extension%3Asbt&s=indexed&type=Code">
over 200</a> open source projects on github. Click the logos
below, to see how these companies are using scala-uri.
</p>
</div>
</div>
<ul class="clients">
<li>
<a class="client-logo" href="https://www.gov.uk/government/organisations/hm-revenue-customs">
<h2>HMRC</h2>
</a>
<p class="desc">
<a href="https://www.gov.uk/government/organisations/hm-revenue-customs">HMRC</a> use
scala-uri for the <a href="https://github.com/search?l=&q=scala-uri+org%3Ahmrc&type=Code">help to save</a> functionality of their mobile app.
</p>
</li>
<li>
<a class="client-logo" href="https://www.theguardian.com">
<img src="/img/the_guardian.svg" />
</a>
<p class="desc">
<a href="https://www.theguardian.com">The Guardian</a> use
scala-uri in <a href="https://github.com/search?p=1&q=org%3Aguardian+scala-uri&type=Code">
a dozen or so projects</a>, including <a href="https://www.theguardian.com">theguardian.com</a>
homepage!
</p>
</li>
<li>
<a class="client-logo" href="https://mesosphere.com/">
<img src="/img/meso.svg" />
</a>
<p class="desc">
<a href="https://mesosphere.com/">Mesosphere</a> use scala-uri in
Cosmos, the <a href="https://dcos.io/">DC/OS</a> Package Manager.
</p>
</li>
<li>
<a class="client-logo" href="https://snowplowanalytics.com/">
<img src="/img/snowplow.png" />
</a>
<p class="desc">
<a href="https://snowplowanalytics.com/">Snowplow</a> use scala-uri
and their users have helped scala-uri better by
<a href="https://github.com/snowplow/snowplow/issues/2893#issuecomment-255866231">
raising bugs<a>.
</p>
</li>
<li>
<a class="client-logo" href="https://www.graph.cool">
<img src="/img/graphcool.svg" />
</a>
<p class="desc">
<a href="https://www.graph.cool">Graphcool</a> use
scala-uri in their <a href="https://github.com/graphcool/framework/tree/master/server/libs/stub-server">
stub-server</a> library.
</p>
</li>
<li>
<a class="client-logo" href="https://www.algolia.com/">
<img src="/img/algolia.svg" />
</a>
<p class="desc">
<a href="https://www.algolia.com/">Algolia</a> use
scala-uri in the <a href="https://github.com/algolia/algoliasearch-client-scala">
scala client</a> for their search platform.
</p>
</li>
<li>
<a class="client-logo" href="https://www.indix.com/">
<img src="/img/indix.png" />
</a>
<p class="desc">
<a href="https://www.indix.com/">Indix</a> use scala-uri in
their <a href="https://github.com/indix/utils">utils</a> library.
</p>
</li>
</ul>
<script type="text/javascript">
function hideAll() {
$('.clients li .desc').css('display', 'none');
}
$('body').click(function(e) {
hideAll();
});
$('.client-logo').click(function(e) {
e.preventDefault();
e.stopPropagation();
hideAll();
$(this).parent().find('.desc').css('display', 'block');
});
</script>
</section>
<!--
<section class="project">
<div class="container">
<div class="intro">
<p>At Lemon Labs, we pride ourselves on getting bug fixes out quickly. Here's what github users say:</p>
</div>
<ul class="quotes">
<li>
<p>
I've never seen a faster fix!
<a href="https://github.com/snowplow/snowplow/issues/2893#issuecomment-255866231">
on GitHub
</a>
</p>
</li>
<li>
<p>
Wow that was fast. Thank you!!
<a href="https://github.com/NET-A-PORTER/scala-uri/issues/110#issuecomment-183383791">
on GitHub
</a>
</p>
</li>
<li>
<p>
Thanks so much for providing such a quick fix for this
<a href="https://github.com/NET-A-PORTER/scala-uri/issues/65#issuecomment-45886394">
on GitHub
</a>
</p>
</li>
<li>
<p>
Wow! That was super fast! Thank yo very much! It works now
<a href="https://github.com/NET-A-PORTER/scala-uri/issues/65#issuecomment-66463437">
on GitHub
</a>
</p>
</li>
<li>
<p>
Thanks for the quick turnaround
<a href="https://github.com/NET-A-PORTER/scala-uri/issues/15#issuecomment-16650686">
on GitHub
</a>
</p>
</li>
</ul>
</div>
</section>
-->