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

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"?>
<!--
样式定义元素的命名规则:
元素:小写字母开头,后续单词大写开头
按钮及菜单状态:默认状态、按下状态(down)、选中状态(selected)、不可用状态(disabled),命名规则为:元素名 + "_" + 状态,默认状态使用元素名即可
表单状态:默认状态、激活状态

样式属性的定义范围及...
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();
aoeu 1 line of C 121 Bytes Show Edit Expand
1
{"name":["javascript:cnn_stedtnckie('www');","javascript:cnn_stedtnckie('edition');","javascript:cnn_clseditionhtml();"]}
C++ and Thrift 38 lines of Java by Mike Pigott 1.38 KB Show Edit Expand
1
2
3
4
5
6
protected String src() throws JspException 
  {
    // 1 : deal with src 
        if (this.srcName != null)
        {
            if (this.srcKey != null || this.page != null || this.pageKey !=nu...

Page 174, 10 entries