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.

Page 70, 10 entries

ferf 47 lines of Ruby 1.05 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
# # #
# For Reference
42
"String with #{ :interpolation }"
/regex$/
$/

# # #
# TEST CASE 1: Question Marks
# SHOULD BE HIGHLIGHTED AS: Array of Strings - Operator - String - Operator - St...
name 23 lines of C by ben 868 Bytes Show Edit Expand
1
2
3
4
- (void)registerUserWithEmail:(NSString *)email
                     password:(NSString *)password
                  withSuccess:(void (^)(id object))success
                      failure:(void ...
sss 3 lines of Groovy (beta) by xx 36 Bytes Show Edit Expand
1
2
3
println "my arse"

println "bollo"
ВВВ 6 lines of Ruby 240 Bytes Show Edit Expand
1
2
3
4
5
class ApplicationController < ActionController::Base
  include Clearance::Controller
  # Prevent CSRF attacks by raising an exception.
  # For APIs, you may want to use :null_session instead.
 ...
Test 25 lines of Java 936 Bytes Show Edit Expand
1
2
3
4
5
/*************************************************************************
 *  Compilation:  javac HelloWorld.java
 *  Execution:    java HelloWorld
 *
 *  Prints "Hello, World". By tradition, ...
xml mail settings 13 lines of XML 528 Bytes Show Edit Expand
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <system.net>
    <mailSettings>
      <smtp deliveryMethod="Network" from="Администратор example@mail.ru">
        <network host="smtp.m...
Allah 43 lines of C++ by Allah 1.14 KB Show Edit Expand
1
2
3
4
5
6
7
8
#ifndef REPORT_TEMPLATE_CONTENT_EDITOR_H__
#define REPORT_TEMPLATE_CONTENT_EDITOR_H__

#include <QAction>

#include "SimpleXmlEditorInterface.h"
#include "ReportFragmentEditor.h"
#include "r...
Test 5 lines of Plain text 267 Bytes Show Edit Expand
1
2
3
4
$ php oil g controller posts action1 action2 action3
    Created view: APPPATH/views/posts/action1.php
    Created view: APPPATH/views/posts/action2.php
    Created view: APPPATH/views/posts/act...
oracle sql 18 lines of SQL 677 Bytes Show Edit Expand
1
2
3
4
5
DECLARE @i INT
DECLARE @q VARCHAR(MAX)
SET @i = 1
SET @q = 'With ZoomCounts AS(
  Select count(*) as ElementCount, ''MGeoZoom' + Cast(@i  as VARCHAR) + ''' as ZoomTable, Layer, ' + Cast(@i as VAR...
oracle sql 25 lines of C 623 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
-- script para eliminar el datafile temp original y crear otro mas reducido

set pagesize 0
set linesize 32000
set heading off
set feed off
set echo off
set termout off
set verify off
set ...

Page 70, 10 entries