Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
chartbeat.js |
1 line
of
JavaScript
by
chartbeat.com
|
10.8 KB |
Show |
Edit |
Expand |
1 |
if(!pSUPERFLY){var pSUPERFLY={version:2,ready:false,readyList:[],query:{},interval:10*1000,newToSite:0,newToPage:1,count:0,scrolls:0,keydowns:0,mousemoves:0,pagehash:"",domain:"",uid:"",connSpeed:0... |
|
MetaTags |
156 lines
of
Ruby
by
http://github.com/kpumuk/meta-tags/tree/master
|
4.68 KB |
Show |
Edit |
Expand |
|
test bash |
2 lines
of
Plain text
|
52 Bytes |
Show |
Edit |
Expand |
1
2 |
# emerge --sync
# emerge -av portage-utils crossdev |
|
some ruby transaction |
6 lines
of
Ruby
by
Stupot
|
99 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
def transact
Person.transaction do
@person.eat_final_meal!
@person.expire!
end
end |
|
testing |
26 lines
of
Ruby
|
447 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
def view_type_name
ForecastSearch::VIEW_TYPES[self.view_type]
end
def probability_ids
@probability_ids ||= []
end
def status_level_ids
@status_level_ids ||= []
... |
|
Diff |
15 lines
of
diff
|
485 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
Index: app/models/notification_setting.rb
===================================================================
--- app/models/notification_setting.rb (revision 80)
+++ app/models/notificat... |
|
database migration |
11 lines
of
Ruby
|
270 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
class AddVersions < ActiveRecord::Migration
def self.up
Post.create_versioned_table
en... |
|
JSON |
22 lines
of
JSON
|
605 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"... |
|
tabwidthbug |
395 lines
of
C
|
9.92 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
#ifndef KEYSPACE_CLIENT_H
#define KEYSPACE_CLIENT_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
|
|
XML test |
51 lines
of
C
|
1.42 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
class DepthOfField {
ID3D10Texture1D *autofocus_texture_;
UINT width_;
UINT height_;
};
HRESULT DepthOfField::OnDeviceCreated(ID... |
|