Skip to content

Instantly share code, notes, and snippets.

View jacksonfdam's full-sized avatar
💻
Coding...

Jackson F. de A. Mafra jacksonfdam

💻
Coding...
View GitHub Profile

#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for a live environment!

I hope it helps you too!

fyi @mheiniger and me started with an installer here: https://github.com/mheiniger/webdev-setup

@jacksonfdam
jacksonfdam / gitcowsay.sh
Created January 21, 2016 13:48 — forked from netojoaobatista/gitcowsay.sh
Random commit messages
git config --global alias.cowsay '!git commit -m "`fortune | cowsay -f tux`"'
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
public static void copyFile(Activity c, String filename)
{
AssetManager assetManager = c.getAssets();
InputStream in = null;
OutputStream out = null;
try
{
in = assetManager.open(filename);
String newFileName = sdcardpath/filename;

Plano de Ensino

HTML5

  • História
  • Evolução
  • Semântica
  • Acessibilidade
  • API's

Ferramentas de Automação

Parte 1 - Bower

Apresentação das ferramentas de automação (de forma genérica) para conhecimento de todos sobre o que será abordado, e dar início às discussões sobre o Bower.

  • O que é o Bower?
  • Devo utilizar o Bower? Em quais situações?
  • Como utilizar?
  • Instalação do Bower (Windows -> Msysgit)
{
"bitwise": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"newcap": true,
"esnext": true,
"latedef": true,
"noarg": true,
"node": true,
{
"name": "",
"version": "",
"private": true,
"author": "Vitor Britto <code@vitorbritto.com.br>",
"description": "",
"bin": {},
"scripts": {
"start": "",
"test": ""
#!/bin/bash
#
# General
# ---------------------------------------------------
# Create a data URI from a file
datauri() {
local mimeType=""