Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
blah |
1 line
of
C
|
16 Bytes |
Show |
Edit |
Expand |
|
Test |
18 lines
of
Ruby
by
kareem
|
485 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
#!/usr/bin/env ruby
require 'fileutils'
def delete_empty(path= ARGV[0])
Dir.foreach(path) do |all_directories|
full_path = File.join(path,all_directories)
if File.directory?(full_pat... |
|
llalalala |
11 lines
of
XML
by
dasdsadas
|
497 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<codebits>
<id>1</id>
<nick>celso</nick>
<twitter>celso</twitter>
<name>Celso Martinho</name>
<karma>380</karma>
<bio>Introversion, iNtuition, Thinking, Perception. Geek. Founder.... |
|
test |
10 lines
of
C
|
324 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
#import "YourViewController.h"
#import <QuartzCore/QuartzCore.h>
- (void)viewDidLoad {
[super viewDidLoad];
|
|
dfdf |
5 lines
of
HTML
|
38 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<pre>
<code>
bla bla
</code>
<pre> |
|
Me |
3 lines
of
PHP
by
me
|
126 Bytes |
Show |
Edit |
Expand |
1
2
3 |
$view_vars['foo'] = 'Bar';
$view_vars['welcome_msg'] = 'Hello World';
$this->load->vars($view_vars); |
|
sdfsd f |
6 lines
of
C
|
57 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
df sdf sdf sdf sdf sdf sdf sd
f sd
fsd
f
sd
f sdf |
|
ini |
15 lines
of
HTML
|
312 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
[global]
apptitle = "zCms"
headtitleseparator = "::"
breadcrumbseparator = "->"
usablehelpers[] = "l_headTitle"
usablehelpers[] = "l_breadCrumb"
[headtitles : global]
;controlleur.action
... |
|
bookshelf |
19 lines
of
ERb
by
Norik Davtian
|
531 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<!DOCTYPE html>
<html>
<head>
<title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag :default... |
|
Java test |
9 lines
of
Java
by
hkadejo
|
378 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
public void InsertarSolicitud(String nit, String usuario)throws Exception{
Long secuence = getNextSolicitudSecuence(nit,usuario);
|
|