Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Shell script test |
1 line
of
Ruby
by
Sven
|
113 Bytes |
Show |
Edit |
Expand |
1 |
curl --location '<FHIR server>/Patient?identifier=<identifier system of patient>%7C<identifier value of patient>' |
|
pandas |
5 lines
of
Python
by
russ
|
257 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
subdf = df[[n_atoms, n_atoms_fluoro, load_rate]]
subdf2 = subdf[ df.index > df.index[-1] - relativedelta(minutes=10) ]
subdf2 = subdf.ix[ t... |
|
roshambo |
5 lines
of
Java
|
35 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
package a;
public class A {
} |
|
codezz |
1 line
of
HTML
|
1.55 KB |
Show |
Edit |
Expand |
1 |
<div class="verse"> <p><span class="chord">E</span>Vales, montanhas, pla<span class="chord">D</span>nicies louvai,</p> <p><span class="chord">E</span>Luas, estrelas, pla<span class="chord">D</span>... |
|
Javascript |
1 line
of
HTML
|
59 Bytes |
Show |
Edit |
Expand |
1 |
<script src="http://www.lsrb.ch/widget/scores.js"></script> |
|
some ruby |
9 lines
of
Ruby
|
81 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
module Foo
class Bar
def baz?
!! baz
end
end
end |
|
curl |
2 lines
of
Python
|
60 Bytes |
Show |
Edit |
Expand |
1
2 |
$ curl http://www.something.com/ \
-u asdfaksd=asdfasdf \ |
|
test |
4 lines
of
C
|
69 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
</rss> |
|
first |
5 lines
of
XML
by
gem
|
53 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<asdf>
<sf>
asdfasdfasdf
</sf>
</asdf>
|
|
gffgfg |
5 lines
of
C
|
50 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<pre>
<code>
printf("hello");
</code>
</pre> |
|