Keychron K2 Manual
Connect Bluetooth
On the side of the keyboard, switch the toggle to Bluetooth. Press fn+1 3 seconds and pair with device named Keychron K2
.
-
fn+1 connect to 1st device
-
fn+2 connect to 2nd device
-
fn+3 connect to 3rd device
On the side of the keyboard, switch the toggle to Bluetooth. Press fn+1 3 seconds and pair with device named Keychron K2
.
fn+1 connect to 1st device
fn+2 connect to 2nd device
fn+3 connect to 3rd device
// For https://cleartax.in/save/rent | |
// date of repayment against the receipt number | |
var dateOfPayments = { | |
1: "Apr 02 2022", | |
2: "May 01 2022", | |
3: "Jun 02 2022", | |
4: "Jul 04 2022", | |
5: "Aug 03 2022", | |
6: "Sep 04 2022", |
npm
(by npmjs.com) and yarn
(by facebook) was born (// These tools are similar to Maven in Java)This gist is an example of how you can simply install and run and extended Postgres using docker-compose
. It assumes that you have docker
and docker-compose
installed and running on your workstation.
docker
and docker-compose
git clone https://gist.github.com/b0b7e06943bd389560184d948bdc2d5b.git
load-extensions.sh
executabledocker-compose build
WTF |
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update -o Acquire::CompressionTypes::Order::=gz
sudo apt-get update && sudo apt-get upgrade
pip3 install pipenv
pipenv shell
Help with SQL commands to interact with a MySQL database
const request = require('request'); | |
const cheerio = require('cheerio'); | |
const fs = require('fs'); | |
const writeStream = fs.createWriteStream('post.csv'); | |
// Write Headers | |
writeStream.write(`Title,Link,Date \n`); | |
request('http://codedemos.com/sampleblog', (error, response, html) => { | |
if (!error && response.statusCode == 200) { |
$ docker