Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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",... |
|
dsqdsqdqs |
15 lines
of
JavaScript
|
563 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
...
if (fieldG.type == 'multiselect') {
fieldG.type = 'table-view';
var labelProp = angular.copy(fieldG.t... |
|
TSC config |
80 lines
of
Plain text
|
3.39 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
... |
|
CEGUI libxml2 build |
425 lines
of
C++
|
39.7 KB |
Show |
Edit |
Expand |
1
2
3
4 |
Scanning dependencies of target CEGUIBase-0_Static
Scanning dependencies of target CEGUIBase-0
[ 0%] Building CXX object cegui/src/CMakeFiles/CEGUIBase-0.dir/Rect.cpp.obj
[ 0%] Building CXX ob... |
|
CMake libxml2 CEGUI |
108 lines
of
Plain text
|
8.44 KB |
Show |
Edit |
Expand |
1
2 |
== Using MXE wrapper: /home/quintus/repos/privat/projekte/misc/mxe/usr/bin/i686-w64-mingw32.static-cmake
== Using MXE toolchain: /home/quintus/repos/privat/projekte/misc/mxe/usr/i686-w64-mingw32.s... |
|
ddd |
13 lines
of
Ruby
|
253 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
class ChangeProductsPrice < ActiveRecord::Migration[5.0]
def up
change_table :products do |t|
t.change :price, :string
end
end
def down
change_table :products do |... |
|