Welcome! This page is using CodeRay 1.1.2.

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

Page 268, 10 entries

dir 5 lines of Ruby by christianrojas 199 Bytes Show Edit Expand
1
2
3
4
5
def lista_directorios
        dir = Directorio.new
        # Retorna solo los directorios encontrados recursivamente en la ruta inicial.
        return dir.lista_directorios(RUTA_INICIAL)
    end
test 3 lines of Python 95 Bytes Show Edit Expand
1
2
3
def cicciobello:
  succo = Lista.Suprema.Funzione('Spremiagrumi')
  print "magia %s", succo
test 2 lines of Python 36 Bytes Show Edit Expand
1
2
def ciccio
  asd.plist('Asdrubale')
test 10 lines of Python 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<typo:code>
# comment 1
# comment 2
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hours: 24
</ty...
test 10 lines of Python 207 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<typo:code>
# comment 1
# comment 2
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hours: 24
</ty...
test 10 lines of PHP 218 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<typo:code lang="php">
# comment 1
# comment 2
[DEFAULT]
email: youremailatgmaildotcom
password: yoursupahsecretpassword
max_results: 9999
cache_filename: ~/.goobook_cache
cache_expiry_hour...
xml 4 lines of XML 69 Bytes Show Edit Expand
1
2
3
4
<?xml version="1.0"?>
<example>
<data>some value</data>
</example>
Test Php 1 line of PHP by dc 11 Bytes Show Edit Expand
1
echo "OLA";
Hello, world! 3 lines of PHP 36 Bytes Show Edit Expand
1
2
3
<?
$sResponse = "Hello, world!"
?>
testing ruby 16 lines of ERb by asdf 372 Bytes Show Edit Expand
1
2
3
4
5
6
7
<!-- index.html.erb -->
<% form_tag products_path, :method => :get do %>
  <p>
    <%= text_field_tag :search, params[:search] %>
    <%= submit_tag "Search", :name => nil %>
  </p>
<% end %>...

Page 268, 10 entries