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

HTML 13 lines of ERb 817 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="sql_injection">
  <h1>SQL Injection</h1>

  <div class="image right">
    <%= image_tag asset_path('etc/sql_injection.jpg'), width: 450, height: 313 %>
    <p class="hint right">Super...
HAML try 9 lines of HAML by asd 152 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
.alert.alert-info
  %h3 This is title
  %p
    %b Note: 
    This is a short note about title
%br
%h4 Some kind of usefull information
.gdamn

test 20 lines of CSS by max 707 Bytes Show Edit Expand
1
2
3
4
5
6
a { color: #b14745; text-decoration: none; }
a:hover { color: #7a3130; }
a:active { color: #8c3837; }
a:hover { text-decoration: underline; }

a, a:hover { -moz-transition-property: color; -we...
JSON 40 lines of JSON 884 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{"coordinates": null,
  "created_at": "Fri Jun 24 17:43:26 +0000 2011",
  "truncated": false,
  "favorited": false,
  "id_str": "84315710834212866",
  "entities": {
    "urls": [
 
    ],
...
long 11 lines of Ruby 734 Bytes Show Edit Expand
1
2
3
4
5
6
  require 'tempfile'
  
  file = Tempfile.new('foo')
  file.path      # => A unique filename in the OS's temp directory,
                 #    e.g.: "/tmp/foo.24722.0"
                 #    This fil...
toto 10 lines of C 284 Bytes Show Edit Expand
1
2
3
4
#define kBgQueue dispatch_get_global_queue(
 DISPATCH_QUEUE_PRIORITY_DEFAULT, 0) //1
#define kLatestKivaLoansURL [NSURL URLWithString: 
 @"http://api.kivaws.org/v1/loans/search.json?status=fundr...
Prueba 22 lines of SQL 1.5 KB Show Edit Expand
1
2
create index IDX_GCBILL_DH_CTG_RELATED_01 ON GCBILL_DH_CTG_RELATED(COD_RELATION, CTG_SOURCE, CTG_RELATED, DH_SOURCE, DH_RELATED);
create index IDX_GCBILL_DH_CTG_RELATED_02 ON GCBILL_DH_CTG_RELATED...
cesarcode 1 line of SQL 44 Bytes Show Edit Expand
1
select count(*) from gcgt_mr_consumption_atr
Hello World - Pascal 5 lines of Delphi 61 Bytes Show Edit Expand
1
2
3
4
5
program HelloWorld;

begin
  writeln('Hello World');
end.
Hello World 9 lines of Java 267 Bytes Show Edit Expand
1
2
3
4
5
6
7
/**
 * The HelloWorldApp class implements an application that
 * simply prints "Hello World!" to standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
      ...

Page 171, 10 entries