Skip to content

Instantly share code, notes, and snippets.

View ultimatevegance's full-sized avatar

MonsterTechStudio ultimatevegance

View GitHub Profile
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
@ultimatevegance
ultimatevegance / SwiftConcurrency.md
Created January 10, 2024 10:11 — forked from FWEugene/SwiftConcurrency.md
All about concurrency

Threads

Foundation offers a Thread class, internally based on pthread, that can be used to create new threads and execute closures.

// Detaches a new thread and uses the specified selector as the thread entry point.
Thread.detachNewThreadSelector(selector: Selector>, toTarget: Any, with: Any)

// Subclass
class MyThread: Thread {
@ultimatevegance
ultimatevegance / countries.json
Created October 24, 2023 05:56 — forked from portapipe/countries.json
Json containing countries name, codes, currency and base64 flags
[{
"id": 1,
"name": "Afghanistan",
"isoAlpha2": "AF",
"isoAlpha3": "AFG",
"isoNumeric": 4,
"currency": {
"code": "AFN",
"name": "Afghani",
"symbol": "؋"
@ultimatevegance
ultimatevegance / WebGL-WebGPU-frameworks-libraries.md
Created June 6, 2023 16:23 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries

Name Stars Last Commit Description
three.js ![GitHub Rep
@ultimatevegance
ultimatevegance / Activate Office 2019 for macOS VoL.md
Created May 26, 2021 01:57 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref