Welcome! This page is using CodeRay 1.1.2.

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

Page 122, 10 entries

json 11 lines of JavaScript by yq 196 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
{ 
  ret : 0,         
  msg : 'hahaha',    
  data : 
  {        
    description : 'hahahah',
    pic : '/iamges/haha/1.jpg',
    comment_count : 1,
    created_time : '2323123'
  } 
}
link_to 1 line of Ruby 59 Bytes Show Edit Expand
1
link_to "Click here", some_path, class: "btn", method: :put
test value 85 lines of Ruby 4.98 KB Show Edit Expand
1
2
3
4
5
6
@env=
  {"SERVER_SOFTWARE"=>"thin 1.5.1 codename Straight Razor",
   "SERVER_NAME"=>"127.0.0.1",
   "rack.input"=>#<StringIO:0xa4e19d4>,
   "rack.version"=>[1, 0],
   "rack.errors"=>#<IO:<STDE...
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");
}

Page 122, 10 entries