Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Unityscript test |
32 lines
of
JavaScript
|
902 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
var rotationSpeed = 10.0;
var lerpSpeed = 1.0;
private var speed = new Vector3();
private var avgSpeed = new Vector3();
private var dragging = false;
private var targetSpeedX = new Vector3()... |
|
html |
1 line
of
XML
|
4 Bytes |
Show |
Edit |
Expand |
|
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); |
|