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.
sad |
6 lines
of
HTML
|
199 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<html>
<head>bla</head>
<body>
<p>testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest</p>
</body>
</html> |
|
vb |
176 lines
of
diff
|
6.76 KB |
Show |
Edit |
Expand |
1
2
3
4 |
Private Sub ButtonStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonStart.Click
Dim stTime As DateTime ' время начала работы ... |
|
sql1 |
1 line
of
SQL
|
222 Bytes |
Show |
Edit |
Expand |
1 |
select dc.msisdn, COUNT(dc.was_successful) from delivery_confirmation dc, campaign c where c.id = dc.campaign_id AND dc.campaign_id = 153 group by dc.msisdn having COUNT(dc.was_successful) = max(c.... |
|
test |
7 lines
of
JSON
|
97 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{
headers: {
'content-length': 123
},
name: 'Chuck',
test: null
}
|
|
test |
3 lines
of
diff
by
AliOsm
|
58 Bytes |
Show |
Edit |
Expand |
|
TEST |
3 lines
of
Ruby
by
test
|
27 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def main
puts "Hi!"
end |
|
yaya |
3 lines
of
HTML
|
153 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<html lang="ru"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"></head><body><script>
var a=2;
</script></body></html> |
|
asdf |
7 lines
of
Delphi
by
Pharcosyle
|
201 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<script src="target/bidder.js"></script>
<script>
var config = ;
ad_bridg.start(657474868, config);
</scrip... |
|
qweqweqwe |
13 lines
of
Groovy (beta)
by
erwerer
|
465 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
sections.section {
h2 'Pretty Groovy Code for reveal.js'
p "The following script contains the code for this page. 'example.groovy' is a Groovy script."
pre {
code(class:'jav... |
|
test |
1 line
of
SQL
|
445 Bytes |
Show |
Edit |
Expand |
1 |
SELECT `products`.`name` AS `product_name`, SUM(`account_intels`.`connected_host_count`) AS `connected_host_count` FROM `account_intels` INNER JOIN `accounts` ON (`accounts`.`id` = `account_intels`... |
|