Welcome! This page is using CodeRay 1.1.2.

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

Page 129, 10 entries

Ruby 1 line of Ruby by SB&T 18 Bytes Show Edit Expand
1
puts 'Hello world'
test 13 lines of CSS 288 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
pre {
    counter-reset: line-numbering;
    border: solid 1px #d9d9d9;
    border-radius: 0;
    background: #fff;
    padding: 0;
    line-height: 23px;
    margin-bottom: 30px;
    white...
test 23 lines of diff 636 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
diff --git a/Gemfile b/Gemfile
index d204f5c..4564cd9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,15 +7,16 @@ gem 'rails', '3.2.13'
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
 
...
test 2 lines of PHP by test 21 Bytes Show Edit Expand
1
2
foo();
$bar = 'baz';
json 45 lines of diff 919 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{
  "form": "6RDGcJ",
  "entry": {
    "serial_number": 123,
    "total_price": 123,
    "field_1": 123,
    "field_2": "这是一行文字",
    "field_3": "这是一段文字",
    "field_4": "选项1",
    "field_...
Python - Check package versions 20 lines of Python 699 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
#!/usr/bin/env python

import xmlrpclib
import pip

pypi = xmlrpclib.ServerProxy('http://pypi.python.org/pypi')
for dist in pip.get_installed_distributions():
    available = pypi.package_re...
txt 24 lines of Plain text 606 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>

    #RewriteLogLevel 0

    DirectoryIndex index.php index.html

    <Directory "/d/web">
        Allowoverride All
    </Directory>

    #----------------------------...
test 4 lines of Java by Benevides 495 Bytes Show Edit Expand
1
2
3
4
public class TicketCategory { /* Declaration of fields */ /** *
* The description of the of ticket category. *

* */ private String description; /* Boilerplate getters and setters */ public Stri...
sql 1 line of SQL 46 Bytes Show Edit Expand
1
SELECT ID FROM PERSONNE WHERE SN LIKE 'test%';
cdata 22 lines of HTML 416 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
From <a href="https://en.wikipedia.org/wiki/CDATA">Wikipedia</a>:

…as in this JavaScript example:

<script type="text/javascript">
//<![CDATA[
document.write("<");
//]]>
</script>

or th...

Page 129, 10 entries