Public Gists by fitoria

Gravatar
Sat Oct 24 09:37:10 -0700 2009
1
2
3
:⌉
=⌉
¦-) as opposed to |
Gravatar
Sat Oct 10 21:40:47 -0700 2009
1
2
3
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
Gravatar
Wed Sep 02 10:29:46 -0700 2009
1
2
3
for i in range(len(data)):
        porcentaje_producen = "%.2f" % (data[i][0]/totals[0])*100 #fail
        porcentaje_compran = (data[i][1]/totals[1])*100
Gravatar
Sun Aug 30 21:54:54 -0700 2009
1
2
3
Le escribo este correo por que he tenido problemas con el segundo cuestionario.
Casi todas las preguntas son para personas que ya poseen experiencia laboral y yo poseo
poca experiencia trabajando en una empresa, mi experiencia se resume a trabajos freelance
Gravatar
Wed Aug 19 23:09:12 -0700 2009
1
2
3
ADDRESSES_RE = re.compile(r"""(?x)
(?<!-|/|:|,|\.|\$) # These various characters are not allowed before an address/intersection.
\b
Gravatar
Sun Aug 16 17:48:36 -0700 2009
1
2
3
Environment:
 
Request Method: GET
Gravatar
Sat Aug 08 21:33:00 -0700 2009
1
2
3
##current version: fails when the user is anonymous.
 
favorited = question.has_favorite_by_user(request.user)
Gravatar
Fri Jul 17 09:04:35 -0700 2009
1
2
3
[root@ludoslegio ~]# yum install php-bcmath
base 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
Gravatar
Fri May 29 17:23:38 -0700 2009
1
2
3
#!/bin/sh
for img in `ls *.jpg`
do
Gravatar
Mon May 11 18:38:22 -0700 2009
1
2
3
from django.contrib import admin
from sitioprueba.books.models import Publisher, Author, Book
 
Gravatar
Mon May 11 18:28:54 -0700 2009
1
2
3
/*tinyMCE.init({
mode : "textareas",
theme : "simple"
Gravatar
Mon May 04 08:44:42 -0700 2009
1
2
3
 
(firefox:6211): Moonlight-WARNING **: Forcing client-side rendering because we detected binary drivers which are known to suffer performance problems.
windowless mode
Gravatar
Thu Apr 30 22:32:39 -0700 2009
1
2
3
Mi admin.py
--------------------------
 
Gravatar
Thu Apr 30 21:34:42 -0700 2009
1
2
3
import gtk
 
class TinyButton(gtk.Button):
Gravatar
Mon Apr 27 20:36:20 -0700 2009
1
2
3
def vista(request):
    foo=OneModel.objects.all()
    bar=Othermodel.objects.all()
Gravatar
Thu Apr 23 20:52:00 -0700 2009
1
2
3
fitoria@fitoria-laptop:~/Videos$ tree
.
|-- 24c3-2303-en-inside_the_macosx_kernel-COMPATIBLE.mp4
Gravatar
Sat Apr 18 22:39:47 -0700 2009
1
2
3
default 0
timeout 3
 
Gravatar
Wed Apr 15 21:43:54 -0700 2009
1
2
3
from django.forms import ModelForm
from django import forms
from models import PAISES, COMUNIDADES, UserProfile
Gravatar
Thu Apr 09 22:31:11 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<lista>
<programa>
Gravatar
Wed Apr 08 17:07:19 -0700 2009
1
2
3
<html>
<head><title>Javascript Dynamic ListBox Demonstration</title>
</head>