Welcome!

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

test11 lines of HTML 803 BytesShowEditExpand
1
2
3
4
5
        <div id="jq-primaryNavigation">
          <ul>

<li class="jq-jquery jq-current"><a href="http://jquery.com/" title="jQuery Home">jQuery</a></li>
<li class="jq-plugins"><a href="http://plugins.j...
test2 lines of Java by tester43 BytesShowEditExpand
1
2
public static void main(String[] args) {
}
f1 line of PHP 40 BytesShowEditExpand
define('_REGIONS_',_DIR.'/regions.xml');
domr title2 lines of Groovy (beta) by eeer13 BytesShowEditExpand
1
2
dffdf
fddfdf
test sql9 lines of Python 238 BytesShowEditExpand
1
2
3
4
5
6
7
8
9
update ps_tl_payable_time
set payable_status='PD',
payroll_req_num=1,
lbr_dist_amt=est_gross,
diluted_gross=est_gross,
currency_cd2='CAD',
pay_system='NA',
frozen_sw='Y'
where   /* attach w...
pygtk7 lines of Python by jgm363 BytesShowEditExpand
1
2
3
4
5
    def __init__(self):
        self.filew = gtk.FileSelection("Escoja: ")
        self.filew.connect("destroy", self.destroy)
        self.filew.ok_button.connect("clicked", self.file_ok_sel)
...
attachment_fu42 lines of Ruby by x1.2 KBShowEditExpand
1
2
3
4
module Technoweenie # :nodoc:
  module AttachmentFu # :nodoc:
    @@default_processors = %w(ImageScience Rmagick MiniMagick Gd2 CoreImage)
    @@tempfile_path      = File.join(RAILS_ROOT, 'tmp',...
XML5 lines of XML by Jmaes142 BytesShowEditExpand
1
2
3
4
5
<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>
  <soapenv:Body>
  XXXX
  </soapenv:Body>
</soapenv:Envelope>
apache config326 lines of Plain text 15.7 KBShowEditExpand
1
2
3
<VirtualHost 10.240.234.46:80>                                    
        ServerName balanceo_vh_bojaelectronico                    
        DocumentRoot "/opt/bojaelectronico/httpd"            ...
撒旦法4 lines of Ruby 129 BytesShowEditExpand
1
2
3
4
def list
    @journals = Journal.paginate :page => params[:page] || 1, :per_page => 10
    Journal.rebuild_solr_index(100)
end