Skip to content

Instantly share code, notes, and snippets.

View cstipkovic's full-sized avatar
🏠
Working from home

Clauber Stipkovic cstipkovic

🏠
Working from home
View GitHub Profile
@viniciusteles
viniciusteles / gist:556029
Created August 29, 2010 06:20
Sete Atitudes para Hackear a Indústria de Software
Sete Atitudes para Hackear a Indústria de Software
By Klaus Wuestefeld
1) Torne-se excelente.
Seja realmente bom em alguma coisa. Não fique só choramingando ou
querendo progredir às custas dos outros. Não pense q pq vc sentou 4
anos numa faculdade ouvindo um professor falar sobre software q vc
sabe alguma coisa. Jogador de futebol não aprende a jogar bola tendo
@creationix
creationix / chatServer.js
Created November 19, 2010 20:47
A simple TCP based chat server written in node.js
// Load the TCP Library
net = require('net');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function (socket) {
// Identify this client
@lonnen
lonnen / autoconf213.rb
Created January 4, 2011 22:15
Homebrew recipe for autoconf213
require 'formula'
class Autoconf213 <Formula
url 'http://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz'
md5 '9de56d4a161a723228220b0f425dc711'
homepage 'http://www.gnu.org/software/autoconf/'
def keg_only?
:provided_by_osx
end
@140bytes
140bytes / LICENSE.txt
Created May 9, 2011 16:13
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@zpao
zpao / README.md
Created June 6, 2011 17:56
autoconf 2.13 homebrew formula

Install

  1. install homebrew
  2. place autoconf.rb into Formula folder: /usr/local/Library/Formula/
  3. run brew install autoconf
@hugosenari
hugosenari / content.md
Created July 18, 2012 19:51
Checklist para recebimento de wirefram/psd

Coisas que eu sempre tenho que verificar quando recebo um wire frame/psd:

Básico:

  • Trata todos os casos de sucesso e erro?
  • É viável e aceitável?
  • Trata todas as telas?

Opcional:

  • Isto vai ficar leve?
  • Isto é usável?
@ricardopontes
ricardopontes / DuckDuckGo.js
Created August 3, 2012 18:27
Comando do add-on Ubiquity (Firefox) para o buscador DuckDuckGo
CmdUtils.makeSearchCommand({
names: ["DuckGo"],
url: "http://duckduckgo.com/?q={QUERY}",
icon: "http://duckduckgo.com/favicon.ico",
description: "Search DuckDuckGo for your words.",
//help: "You can use the keyboard shortcut ctrl + alt + number to open one " +
// "of the DuckGo results shown in the preview.",
preview: function duck_preview(pblock, {object}) {
var searchTerm = object.text;
// Don't even display any text before fetching search results,
@hugosenari
hugosenari / makefile
Created September 12, 2012 14:55
make
CSS = Content/css/style.css
CSS_MIN = Content/css/style.min.css
CSS_META = Content/css/meta-css/style.less
LESS = 'Content/css/meta-css/.*\.less'
JSS = $(wildcard Scripts/*.js)
JSS_NAMES = $(basename ${JSS})
DATE=$(shell date +%I:%M%p)
@potch
potch / getb2g.sh
Created October 30, 2012 22:21
On a Mac? use this script to update your B2G Desktop!
#!/bin/bash
# Which version should we fetch?
b2gremote="https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-central/"
appname="B2G"
if [ "$1" == "aurora" ]; then
b2gremote="https://ftp.mozilla.org/pub/mozilla.org/b2g/nightly/latest-mozilla-aurora/"
appname="B2GAurora"
fi
@banaslee
banaslee / XGH - de-de.txt
Last active September 23, 2025 08:25
eXtreme Go-Horse Process
eXtreme Go Horse (XGH) Process
Quelle: http://gohorseprocess.wordpress.com
Übersetzung ursprünglich von https://gist.github.com/Neffez/f8d907ba8289f14e23f3855011fa4e2f
1. Ich denke, also ist es nicht XGH.
In XGH wird nicht gedacht, es wird das erste gemacht, was in den Sinn kommt. Es gibt auch keine zweite Option, die erste ist schneller.
2. Es gibt 3 Wege ein Problem zu lösen: den richtigen Weg, den falschen Weg und den XGH Weg, welcher exakt wie der falsche ist, aber schneller.