Welcome! This page is using CodeRay 1.1.2.

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

Page 121, 10 entries

sad 12 lines of Ruby 402 Bytes Show Edit Expand
1
2
3
4
5
6
7
Status: Aberto
#Email: Prezado cliente seu pedido esta: Aberto
#Estoque: Estoque remanejado
Status: Confirmado
#Email: Prezado cliente seu pedido esta: Confirmado
#Estoque: Estoque remanejado
...
sad 41 lines of Ruby 1.03 KB Show Edit Expand
1
2
3
4
5
6
require './pedido.rb'
require './modulosujeito.rb'
# instanciamos a classe pedido
pedido = Pedido.new
# instance_eval permite alterar a estrura 
# classe apenas para essa instancia em especifi...
sad 32 lines of Ruby 947 Bytes Show Edit Expand
1
2
3
4
5
6
require './pedido.rb'
require './modulosujeito.rb'
# instanciamos a classe pedido
pedido = Pedido.new
# instance_eval permite alterar a estrura 
# classe apenas para essa instancia em especifi...
sad 11 lines of Ruby 228 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
# classe pedido
class Pedido
  # com atributo status
  attr_accessor :status

  # metodo que modifica o status do pedido
  def mudar_status novo_status
    @status = novo_status
    puts "Novo S...
s 15 lines of Ruby by dsfs 321 Bytes Show Edit Expand
1
2
3
4
5
6
7
# Modulo Sujeito que permite adicionar e notificar 
# blocks -blocos de código que vão observar
module ModuloSujeito

  def addObservador(&observer)
    @observers ||=[]
    @observers << obser...
test 20 lines of HTML by Efe 260 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

<table border="1">
<tr>
<td><h4>value</h4></td>
<td><h4>price type</h4></td>
</tr>
<tr>
  <td>1</td>
  <td>PROMO Class</td>
</tr>
<tr>
  <td>2</td>
  <td>ECONOMY Class</td>
</tr>
<tr...
java 20 lines of Java 672 Bytes Show Edit Expand
1
2
3
4
5
6
HttpGet get = new HttpGet(path);

String date = DateUtils.formatDate(new Date());
    
// create signature: method + content md5 + content-type + date + uri
StringBuilder signature = new StringB...
webmaster 11 lines of PHP by vbs 150 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
<div>
<?php 
if(isset($_GET['submit'])){
$fo = $_GET['submit'];
$select_fo = mysql_query("select * from sopa where id ='ss'")


}
?>

</div>
t 1 line of Ruby 18 Bytes Show Edit Expand
1
puts 'hello world'
sdasdadasdasdasdasdasdasdasd 36 lines of YAML by asd 820 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
groups:
  J4YZ33:
  - admin
disabled_commands:
- find
player_limit: -1
stats: 34909ba6-9b02-4e49-baf4-237133f68eaa
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.com...

Page 121, 10 entries