Skip to content

Instantly share code, notes, and snippets.

@dcardosods
dcardosods / brew_install_node_fail
Created September 10, 2012 19:51
Homebrew install node in MAC OS X 10.5.8 - The output from HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install node
Node's build system, gyp, requires Python 2.6 or newer.
==> Downloading http://nodejs.org/dist/v0.8.8/node-v0.8.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/node-0.8.8.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/node-0.8.8.tar.gz
==> ./configure --prefix=/usr/local/Cellar/node/0.8.8
./configure --prefix=/usr/local/Cellar/node/0.8.8
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<link rel="prefetch" href="http://www.aaronlumsden.com/page2">
</head>
<body>
<div>Testando o post: <a href="http://www.aaronlumsden.com/articles/7-html5-features-that-you-may-not-know-about/">7 HTML5 Features That You May Not Know About</a></div>
<a href="my.pdf" download="MyPDFReport">Download PDF</a>
@dcardosods
dcardosods / gitWorkflow-githubFork-bareDropbox-local.md
Created September 26, 2012 20:28
Git Workflow: Github fork > bare repo on Dropbox > local

Dropbox folder

git clone --bare .git


## Local folder
>```bash
git clone <DROPBOX BARE REPO> <DROPBOX BARE REPO NAME without .git sufix>
@dcardosods
dcardosods / brew_install_php
Created September 28, 2012 13:57
brew install php Mac 10.5.8
estomac7:~ daniel$ brew install https://raw.github.com/jmlane/homebrew-php/3fe2834af207e091feac466e87643f60a6d61c9d/Formula/php.rb --with-mysql
######################################################################## 100.0%
==> Installing php dependency: cmake
==> Downloading http://www.cmake.org/files/v2.8/cmake-2.8.9.tar.gz
######################################################################## 100.0%
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/2.8.9 --system-libs --no-system-libarchive --datadir=/share/cmake --docdir=/share/doc/cma
==> make
==> make install
Warning: m4 macros were installed to "share/aclocal".
Homebrew does not append "/usr/local/share/aclocal"
@dcardosods
dcardosods / dabblet.css
Created July 12, 2013 13:53
Desafio CSS 04 - Bandeira da Turquia
/**
* Desafio CSS 04 - Bandeira da Turquia
*/
body {
margin: 0;
padding: 0;
}
body:after {
content: "";
@dcardosods
dcardosods / dabblet.css
Created July 30, 2013 19:35
Desafio CSS 04 - Cone
/**
* Desafio CSS 04 - Cone
*/
body {
background: #F5F5F5;
}
.cone {
display: inline-block;
position: relative;
@dcardosods
dcardosods / config.log
Created September 12, 2013 15:44
Log of autoconf failed install on linuxbrew
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Autoconf configure 2.69, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/usr/local/dcardosods/linuxbrew/Cellar/autoconf/2.69
## --------- ##
## Platform. ##
@dcardosods
dcardosods / Error-running-vagrant-up-on-Win7-box
Created December 17, 2013 14:00
Error running vagrant up on Win7 box from vagrant-windows-puppet project.
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'win7x64pro'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Destroying VM and associated drives...
[default] Running cleanup tasks for 'shell' provisioner...
[default] Running cleanup tasks for 'puppet' provisioner...
/opt/vagrant/embedded/gems/gems/vagrant-1.4.0/lib/vagrant/action/builtin/synced_folders.rb:41:in `expand_path': can't convert Vagrant::Config::V2::DummyConfig to String (Vagrant::Config::V2::DummyConfig#to_str gives Vagrant::Config::V2::DummyConfig) (TypeError)
diff --git a/package-lock.json b/package-lock.json
index 10afb25..e8d65d8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4,6 +4,14 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
// TOO MUCH TO SHOW HERE
diff --git a/package.json b/package.json