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.

Page 72, 10 entries

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
1
2
3
Rekomendacja                                                         Data dodania rekomendacji                  Link do tematu na forum

Wyświetlanie parametrów produktów w kolumnach a nie w wier...
Integer 1595 lines of Java by A 60.9 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *...
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")

# The circuit here should simulate a level-triggered D flip-flop
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

Page 72, 10 entries