Welcome! This page is using CodeRay 1.1.2.

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

Page 60, 10 entries

HTML 43 lines of HTML by me 1.11 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
<table>
    <tr>
        <td>Header</td>
    </tr>
    <tr>
        <td id="underline">
            <img height="1px" width="545px" src="../../images/9.bmp" border="0">
        </td>
    </...
Test python 7 lines of Python by Wolfphone 105 Bytes Show Edit Expand
1
2
3
4
5
6
7
from name import all
class A: 
  a,  b = [None]*2
  C = true
  B = False
  def test(self):
    pass
Console 16 lines of JavaScript by h 688 Bytes Show Edit Expand
1
2
3
4
5
6
Aleksandar Dulović, [18.02.16 18:10]
adulovic@192.168.7.254's password:
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (5/5), done.
Writing objec...
Powershell test 4 lines of C 416 Bytes Show Edit Expand
1
2
dsquery * cn=schema,cn=configuration,dc=lan,dc=local -scope base -attr objectVersion
dsquery * cn=ActiveDirectoryUpdate,cn=ForestUpdates,cn=configuration,dc=lan,dc=local -scope base -attr Revision...
sdsd 1 line of Ruby by sds 9 Bytes Show Edit Expand
1
def func 
text 1 line of Plain text 19 Bytes Show Edit Expand
1
<code class="ruby">
json samplehgfffd 1 line of C++ by Me 3.91 KB Show Edit Expand
1
{"subdivisions": [{ "id_link":"161","code":"1" },{ "id_link":"6372","code":"2" },{ "id_link":"162","code":"3" },{ "id_link":"164","code":"5" },{ "id_link":"6373","code":"6" },{ "id_link":"166","cod...
asd 1 line of C 75 Bytes Show Edit Expand
1
[<=] mov m5 = c7 // move c7 to m5, when condition 'lower or equal' is met
test 316 lines of C 9.72 KB Show Edit Expand
1
2
3
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="com.dreamsecurity.relaycert.db.*"%>
<%@ page import="com.dreamsecurity.relaycert.object.objF...
sbt 18 lines of Java by Test 351 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
name := """play-test-app"""

version := "1.0-SNAPSHOT"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.6"

libraryDependencies ++= Seq(
  jdbc,
  c...

Page 60, 10 entries