Welcome! This page is using CodeRay 1.1.2.

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

Page 233, 10 entries

html 1 line of XML 4 Bytes Show Edit Expand
1
hfsf
Auto-load NERDTree in VIM 1 line of Plain text 27 Bytes Show Edit Expand
1
autocmd VimEnter * NERDTree
test 2 lines of Ruby by sss 37 Bytes Show Edit Expand
1
2
require 'rubygems'
require 'coderay'
java 5 lines of Java 76 Bytes Show Edit Expand
1
2
3
4
5
public class helloWorld(){
private String hello;
private String world

}
dsaf 4 lines of XML 89 Bytes Show Edit Expand
1
2
3
4
<def>
  <name>variable name</name>
  <val> CurveName [ InputVariable ] </val>
</def>
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...

Page 233, 10 entries