Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Eii |
1 line
of
Ruby
|
18 Bytes |
Show |
Edit |
Expand |
|
Eii |
1 line
of
C
|
18 Bytes |
Show |
Edit |
Expand |
|
strings |
1 line
of
Ruby
by
Quintus
|
31 Bytes |
Show |
Edit |
Expand |
1 |
str = "ABC#{"DE#{"OPQ"}FG"}HIJ" |
|
test |
1 line
of
Java
|
32 Bytes |
Show |
Edit |
Expand |
1 |
System.out.println("A = " + a ); |
|
numbers |
1 line
of
Plain text
by
Quintus
|
40 Bytes |
Show |
Edit |
Expand |
1 |
[yumingzhe@ShadowMan ~]$ mysql -uroot -p |
|
before filter |
1 line
of
Ruby
by
ujn
|
62 Bytes |
Show |
Edit |
Expand |
1 |
before_filter :load_zomg, only => [:index, :show, :new, :edit] |
|
xml |
912 lines
of
XML
|
21.8 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<?xml version="1.0" encoding="utf-8"?>
|
|
SQL test |
2 lines
of
SQL
|
69 Bytes |
Show |
Edit |
Expand |
1
2 |
select * from mine where x > y ;
CREATE TABLE a (b INT PRIMARY KEY); |
|
json |
1 line
of
JSON
|
412 Bytes |
Show |
Edit |
Expand |
1 |
{ "status": "pending", "summary": { "charge_fees": 300, "adjustment_gross": 0, "refund_gross": 1000, "charge_count": 10, "validation_count": 0, "refund_fees": 300, "refund_count": 10, "validation_f... |
|
somdthing |
1 line
of
PHP
|
145 Bytes |
Show |
Edit |
Expand |
1 |
require_once('./lib/Stripe.php'); Stripe::setApiKey("vtUQeOtUnYr7PGCLQ96Ul4zqpDUO4sOE"); $cpn = Stripe_Coupon::retrieve("25OFF"); $cpn->delete(); |
|