This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Promise = require('bluebird'), | |
Sequelize = require('sequelize'), | |
sequelize = new Sequelize('database', 'username', 'password', { | |
host: 'localhost', | |
dialect: 'sqlite' | |
}); | |
/* | |
* Quick explanation: | |
* A movie has a lot of credits (jon doe is the director, jane doe is the photographer, peter doe is the hair dresser...) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var webpack = require('webpack'); | |
var HtmlWebpackPlugin = require('html-webpack-plugin'); | |
var path = require('path'); | |
var folders = { | |
APP: path.resolve(__dirname, '../app'), | |
BUILD: path.resolve(__dirname, '../build'), | |
BOWER: path.resolve(__dirname, '../bower_components'), | |
NPM: path.resolve(__dirname, '../node_modules') | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "file-upload", | |
"version": "1.0.0", | |
"description": "File Upload test case", | |
"main": "server.js", | |
"dependencies": { | |
"hapi": "^8.0.0-rc8", | |
"joi": "^5.0.2" | |
}, | |
"devDependencies": { |
I hereby claim:
- I am Couto on github.
- I am couto (https://keybase.io/couto) on keybase.
- I have a public key whose fingerprint is 6615 D57E 7D20 7B0C 537C ADDF 7C62 5B90 A681 6DA3
To claim this, I am signing this object:
Styleguide Generators, it doesn't matter if they automatically generate the final output or not. As long as it's a solution to create a styleguide, then it's a valid entry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "ubuntu/trusty64" | |
config.vm.network "forwarded_port", guest: 5432, host: 5432 | |
config.vm.provision "ansible" do |ansible| | |
ansible.playbook = "playbook.yml" | |
ansible.sudo = true | |
ansible.verbose = 'vvv' | |
end | |
end |
I hereby claim:
- I am couto on github.
- I am couto (https://keybase.io/couto) on keybase.
- I have a public key whose fingerprint is C230 B192 2E7F FADA B169 3BBC B38A BA95 DEEA 9F1B
To claim this, I am signing this object:
If you have a Flame reference device and wanna try out alternate versions of Firefox OS apart from the stock one, but not willing to build from source, then follow this mini-manual.
You can download the packages from the Nightly Build directories of Mozilla FTP. You specifically need the following two files:
- b2g-XX.0a1.en-US.android-arm.tar.gz (XX is the version number)
- gaia.zip