Welcome! This page is using CodeRay 1.1.2.

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

Page 188, 10 entries

ActiveAdmin 6 lines of Ruby by Ismail 67 Bytes Show Edit Expand
1
2
3
4
5
6
def www(text) 
  puts text
  csv do
    column(:id) 
  end
end
clj 13 lines of Clojure 583 Bytes Show Edit Expand
1
2
3
4
5
6
7
(ns xx.views.welcome
  (:require [xx.views.common :as common])
  (use noir.core
       hiccup.core
       hiccup.page-helpers)
  (:use somnium.congomongo)
  (:use [somnium.congomongo.config :...
clj 7 lines of Clojure 223 Bytes Show Edit Expand
1
2
3
4
5
6
7
(ns xx.views.welcome
  (:require [xx.views.common :as common])
  (use noir.core
       hiccup.core
       hiccup.page-helpers)
  (:use somnium.congomongo)
  (:use [somnium.congomongo.config :...
sd 40 lines of Plain text 1.79 KB Show Edit Expand
1
2
3
4
5
Found 1 host(s) for rebelya.pl
[+] Bypass wildcard
       0.rebelya.pl                               
      01.rebelya.pl                               
      02.rebelya.pl                     ...
aaa 69 lines of C++ by ogata 1.45 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#include <Wt/WApplication>
#include <Wt/WText>
#include <Wt/WBreak>
#include <Wt/WPopupMenu>

using namespace Wt;

class my_app: public WApplication
{
public:
    my_app(const WEnvironmen...
test 8 lines of PHP by mike 53 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<?php
print "hello world";

class OOP {

}

?>
τεστ 1 line of SQL 54 Bytes Show Edit Expand
1
EXEC [dbo].[τεστ] @status = N'ΤΕστ', @format = N'ΤΕΣΤ'
try 9 lines of JSON by yulong 193 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
module Admin
    class Pages
        include Presto::Api
        http.map
    end
    class News
        include Presto::Api
        http.map :news
        http.use Rack::ShowExceptions
tst 19 lines of Ruby by ODM 362 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#Very cool
module Admin
    class Pages
        include Presto::Api
        http.map
    end
    class News
        include Presto::Api
        http.map :news
        http.use Rack::ShowEx...
a 2 lines of Python by a 13 Bytes Show Edit Expand
1
2
define a
3+5

Page 188, 10 entries