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.
Hello |
5 lines
of
Ruby
|
114 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
#! /usr/bin/env ruby
require 'rubygems'
require 'bundler/setup'
require 'mechanize'
require 'ruby-progressbar' |
|
Cpp Test |
27 lines
of
C++
|
1.7 KB |
Show |
Edit |
Expand |
1
2
3
4 |
__STATIC_INLINE void GPIO_DbgSWDClkEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWDIOEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWOEnable(bool enable)
__STATIC_INLINE void GPIO_EM4Dis... |
|
Erb Test |
6 lines
of
ERb
by
tiba
|
53 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<%
def test
ddd = 1
end
%>
<%= "Hello Word" %> |
|
Test |
38 lines
of
CSS
by
CR
|
966 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{% include "breadcrumbs" %}
{% if page.headline.size > 0 %}
<div id="headline">
<h2>{{ page.headline }}</h2>
</div>
{% endif %}
<div id="content">
{% if page.event.content.size > 0 %... |
|
Mar |
4 lines
of
diff
|
448 Bytes |
Show |
Edit |
Expand |
|
Integer |
1595 lines
of
Java
by
A
|
60.9 KB |
Show |
Edit |
Expand |
|
sql |
1 line
of
SQL
|
42 Bytes |
Show |
Edit |
Expand |
1 |
select * from totot where xambis= xulambis |
|
Foo |
36 lines
of
Ruby
|
637 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
require("csim")
D = SwitchBank.new
C = Pulser.new
N = NotGate.new
A1, A2 = AndGate.many(2)
NR1, NR2 = NorGate.many(2)
Q = L... |
|
gag |
7 lines
of
Ruby
|
154 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
package 'nginx'
cookbook_file '/etc/nginx/nginx.conf' do
notifies :restart, 'service[nginx]'
end
service 'nginx' do
action [:enable, :start]
end |
|
pychec |
8 lines
of
Python
by
Topher
|
95 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
import os
def func():
pass
if __name__ == "__main__":
print os.name;
pass |
|