Open http://192.168.1.1/backupsettings.html, save the config file.
Find X_CT-COM_TeleComAccount
.
Copy the password, then pipe to base64 -d
.
That's the password!
#include "PinChangeInterrupt.h" | |
// Choose a valid PinChangeInterrupt pin of your Arduino board | |
#define pcintThrottle 12 // A4 | |
#define pcintAileron 13 // A5 | |
void rising1(void); | |
void falling1(void); | |
void rising2(void); |
var options = { | |
smaller: 18, | |
bigger: 20, | |
}; | |
var northInferSouthMin; | |
var southInferNorthMax; | |
function northAnswer (trees) { | |
northInferSouthMin = options.bigger - southInferNorthMax; | |
// console.log(' northInferSouthMin', northInferSouthMin); |
Open http://192.168.1.1/backupsettings.html, save the config file.
Find X_CT-COM_TeleComAccount
.
Copy the password, then pipe to base64 -d
.
That's the password!
create type hf_subscribe_status_t as enum ('initial', 'pending', 'done'); | |
create table hf_subscribe | |
( | |
id bigserial unique not null, | |
user_id bigint not null, | |
creation_time timestamp default current_timestamp, | |
last_fetch_time timestamp, | |
status hf_subscribe_status_t default 'initial', | |
query jsonb not null, | |
-- { |
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-common vim-gui-common
sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev mercurial libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev
sudo apt-get install libncurses5-dev python-dev libperl-dev ruby-dev liblua5.2-dev
sudo rm -rf /usr/local/share/vim
sudo rm /usr/bin/vim