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

sushi 3 lines of Java by joao 157 Bytes Show Edit Expand
1
2
3
if (idControl.equals("conPedDovolucao01btnNovo")) {
return conPedDovolucao01btnNovo = Util.botao(conPedDovolucao01btnNovo, "Novo", "novo.png", RIGHT, 1);
}
Test 5 lines of Plain text by Loic 177 Bytes Show Edit Expand
1
2
3
4
5
~/ploystation % su
Password:
~/ploystation # patch /usr/local/lib/python2.7/site-packages/ploy_ezjail/__init__.py < common/ploy_ezjail_init.patch
~/ploystation # exit
exit
asdf 1 line of Groovy (beta) 18 Bytes Show Edit Expand
1
$ iperf -s -p 5201
asdf 1 line of C 8 Bytes Show Edit Expand
1
Terminal
Test SQL 1 line of SQL 25 Bytes Show Edit Expand
1
Select * from department;
Test SQL 3 lines of SQL 70 Bytes Show Edit Expand
1
2
3
select a1.name, a2.name
from table1 a1
join table2 a2 on a1.id=a2.id
test system output for log 16 lines of Groovy (beta) by tf 741 Bytes Show Edit Expand
1
2
3
4
App 5131 stdout: 
 2An error occurred while loading the routes definition of studies plugin 
 3(/usr/share/redmine/plugins/studies/config/routes.rb):
 4 uninitialized constant ActionDispatch::Ro...
test 65 lines of JavaScript by Andy 2.54 KB Show Edit Expand
1
2
3
4
5
6
7
8
var JQFUNCS =
    {
        runFunc:
        {
            /* ------------------------------ ajax Demo ------------------------------ */
            "ajax":
            {
                run...
Aliases 15 lines of YAML by DemoUser 174 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
document_help:
  - help
  - man
  - ?
  - manual
  - guide
  - sample
mail:
  - email
  - mail
  - e-mail
  - @.com
  - @mail
  - email address
  - mail address
demo 3 lines of Ruby 28 Bytes Show Edit Expand
1
2
3
def hello
puts "hello"
end

Page 88, 10 entries