git clone --bare .git
## Local folder
>```bash
git clone <DROPBOX BARE REPO> <DROPBOX BARE REPO NAME without .git sufix>
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> |
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" |
/** | |
* Desafio CSS 04 - Bandeira da Turquia | |
*/ | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
body:after { | |
content: ""; |
/** | |
* Desafio CSS 04 - Cone | |
*/ | |
body { | |
background: #F5F5F5; | |
} | |
.cone { | |
display: inline-block; | |
position: relative; |
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. ## |
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) |
Make sure everything is up to date.
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 |