Welcome! This page is using CodeRay 1.1.2.

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

Page 180, 10 entries

lol 47 lines of C by Yo 604 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>

int main(int argc,char * argv[])
{
const int indexes[3][2]={{0,6},{7,11},{11,16}};
int temp[16][12];
int sum[3][12];
int i,j,z;


///testovaci data///////////////
for...
SQList 1 line of SQL by SQList 145 Bytes Show Edit Expand
1
SELECT p.name, p.phoneNumber, p.emailAddress, a.address1, a.address2, a.city from PERSON p, ADDRESS a WHERE a.p_id = p.id AND p.name like 'john%'
me voy test 10 lines of Python by me voy 392 Bytes Show Edit Expand
1
2
3
4
5
    @staticmethod
    def chmod_path(fpath, recurs=False, perm=0755):
        """
        Change file/folder path permissions
        \param fpath (string) is the absolute path to a folder/file...
MD5 17 lines of Delphi by Michael Jackson 352 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
function MD5(const fileName : string) : string;
var
  idmd5 : TIdHashMessageDigest5;
  fs : TFileStream;
begin
  idmd5 := TIdHashMessageDigest5.Create;
  try
    fs := TFileStream.Create(fil...
ia 4 lines of C++ 47 Bytes Show Edit Expand
1
2
3
4
#ifndef ABC_ABC
#define ABC_ABC
//...
#endif
fsdfdsf 3 lines of C++ by vvxcvx 18 Bytes Show Edit Expand
1
2
3
void 
int
object
erb template 52 lines of ERb by Włodek Bzyl 1.58 KB Show Edit Expand
1
2
3
4
5
<% module_namespacing do -%>
class <%= controller_class_name %>Controller < ApplicationController
  # GET <%= route_url %>
  def index
    @<%= plural_table_name %> = <%= orm_class.all(class_na...
xml test 4 lines of XML by blade 111 Bytes Show Edit Expand
1
2
3
4
<request>
  <requesting_site>demo</requesting_site>
  <requesting_user>fb_Blade</requesting_user>
</request>
testing 1 line of Java by o'o' 47 Bytes Show Edit Expand
1
link: 'The URL of the link going to be shared.'
hello 1 line of Plain text by aa 7 Bytes Show Edit Expand
1
$ hello

Page 180, 10 entries