Skip to content

Instantly share code, notes, and snippets.

@canmocaemuhr
canmocaemuhr / RoboForex Free
Created February 7, 2025 21:21
RoboForex
RoboForex Free
@wesleythorsen1
wesleythorsen1 / cursive.sh
Last active February 7, 2025 21:22
change vscode editor font to cursive
#!/bin/bash
set -e
SETTINGS_FILE="$HOME/Library/Application Support/Code/User/settings.json"
SETTINGS_BACKUP_FILE="$HOME/Library/Application Support/Code/User/settings.backup-$(date -u +"%Y%m%d%H%M%S").json"
# If the settings file doesn't exist, create it with an empty JSON object.
if [ ! -f "$SETTINGS_FILE" ]; then
mkdir -p "$(dirname "$SETTINGS_FILE")"
echo "{}" > "$SETTINGS_FILE"
@racnimyomiwv
racnimyomiwv / Any Video Converter Ultimate ed
Created February 7, 2025 21:21
Any Video Converter Ultimate 8.2.2 Crack
Any Video Converter Ultimate License Keyed
@forkyau
forkyau / hourly_rainfall_data-2025-02-08|05-00.csv
Created February 7, 2025 21:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
1 湿地公园 RF002 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
2 水边围 N12 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
3 石岗 RF003 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
4 大美督 RF004 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
5 大埔墟 RF005 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
6 北潭涌 RF006 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
7 滘西洲 RF007 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
8 西贡 N15 0 mm 2025-02-08T05:00:00+08:00 2025-02-08
@nogehiasuj1
nogehiasuj1 / NCH Express Scribe Pro ed
Created February 7, 2025 21:20
NCH Express Scribe Pro 13.10 Crack
NCH Express Scribe Pro License Keyed
@tincdeduozo1e
tincdeduozo1e / HitPaw Video Enhancer ed
Created February 7, 2025 21:20
HitPaw Video Enhancer 3.2.2 Crack
HitPaw Video Enhancer License Keyed
@coeculpenzog261
coeculpenzog261 / Green Screen Wizard Pro ed
Created February 7, 2025 21:19
Green Screen Wizard Pro 14.1 Crack
Green Screen Wizard Pro License Keyed
process.stdin.resume();
process.stdin.setEncoding('ascii');
var input_stdin = "";
var input_stdin_array = "";
var input_currentline = 0;
process.stdin.on('data', function (data) {
   input_stdin += data;
});
@bronevnunhawm
bronevnunhawm / Universal Media Server ed
Created February 7, 2025 21:19
Universal Media Server 14.1.2 Crack
Universal Media Server License Keyed
@Shelrothman
Shelrothman / npm-beta-publish.md
Created February 7, 2025 21:19 — forked from adcreare/npm-beta-publish.md
npm publish a beta package

Steps to publish a npm package to beta that won't be available via latest and won't auto install on ncu updates etc

  1. Ensure any compile is run npm run dist etc
  2. Modify version in package.json to the following format (match with existing verion numbers etc) "version": "0.1.120-beta.1" where beta.x is the number of those betas
  3. Publish to npm npm publish --tag beta

There are two options for install:

  • Always install beta with npm install packagename@beta
  • Install specific version with npm install package@0.1.120-beta.1