Skip to content

Instantly share code, notes, and snippets.

@thewheat
thewheat / bash.md
Last active October 13, 2023 23:49
@thewheat
thewheat / server.md
Last active July 13, 2024 14:53
Simple HTTP server examples catered for accessing/sharing files via a web browser

Simple HTTP servers for file transfers

  • Examples of how to set up simple HTTP servers with different languages / libaries
  • Main use case is for
    • HTML pages
    • file transfers
  • Access via a browser with a format like http://your.ip.address.or.hostname.here:8080 (e.g. http://127.0.0.1:8080 / http://localhost:8080 / http://192.168.0.1:8080)
    • Local access IP: 127.0.0.1 / localhost
    • Remote access IP:
      • Some servers will show the IP address in the output
@thewheat
thewheat / i3.md
Last active January 11, 2022 09:52

Quikcstart for i3 Tiling Window Manager

  • https://i3wm.org/

  • Initiate commands with Mod key

  • Mod key: Win / Alt depending on configuration

  • By default tiles horizontally

General

<!doctype html>
<title>Windows keymap showing as Cmd</title>
<meta charset="utf-8"/>
<script>
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// This is CodeMirror (https://codemirror.net), a code editor
@thewheat
thewheat / brunei_calendar.csv
Last active October 6, 2024 11:59
Brunei Calendar Dates for Public Holidays, School Terms, School Term Holidays based
Name Type Start Date End Date Moon Dependent Notes
New Year's Day Public Holiday 2025-01-01 2025-01-01 N Wednesday
Isra' Mi'raj Public Holiday 2025-01-27 2025-01-27 N Monday
Chinese New Year Public Holiday 2025-01-29 2025-01-29 N Wednesday
National Day Public Holiday 2025-02-23 2025-02-23 N Sunday
National Day Public Holiday Replacement 2025-02-24 2025-02-24 N Monday
First Day of Ramadhan Public Holiday 2025-03-03 2025-03-03 Y Sunday 2025-03-02 / Monday 2025-03-03
Nuzul Al-Qur'an Public Holiday 2025-03-18 2025-03-18 Y Tuesday 2025-03-18 / Wednesday 2025-03-19
Hari Raya Public Holiday 2025-03-31 2025-04-02 Y 3 days starting on Monday 2025-03-31 / Tuesday 2025-04-01
RBAF Day Public Holiday 2025-05-31 2025-05-31 N Saturday
@thewheat
thewheat / bookmarklet.js
Created July 31, 2020 04:34
Epic book https://www.getepic.com/ bookmarklet to start audio book from page 1. Converted to a bookmarklet via https://mrcoles.com/bookmarklet/
javascript:(function()%7BpausePlayButton%20%3D%20document.querySelector(%22.read-to-me-button%22)%3BpageSlider%20%3D%20document.querySelector(%22.book-page-slider-container%20.mat-slider%22)%3BclassIndicatingPaused%20%3D%20%22paused%22%3B%2F*%20based%20on%20https%3A%2F%2Fstackoverflow.com%2Fa%2F6158160%2F723139%20*%2Ffunction%20simulatedMousedown(target%2C%20options)%20%7Bvar%20event%20%3D%20target.ownerDocument.createEvent('MouseEvents')%2Coptions%20%3D%20options%20%7C%7C%20%7B%7D%2Copts%20%3D%20%7B%20%2F*%20These%20are%20the%20default%20values%2C%20set%20up%20for%20un-modified%20left%20clicks%20*%2Ftype%3A%20'mousedown'%2CcanBubble%3A%20true%2Ccancelable%3A%20true%2Cview%3A%20target.ownerDocument.defaultView%2Cdetail%3A%201%2CscreenX%3A%200%2C%20%2F*%20The%20coordinates%20within%20the%20entire%20page%20*%2FscreenY%3A%200%2CclientX%3A%200%2C%20%2F*%20The%20coordinates%20within%20the%20viewport%20*%2FclientY%3A%200%2CctrlKey%3A%20false%2CaltKey%3A%20false%2CshiftKey%3A%20false%2CmetaKey%3A%20false%2C%20%2F*%2