Welcome! This page is using CodeRay 1.1.2.

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

Page 262, 10 entries

Test 38 lines of diff 1015 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
column_count = 0;
k_chars = [0 0 0 0 0 0 0 0];
k_chars = k_chars(lane_indx);
k_chars = sum(k_chars.*bin_to_dec);
count = -1;
vec = (2.^(7:-1:0));
for lp1 = 1:(N-Np-6)
    if (send_prbs == 1)...
trollop 625 lines of Ruby by murphy < William Morgan 19.7 KB Show Edit Expand
1
2
3
4
## lib/trollop.rb -- trollop command-line processing library
## Author::    William Morgan (mailto: wmorgan-trollop@masanjin.net)
## Copyright:: Copyright 2007 William Morgan
## License::   the ...
ads 1 line of C++ 5 Bytes Show Edit Expand
1
adasd
DRF to TXT 43 lines of Python 1.23 KB Show Edit Expand
1
2
3
4
5
6
7
#-------------------------------------------------------------------------------
# Name:        drf2txt
# Purpose:     Decodes a Control-M DRF file to text
#
#
# Created:     16/03/2008
# Lic...
rails code 3 lines of Ruby by paddy 41 Bytes Show Edit Expand
1
2
3
def index
  @title = "Hello world!"
end
Post#show 20 lines of ERb 439 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<div class="post">
  <div class="header">
    <div class="title">
      <%= @post.title %>
    </div>
    <div class="date">
      <%= format_date @post.created_at %>
    </div>
    <%= cle...
groovy test 1 line of Groovy (beta) by e 32 Bytes Show Edit Expand
1
[1,2,3,4,5].collect { it + 8 }
dfgsdfg 1 line of diff by ei 12 Bytes Show Edit Expand
1
123324ewfsdf
as3 61 lines of JavaScript 1.75 KB Show Edit Expand
1
2
3
4
5
6
package com.kcc.tempos.parsers {
  import mx.resources.ResourceManager;

  /**
   * Error de la query view data.
   * Este muchacho sabe ademas como parsear la informacion extra que arroja el QVD ...
as3 61 lines of Java 1.75 KB Show Edit Expand
1
2
3
4
5
6
package com.kcc.tempos.parsers {
  import mx.resources.ResourceManager;

  /**
   * Error de la query view data.
   * Este muchacho sabe ademas como parsear la informacion extra que arroja el QVD ...

Page 262, 10 entries