Welcome! This page is using CodeRay 1.1.2.
We currently have
2982 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
TEST SQL |
1 line
of
SQL
by
NT
|
40 Bytes |
Show |
Edit |
Expand |
1 |
SELECT COLUMN1, COLUMN2 || '\' FROM DUAL |
|
xxx |
70 lines
of
diff
|
3.25 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -1668,6 +1668,8 @@ void Genesis::InitializeGlobal(Han... |
|
Server |
438 lines
of
Python
|
16.6 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
import socket
import threading
import json
import tkinter as tk
from tkinter import ttk, PhotoImage
from PIL import Image,ImageTk
from socket import gethostname,gethostbyname
import time
... |
|
ewr |
6 lines
of
C++
by
werwer
|
234 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
msg = this._searchSettingDataBlo.CheckPermissionByApplTmpId(this._commonBlo.CClng(model.ApplTmpId));
if (!string.IsNullOrEmpty(msg))
{
TempData["infoMsg"] = msg;
retur... |
|
rr |
2 lines
of
Ruby
by
rr
|
44.8 KB |
Show |
Edit |
Expand |
1 |
"premium"=>{"notification_type"=>"DID_RENEW", "environment"=>"Sandbox", "auto_renew_product_id"=>"enterprise1", "auto_renew_status"=>"true", "unified_receipt"=>{"status"=>0, "environment"=>"Sandb... |
|
rr |
2 lines
of
JSON
by
rr
|
44.8 KB |
Show |
Edit |
Expand |
1 |
"premium"=>{"notification_type"=>"DID_RENEW", "environment"=>"Sandbox", "auto_renew_product_id"=>"enterprise1", "auto_renew_status"=>"true", "unified_receipt"=>{"status"=>0, "environment"=>"Sandb... |
|
rr |
2 lines
of
Ruby
by
rr
|
44.8 KB |
Show |
Edit |
Expand |
1 |
"premium"=>{"notification_type"=>"DID_RENEW", "environment"=>"Sandbox", "auto_renew_product_id"=>"enterprise1", "auto_renew_status"=>"true", "unified_receipt"=>{"status"=>0, "environment"=>"Sandb... |
|
Syntax Test |
1 line
of
Ruby
|
11 Bytes |
Show |
Edit |
Expand |
|
erb test |
3 lines
of
ERb
by
jj
|
31 Bytes |
Show |
Edit |
Expand |
1
2
3 |
% puts 'hi'
ok
% puts 'there' |
|
Java |
7 lines
of
C++
by
asdasd
|
87 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
#include <iostream>
int main() {
std::cout << "Hello World!\n";
return 0;
} |
|