Skip to content

Instantly share code, notes, and snippets.

@dcardosods
dcardosods / osx-special-chars.ahk
Last active December 9, 2020 17:36 — forked from patik/osx-special-chars.ahk
AutoHotKey stuff
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance force ; only one instance of this script may run at a time!
#UseHook
; below is commented because of "Invalid key error", and because the script seems to work without it
;!VKC0SC029::Return ; grave -> the grave ` accent gave some probs, used the virtualkey + scancode instead
!e::Return ; acute
!i::Return ; circumflex
diff --git a/package.json b/package.json
index 50e86a0..e4c056f 100644
--- a/package.json
+++ b/package.json
@@ -63,6 +63,23 @@
"chalk": "~1.1.1",
"uglify-save-license": "~0.4.1"
},
+ "overrides": {
+ "bootstrap": {
diff --git a/gulp/inject.js b/gulp/inject.js
index 2a5804b..37584ba 100644
--- a/gulp/inject.js
+++ b/gulp/inject.js
@@ -4,9 +4,10 @@ var path = require('path');
var gulp = require('gulp');
var conf = require('./conf');
-var $ = require('gulp-load-plugins')();
+var $ = require('gulp-load-plugins')({
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
@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)
@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 / 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 / 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 / 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"