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.

Page 240, 10 entries

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> //required to achieve corner radius
//.....Setup your controller...
- (void)viewDidLoad {
    [super viewDidLoad];

    //add...
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{        
    
      //Insertamos la solicitud
      Long secuence = getNextSolicitudSecuence(nit,usuario);
      
      //Asignando la s...
csv 1 line of XML 11 Bytes Show Edit Expand
1
123,543,876
Test Python 4 lines of Python 38 Bytes Show Edit Expand
1
2
3
4
def test(v,m):
  v = """
FooBar
"""

Page 240, 10 entries