Welcome! This page is using CodeRay 1.1.2.

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

Page 57, 10 entries

test 4 lines of JavaScript 61 Bytes Show Edit Expand
1
2
3
4
var a = function( f ){
  return a + b;
}
var aa = "test"
Test nginx 6 lines of PHP by B 39 Bytes Show Edit Expand
1
2
3
4
5
6
# bla

loc = /ccc {
   foo bar;

}
Test nginx 6 lines of C++ by B 39 Bytes Show Edit Expand
1
2
3
4
5
6
# bla

loc = /ccc {
   foo bar;

}
test java 18 lines of Java by ge 623 Bytes Show Edit Expand
1
2
3
4
5
@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        if (mGoogleApiClient == nu...
media_server_controller.rb 15 lines of Ruby by Rack::App 235 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
# media_server_controller.rb

require 'rack/app'

class MediaServerController < Rack::App

  serve_files_from '/public'

  serve_files_from 'assets', to: '/assets'

  mount_directory '/ww...
sd 5 lines of Plain text 814 Bytes Show Edit Expand
1
2
I, [2016-03-24T20:21:38.469779 #21744]  INFO -- : Fetching http://xkcd.com
I, [2016-03-24T20:21:39.035784 #21744]  INFO -- : Extracting html at #comic img: ["//imgs.xkcd.com/comics/tire_swing.png"...
dfbgdfg 1 line of XML 6 Bytes Show Edit Expand
1
<test>
rrr 3 lines of Ruby by rrrr 20 Bytes Show Edit Expand
1
2
3
def a
  puts b
end
test 4 lines of Ruby 49 Bytes Show Edit Expand
1
2
3
4
class TopovskiNapad
  include Singleton
...
end
test 4 lines of Ruby 84 Bytes Show Edit Expand
1
2
3
4

  def test_obstaja_ena_instanca
    assert_equal @igra, TopovskiNapad.instance
  end

Page 57, 10 entries