Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
HTML_TEST |
12 lines
of
HTML
|
281 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<html>
<head>
<style>
#box1{ width:225px; height:225px; background-image:url(earth.jpg); }
#box2{ width:500px; height:300px; margin-top:80px; background-image:url('earth.jpg'); }
</style... |
|
common |
52 lines
of
YAML
|
1017 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
displayName: Common
displayColor: WHITE
identifierColor: DARK_RED
enchantments:
safeBaseEnchantments: true
safeBonusEnchantments: false
allowHighBaseEnchantments: true
allowHighBonus... |
|
ds |
1 line
of
JSON
|
63 Bytes |
Show |
Edit |
Expand |
1 |
{ :array => [1, 2, 3, { :sample => "hash"} ], :foo => "bar" }
|
|
test |
1 line
of
JSON
|
57 Bytes |
Show |
Edit |
Expand |
1 |
{"dictionary": true, "stuff":[1,"joe",true,false,null,7]} |
|
ruby test |
3 lines
of
Ruby
by
abc
|
22 Bytes |
Show |
Edit |
Expand |
|
Test PHP |
1 line
of
HTML
by
@tihoho
|
221 Bytes |
Show |
Edit |
Expand |
1 |
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdICFBEA_yOVlsW_tGPwtiGISvMkBPNsZ6W6ZR53u4sHp1o2w/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth... |
|
Test |
12 lines
of
C
|
541 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
case 825:
if (MMCAxis_Y.Command == NoCommand)
{
MMCAxis_Y.Parameter.Acceleration = SPS.Control.AxisControlY.RW_Para... |
|
Ruby All Subclasses |
8 lines
of
Ruby
|
189 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
require 'set'
class Object
@@subclasses = Set.new
def self.inherited(klass)
@@subclasses << klass
puts "Class found: #{klass}. Total: #{@@subclasses.size}"
end
end |
|
haml example |
6 lines
of
HAML
by
dvarrui
|
89 Bytes |
Show |
Edit |
Expand |
|
test |
14 lines
of
JavaScript
|
651 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
$(document).ready( function(){
$(".fotorama").each(function(index,value){
$(this).attr("data-nav", "thumbs");
$(this).attr("data-width",... |
|