Welcome! This page is using CodeRay 1.1.2.

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

Page 118, 10 entries

buildr 3 lines of Ruby 95 Bytes Show Edit Expand
1
2
3
require 'buildr/groovy'

test.compile.with 'org.spockframework:spock-core:jar:0.7-groovy-2.0'
obj-c 38 lines of C++ 986 Bytes Show Edit Expand
1
2
3
4
5
6
7
#ifndef _mySTEP_H_NSObject
#define _mySTEP_H_NSObject

// import everything we need from the basic runtime system (incl. POSIX headers)

#import <Foundation/NSObjCRuntime.h>
#import <Foundati...
c# method 31 lines of C++ by ivorobiev 835 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
public GenericType(Type type)
        {
            _ref

            typeParameters = new List<GenericTypeParam>();

            if (_reflectedType.IsGenericType)
            {
           ...
xml 1 line of Java by test 164 Bytes Show Edit Expand
1
ArtifactAttachmentClient<AuthorizationLabel> attachmentClient = ArtifactAttachmentClientFactory.createArtifactAttachmentClient(ucdClient, AuthorizationLabel.class);
sfdsf 19 lines of Ruby 484 Bytes Show Edit Expand
1
2
3
4
5
LikeabouseCom::Application.routes.draw do
  root :to => "posts#index"
  match "imprint" => "pages#imprint", as: "imprint"
  match "about" => "pages#about", as: "about"
  match "feed" => "posts#...
JS 1 line of JavaScript by ecastaneda 45 Bytes Show Edit Expand
1
grid.StartEditRow(grid.GetFocusedRowIndex());
test222 97 lines of Ruby 1.81 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require 'csv'
require 'mysql2'
require 'dbi'
require 'date'
require 'json'

class Team
  attr_accessor(:accounts, :teamId)

  def initialize
    @accounts = Array.new()
  end

  def pu...
dsfv 12 lines of C++ by HTML 395 Bytes Show Edit Expand
1
2
3
4
5
6
// Struct to carry formatter attributes and virtual methods
struct formatter {
  FILE *fp;
  // Virtual Methods here!
  void (*formatter_header2) (formatter*, char* );
  void (*formatter_body2) (f...
dsfv 12 lines of C++ 395 Bytes Show Edit Expand
1
2
3
4
5
6
// Struct to carry formatter attributes and virtual methods
struct formatter {
  FILE *fp;
  // Virtual Methods here!
  void (*formatter_header2) (formatter*, char* );
  void (*formatter_body2) (f...
- 1 line of SQL 1.25 KB Show Edit Expand
1
(SELECT DISTINCT posts.id, posts.updated_at AS updated_at, posts.created_at AS created_at FROM "posts" INNER JOIN "share_visibilities" ON "share_visibilities"."shareable_id" = "posts"."id" AND "sha...

Page 118, 10 entries