Skip to content

Instantly share code, notes, and snippets.

View TakumaLee's full-sized avatar

Takuma TakumaLee

  • Taiwan, Taoyuan
View GitHub Profile
@TakumaLee
TakumaLee / privacy-policy.html
Created February 6, 2026 05:30
ContentForge Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ContentForge — Privacy Policy</title>
<style>
:root {
--bg: #1e1e2e;
--surface: #313244;
# Basic Shell cmd:
ctrl + r
ctrl + a / ctrl + e
ctrl + c
ctrl + w
ctrl + p / ctrl + n
tab-tab
# Useful tool
grep
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google's material design colours from
http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
<!--reds-->
<color name="md_red_50">#FFEBEE</color>
<color name="md_red_100">#FFCDD2</color>
<color name="md_red_200">#EF9A9A</color>
@TakumaLee
TakumaLee / Android .gitignore
Created June 24, 2015 03:45
.gitignore for use in Android
# Built application files
*.apk
*.ap_
# lint folder
lint
# files for the dex VM
*.dex