[ create a new paste ] login | about

fabioluciano

Name: Fábio Luciano
Email:
Site/Blog: http://www.naoimporta.com
Location: Brasil, Brasília
Default language: Python
Favorite languages: python
About:

Saved pastes by fabioluciano:

C, pasted on Mar 1:
1
2
3
4
5
#include <stdio.h>
#include <stdlib.h>

/* Variáveis */
int numerosRecebidos[5];
...
view (75 lines)
PHP, pasted on Jan 4:
1
2
3
4
5
<?php
class Model_Log_Search extends \Orm\Model
{

  protected static $_connection = 'log';
...
view (46 lines)
PHP, pasted on Jan 4:
1
2
3
4
5
<?php
class Model_Host extends \Orm\Model
{
  protected static $_connection = 'hosts';
	protected static $_properties = array(
...
view (64 lines)
PHP, pasted on Sep 13:
1
2
3
4
<?php

$nomes = array(1 =>'Cássio', 'Weslley', 'Fábio');
$tamanho_do_array = sizeof($nomes);
...
view (23 lines, 12 lines of output)
Python, pasted on Jun 4:
1
2
3
4
#! /usr/bin/python
# -*- coding: iso-8859-1 -*-

# Dependencias pynotify e xprintidle
...
view (19 lines, 4 lines of output)