Welcome! This page is using CodeRay 1.1.2.
We currently have
3063 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
-- |
18 lines
of
Ruby
by
A
|
647 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
def create
build_resource
if resource.save
if resource.active_for_authentication?
set_flash_message :notice, :signed_up if is_navigational_format?
sign_in(resou... |
|
aa |
4 lines
of
C++
by
aa
|
108 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
private static bool AccessPointHasCache( long ptId )
{
return true;
} |
|
asdasdf |
2 lines
of
XML
|
4.38 KB |
Show |
Edit |
Expand |
1 |
<samlp:Response ID="_99863320-9cad-012f-cfcd-3c07540572d8" Version="2.0" IssueInstant="2012-06-20T02:28:52Z" Destination="https://saml.acs.url" Consent="urn:oasis:names:tc:SAML:2.0:consent:unspecif... |
|
this |
1 line
of
JSON
|
74 Bytes |
Show |
Edit |
Expand |
1 |
{"id":"4fb121e13314142cc5000001","name":"First Charity","givey_tag":"FC1"} |
|
s |
118 lines
of
Ruby
by
s
|
3.56 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
class RepositoriesController < ApplicationController
layout 'v2'
before_filter :require_login
def index
@repositories = @user.account.repositories + @user.account.git_repositories
... |
|
Rotate |
5 lines
of
C++
|
319 Bytes |
Show |
Edit |
Expand |
1
2
3 |
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterf... |
|
dasdsa |
104 lines
of
JavaScript
|
3.44 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
var nb_rule = {
init: function (options, elem) {
log.profile("[rule] class initialization");... |
|
dasdsa |
106 lines
of
JavaScript
|
3.47 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
var nb_rule = {
init: function (options, elem) {
log.profile("[rule] class initialization");... |
|
ahk |
88 lines
of
Plain text
|
3.65 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
; Script: Existing SR Hotkey (Universal)
; AutoHotkey Version: 30-May-2011 FINAL
; Author: Adam Arseneau <arseneau_adam@emc.com>
#NoEnv ; Recommended for performance and compatibility... |
|
kjhkjh |
27 lines
of
JavaScript
by
dhaval
|
811 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
db.util.readFormInstanceData = function(fi, callback) {
console.log(fi.formindex);
db.tables.TT050.all().filter("formindex", "=", fi.form... |
|