Welcome! This page is using CodeRay 1.1.2.

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

Page 244, 10 entries

SQL 1 line of SQL 64 Bytes Show Edit Expand
1
ALTER TABLE ТаблиÑа1 ALTER estilo TYPE character varying;
adf 5 lines of JavaScript 170 Bytes Show Edit Expand
1
2
3
4
5
  setup_comment_form: function(){
    if ($("#new_comment").length == 0) return;
    var ncf = $("#new_comment");
    ncf.attr("action", ncf.attr("real_action"));
  }
test 12 lines of C++ 881 Bytes Show Edit Expand
1
2
3
4
  -(void) serviceServerResponse:(NSString*) jsonResponse
  {
    GeoCodingJsonParser* jsonParser = [[[GeoCodingJsonParser alloc] init] autorelease];
    NSArray* objects = [jsonParser fillLocati...
test ruy 25 lines of Ruby by pr 796 Bytes Show Edit Expand
1
2
3
4
5
6
#!/usr/bin/env ruby
# wxRuby2 Sample Code. Copyright (c) 2004-2008 wxRuby development team
# Freely reusable code: see SAMPLES-LICENSE.TXT for details
begin
  require 'rubygems' 
rescue LoadEr...
Zend_Date test 23 lines of PHP by j 942 Bytes Show Edit Expand
1
2
3
4
5
6
/**
     * Sets a new precision for fractional seconds
     *
     * @param  integer $precision Precision for the fractional datepart 3 = milliseconds
     * @throws Zend_Date_Exception
     *...
Testing JS 1 line of JavaScript by KRISS 116 Bytes Show Edit Expand
1
$(âœ#datepicker-thâ).datepicker({ dateFormat: â˜dd/mm/yyâ, yearOffset: 543, defaultDate: â˜17/05/2553â }); 
Returns tfr_codes 17 lines of Ruby by BabyBird 714 Bytes Show Edit Expand
1
2
3
4
5
        # Returns tfr_codes
        #       for each node that listing has
        #               for each poly
        #                       if poly belongs to tfr_codes
        #          ...
test 7 lines of SQL by Noob 397 Bytes Show Edit Expand
1
2
3
SELECT ad.key_id,nume_id01,nume_id02,docu_tipo,docu_path, ad.inse_data, v.master, v.codi_veic_id, v.targa, p.key_pratica, p.inse_data
from Archiviazione_Documentale ad
inner join veicolo v on ad....
aaa 1 line of HTML 21 Bytes Show Edit Expand
1
<strong>Test</strong>
test 4 lines of JavaScript 176 Bytes Show Edit Expand
1
2
3
4
[{"squadra-ospite"=>"UDINESE", :type=>"gio", 


:date=>"2010-11-20", :status=>"ended", :time=>"00:00:00-00:00", :name=>"13^ Giornata", "squadra-casa"=>"ROMA", :id=>"32495"}]

Page 244, 10 entries