Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| oracle sql | 
18 lines
of
SQL
 | 
677 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5  | 
  DECLARE @i INT
DECLARE @q VARCHAR(MAX)
SET @i = 1
SET @q = 'With ZoomCounts AS(
  Select count(*) as ElementCount, ''MGeoZoom' + Cast(@i  as VARCHAR) + ''' as ZoomTable, Layer, ' + Cast(@i as VAR...  | 
  
 
 | 
| oracle sql | 
25 lines
of
C
 | 
623 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9
10  | 
  -- script para eliminar el datafile temp original y crear otro mas reducido
set pagesize 0
set linesize 32000
set heading off
set feed off
set echo off
set termout off
set verify off
set ...  | 
  
 
 | 
| asd | 
22 lines
of
JSON
 | 
603 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9  | 
  {
    "glossary": {
        "title": "example glossary",
    "GlossDiv": {
            "title": "S",
      "GlossList": {
                "GlossEntry": {
                    "ID": "SGML",
          "... | 
  
 
 | 
| qwe | 
22 lines
of
JSON
by
asd
 | 
603 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9  | 
  {
    "glossary": {
        "title": "example glossary",
    "GlossDiv": {
            "title": "S",
      "GlossList": {
                "GlossEntry": {
                    "ID": "SGML",
          "... | 
  
 
 | 
| sql | 
100 lines
of
SQL
by
cengiz
 | 
2.38 KB | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8  | 
  BEGIN TRAN potwierdzeniefaktury
DECLARE @CLSMidkontraktu INT
DECLARE @CLSMidWysylki INT
DECLARE @idWysylki int
DECLARE @dataZdarzenia Datetime
DECLARE @kodBledu INT
DECLARE @Komentarz varch...  | 
  
 
 | 
| Test vagrantfile | 
15 lines
of
Ruby
 | 
228 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9
10
11  | 
  
 def StudyInUniversity
  @FominovaEkaterina = Student.new(2011)
  if( @FominovaEkaterina.haveALotOfBrains and
           currentYear  == 2015 and
           !evilPrepods
  )
    @FominovaEkaterina... | 
  
 
 | 
| Functional Try | 
12 lines
of
HTML
by
Me
 | 
401 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6  | 
  <video width="320" height="240" controls=true>
    <source src="video.mp4" />
    <source src="video.webm" />
    <embed
        src="YTPlayer.swf"
        flashvars="movieName=video.mp4&autoS... | 
  
 
 | 
| sad | 
6 lines
of
HTML
 | 
199 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6  | 
  <html>
<head>bla</head>
<body>
<p>testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest</p>
</body>
</html>  | 
  
 
 | 
| vb | 
176 lines
of
diff
 | 
6.76 KB | 
Show | 
Edit | 
Expand | 
  1
2
3
4  | 
  
    Private Sub ButtonStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonStart.Click
        Dim stTime As DateTime  ' время начала работы ... | 
  
 
 | 
| sql1 | 
1 line
of
SQL
 | 
222 Bytes | 
Show | 
Edit | 
Expand | 
  1  | 
  select dc.msisdn, COUNT(dc.was_successful) from delivery_confirmation dc, campaign c where c.id = dc.campaign_id AND dc.campaign_id = 153 group by dc.msisdn having COUNT(dc.was_successful) = max(c....  | 
  
 
 |