Welcome! This page is using CodeRay 1.1.2.

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

Page 175, 10 entries

sql 6 lines of SQL by tester 146 Bytes Show Edit Expand
1
2
3
4
5
6
select aaa, bbb,
from my_table
where column1='fdfdfd' and column2 like 'dfsds%'
group by column3
having sum(column4) > 34
order by aaa desc
asd 1 line of Plain text by xc 584 Bytes Show Edit Expand
1
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.     at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\...
as 1 line of C by as 584 Bytes Show Edit Expand
1
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.     at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\...
C lang 44 lines of C 1.57 KB Show Edit Expand
1
2
3
4
5
6
7
8
9

  /********************
   *      prop_W      *
   ********************/

  for(int ip = 0; ip < 4; ++ip) { // propagator type

    // create source
    for(int i = 0; i < 2*3*4*XYZTnodeSi...
sdfsdf 1 line of Ruby 108 Bytes Show Edit Expand
1
 {"name"=>"Rafael Sagula", "action"=>"capture", "user_id"=>"1", "phone"=>"3320780", "controller"=>"catches"}
sms send 50 lines of PHP 2.11 KB Show Edit Expand
1
2
3
4
5
6
7
8
  protected function sms() {
    require_once dirname(__FILE__) . '/sms_functions.php';
    $shortCodes = array(
      '0'    => '90429',
      '0.5'  => '90432',
      '1'    => '90426',
      '1.5'  => '90427',
...
factory pattern 16 lines of Ruby 439 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
class Vehicle
  def initialize(options); @options = options; end
  def self.factory(options)
    options.delete("class").new(options)
  end
end
class Bicycle < Vehicle;
  def honk; "Ring Rin...
json 1 line of JSON 125 Bytes Show Edit Expand
1
{"result":{"status":1,"data":{"auth":{"sessionId":"ckl5s158biol4je4pn4k2gi3e6","userKey":"NTI5YmZjZTYzNWU,"}},"errors":null}}
test 338 lines of Groovy (beta) 39.6 KB Show Edit Expand
1
2
2012-03-22 14:09:34 (pid: 17849) Index: 5 -- till_date: 2011-01-17 16:34:04 +0000 -- remote id: -- 38919051253_101438786600909_30737saved
2012-03-22 14:09:32 (pid: 17849) Index: 4 -- till_date: 20...
testxml 10 lines of XML 189 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<config>

<MapFields>
    <Field name="may:docType">
        <value from="ERG" to="Eingangsrechnung" /> 
    </Field>
</MapFields>

</config>

Page 175, 10 entries