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

SQL test 1 line of SQL 104 Bytes Show Edit Expand
1
select * from infochimps.influence where screen_name='notrees' and apikey='yqldemoUNViJbe5r1S0uiVvjq69';
IDL 61 lines of C++ by g cianci 1.42 KB Show Edit Expand
1
2
3
4
5
6
7
8
PRO plotc,  x0,  y0,  ctable = ctable, every = every, buffer = buffer, $
            overplot = overplot, _extra = eee

compile_opt idl2

IF ~keyword_set(ctable) THEN ctable = 33

IF keyword...
Speect C API 135 lines of C by jal 3.18 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int main()
{
  s_erc error = S_SUCCESS;
  SUtterance *utt;
  SRelation *rel;
  SItem *item;
  SItem *item_daughter;


  /*
   * initialize speect
   */
  error = speect_init(NULL);
  if (error !...
你的你啊 3 lines of Java by xo 143 Bytes Show Edit Expand
1
2
3
platform=/Developer/Platforms/iPhoneOS.platform
allocate=${platform}/Developer/usr/bin/codesign_allocate
export CODESIGN_ALLOCATE=${allocate}
Test 15 lines of PHP by joseph 109 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class Test
{

public function something()
{

$testvar = "some string"

return $testvar;

}



}
ohmygod 4 lines of Ruby 36 Bytes Show Edit Expand
1
2
3
4
.lolwut
  = rofl
  %span
    jizz
test 32 lines of C++ by bla 709 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
HRESULT DlgWizard::showup( byte index)
{
  HRESULT _hr= E_FAIL;
  BSTR bstrDeviceID;

  _hr= m_pDevMgr->dosomething( index, &bstrDeviceID);
  if (SUCCEEDED( _hr))
  {
    _hr= m_pDevMgr->jump( bst...
JSON 36 lines of JSON by Doogie Howser 580 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{
  "vendorid": "GLOBAL","epoint": 1306201597,
  "duration": 3600,
  "interval": 600,
  "metrics": {
    "stamp": {
      "max": 1306198200,
      "min": 1306194600,
      "values": [
    ...
posterous ,coderay 79 lines of Ruby by dogmeat22 2.33 KB Show Edit Expand
1
2
3
4
5
6
7
8
.CodeRay {
  background-color: #A0A0A0;
  border: 1px solid black;
  font-family: 'Courier New', 'Terminal', monospace;
  color: #E6E0DB;
  padding: 3px 5px;
  overflow: auto;
  font-size: 1...
Java hello 5 lines of Java 96 Bytes Show Edit Expand
1
2
3
4
5
class Hello {
public static void main(String[] args){
System.out.println("Hello World");
}
}

Page 210, 10 entries