Welcome! This page is using CodeRay 1.1.2.

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

Page 124, 10 entries

caca 1 line of PHP 33 Bytes Show Edit Expand
1
$pdf->SetAutoPageBreak(false, 1);
asdf 24 lines of diff by asdf 894 Bytes Show Edit Expand
1
2
3
4
5
6
diff --git a/models/cdr_record.rb b/models/cdr_record.rb
index 79ccdbc..0762baa 100644
--- a/models/cdr_record.rb
+++ b/models/cdr_record.rb
@@ -1,7 +1,7 @@
 BASE_DIR = "#{File.expand_path(Fil...
Randall 5 lines of PHP by Me 45 Bytes Show Edit Expand
1
2
3
4
5
<?php 

echo "where are your manners;

?>
User.rb 8 lines of Ruby by Farts God 263 Bytes Show Edit Expand
1
2
3
4
5
class User < ActiveRecord::Base
  # @param [#favorited_by?] object
  # @return [Boolean] True if the user currently has the object favorited
  def favorited? object
    return unless object.res...
test 11 lines of C by kurt 119 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
@func blub bla (trallala) {
}

@func blub blaa (trallala) {
}

enum bla {
};

@func blub blaaa (trallala) {
}
ldap 6 lines of XML by Groink 172 Bytes Show Edit Expand
1
2
3
4
5
6
# Groupe responsable
dn: cn=resp,ou=groups,dc=preludedemo,dc=org
cn: resp
member: uid=resp,ou=people,dc=preludedemo,dc=org
objectclass: groupOfNames
objectclass: top
1 34 lines of XML by 1 1.5 KB Show Edit Expand
1
2
3
4
5
<?xml version="1.0"?>
<data>
    <portal_light>
        <output_flickers_on_ms></output_flickers_on_ms>   Periode de clignotement
        <light_on_sec></light_on_sec>                     Temps...
shell script 2 lines of Plain text 31 Bytes Show Edit Expand
1
2
useradd vagrant
passwd vagrant
cursor 28 lines of SQL by Daniel 503 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
declare
  noM number;
    noS number;
    V_count integer := 1;    
    cursor cur is
      select ts.NOMOR_MAHASISWA,
               sek.NOMOR
       from siska.TEMP_SEKOLAH ts
      join siska.S...
dsfds 3 lines of Ruby 47 Bytes Show Edit Expand
1
2
3
def blib
  @thing = flab ? bilbo : chilli
end

Page 124, 10 entries