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

Rails test 3 lines of Ruby by memyself 41 Bytes Show Edit Expand
1
2
3
def index
 @users = User.find(:all)
end
Hash 1 line of Ruby by Jon C 19 Bytes Show Edit Expand
1
{:symbol => "text"}
blah 1 line of HTML by bb 54 Bytes Show Edit Expand
1
<a href="http://www.w3schools.com">Visit W3Schools</a>
Fix race-condition in test_utc_time_format 19 lines of diff 807 Bytes Show Edit Expand
1
2
3
4
diff --git a/test/unit/lib/redmine/i18n_test.rb b/test/unit/lib/redmine/i18n_test.rb
index 2d9b40d..56ba24f 100644
--- a/test/unit/lib/redmine/i18n_test.rb
+++ b/test/unit/lib/redmine/i18n_test....
desc 41 lines of Java by me 778 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11

import java.util.Random;
import java.lang.Math;
import java.awt.*;
import java.applet.*;
import java.util.*;
import java.io.*;
import java.awt.event.*;

class SemanticRecord
{  private in...
party 3 lines of Ruby by pulleasy 45 Bytes Show Edit Expand
1
2
3
def party
  puts "wowowowowowowhwohwow"
end
teste 58 lines of Ruby 1.19 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
  DO FLAPINDEX=1,NUMFLAPS

    CALL SetFlaps(FLAPINDEX, FLAP)

    DO CONFIGINDEX=1,NUMCONFIG

      CALL GetAttcs(CONFIGINDEX,ATTCSFLAG)

      DO ATTCSINDEX = ATTCSFLAG,1

        CALL SetAttcs(ATTCSI...
teste 28 lines of Groovy (beta) 263 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  PROGRAM GERADORDB

      INCLUDE 'SCAPCOMM.FOR'
  INCLUDE 'LoopCommons.for'


  LOGICAL  ERRO

  SKIPFL = 1

  CALL CarregaInput(ERRO)

  CALL GeraTabela(ERRO)









9000  WRIT...
JSON-Test 53 lines of JSON 528 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{
"code": "tacc_rtd_proxy"
},
{
"code": "pbxacd"
},
{
"code": "tomcat"
},
{
"code": "tacc_ccbs"
},
{
"code": "pbxcdr"
},
{
"code": "tacc_tsp"
},
{
"code": "tacc_rtdges"
},
{...
testing this 83 lines of Ruby by foobar 2.66 KB Show Edit Expand
1
2
3
4
5
6
7
ProductsHelper.module_eval do

  require 'json'

  # help w/ formatting the validation string
  # this method will likely be removed as we move everything to the client
  def custom_html_opti...

Page 195, 10 entries