Skip to content

Instantly share code, notes, and snippets.

View Theminijohn's full-sized avatar
🤘
Building Growth Products

Mini John™ Theminijohn

🤘
Building Growth Products
View GitHub Profile
@Theminijohn
Theminijohn / log.txt
Last active August 30, 2021 11:21
Z2M / CC26X2R1 error log
> zigbee2mqtt@1.18.2 start /app
> node index.js
Zigbee2MQTT:debug 2021-08-30 11:18:53: Loaded state from file /app/data/state.json
Zigbee2MQTT:info 2021-08-30 11:18:53: Logging to console and directory: '/app/data/log/2021-08-30.11-18-52' filename: log.txt
Zigbee2MQTT:debug 2021-08-30 11:18:53: Removing old log directory '/app/data/log/2021-08-30.11-14-54'
Zigbee2MQTT:info 2021-08-30 11:18:53: Starting Zigbee2MQTT version 1.18.2 (commit #abd8a09)
Zigbee2MQTT:info 2021-08-30 11:18:53: Starting zigbee-herdsman (0.13.88)
Zigbee2MQTT:debug 2021-08-30 11:18:53: Using zigbee-herdsman with settings: '{"adapter":{"concurrent":null,"delay":null},"backupPath":"/app/data/coordinator_backup.json","databaseBackupPath":"/app/data/database.db.backup","databasePath":"/app/data/database.db","network":{"channelList":[20],"extendedPanID":[221,221,221,221,221,221,221,221],"networkKey":"HIDDEN","panID":6760},"serialPort":{"path":"/dev/ttyACM0"}}'
Zigbee2MQTT:error 2021-08-30 11:19:13: Error while starting zigbee-herdsman
@Theminijohn
Theminijohn / find-collection-id.md
Last active June 30, 2020 18:58
Add Icons to helpscout collections
@Theminijohn
Theminijohn / .tmux.conf
Created August 27, 2015 10:58
Tmux Conf File
# Set prefix to Ctrl-Space
unbind C-b
set -g prefix C-Space
bind Space send-prefix
# Allows for faster key repetition
set -s escape-time 0
# Design
set -g status-left '#[fg=#a09f93,bg=#2d2d2d,bold] ༼ つ◕_◕ ༽つ #[fg=white,bg=#2d2d2d,nobold]#[fg=colour245,bg=#2d2d2d,bold] #(whoami) #[fg=colour238,bg=white,nobold]'
@Theminijohn
Theminijohn / podcast.md
Created September 30, 2019 15:10
Podcast 101

Handbook / Marketing / Podcast

Podcast

How we ideate, structure, produce & distribute our podcast episodes

  • title: How to Startup (Podcast name survey Last survey)
  • RSS Feed URL: [coming soon]
  • category: Startup Founder Education
  • format: Solo starting out, but will evolve into Interviewing experts & founders and fireside chats
@Theminijohn
Theminijohn / adwords-qs-tracker.js
Created August 24, 2018 15:12
AdWords Quality Score Tracker
function main(){
/*
* The following preferences can be changed to customize this script.
* Most of options can be set by using 1 for yes or 0 for no.
* You don't have to change anything here. The script will do fine with the defaults.
*/
var config = {
/*
* Which of the following charts should be displayed on the dashboard?
* The "per QS" charts are column charts. They show the current state compared to a previous one (see next option).
@Theminijohn
Theminijohn / adwords-qs-tracker.js
Created August 24, 2018 15:12
AdWords Quality Score Tracker
function main(){
/*
* The following preferences can be changed to customize this script.
* Most of options can be set by using 1 for yes or 0 for no.
* You don't have to change anything here. The script will do fine with the defaults.
*/
var config = {
/*
* Which of the following charts should be displayed on the dashboard?
* The "per QS" charts are column charts. They show the current state compared to a previous one (see next option).
@Theminijohn
Theminijohn / adwords-qs-tracker.js
Created August 24, 2018 15:12
AdWords Quality Score Tracker
function main(){
/*
* The following preferences can be changed to customize this script.
* Most of options can be set by using 1 for yes or 0 for no.
* You don't have to change anything here. The script will do fine with the defaults.
*/
var config = {
/*
* Which of the following charts should be displayed on the dashboard?
* The "per QS" charts are column charts. They show the current state compared to a previous one (see next option).
@Theminijohn
Theminijohn / adwords-qs-tracker.js
Created August 24, 2018 15:12
AdWords Quality Score Tracker
function main(){
/*
* The following preferences can be changed to customize this script.
* Most of options can be set by using 1 for yes or 0 for no.
* You don't have to change anything here. The script will do fine with the defaults.
*/
var config = {
/*
* Which of the following charts should be displayed on the dashboard?
* The "per QS" charts are column charts. They show the current state compared to a previous one (see next option).
@Theminijohn
Theminijohn / script1.html
Created May 12, 2016 12:08
AnyGuide Scripts
<script src="https://www.anyguide.com/assets/integration.js"></script>
<div id="iframe_wrapper"></div>
<script language="javascript" type="text/javascript">
(function(){
window.anyroad = new AnyRoad({
container: "#iframe_wrapper",
tours: { curated_list: 'join_a_tour' },
iframe_style: { width: '100%', background: 'transparent' },
referrer: { name: 'elenaa' }
});
@Theminijohn
Theminijohn / workflow.md
Last active May 11, 2016 17:30
How to rock <3

1. Create a branch

$ git checkout master
$ git pull origin master
$ git checkout -b change-features-page

2. Do the work