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

VB-Code with embedded SQL. As Python-like-highlight. How loo 52 lines of Python by gapsdv 1.83 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
VB-Code with embedded SQL. As Python-like-highlight. How looks it? ;-)

Option Compare Database
Option Explicit

Function RezeptDateisuchen()
'08.10.2002 vd Filesearch hat bug

Dim strPfad,...
VB-Code with embedded SQL. As Ruby-like-highlight. 52 lines of Ruby by gapsdv 1.83 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
VB-Code with embedded SQL. As Ruby-like-highlight. How looks it? ;-)

Option Compare Database
Option Explicit

Function RezeptDateisuchen()
'08.10.2002 vd Filesearch hat bug

Dim strPfad, s...
asdfsdf 19 lines of SQL 750 Bytes Show Edit Expand
1
2
3
4
5
6
7
select 
    i.invoice_pk,
    it.itemtype_pk,
    i.invoiceref_fk,
    case it.itemtype_pk
    when 1 then (select instruction_fk from item1details where item_pk=i.item_fk)
    when 2 then (select instru...
asdf 4 lines of JavaScript by asdf 34 Bytes Show Edit Expand
1
2
3
4
{
  fbAppId:'sdlkfj',
l:null
}
python test 1 line of JavaScript 8 Bytes Show Edit Expand
1
TEST = 1
test 10 lines of C by test 72 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>

int
main(void)
{

int num = 1;

return 0;
}
Haml 20 lines of HAML 1.76 KB Show Edit Expand
1
2
3
4
5
6
7
8
-# encoding: utf-8
%article#haml.slide
  %h1 Haml
  %h2 Core principles
  %ul
    %li
      %header Markup Should be Beautiful
      %p Markup should not be used merely as a tool to get brow...
var 1 line of JavaScript 12 Bytes Show Edit Expand
1
var a = true
ruby class 2 lines of Ruby 40 Bytes Show Edit Expand
1
2
puts “Hello world!
puts 'Hello world!'
1 4 lines of C++ by 1 29 Bytes Show Edit Expand
1
2
3
4
void foo (int *bar){


}

Page 153, 10 entries