"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^7.1.0",
This file contains 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
.pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin: 22px 0; | |
border-radius: 4px; | |
} | |
.pagination > li { | |
display: inline; | |
} | |
.pagination > li > a, |
This file contains 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
After install zsh | |
- brew update | |
- brew install nvm | |
- mkdir ~/.nvm | |
after in your ~/.zshrc or in .bash_profile if your use bash shell: | |
export NVM_DIR=~/.nvm | |
source $(brew --prefix nvm)/nvm.sh |
Based on the excellent Solarized (Dark) created by Ethan Schoonover. For source code, check the main Solarized repository on GitHub.
Open and save Solarized Dark.terminal.
Import from the “Profiles” tab in the settings of Terminal.app or just double-click the file after downloading.
This file contains 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
# Install Virtualbox && Vagrant for MacOSX | |
Vagrant uses Virtualbox to manage the virtual dependencies. You can directly download virtualbox and install or use homebrew for it. | |
```sh | |
$ brew cask install virtualbox | |
``` | |
Now install Vagrant either from the website or use homebrew for installing it. |
This file contains 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
npm i axios react-router-dom redux react-redux redux-thunk redux-devtools-extension |
This file contains 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
//QUEUE POPULATOR | |
var Firebase = require('firebase'); | |
// Same ref as in queue_worker.js | |
var ref = new Firebase('https://<your-firebase>.firebaseio.com/queue'); | |
// This doesn't need to be set every time, but helps us | |
// define the spec for the task in this example | |
ref.child('specs').set({ |
Set up Karma with Jasmine in Create React App
This guide will use specific versions NPM packages. Please double-check that you installed the same versions to avoid installation issues!
- Install Create React App
$ npm install -g [email protected]
- Make sure your
build
directory is gitignored. It should be, by default, in a new Android Studio project -- you can double check by making sure that your.gitignore
file contains the line:
/build
- In your project root directory, add the API key to
local.properties
file like this:
This file contains 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
###################################### | |
# INSTALL OPENCV ON UBUNTU OR DEBIAN # | |
###################################### | |
# | THIS SCRIPT IS TESTED CORRECTLY ON | | |
# |----------------------------------------------------| | |
# | OS | OpenCV | Test | Last test | | |
# |----------------|--------------|------|-------------| | |
# | Ubuntu 16.04.2 | OpenCV 3.2.0 | OK | 20 May 2017 | | |
# | Debian 8.8 | OpenCV 3.2.0 | OK | 20 May 2017 | |
NewerOlder