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.

Page 177, 10 entries

test 3 lines of C 50 Bytes Show Edit Expand
1
2
3
cmd /k netstat -o -a 

Y U No Know what C is :-)
clj/core/proxy 409 lines of Clojure by clj 18.9 KB Show Edit Expand
1
2
3
;   Copyright (c) Rich Hickey. All rights reserved.
;   The use and distribution terms for this software are covered by the
;   Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-...
Debug 893 lines of XML by me 36.4 KB Show Edit Expand
1
2
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" elementFo...
C# as Java 161 lines of Java by DannyK 4.65 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using PAZ.ApplicationServer.Framework.Events;

namespace PAZ.ApplicationServer.Framework.API
{
 ...
some c++ 8 lines of C++ by anonymous 242 Bytes Show Edit Expand
1
2
3
4
5
6
7
gfs.setDataType(GFS::Output::vertexData) // output vertex data
gfs.setDataType(GFS::Output::cellData) // output cell data

template<
  typename Backend,
  typename OrderingTag,
  typename... ...
Test 3 lines of PHP 23 Bytes Show Edit Expand
1
2
3
<?php

$t = "text";
Diff to Hello World 9 lines of C 105 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
#include <stdio.h>

int main()
{
- printf("Hello Warld");
+ printf("Hello World");

  return 0;
}
How to use class="diff" ? 39 lines of diff 837 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
--- /path/to/original ''timestamp''
+++ /path/to/new      ''timestamp''
@@ -1,3 +1,9 @@
+This is an important
+notice! It should
+therefore be located at
+the beginning of this
+document!
+...
RestService 8 lines of Java 261 Bytes Show Edit Expand
1
2
3
4
5
  public RestService(Handler mHandler, Context mContext, String url){
    this.mHandler = mHandler;
    this.mContext = mContext;
    this.url = url;
    params = new ArrayList<ParcelableNameValuePair>(...
dd 37 lines of Java 1.21 KB Show Edit Expand
1
2
3
4
5
6
%0\ Clear parameters
    tmp.signal=NaN;
    results.ec(i)=results.ec(i-1);

    %1\ compute hedge ratio here
    if ((data.timestamp(i,1)-tmp.last_hedge>=params.hedge_time) || min(tmp.exposur...

Page 177, 10 entries