#
# This script gets the beautiful wallpapers from http://wallbase.cc
# This script is brought to you by 7sins@4geeksfromnet.com
...

Bash wallbase.sh

by sergio, October 13, 2011 08:22, 1 refactoring, tagged with bash, wallpapers, shell script

Get thousands of wallpapers...

A5f3d249cc5053cdc1eb4ede60fd2f45 Talk
#!/bin/sh
# permanent settings for network interface
# http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html
...

Bash Linux add ethtool duplex se...

by sergio, April 05, 2010 15:48, No refactoring, tagged with bash

# improve your netword card...

A5f3d249cc5053cdc1eb4ede60fd2f45 Talk
numbers  = [int(raw_input("enter number: "))]
p = lambda x: ((x % 2) and x * 3 + 1) or x / 2

...

Python algoritmo collatz

by sergio, February 25, 2010 15:54, 2 refactorings, tagged with python

Considere que, para um dete...

A5f3d249cc5053cdc1eb4ede60fd2f45 Talk
#!/usr/bin/python
# Criado em:Dom 12/Ago/2007 hs 10:49
# Last Change: Dom 12 Ago 2007 11:11:06 BRT
...

Python equação do segundo grau

by sergio, July 10, 2009 19:42, 1 refactoring, tagged with math, python

Equação do segundo graum ...

A5f3d249cc5053cdc1eb4ede60fd2f45 Talk