Welcome! This page is using CodeRay 1.1.2.

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

Page 202, 10 entries

1234 1 line of JSON 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);
1234 1 line of HTML 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);
123 1 line of C 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);
Test 8 lines of PHP by Diablo 124 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
if(isset($lang->settings['charset']))
{
    $charset = $lang->settings['charset'];
}
else
{
    $charset = 'UTF-8';
}
Test 8 lines of PHP by Diablo 116 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
if(isset($lang->settings['charset']))
{
$charset = $lang->settings['charset'];
}
else
{
$charset = 'UTF-8';
}
Test SQL 2 lines of SQL by fdsf 26 Bytes Show Edit Expand
1
2
SELECT * FROM
WHERE 1 = 1
gedit Ruby syntax file 5 lines of Ruby by murphy < J-_-L 62 Bytes Show Edit Expand
1
2
3
4
5
%w[string array] <<here

variable = <<here
this one
here
trying out nested strings 20 lines of Ruby by somebody 619 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
begin
  require "rubygems"
  require "bundler"
rescue LoadError
  raise "Could not load the bundler gem. Install it with `gem install bundler`."
end

if Gem::Version.new(Bundler::VERSION) <=...
test 1 line of Ruby 25 Bytes Show Edit Expand
1
messages = u'Тело письма'
JSON Export 519 lines of JSON by mbergman 13.1 KB Show Edit Expand
1
2
3
4
5
6
7
{
  "prefixes": 
    {
      "owl": "http://www.w3.org/2002/07/owl#",
      "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
      "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
      ...

Page 202, 10 entries