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

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...
dwm.c 2018 lines of C by Anonymous 51.1 KB Show Edit Expand
1
2
3
4
/* See LICENSE file for copyright and license details.
 *
 * dynamic window manager is designed like any other X client as well. It is
 * driven through handling X events. In contrast to other X...
Booya 10 lines of diff 127 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE>
<html>
<head>
  <meta charset="utf-8">
  <title>Booya</title>
</head>
<body>
<h1>Booya</h1>
</body>
</html>

Page 196, 10 entries