Welcome! This page is using CodeRay 1.0.9.
We currently have 1774 rays
in the database.
You can add a New Ray or browse the posted rays by pages.
| f |
1 line of PHP
|
40 Bytes |
Show |
Edit |
Expand |
|
define('_REGIONS_',_DIR.'/regions.xml'); |
|
| domr title |
2 lines of Groovy (beta)
by eeer
|
13 Bytes |
Show |
Edit |
Expand |
|
|
| test sql |
9 lines of Python
|
238 Bytes |
Show |
Edit |
Expand |
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... |
|
| pygtk |
7 lines of Python
by jgm
|
363 Bytes |
Show |
Edit |
Expand |
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_fu |
42 lines of Ruby
by x
|
1.16 KB |
Show |
Edit |
Expand |
1
2
3
4
|
module Technoweenie
module AttachmentFu
@@default_processors = %w(ImageScience Rmagick MiniMagick Gd2 CoreImage)
@@tempfile_path = File.join(RAILS_ROOT, 'tmp',... |
|
| XML |
5 lines of XML
by Jmaes
|
142 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
|
<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>
<soapenv:Body>
XXXX
</soapenv:Body>
</soapenv:Envelope> |
|
| apache config |
326 lines of Plain text
|
15.7 KB |
Show |
Edit |
Expand |
1
2
3
|
<VirtualHost 10.240.234.46:80>
ServerName balanceo_vh_bojaelectronico
DocumentRoot "/opt/bojaelectronico/httpd" ... |
|
| 撒旦法 |
4 lines of Ruby
|
129 Bytes |
Show |
Edit |
Expand |
1
2
3
4
|
def list
@journals = Journal.paginate :page => params[:page] || 1, :per_page => 10
Journal.rebuild_solr_index(100)
end |
|
| 撒旦法 |
1 line of C
|
12 Bytes |
Show |
Edit |
Expand |
|
|
| test |
33 lines of PHP
by test
|
1.02 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
|
Try
Message "Starting eID module...", CurrentMethodName, False, System.LogLevelInformation, True
'Dim numReaders As Integer = drEID.GetReaderCount()
'
'If numReade... |
|