Install Babun http://babun.github.io/
Install Hyper http://hyper.is/
Download Fira Code font https://github.com/tonsky/FiraCode
| -------------------- | |
| --Nova World Buffs-- | |
| --Classic WoW world buff timers and pre warnings. | |
| --Novaspark-Arugal OCE (classic). | |
| --https://www.curseforge.com/members/venomisto/projects | |
| --Note: Server restarts will cause the timers to be inaccurate because the NPC's reset. | |
| NWB = LibStub("AceAddon-3.0"):NewAddon("NovaWorldBuffs", "AceComm-3.0"); | |
| NWB.dragonLib = LibStub("HereBeDragons-2.0"); | |
| NWB.dragonLibPins = LibStub("HereBeDragons-Pins-2.0"); |
| { | |
| "log": { | |
| "loglevel": "none" | |
| }, | |
| "inbound": { | |
| "port": 23456, | |
| "listen": "127.0.0.1", | |
| "protocol": "socks", | |
| "settings": { | |
| "udp": true |
| { | |
| "log": { | |
| "loglevel": "none" | |
| }, | |
| "inbound": { | |
| "port": 23456, | |
| "listen": "127.0.0.1", | |
| "protocol": "socks", | |
| "settings": { | |
| "udp": true |
| # Use hyper.is or iTerm2 as terminal emulators | |
| # Install ohmyzsh | |
| # https://github.com/robbyrussell/oh-my-zsh | |
| # Copy over configs from ~/.bash_profile | |
| # For example, it may have the nvm setup or any aliases like exa=ls and cat=bat | |
| # ~/.hyper.js configuration: | |
| copyOnSelect: true |
Install Babun http://babun.github.io/
Install Hyper http://hyper.is/
Download Fira Code font https://github.com/tonsky/FiraCode
brew install tmux
Run tmux -CC or tmux -CC attach in iTerm2 and then menu is shown on terminal:
| #!/bin/bash | |
| # Copyright 2017 Théo Chamley | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| # this software and associated documentation files (the "Software"), to deal in the Software | |
| # without restriction, including without limitation the rights to use, copy, modify, merge, | |
| # publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons | |
| # to whom the Software is furnished to do so, subject to the following conditions: | |
| # | |
| # The above copyright notice and this permission notice shall be included in all copies or |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
Provides an http interface to nsq consumers.
NOTE: This has not updated since before nsqio/pynsq#117 "nsq.Reader.disabled() no longer effective" was fixed.
nsqd already provides an http interface to nsq publishers - just
POST data to /put?topic=$TOPIC, typically to the nsqd running locally,