Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
jsonxxx |
1 line
of
JSON
by
xxxx
|
218 Bytes |
Show |
Edit |
Expand |
1 |
{"confirmation_sent_at":"2014-10-13T22:08:14+00:00","confirmed_at":"2014-10-13T22:08:29+00:00","created_at":"2014-10-13T22:08:15+00:00","current_sign_in_at":"2014-12-24T06:16:28+00:00","current_sig... |
|
jsonxxx |
1 line
of
JSON
|
227 Bytes |
Show |
Edit |
Expand |
1 |
{"confirmation_sent_at"=>"2014-10-13T22:08:14+00:00", "confirmed_at"=>"2014-10-13T22:08:29+00:00", "created_at"=>"2014-10-13T22:08:15+00:00", "current_sign_in_at"=>"2014-12-24T06:16:28+00:00", "cur... |
|
test config |
112 lines
of
YAML
|
3.36 KB |
Show |
Edit |
Expand |
|
result |
2 lines
of
XML
|
18 Bytes |
Show |
Edit |
Expand |
|
Testing |
70 lines
of
Delphi
|
2.89 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
Imports nsoftware.IPWorks
Imports Newtonsoft.Json
Module MainModule
Private ReadOnly Usage As String = "Copyright (C) 2012-2013 AnyCo Studios - All Rights Reserved" + vbCrLf +
vbCrL... |
|
Anothertest |
28 lines
of
Delphi
|
662 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
#Region "Timer Code"
Private Sub ClockTimer_Tick(Sender As Object, E As EventArgs) Handles ClockTimer.Tick
ClockLabel.Text = Now.ToString
StatusBar.Refresh()
End S... |
|
Testing |
28 lines
of
C
|
662 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
#Region "Timer Code"
Private Sub ClockTimer_Tick(Sender As Object, E As EventArgs) Handles ClockTimer.Tick
ClockLabel.Text = Now.ToString
StatusBar.Refresh()
End S... |
|
teste |
9 lines
of
Java
by
Benevides
|
414 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
Tomcat tomcat = new Tomcat();
tomcat.setPort(port);
File base = new File("...");
Context ctx = tomcat.addContext("/",base.getAbsolutePath());
StandardContext standardContext = (StandardContext)... |
|
JSON 1 |
1 line
of
JSON
|
72 Bytes |
Show |
Edit |
Expand |
1 |
{ "SrcAddress": 'test1@example.com', 'DstAddress': 'test2@example.com' } |
|
Test |
4 lines
of
Ruby
by
me
|
78 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
ls -al
/etc/init.d/apache2 restart
service apache2 restart |
|