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

test 4 lines of diff 280 Bytes Show Edit Expand
1
2
3
        echo "`date` | Copie du jeu..." >> ${PATH_LOG}/srv_gamesteam.log
        scp -r $PATH_SOURCE/* $IP_SERVER:$PATH_HOME/
        echo "scp $PATH_SOURCE/steam_css.tar.bz2 $IP_SERVER:$PATH_HOM...
tester123 8 lines of JavaScript 361 Bytes Show Edit Expand
1
2
3
$("#pending_approvals").html("#{get_partial("approvals/pending")}")
$("#addressed_approvals").html("#{get_partial("approvals/addressed")}")
$("#approvals_wating").text("#{@employee.approvals.wher...
jstest 3 lines of JavaScript 29 Bytes Show Edit Expand
1
2
3
var x = {
    test: 'xx'
};
dsds 1 line of SQL by ds 21 Bytes Show Edit Expand
1
select aaa from dual;
mirb 234 lines of C by bovi 5.93 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
/*
** mirb - Embeddable Interactive Ruby Shell
**
** This program takes code from the user in
** an interactive way and executes it
** immediately. It's a REPL...
*/
 
#include <string.h>
...
hamma 19 lines of HTML 645 Bytes Show Edit Expand
1
2
3
4
5
<p>
  <span style= "font-family: arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">
    I love 
      <span id="ae96bce0-a9b3-11e1-9e7a-874c632d4929"
        eid="ae96bce0-a9b3-11e1-9e7...
і 68 lines of Delphi 1.66 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
uses
 ...
 jpeg;

type
    ...
    procedure ReadImgFromDB();
    procedure LoadImgToDB();
    
// Процедура завантаження зображення з бази даних
procedure TForm1.ReadImgFromDB();
 var
...
і 56 lines of Delphi 945 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
uses
 ...
 jpeg;

type
    ...
    procedure ReadImgFromDB();
    procedure LoadImgToDB();
    

procedure TForm1.ReadImgFromDB();
 var
  jpg:TJPEGImage;
  Blob:TMemoryStream;
begin
...
test 8 lines of C by asdf 249 Bytes Show Edit Expand
1
2
3
4
5
6
7
/// <summary>
/// validate an Xml from a StringXML
/// </summary>
/// <param name="xmlSource">StringXML</param>
/// <param name="xsddir">Xsd Validator Path</param>
/// <returns></returns>
pub...
sa 52 lines of JSON 1.25 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
{
  feature":"fresh",
  "filters":{},
  "current_page":2,
  "total_pages":4,
  "total_items":17,
  "blog_posts": [
    {
      id":28,
      "title":"I Took Some Photos",
      "user": {
...

Page 170, 10 entries