Welcome! This page is using CodeRay 1.1.2.

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

Page 136, 10 entries

asdsa 14 lines of Ruby 243 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
class FixBorders
  def go_horse!
    all_images = load_image_list
    
    all_images.each do |image|
      download(image)
      fixed_images = fix(image)
      upload_images(fixed_images)
...
html 1 line of HTML 19 Bytes Show Edit Expand
1
<span class="test">
Ruby 3 lines of Ruby 27 Bytes Show Edit Expand
1
2
3
def test_ruby 
 'foo'
end
moron method 3 lines of Ruby 25 Bytes Show Edit Expand
1
2
3
def moron
  p 'lol'
end
adsfsd 19 lines of XML by adfsd 806 Bytes Show Edit Expand
1
2
3
4
5
  <sv:property sv:name="label" sv:type="String">
    <sv:value>dialogs.paragraphs.content.stkTextImage.label</sv:value>
  </sv:property>
  <sv:node sv:name="MetaData">
    <sv:property sv:name=...
asdfasdf 31 lines of JSON by asdfasdf 913 Bytes Show Edit Expand
1
2
3
4
5
6
vcard {
          tag:   ul, 
          class:  vcard, 
          actions [inside_this wrap_each: li]
          name   {actions [insert: span class=fn "@text"]}
          addr   {actions [insert: span class=street-address...
Asciidoclet in Gradle 12 lines of Groovy (beta) by aslakknutsen 247 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
configurations {
  asciidoclet
}
 
dependencies {
  asciidoclet 'org.asciidoctor:asciidoclet:0.1.3'   
}
 
javadoc {
  options.docletpath = configurations.asciidoclet.files.asType(List)
 ...
erb 1 line of ERb by asherlc 33 Bytes Show Edit Expand
1
<a href="<% = my_var %>">Test</a>
SCSS 26 lines of CSS by mojavelinux 982 Bytes Show Edit Expand
1
2
3
4
5
<li>
  <span class="on">Orari</span>
  </li>
  <li>
  <span class="off"><a href="http://www.up.aci.it/milano/spip.php?page=contattaci" title="Vai alla pagina Contattaci" accesskey="c">Contattaci</a...
html 14 lines of HTML by Boris Dzuver 414 Bytes Show Edit Expand
1
2
3
4
5
<div class="section-container accordion" data-section="accordion">
  <section class="section">
    <p class="title"><a href="#">Section 1</a></p>
    <div class="content">
      <p>Content of s...

Page 136, 10 entries