Skip to content

Instantly share code, notes, and snippets.

View cs09g's full-sized avatar
🏠
Working from home

SeulGi Choi(Chase) cs09g

🏠
Working from home
View GitHub Profile
@cs09g
cs09g / worker.js
Created August 12, 2020 23:53
Web Worker without creating new .js file
const workerScript = `
// your script here
`;
const blob = new Blob([
workerScript,
], {
type: "text/javascipt"
});
const worker = new Worker(window.URL.createObjectURL(blob));
@cs09g
cs09g / homebrew-permissions-issue.md
Created October 12, 2020 04:13 — forked from irazasyed/homebrew-permissions-issue.md
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

sudo chown -R $(whoami) $(brew --prefix)/*

@cs09g
cs09g / privacy-policy.md
Last active November 22, 2023 02:25 — forked from arjunsk/privacy-policy.md
Android App Privacy Policy

Privacy Policy

Introduction

Thank you for using my software! This document is the main privacy policy for 주차요금계산기 Android applications. I respects your privacy rights and care about protecting your information collected by my apps.

What information are eventually collected

  • No information is collected in the server. This is a fully offline app, with no ad's.