Welcome! This page is using CodeRay 1.1.2.

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

Page 175, 10 entries

Javascript 1 line of HTML 59 Bytes Show Edit Expand
1
<script src="http://www.lsrb.ch/widget/scores.js"></script>
some ruby 9 lines of Ruby 81 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
module Foo
  class Bar
    
    def baz?
       !! baz
    end

  end
end
curl 2 lines of Python 60 Bytes Show Edit Expand
1
2
$ curl http://www.something.com/ \
  -u asdfaksd=asdfasdf \
test 4 lines of C 69 Bytes Show Edit Expand
1
2
3
4
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">

</rss>
first 5 lines of XML by gem 53 Bytes Show Edit Expand
1
2
3
4
5
<asdf>
  <sf>
     asdfasdfasdf
  </sf>
</asdf>
gffgfg 5 lines of C 50 Bytes Show Edit Expand
1
2
3
4
5
<pre>
<code>
  printf("hello");
</code>
</pre>
sql 6 lines of SQL by tester 146 Bytes Show Edit Expand
1
2
3
4
5
6
select aaa, bbb,
from my_table
where column1='fdfdfd' and column2 like 'dfsds%'
group by column3
having sum(column4) > 34
order by aaa desc
asd 1 line of Plain text by xc 584 Bytes Show Edit Expand
1
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.     at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\...
as 1 line of C by as 584 Bytes Show Edit Expand
1
System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.     at UnaBatchCore.ActionProcessor.Execute(IAction act) in D:\Repo\BatchSystem\...
C lang 44 lines of C 1.57 KB Show Edit Expand
1
2
3
4
5
6
7
8
9

  /********************
   *      prop_W      *
   ********************/

  for(int ip = 0; ip < 4; ++ip) { // propagator type

    // create source
    for(int i = 0; i < 2*3*4*XYZTnodeSi...

Page 175, 10 entries