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 131, 10 entries

temp 18 lines of JavaScript 694 Bytes Show Edit Expand
1
2
3
<script type='text/javascript'>
   var _glc =_glc || []; _glc.push('7fba275d-5ab8-4e46-b75a-e96789b1b5a0');
   var glcpath = (('https:' == document.location.protocol) ? 'https://10.10.10.100:3000...
config/setup_load_paths.rb 14 lines of Ruby by Dinis 527 Bytes Show Edit Expand
1
2
3
4
if ENV['MY_RUBY_HOME'] && ENV['MY_RUBY_HOME'].include?('rvm')
  begin
    gems_path = ENV['MY_RUBY_HOME'].split(/@/)[0].sub(/rubies/,'gems')
    ENV['GEM_PATH'] = "#{gems_path}:#{gems_path}@glob...
Ruby 1 line of Ruby 13 Bytes Show Edit Expand
1
{"one" => 1 }
GA Custom Dims 18 lines of C 1.11 KB Show Edit Expand
1
2
3
4
/**
 * Note: User and Session-Level Scopes are Greedy
 * 
 * Custom dimension values with user or session-level scope will apply to all hits in the current session, including past hits. If you d...
css sample 22 lines of CSS by l3kn 428 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
.count 
{
    position: fixed;
    bottom: 1em;
    right: 1em;   
}

/*********************************************** 
 * sinnloser Kommentar                         *
 * der am besten noch ...
Test 4 lines of PHP 564 Bytes Show Edit Expand
1
<dl class="toggle panel light"><dt>Are there any scholarships available?</dt><dd>Yes, Scholarships are available. Please contact us for details.</dd><dt>How do I find out about fees, entry requirem...
PL/SQL 1 7 lines of SQL by AML 91 Bytes Show Edit Expand
1
2
3
4
5
6
7
create or replace
procedure proc1
as
  abc varchar2(10);
begin
  abc := 'asd';
end;
slim 5 lines of Python 54 Bytes Show Edit Expand
1
2
3
4
5
html
  head
   title foo bar
  body
   turum purum
rspec 1 line of Ruby 126 Bytes Show Edit Expand
1
link_to( image_tag("magnifier.png", :size => "16x16", :alt => t(:show_record)), link, :remote => true, :class => linkclass )
Apache 24 lines of C++ by bovi 732 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
/*
  Blink
  Turns on an LED on for one second, then off for one second, repeatedly.
 
  This example code is in the public domain.
 */
 
// Pin 13 has an LED connected on most Arduino board...

Page 131, 10 entries