Welcome! This page is using CodeRay 1.1.2.

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

Page 278, 10 entries

Test 5 lines of C++ by a 44 Bytes Show Edit Expand
1
2
3
4
5
class Test
def he
@he = "hehehe"
end
end
c# test 10 lines of C++ by CrazyMenConnected 266 Bytes Show Edit Expand
1
2
3
4
5
6
    protected override void Page_Load(object sender, EventArgs e)
    {
      // module setup
      this.dataTableCaption = "Editor de serviços";
      this.tableName = "CFG_SERVICES";
      this.moduleID = ...
json 59 lines of JSON 1.07 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{"resource" : {
 "name" : "nazwa",
 "description" : "opis",
 "availabilities" : [
  {
   "date_from" : "d/m/Y",
   "date_to" : "d/m/Y",
   "Day1From" : "H:i",
   "Day1To" : "H:i",
   "Day2...
Dummy SQL 1 line of SQL 44 Bytes Show Edit Expand
1
delete from #ttt where id not in (1, 2, 3)
Python test 5 lines of Python 125 Bytes Show Edit Expand
1
2
3
4
5
class MyClass() :
    @Decorator
    def myFunction(self, *args, **kwargs) :
        print "wewt"
        return args[0] 
Testing diff 14 lines of diff 679 Bytes Show Edit Expand
1
2
3
4
5
--- docroot/local-settings-template.php 2010-01-04 13:52:08.703078781 -0800
+++ docroot/local-settings.php  2010-01-25 16:34:42.744591628 -0800
@@ -17,7 +17,7 @@
 ini_set ('log_errors', 1);
 in...
test yaml 20 lines of YAML 348 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
prod:
  logger:
    class:   sfNoLogger
    param:
      level:   err
      loggers: ~

cli:
  controller:
    class: sfConsoleController
  request:
    class: sfConsoleRequest
  respon...
de 1 line of PHP 14 Bytes Show Edit Expand
1
if ($i == 1)
Grid Lines 15 lines of HTML by Art Lance 308 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<!-- PAGE container -->
    <div id="page_cntnr" class="index man">
<!-- MAIN container -->
      <ol id="main" class="index">
<!-- HEADER -->
        <li id="header">
        </li>
<!-- CENTER CONTENT -...
Grid Lines 15 lines of HTML by Art Lance 308 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<!-- PAGE container -->
    <div id="page_cntnr" class="index man">
<!-- MAIN container -->
      <ol id="main" class="index">
<!-- HEADER -->
        <li id="header">
        </li>
<!-- CENTER CONTENT -...

Page 278, 10 entries