Welcome! This page is using CodeRay 1.1.2.

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

Page 240, 10 entries

blabla 27 lines of SQL by test 1.03 KB Show Edit Expand
1
2
3
4
5
CREATE  TABLE IF NOT EXISTS `cdas`.`saved_search` (
  `search_id` BIGINT NOT NULL AUTO_INCREMENT ,
  `channel_id` BIGINT NOT NULL ,
  `product_id` BIGINT NOT NULL ,
  `search_term` VARCHAR(255)...
yi 1 line of Plain text 27 Bytes Show Edit Expand
1
This is a test. <html width
asd 1 line of C 21 Bytes Show Edit Expand
1
asdlkjdaldjkaslkdjasd
zxczxc 7 lines of Ruby 144 Bytes Show Edit Expand
1
2
3
4
5
6
7
 !## archivo.rb
        module Hola
            puts %{mundo}
        end

        !## view.erb
        <h1><%=link_to life, @earth%></h1>
zxczxc 7 lines of Ruby 144 Bytes Show Edit Expand
1
2
3
4
5
6
7
 !## archivo.rb
        module Hola
            puts %{mundo}
        end

        !## view.erb
        <h1><%=link_to life, @earth%></h1>
difftest 9 lines of Java 167 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
@@ -1,4 +1,5 @@
-This is line one.
+This is line 1.
This is line two.
This is line three.
+This is line 4.
for (int i =0 ; i< 10 ;i++){
System.out.print("");
}
objective-c 102 lines of C by me 2.51 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
#import "AppDelegate.h"

#import "MyListViewCell.h"

//test
#pragma mark Constants

#define LISTVIEW_CELL_IDENTIFIER    @"MyListViewCell"
#define NUM_EXAMPLE_ITEMS        10


@implementation ...
test of XML from spring batch 74 lines of XML by megatux 2.87 KB Show Edit Expand
1
2
3
4
5
    <job id="edsBatchJob" >
        
        <batch:step id="countLinesStep">
            <batch:tasklet ref="fileLineCounterTasklet" />
            <batch:next on="FAILED" to="mailErrorCounter...
hehname 5 lines of HTML 270 Bytes Show Edit Expand
1
2
3
4
<ul class="nav"> 
<li id="m-laptop"><a href="/kategoria/laptop"><span>Laptop</span></a></li> 
<li id="m-desktop"><a href="/kategoria/desktop"><span>Desktop</span></a></li> 
<li id="m-procesory">...
test 2 lines of SQL 122 Bytes Show Edit Expand
1
2
# Test
DELETE FROM `toto` WHERE id IN(5588,5593,5595,5596,5599,5600,5607,5610,5611,5612,5613,5621,5624,5627,5631,5632);

Page 240, 10 entries