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 236, 10 entries

test java 1 line of Java 41 Bytes Show Edit Expand
1
trad.getNombre().contains("Working Copy")
XML Test 4 lines of XML by TYK 111 Bytes Show Edit Expand
1
2
3
4
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<ROOT>
   <NODE attribute="value">Test</NODE>
</ROOT>
test 1 line of C++ 35 Bytes Show Edit Expand
1
public static int test(string lol);
test 1 line of C 35 Bytes Show Edit Expand
1
public static int test(string lol);
test 8 lines of Ruby by Adam Q 352 Bytes Show Edit Expand
1
2
3
4
5
def main():
      #登录验证
      # Create an OpenerDirector with support for Basic HTTP Authentication...
      auth_handler = urllib.request.HTTPBasicAuthHandler()
      auth_handler.add_pass...
test 8 lines of Python 352 Bytes Show Edit Expand
1
2
3
4
5
def main():
      #登录验证
      # Create an OpenerDirector with support for Basic HTTP Authentication...
      auth_handler = urllib.request.HTTPBasicAuthHandler()
      auth_handler.add_pass...
sas 5 lines of HTML by as 173 Bytes Show Edit Expand
1
2
3
4
5
<!doctype html>
<html>
<head>
  <title>Tablă de șah</title>
  <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.2r1/build/reset/reset-min.css">
strcpy 8 lines of C by openbsd 155 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
char *
strcpy(char *to, const char *from)
{
        char *save = to;

        for (; (*to = *from) != '\0'; ++from, ++to);
        return(save);
}
pip 17 lines of Plain text by test 694 Bytes Show Edit Expand
1
2
3
    ->from('Auto4Cars_AutoPriceStatisticDBO s')
            ->innerJoin('s.Passport_CurrenciesRateDBO cr WITH cr.toCurrency = 1')
//            ->addWhere('s.created_at > (NOW() - INTERVAL 12 MON...
test 7 lines of C++ 307 Bytes Show Edit Expand
1
2
3
4
5
struct msgStruct
2 {
3   uint instanceid;// 0 if it is directed to the server
4   byte datasize;// the actual amount of data. the rest is to be ignored
5   byte msgType;// 0 request for convers...

Page 236, 10 entries