Welcome! This page is using CodeRay 1.1.2.

We currently have 3063 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 175, 10 entries

d 12 lines of Ruby by d 371 Bytes Show Edit Expand
1
2
3
4
5
6
7
#!/usr/bin/env ruby

gateway= "mail.kreatio.in"
dest_ips= [["192.168.2.20", 18021],
           ["192.168.1.52", 18022],
           ["192.168.10.11", 18023],
           ["192.168.1.69", 18024]...
h 1 line of Groovy (beta) 145 Bytes Show Edit Expand
1
 [1m [36mCategory Load (0.3ms) [0m  [1mSELECT `categories`.* FROM `categories` WHERE `categories`.`permalink` = 'setup-configuration' LIMIT 1 [0m
h 1 line of Clojure 145 Bytes Show Edit Expand
1
 [1m [36mCategory Load (0.3ms) [0m  [1mSELECT `categories`.* FROM `categories` WHERE `categories`.`permalink` = 'setup-configuration' LIMIT 1 [0m
h 1 line of C 145 Bytes Show Edit Expand
1
 [1m [36mCategory Load (0.3ms) [0m  [1mSELECT `categories`.* FROM `categories` WHERE `categories`.`permalink` = 'setup-configuration' LIMIT 1 [0m
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]]
# final 10 minutes of data
subdf2 = subdf[ df.index > df.index[-1] - relativedelta(minutes=10) ]
# filter between two times
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

Page 175, 10 entries