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 103, 10 entries

hello work 1 line of Ruby 19 Bytes Show Edit Expand
1
puts 'hello, work!'
TEST 1 line of Java 140 Bytes Show Edit Expand
1
cloudinary.url().signed(true).transformation(new Transformation().crop("imagga_scale").width(150).height(200)).imageTag("family_bench.jpg");
sql 1 line of SQL 46 Bytes Show Edit Expand
1
select name, age from table order by birthdate
Javascript Test 3 lines of JavaScript 110 Bytes Show Edit Expand
1
2
3
SPICEWORKS.app.helpdesk.ready(function () {
  // do something to decorate the helpdesk after it's loaded
});
Java 9 lines of Java by Noone 202 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
private BiometricDevice device;
  private String deviceVersion;
  private String type;
  private boolean visible;
  private String logoUrl;

  public BiometricDevice getDevice() {
    return device...
XML 6 lines of XML by Noone 249 Bytes Show Edit Expand
1
2
3
4
5
<identity:personalData>
  <identity:firstname>Juan</identity:firstname>
  <identity:middlename>Tomas</identity:middlename>
  <identity:lastname1>Blanco</identity:lastname1>
  <identity:lastname2>Pr...
Complex Ruby string interpolation 9 lines of Ruby 157 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
a.collect {|x| x + "!#{x}" } + ["#{1}"]

x = "abc x#{a.collect {|x| x + "!#{x}" } + ["#{1}"]}x cba"

puts "HELLO WORLD"

def method
   puts "HEO"
end
rger 2 lines of Plain text 36 Bytes Show Edit Expand
1
2
/workspace/PROJECT/
/workspace/lib/
urxvt config 22 lines of Plain text by Quintus 852 Bytes Show Edit Expand
1
2
3
4
5
6
7
URxvt.iso14755: false
URxvt.background: black
URxvt.foreground: white
URxvt.cursorColor: red
URxvt.font: xft:Inconsolata:pixelsize=18, \
            xft:DejaVu Sans Mono:pixelsize=14
URxvt.cu...
Test 9 lines of C++ 1013 Bytes Show Edit Expand
1
2
3
virtual  int send_event_async(int eventNo) { return this->send_event_async(NULL, NULL, eventNo); }
  virtual  int send_event_async(const char *endpoint, const char *soap_action, int eventNo);
  /// W...

Page 103, 10 entries