Welcome! This page is using CodeRay 1.1.2.

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

Page 119, 10 entries

frame.c 20 lines of C 535 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
#include "dict.h"
#include "frame.h"
#include "imgutils.h"
#include "mem.h"
#include "samplefmt.h"

static void get_frame_defaults(AVFrame *frame)
{
    if (frame->extended_data != frame->d...
XML 6 lines of XML by < 121 Bytes Show Edit Expand
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<root>
<branch attr="value">
<leaf><![CDATA[Green]]></leaf>
</branch>
</root>
Demo Program 38 lines of Java by Babu 705 Bytes Show Edit Expand
1
2
3
4
5
6
7
package com.ocjpmock.client.beans;

import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;

import com.ocjpmock.client.utils.OcjpBeans;
import com.ocjpmock.server.core.batch...
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...

Page 119, 10 entries