Welcome! This page is using CodeRay 1.1.2.

We currently have 3068 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 114, 10 entries

xml 1 line of XML 1 Byte Show Edit Expand
1
d
jklk 9 lines of HTML 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
jklk 9 lines of ERb 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
jklk 9 lines of C 284 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="main_page">
  <div id="show_post">
    <h3><%= @post.title %></h3>
    <p><%= @post.category %></p>
    <p><%= date_format(@post.created_at) %></p>
    <p><%= coderay(@post.body).html_safe %><...
test 8 lines of XML 115 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<list>
 <item>
   <name>hello</name>
 </item>
 <item class="hello2">
   <name>hello2</name>
 </item>
</list>
gfh 3 lines of Python by fgh 140 Bytes Show Edit Expand
1
2
3
required_conditions = [
    ValueValidator(valid_value=lambda value, other_value: value < other_value, other_field='I_optimistic_date'),
]
test 1 line of Java 27 Bytes Show Edit Expand
1
gem script_monitor_client
Ruby 63 lines of Ruby by Maksym 2.4 KB Show Edit Expand
1
2
3
4
5
filename = ARGV.first
contents = File.read(filename)

participant_maps = {} # relation of equivalent participants
participant_trans = {} # relations of transactions in which each participant wa...
Objective C as C++ 4 lines of C++ by Maksym 216 Bytes Show Edit Expand
1
2
3
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    NSString *cellText = cell...
Objective C as C 4 lines of C by Maksym 216 Bytes Show Edit Expand
1
2
3
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    NSString *cellText = cell...

Page 114, 10 entries