- Check for an existing
.gitignorefile in the project directory
ls -a| #!/usr/bin/env python | |
| import hashlib | |
| import hmac | |
| import time | |
| import requests | |
| import datetime | |
| # Q. Do you have A Websocket API? | |
| # A. Yes, and we strongly recommend you to use it. Please, check our JavaScript websocket implementation for our WebSocket API here: | |
| # https://github.com/blinktrade/frontend/blob/master/jsdev/bitex/api/bitex.js |
| class MyJob < ActiveJob::Base | |
| queue_as :urgent | |
| rescue_from(NoResultsError) do | |
| retry_job wait: 5.minutes, queue: :default | |
| end | |
| def perform(*args) | |
| MyService.call(*args) | |
| end |
| #!/usr/bin/env sh | |
| # checks to see if running | |
| launchctl list | grep elasticsearch | |
| launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist | |
| launchctl remove homebrew.mxcl.elasticsearch | |
| pkill -f elasticsearch |
| select.form-control + .chosen-container.chosen-container-single .chosen-single { | |
| display: block; | |
| width: 100%; | |
| height: 34px; | |
| padding: 6px 12px; | |
| font-size: 14px; | |
| line-height: 1.428571429; | |
| color: #555; | |
| vertical-align: middle; | |
| background-color: #fff; |
| " VIM Configuration File | |
| " Description: Optimized for C/C++ development, but useful also for other things. | |
| " Author: Gerhard Gappmeier | |
| " | |
| " set UTF-8 encoding | |
| set enc=utf-8 | |
| set fenc=utf-8 | |
| set termencoding=utf-8 | |
| " disable vi compatibility (emulation of old bugs) |
As configured in my dotfiles.
start new:
tmux
start new with session name: