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.

Page 201, 10 entries

CodeRay diff 200 lines of diff by murphy 6.08 KB Show Edit Expand
1
2
3
4
5
6
7
8
diff --git a/etc/CodeRay.tmproj b/etc/CodeRay.tmproj
index 1886802..285255b 100644
--- a/etc/CodeRay.tmproj
+++ b/etc/CodeRay.tmproj
@@ -5,6 +5,8 @@
   <key>documents</key>
   <array>
     <dict...
1234 1 line of Ruby 35 Bytes Show Edit Expand
1
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/
1234 2 lines of Python by test 32 Bytes Show Edit Expand
1
2
print "Hello World"
raw_input()
1234 1 line of PHP 35 Bytes Show Edit Expand
1
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/
1234 1 line of JavaScript 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);
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';
}

Page 201, 10 entries