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

Test 16 lines of C++ 142 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class C
{
public:
  C();
  ~C();
  void somefn() const;
private:
}

bool bTest;
if (bTest)
{
  C c;
  callfn();
  c.somefn();
}
xml 14 lines of XML by me 175 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14

  4.0.0

  com.liferay.sample
  sample-project
  1.0-SNAPSHOT
  pom

  sample-project
  http://www.liferay.com

  
    /path/to/liferay/bundle/deploy
    6.1.0
teset 7 lines of XML 312 Bytes Show Edit Expand
1
2
3
    <addin name="测试项目" type="InProc" eventQueue="True" threadMode="MultiThread" allowStandby="False" >
      <startUp type="Automatic" propertyName="" condition="" value="" />
      <inProc dll="...
test diff 341 lines of diff by afdsjlk 10.4 KB Show Edit Expand
1
2
3
4
5
6
diff --git a/all/post-receive/generate-rev-diff.py b/all/post-receive/generate-rev-diff.py
new file mode 100644
index 0000000..4d8715f
--- /dev/null
+++ b/all/post-receive/generate-rev-diff.py
...
test of java property file 23 lines of ERb by test 1017 Bytes Show Edit Expand
1
2
3
################################################################################
# Parametri di configurazione del connettore.
####################################################################...
test 5 lines of Ruby 158 Bytes Show Edit Expand
1
2
3
4
5
"http://www.example.com?" + { language: "ruby", status: "awesome" }.to_query
# => "http://www.example.com?language=ruby&status=awesome" 
def x
  "x"
end
create product migration 18 lines of XML 604 Bytes Show Edit Expand
1
2
3
4
5
6
7
<message name="startRequest">
  <part name="payload" type="startRequestMessage"/>
</message>
 
<portType name="start">
  <operation name="start">
    <input name="startTomcat" message="startR...
khalil-js 30 lines of Java by khalil 918 Bytes Show Edit Expand
1
2
3
4
5
6
eBusinessDialogAjax dlg = ControlCache["MY1"] as eBusinessDialogAjax;

if (dlg == null)
{
  eBusinessAjaxFakeItem c1 = new eBusinessAjaxFakeItem();
  c1.Initialize("das", 1, 1, 2, 2, null, "das"...
-- 59 lines of Ruby 1.49 KB Show Edit Expand
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# encoding: UTF-8

PRODUCT_TYPES = {1 => 'Web Filter', 8 => 'Antivirus', 9 => 'Web Filter + Antivirus', 125 => 'Security Suite'}

class Report
  def initialize(filename)
...
test 303 lines of JSON by test 9.67 KB Show Edit Expand
1
2
3
4
5
{
   "errors":"No known data errors",
   "scan":"scrub repaired 0 in 6h7m with 0 errors on Mon Jul 23 17:33:07 2012",
   "pool_id":"1289d19f7dbe21e9f19a61f726d9d74b49eef0f4",
   "state":"ONLINE...

Page 162, 10 entries