Welcome! This page is using CodeRay 1.1.2.

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

Page 121, 10 entries

Add & Minus Buttons 31 lines of CSS by Arnab Das 3.39 KB Show Edit Expand
1
2
3
4
5
.addBtn {
    display: block;
    width: 26px;
    height: 26px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTA...
hello.php 3 lines of PHP 32 Bytes Show Edit Expand
1
2
3
<?php
echo "Hello world";
?>
___ 1 line of diff 22 Bytes Show Edit Expand
1
root@cs:~$ iptables -F
Javascript 5 lines of JavaScript 129 Bytes Show Edit Expand
1
2
3
4
5
function foo(items, nada) {
    for (var i=0; i<items.length; i++) {
        alert(items[i] + "juhu\n");
    }  // Real Tab.
}
asdasdas 2 lines of PHP 18 Bytes Show Edit Expand
1
2
<?php
$a = 'asd';
sql 1 line of SQL 399 Bytes Show Edit Expand
1
SELECT "receipt_details".* FROM "receipt_details" WHERE "receipt_details"."receipt_id" IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?...
dhgc 4 lines of C++ by yihu 45 Bytes Show Edit Expand
1
2
3
4
int main()
{
    cout << fact("1000");
}
Project 34 lines of Ruby 1.83 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
class Project < ActiveRecord::Base
  include Redmine::SafeAttributes

  # Project statuses
  STATUS_ACTIVE     = 1
  STATUS_CLOSED     = 5
  STATUS_ARCHIVED   = 9

  # Maximum length for pr...
test 242 lines of Ruby 6.48 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
$window = MrubyJs.get_root_object
$document = $window.document
$container = $window.jQuery["#container"]

def jq(selector)
  MrubyJs.window.jQuery(selector)
end

$polja = Array.new
$semafor...
test 1 line of JSON by 13 129 Bytes Show Edit Expand
1
{"data":{"_csrf_token":"DacarfxmyLgqohn8FT5Wydgo3EpsdCg3mcW/blsH60I=","username":"santa.claus","user_id":405},"session_id":"nil"}

Page 121, 10 entries