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

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": {
...
HTML 13 lines of ERb 817 Bytes Show Edit Expand
1
2
3
4
5
6
<div id="sql_injection">
  <h1>SQL Injection</h1>

  <div class="image right">
    <%= image_tag asset_path('etc/sql_injection.jpg'), width: 450, height: 313 %>
    <p class="hint right">Super...
HAML try 9 lines of HAML by asd 152 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
.alert.alert-info
  %h3 This is title
  %p
    %b Note: 
    This is a short note about title
%br
%h4 Some kind of usefull information
.gdamn

Page 171, 10 entries