Skip to content

Instantly share code, notes, and snippets.

View fundon's full-sized avatar
🎯
Focusing

Fangdun Tsai fundon

🎯
Focusing
View GitHub Profile

From Fabrice Bellard, with minor name change (umulh):

// return the high 32 bit part of the 64 bit addition of (hi0, lo0) and (hi1, lo1)
Math.iaddh(lo0, hi0, lo1, hi1)

// return the high 32 bit part of the 64 bit subtraction of (hi0, lo0) and (hi1, lo1)
Math.isubh(lo0, hi0, lo1, hi1)

// return the high 32 bit part of the signed 64 bit product of the 32 bit numbers a and b
@jszmajda
jszmajda / 1readme.md
Last active March 8, 2026 04:01
Data Serialization: JSON, MsgPack, ProtoBufs
@coolaj86
coolaj86 / name-calling.md
Last active December 12, 2024 17:50
What we call programmers - because labels make us happy! https://youtu.be/uxeR95aYer0#t=58
anonymous
anonymous / detials.txt
Created February 24, 2014 01:50
BitShares-PTS Problem Detials
Process: BitShares-PTS [98071]
Path: /Applications/BitShares-PTS.app/Contents/MacOS/BitShares-PTS
Identifier: org.invictusinnovations.BitShares-PTS
Version: $VERSION ($VERSION)
Code Type: X86-64 (Native)
Parent Process: launchd [281]
Responsible: BitShares-PTS [98071]
User ID: 501
Date/Time: 2014-02-24 09:46:42.464 +0800
@XVilka
XVilka / TrueColour.md
Last active July 13, 2026 20:43
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!

@denji
denji / http-benchmark.md
Last active June 30, 2026 09:29
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active July 17, 2026 16:57
Backend Architectures Keywords and References
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active June 30, 2026 18:13
A badass list of frontend development resources I collected over time.