Welcome! This page is using CodeRay 1.1.2.

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

Page 239, 10 entries

sdfsd f 6 lines of C 57 Bytes Show Edit Expand
1
2
3
4
5
6
df sdf sdf sdf sdf sdf sdf sd
f sd
 fsd
 f
sd
f sdf 
ini 15 lines of HTML 312 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
[global]
apptitle = "zCms"
headtitleseparator = "::"
breadcrumbseparator = "->"
usablehelpers[] = "l_headTitle"
usablehelpers[] = "l_breadCrumb"

[headtitles : global]
;controlleur.action
...
bookshelf 19 lines of ERb by Norik Davtian 531 Bytes Show Edit Expand
1
2
3
4
5
6
<!DOCTYPE html>
<html>
  <head>
    <title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
    <%= stylesheet_link_tag "application" %>
    <%= javascript_include_tag :default...
Java test 9 lines of Java by hkadejo 378 Bytes Show Edit Expand
1
2
3
4
5
6
public void InsertarSolicitud(String nit, String usuario)throws Exception{        
    
      //Insertamos la solicitud
      Long secuence = getNextSolicitudSecuence(nit,usuario);
      
      //Asignando la s...
csv 1 line of XML 11 Bytes Show Edit Expand
1
123,543,876
Test Python 4 lines of Python 38 Bytes Show Edit Expand
1
2
3
4
def test(v,m):
  v = """
FooBar
"""
Actionscript 3 31 lines of JavaScript by Chris 838 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
    override public function listNotificationInterests():Array
    {
      return [
        GameRoomInterest.SHOW_DASHBOARD
        ,
        GameRoomInterest.HIDE_DASHBOARD
        ,
        GameRoomInterest.JOIN_GAM...
C# Test with C++ 34 lines of C++ by Brockster 915 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Threading;
using BassWrapper;

namespace ConsolePlayer
{
  class Program
  {
    static void Main(string[] args)
    {
      Console.Clear();
      Console.WriteLine("Simp...
Testing sql code 3 lines of SQL by Jannes Jin 63 Bytes Show Edit Expand
1
2
3
select cd_mov, cd_sbt_mov
from tablemovf 
where cd_mov = 7639
asdf 1 line of XML by asdf 4 Bytes Show Edit Expand
1
asdf

Page 239, 10 entries