Welcome! This page is using CodeRay 1.1.2.

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

Page 287, 10 entries

asf 13 lines of JavaScript 312 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
var userObject = new Object();
userObject.lastLoginTime = new Date();
alert(userObject.lastLoginTime);

(OR)

var userObject = {}; // equivalent to new Object()
userObject[âœlastLoginTimeâ...
wefwef 7 lines of Ruby 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
wefwef 7 lines of CSS 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
wefwef 7 lines of diff 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
wefwef 7 lines of CSS 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
dasfasdf 109 lines of JSON 3.61 KB Show Edit Expand
1
2
3
4
5
6
// This is a decription of a serialized game ready to be imported
{
    // Game UUID
    'game_id': '0edf5b66-4948-1168-b05a-000393ae7dbe',
    'name': 'Spillet om Aksis',
    'introduction': ...
it can° 1 line of C by bla 4 Bytes Show Edit Expand
1
test
test 1 line of C by murphy 5 Bytes Show Edit Expand
1
toll!
bracket issue 1 line of Ruby by bovi 18 Bytes Show Edit Expand
1
block.(*arguments)
test 1 line of C by murphy 5 Bytes Show Edit Expand
1
toll!

Page 287, 10 entries