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.
| test | 
7 lines
of
JSON
 | 
97 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7  | 
  {
    headers: {
        'content-length': 123
    },
    name: 'Chuck',
    test: null
}
 | 
  
 
 | 
| test | 
3 lines
of
diff
by
AliOsm
 | 
58 Bytes | 
Show | 
Edit | 
Expand | 
| 
 | 
| TEST | 
3 lines
of
Ruby
by
test
 | 
27 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3  | 
  def main
  puts "Hi!"
end  | 
  
 
 | 
| yaya | 
3 lines
of
HTML
 | 
153 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3  | 
  <html lang="ru"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"></head><body><script>
var a=2;
</script></body></html>  | 
  
 
 | 
| asdf | 
7 lines
of
Delphi
by
Pharcosyle
 | 
201 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7  | 
            <script src="target/bidder.js"></script>
          <script>
            var config = ;
            ad_bridg.start(657474868, config);
          </scrip... | 
  
 
 | 
| qweqweqwe | 
13 lines
of
Groovy (beta)
by
erwerer
 | 
465 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5  | 
  sections.section {
    h2 'Pretty Groovy Code for reveal.js'
    p "The following script contains the code for this page. 'example.groovy' is a Groovy script."
    pre {
        code(class:'jav... | 
  
 
 | 
| test | 
1 line
of
SQL
 | 
445 Bytes | 
Show | 
Edit | 
Expand | 
  1  | 
  SELECT `products`.`name` AS `product_name`, SUM(`account_intels`.`connected_host_count`) AS `connected_host_count` FROM `account_intels` INNER JOIN `accounts` ON (`accounts`.`id` = `account_intels`...  | 
  
 
 | 
| Hello | 
5 lines
of
Ruby
 | 
114 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5  | 
  #! /usr/bin/env ruby
require 'rubygems'
require 'bundler/setup'
require 'mechanize'
require 'ruby-progressbar'  | 
  
 
 | 
| Cpp Test | 
27 lines
of
C++
 | 
1.7 KB | 
Show | 
Edit | 
Expand | 
  1
2
3
4  | 
   __STATIC_INLINE void GPIO_DbgSWDClkEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWDIOEnable(bool enable)
__STATIC_INLINE void GPIO_DbgSWOEnable(bool enable)
__STATIC_INLINE void GPIO_EM4Dis...  | 
  
 
 | 
| Erb Test | 
6 lines
of
ERb
by
tiba
 | 
53 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6  | 
  <% 
def test
 ddd = 1
end
%>
<%= "Hello Word" %>  | 
  
 
 |