Welcome! This page is using CodeRay 1.1.2.

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

Page 257, 10 entries

C# Class 14 lines of Java 566 Bytes Show Edit Expand
1
2
3
4
    public static class StringUtil
    {
        private static readonly Regex HtmlTag = new Regex("</?.+?>", RegexOptions.Compiled);
        public static string StripHtml(this string inputStri...
test 1 line of Plain text 104 Bytes Show Edit Expand
1
This installation of RMagick was configured with ImageMagick 6.5.4 but ImageMagick 6.5.8-10 is in use.
French ordinals 6 lines of Ruby by murphy 119 Bytes Show Edit Expand
1
2
3
4
5
6
# lib/locales/fr.rb
{
  :fr => {
    :ordinal => proc { |number| "#{number}#{number == 1 ? 'er/re' : 'e'}" }
  }
}
123 6 lines of SQL 346 Bytes Show Edit Expand
1
2
3
4
select A.column_name å­æ®µå,A.data_type æ°æ®ç±»åž,A.data_length é¿, 
A.data_precision æ´æ°ä½, A.Data_Scale 小æ°ä½, 
A.nullable åè®¸ç©ºå¼,A.Data_default 缺省å¼, 
B.comments å¤...
Python 10 lines of Python by Honza 201 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
import datetime

class SomeClass:

    def __init__(self, param):
        self.parameters = param
        self.now = datetime.datetime.utcnow()

    def getAuthor(self):
        return 'Ho...
stupid gay test name 8 lines of HTML 425 Bytes Show Edit Expand
1
2
3
4
<html xmlns:v="urn:schemas-microsoft-com:vml" 
2       xmlns:o="urn:schemas-microsoft-com:office:office" 
3       xmlns:x="urn:schemas-microsoft-com:office:excel" 
4       xmlns="http://www.w3.o...
usbmisc.c 141 lines of C by gregkh 3.7 KB Show Edit Expand
1
2
3
4
5
6
/*****************************************************************************/
/*
 *      usbmisc.c  --  Misc USB routines
 *
 *      Copyright (C) 2003  Aurelien Jarno (aurelien@aurel32.net)
...
sql 13 lines of SQL 770 Bytes Show Edit Expand
1
2
3
4
5
6
CREATE TABLE `accountActivity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `activityTypeId` int(11) NOT NULL,
  `description` varchar(255) NOT NULL,
  `username` varchar(100) NOT NULL,
  `e...
test 2 lines of Ruby by bla 12 Bytes Show Edit Expand
1
2
def bla
end
PLSQL 5 lines of SQL 57 Bytes Show Edit Expand
1
2
3
4
5
DECLARE
  sr VARCHAR2(300);
BEGIN
  sr := 'Cad';
END;

Page 257, 10 entries