Welcome! This page is using CodeRay 1.1.2.

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

Page 113, 10 entries

Number Maping 7 lines of JavaScript by Drsko Senchitj 196 Bytes Show Edit Expand
1
2
3
4
5
6
7
function mapNumber(id1, id2){

        var firstDigit = Math.min(id1, id2);
        var secondDigit = Math.max(id1, id2);

        return (firstDigit*(25-firstDigit)>>1) + secondDigit - 1;
}
Ruby method 3 lines of Ruby by JM 34 Bytes Show Edit Expand
1
2
3
def say_hello
  puts "Hello"
end
sgg 14 lines of CSS 874 Bytes Show Edit Expand
1
2
3
4
FCM: NON-DROP FRAME
001  X041C001_111215.DPX V     C        04:05:07:15 04:05:49:07 01:00:00:00 01:00:41:17 
*FROM CLIP NAME:  632/VXX912-1 
002  X041C002_111208.DPX V     C        04:06:14:22 0...
fdf 4 lines of Ruby 40 Bytes Show Edit Expand
1
2
3
4
def ass
  puts "balls"
  up "ass"
end
JavaTest 16 lines of Java 263 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
class Date {
    int day;
    int month;
    int year;
}
class Author {
    String firstName;
    String lastName;
    Date birthday;
}
class Document {
    String title;
    java.util....
Test 31 lines of HTML by anonim 778 Bytes Show Edit Expand
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html lang="en">
<head>
        <meta charset="utf-8">
        <title>How to style code on your website</title>
        <link rel="stylesheet" href="reset.css" />
        <lin...
asd 1 line of JSON 79 Bytes Show Edit Expand
1
["approve_high", "failure_probability", "failure_hight", "failure_probability"]
test 9 lines of Plain text 232 Bytes Show Edit Expand
1
2
3
4
5
6
7
$ git diff --check
lib/simplegit.rb:5: trailing whitespace.
+
@git_dir = File.expand_path(git_dir)XX
lib/simplegit.rb:7: trailing whitespace.
+ XXXXXXXXXXX
lib/simplegit.rb:26: trailing white...
LOM_LOR.xml 231 lines of XML by tk 8.74 KB Show Edit Expand
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<lom xmlns="http://ltsc.ieee.org/xsd/LOM">
    <general>
        <title>
            <string language="el">Η θάλασσα στο έργο του Στράτη Μυριβήλη</string>...
xml 1 line of XML 1 Byte Show Edit Expand
1
d

Page 113, 10 entries