Welcome! This page is using CodeRay 1.1.2.

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

Page 154, 10 entries

test sql 24 lines of SQL 480 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SET IDENTITY_INSERT QuizItems ON

insert into 
  QuizItems(  ID, 
        Views, 
        Url, 
        Created, 
        Header, 
        Body, 
        FK_CreatedBy, 
        FK_Parent)
select 
  ThreadID as ID,
  ...
JSON 8 lines of JSON 100 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
{
  Statuses: [
        {
          OrderId:0, // ид заявки
          Status : 0 // код статуса
        }
      ]
}
test 22 lines of PHP 1.27 KB Show Edit Expand
1
2
3
4
switch (count($modules)) {
  case 1:                                                                     // 100%
    printf('<div class="grid-box width100 grid-h">%s</div>', $modules[0]); 
    break;...
test 4 lines of HTML by Lij 112 Bytes Show Edit Expand
1
2
3
4
<figure>
<blockquot>Quote goes here</blockquote>
<figcaption>Author of quote goes here</figcaption>
</figure>
dsf 21 lines of HTML 530 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
<%@ Page Language="VB" %>
<script runat="server">

    Sub Button1_Click(sender As Object, e As EventArgs)
       Response.Write("Postback!")
    End Sub

</script>
<html>
<head>
</head>
...
dfgg 80 lines of C++ 2.77 KB Show Edit Expand
1
2
3
4
5
public static class extAllAccess
{
    static System.Collections.Generic.Dictionary<Type, 
      System.Collections.Generic.Dictionary<string, 
      System.Reflection.MemberInfo>> dtsm = new D...
foobar 9 lines of Ruby 302 Bytes Show Edit Expand
1
2
3
4
5
6
_*Conventions*_
>YYYYMMDDHHMMSS_action_models.rb
>Class name ActionModels
>Table name models
>Column name t.type :name, :option1=>value1, :option2=>value2
>t.stamps generate created_at,update_...
scala 12 lines of Groovy (beta) by Nicholas Ren 247 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
package objsets

import common._
import TweetReader._

class Tweet(val user: String, val text: String, val retweets: Int) {

  override def toString: String =
    "User: " + user + "\n" +
...
test 1 line of HTML by test 8 Bytes Show Edit Expand
1
ASDASDAS
scss 13 lines of CSS 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
.product {
  background-color: #3c3c3c;
  h2 {
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
  }
  p {
    font-size: .7em;
    font-weight: normal;
    color: #ffffff;  ...

Page 154, 10 entries