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 56, 10 entries

ruby 61 lines of Ruby 1.48 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Ce script attend 2 paramètres :
#     -  mois
#     -  instance
# Exemple :
#     sh ORA-00060.sh 12 1

print_ora60 () {
  fichier="/var/log/epg-server_inst1/$1"
  if [ -e $fic...
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

Page 56, 10 entries