Welcome!

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

zzz12 lines of SQL 387 BytesShowEditExpand
1
2
3
4
--Modif de la table [SpecialRights]: ajout dse roles TSAdjustmentRead et TSAdjustmentWrite
ALTER TABLE [Timesheet].dbo.[SpecialRights] 
ADD TSAdjustmentRead bit NOT NULL DEFAULT(0), 
TSAdjustmen...
ss1 line of SQL 16 BytesShowEditExpand
select * from ty
1231 line of Python by who20 BytesShowEditExpand
print "pythonpython"
JStest11 lines of JavaScript 153 BytesShowEditExpand
1
2
3
4
5
6
7
8
9
10
11
function addiere( a , b ) {
    return a+b;
}


if( addiere( 2 , 4 ) == 6 ) {
    document.write('Ja');
} else {
    document.write('Nein');
}
vv1 line of HTML 1.4 KBShowEditExpand
<meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>404 Not Found</title> <style><!-- body {font-family: arial,sans-serif} div.nav {margin-top: 1ex} div.nav A {font-size: 10pt...
html1 line of HTML 1.4 KBShowEditExpand
<html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>404 Not Found</title> <style><!-- body {font-family: arial,sans-serif} div.nav {margin-top: 1ex} div.nav A {fo...
new5 lines of HTML 405 BytesShowEditExpand
1
2
3
rake harsh:theme:list # lists available themes
rake harsh:theme:install[twilight] # installs the twilight theme into /public/stylesheets/harsh/
rake harsh:theme:install THEME=twilight # also inst...
sample5 lines of Ruby 405 BytesShowEditExpand
1
2
3
rake harsh:theme:list # lists available themes
rake harsh:theme:install[twilight] # installs the twilight theme into /public/stylesheets/harsh/
rake harsh:theme:install THEME=twilight # also inst...
Metadata1 line of HTML by J15 BytesShowEditExpand
<!DOCTYPE html>
sadas1 line of HTML 1.4 KBShowEditExpand
<html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>404 Not Found</title> <style><!-- body {font-family: arial,sans-serif} div.nav {margin-top: 1ex} div.nav A {fo...