Keybase proof
I hereby claim:
- I am steelx on github.
- I am ajinkyax (https://keybase.io/ajinkyax) on keybase.
- I have a public key ASBcCAmHxUEdhdbob_x7y20mMu6wkd8AphMHNXhVCQzXQwo
To claim this, I am signing this object:
#include <SPIFFS.h> | |
/* | |
* | |
* Copyright (C) 2017 CS.NOL https://github.com/csnol/1CHIP-Programmers | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, | |
* and You have to keep below webserver code |
name: Build and Deploy to Google | |
on: | |
workflow_dispatch: | |
# Environment variables available to all jobs and steps in this workflow | |
env: | |
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} | |
GITHUB_SHA: ${{ github.sha }} | |
RUN_REGION: asia-southeast1 |
I hereby claim:
To claim this, I am signing this object:
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
#!/bin/bash | |
# ------------------------------------------------- | |
# Get monitors configuration from monitor.xml and apply it for current user session. | |
# In case of multiple definitions in monitor.xml only first one is used. | |
# | |
# See http://bernaerts.dyndns.org/linux/74-ubuntu/309-ubuntu-dual-display-monitor-position-lost | |
# for instructions | |
# | |
# Revision history : | |
# 19/04/2014, V1.0 - Creation by N. Bernaerts |
const express = require('express'); | |
const cors = require('cors')({origin: true}); | |
const cookieParser = require('cookie-parser')(); | |
// API | |
const app = express(); | |
// Express middleware that validates Firebase ID Tokens passed in the Authorization HTTP header. |
module github.com/steelx/go-rpg-cgm | |
go 1.13 | |
require ( | |
//github.com/bcvery1/tilepix v0.3.2 | |
github.com/bykof/stateful v0.0.7 // indirect | |
github.com/faiface/beep v1.0.2 | |
github.com/faiface/pixel v0.8.1-0.20190416082708-9aca3bfe7af3 | |
github.com/fatih/structs v1.1.0 |
package main | |
// Bounds - A bounding (rectangle) box with a x,y origin and width and height | |
type Bounds struct { | |
X float64 | |
Y float64 | |
Width float64 | |
Height float64 | |
entity Entity | |
} |
#Headless Setup of Raspberry Pi Zero W (Raspberry Pi 3 Wireless) (macOS)
diskutil eraseDisk ExFat temp disk4(Use your disk here)
wget https://downloads.raspberrypi.org/raspbian_lite_latest
diskutil unmountDisk /dev/disk4
or whatever your disk path issudo dd if=PATH-TO-RASPBIAN-IMAGE
of=/dev/disk4` or whatever your disk path iscd /volumes && ls
. You should see a boot partition from the SD card cd boot && touch ssh
nano wpa_supplicant.conf
and enter network={ ssid="YOUR-SSID" psk="YOUR-WIFI-PASSWORD" }
diskutil unmountDisk /dev/disk4
(or whatever your disk path is) and put it in thegit tag -a v0.0.0 -m "First tag."
Push the version number to the remote repository.
git push --tags
Generate an up-to-date version_PLATFORM.go file (normally done by your CI server)
go generate
The version_PLATFORM.go file gets automatically updated with data from the tag.