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 246, 10 entries

vv 1 line of HTML 1.37 KB Show Edit Expand
1
<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...
html 3 lines of HTML by prem 72 Bytes Show Edit Expand
1
2
3
<html>
   <body>this is something which i am trying out</body>
</html>
new 5 lines of HTML 405 Bytes Show Edit Expand
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...
sample 5 lines of Ruby 405 Bytes Show Edit Expand
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...
Metadata 1 line of HTML by J 15 Bytes Show Edit Expand
1
<!DOCTYPE html>
sadas 1 line of HTML 1.39 KB Show Edit Expand
1
<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...
New 1 line of HTML 292 Bytes Show Edit Expand
1
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE>301 Moved</TITLE></HEAD><BODY> <H1>301 Moved</H1> The document has moved <A HREF="http://www.google.com/?client...
Pascal with braces 16 lines of Delphi by solo12zw74 390 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
function MathRound(input : double; deg: byte) : extended;
var
mult: extended;
prelastdigit : byte;
tTmp, tmpResult : Int64;
begin
  tTmp := Trunc(input * Power(10,deg+1));

  prelastdigit :...
C/C++ 9 lines of C++ 107 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
#include <iostream>

using namespace std;

int main()
{
cout << "Hello World!" << endl;
return 0;
}
Python GetOpt 27 lines of Python by Naresh Khalasi 843 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
import sys

def get_option_values(opts):
    optvals = {}
    for optname, optvalue in opts:
        if optname == '-u' and optvalue:
            optvals['username'] = optvalue
        elif ...

Page 246, 10 entries