Skip to content

Instantly share code, notes, and snippets.

View youngnishant's full-sized avatar
:octocat:
Software Engineer: Go, Python, Typescript, LLM

Nishant Sharma youngnishant

:octocat:
Software Engineer: Go, Python, Typescript, LLM
View GitHub Profile
@youngnishant
youngnishant / gist:f32e62b414d27f928d85885999c8e2f8
Last active February 19, 2022 06:13
Load external script in react js or next js
const loadScript = src =>
new Promise(resolve => {
const script = document.createElement("script");
script.src = src;
script.onload = () => {
resolve(true);
};
script.onerror = () => {
resolve(false);
};
@youngnishant
youngnishant / Activate Office 2019 for macOS VoL.md
Created December 27, 2020 05: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