Skip to content

Instantly share code, notes, and snippets.

@jnacier
jnacier / create_token_bash.sh
Created December 9, 2024 09:33 — forked from SamadiPour/create_token_bash.sh
Flutter Automated iOS Deployment
#!/bin/bash
issuer_id="9f4xxxx-xxxx-xxxx-xxxx-xxxxxxxxx"
key_id="2F9XXXXXXX"
key_path="./private_keys/AuthKey_2F9XXXXXXX.p8"
expiration_time=$(date -v +60S +%s)
function base64_urlsafe {
base64 | tr -d '\r\n=' | tr '+/' '-_'
}
@jnacier
jnacier / BoredApeYachtClub.sol
Created January 6, 2022 23:09 — forked from JofArnold/BoredApeYachtClub.sol
The Bored Ape Yacht Club (BAYC) Solidity Smart Contract GitHub
/**
*Submitted for verification at Etherscan.io on 2021-04-22
*/
// File: @openzeppelin/contracts/utils/Context.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
@jnacier
jnacier / Activate Office 2019 for macOS VoL.md
Created May 27, 2021 10:14 — 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

@jnacier
jnacier / object_models.jsonc
Last active February 17, 2021 12:25
Object Models
/**
@Object Account --> To be umbrella object linking users and company
*/
{
"id": "string", //
"name": "string", //
"recurlyAccountId": "string",
"stripeAccountId": "string"
}
@jnacier
jnacier / wkhtmltopdf.md
Created February 14, 2017 04:19 — forked from brunogaspar/README.md
Install wkhtmltopdf on Ubuntu 14.04 64-bit

Install wkhtmltopdf on Ubuntu

This was tested on:

  • Ubuntu 14.04 x64
  • Ubuntu 16.04 x64

Step 1

Install the xvfb server by running