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.
і |
68 lines
of
Delphi
|
1.66 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
uses
...
jpeg;
type
...
procedure ReadImgFromDB();
procedure LoadImgToDB();
procedure TForm1.ReadImgFromDB();
var
... |
|
і |
56 lines
of
Delphi
|
945 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 |
uses
...
jpeg;
type
...
procedure ReadImgFromDB();
procedure LoadImgToDB();
procedure TForm1.ReadImgFromDB();
var
jpg:TJPEGImage;
Blob:TMemoryStream;
begin
... |
|
test |
8 lines
of
C
by
asdf
|
249 Bytes |
Show |
Edit |
Expand |
|
sa |
52 lines
of
JSON
|
1.25 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
{
feature":"fresh",
"filters":{},
"current_page":2,
"total_pages":4,
"total_items":17,
"blog_posts": [
{
id":28,
"title":"I Took Some Photos",
"user": {
... |
|
HTML |
13 lines
of
ERb
|
817 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div id="sql_injection">
<h1>SQL Injection</h1>
<div class="image right">
<%= image_tag asset_path('etc/sql_injection.jpg'), width: 450, height: 313 %>
<p class="hint right">Super... |
|
HAML try |
9 lines
of
HAML
by
asd
|
152 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
.alert.alert-info
%h3 This is title
%p
%b Note:
This is a short note about title
%br
%h4 Some kind of usefull information
.gdamn
|
|
test |
20 lines
of
CSS
by
max
|
707 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
a { color: #b14745; text-decoration: none; }
a:hover { color: #7a3130; }
a:active { color: #8c3837; }
a:hover { text-decoration: underline; }
a, a:hover { -moz-transition-property: color; -we... |
|
JSON |
40 lines
of
JSON
|
884 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{"coordinates": null,
"created_at": "Fri Jun 24 17:43:26 +0000 2011",
"truncated": false,
"favorited": false,
"id_str": "84315710834212866",
"entities": {
"urls": [
],
... |
|
long |
11 lines
of
Ruby
|
734 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
require 'tempfile'
file = Tempfile.new('foo')
file.path
|
|
toto |
10 lines
of
C
|
284 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
#define kBgQueue dispatch_get_global_queue(
DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)
#define kLatestKivaLoansURL [NSURL URLWithString:
@"http://api.kivaws.org/v1/loans/search.json?status=fundr... |
|