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

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){


}
Test 4 lines of Ruby by Test 32 Bytes Show Edit Expand
1
2
3
4
class Test
 def test
 end
end
eheh 3 lines of Python 124 Bytes Show Edit Expand
1
2
3
  import sys
  sys.path.insert(0, '<uygulamanın bulunduğu mutlak konum>')
  from propstour_gis import app as application

Page 154, 10 entries