Skip to content

Instantly share code, notes, and snippets.

View njovy's full-sized avatar

Taehyun Park njovy

  • Lychee Corp.
  • Seoul, Korea
View GitHub Profile
#!/bin/bash
. android/key.properties
output="build/app/outputs/apks/release/app-release.apks"
rm -rf $output
bundletool build-apks --bundle=build/app/outputs/bundle/release/app-release.aab --output=$output --ks=$storeFile --ks-pass=pass:$storePassword --ks-key-alias=$keyAlias --key-pass=pass:$keyPassword
echo "apks generated at $output"
bundletool install-apks --apks=$output
echo "apks installed"
@njovy
njovy / ERC721Rarible.json
Last active March 9, 2022 02:23
ERC721Rarible.json
{
"contractName": "ERC721Rarible",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "owner",
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>운세보는 챗도지</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
@njovy
njovy / run-beep-always.mdc
Last active April 9, 2025 07:56
Run beep after agent finishes for mac.
---
description:
globs:
alwaysApply: true
---
# Run Beep Script After Task Completion or Failure
## Critical Rules