Skip to content

Instantly share code, notes, and snippets.

# Changes
- Whats new?
### Checksums (sha256sum)
- ``
As always, please open a new issue for bugs, or feature requests.
#!/usr/bin/gnuplot
# Created by: WestleyR
# email: westleyr@nym.hush.com
# Date: 2 Feb, 2020
# https://gist.github.com/WestleyR/124ff82093df6d59d308f272a0fbf4ed
# Version-1.0.0
#
# Set the output as a png
set terminal png size 1280,720

Master code:

#include <Wire.h>

void setup() {
  Wire.begin(); // join i2c bus (address optional for master)
  pinMode(LED_BUILTIN, OUTPUT);
@WestleyR
WestleyR / 7z_zip_tips.md
Created August 20, 2020 19:07
Quick tips on how to use 7z (7zip)

Compress a file:

$ 7z a file.7z file

Compress a directory:

$ 7z a -r dir.7z dir
@WestleyR
WestleyR / comparing_compression_algorithms.md
Last active August 22, 2020 05:03
Comparing Compression Algorithms

Comparing Comparison Algorithm

We will be comparing different compression algorithms, and see which is most efficient, and witch one will be the fastest.

We will compare: zip, tar, gzip, 7z (7zip), and lz4.

Jump to:

@WestleyR
WestleyR / TinyLogger_test.ino
Created January 21, 2021 04:41
Log voltage/time with Arduino
// Created by: WestleyR
// Email: westleyr@nym.hush.com
// Url: https://github.com/WestleyR/...
// Date created: 2021-01-20
// Last modified date: 2021-01-20
//
// This is free and unencumbered software released into the public domain.
// For more information, please refer to <https://unlicense.org>
//
[WestleyR/srm]
name = srm
description = "here is some stuff about test"
homepage = https://...
darwin_x86 = http://208.113.130.237/downloads/srm-v-macos.tar.gz
darwin_x86_sha1 = d48caedb
linux_x86_64 = http://208.113.130.237/downloads/srm-v-x86_64_linux.tar.gz
linux_x86_64_sha1 = dcac7bcf
armv6l = http://208.113.130.237/downloads/srm-v-armv6l.tar.gz
armv6l_sha1 = cf851933