Skip to content

Instantly share code, notes, and snippets.

View hudekker's full-sized avatar

Hudekker hudekker

  • Tainan Apps
  • Tainan, Taiwan
  • 23:27 (UTC +08:00)
  • X @hudekker
View GitHub Profile
@hudekker
hudekker / paint-media.MD
Created November 30, 2023 08:16
Paint media

我是一個AI 畫家! 「可選藝術媒材」

Art Media 藝術媒材 解釋
Cartoon 卡通 以夸張的形式表現的繪畫或動畫,動畫和插畫中呈現幽默和夢幻
Oil Paint 油畫 豐富的質感和混合能力,油畫創造出生動而富有表現力的藝術品。
Watercolor 水彩 精緻而半透明的媒材,水彩以其明亮度和在捕捉空靈場景中的流暢性而受人讚譽。
Clay 黏土 以其可塑性和手感,黏土藝術創造出立體且具有獨特質感的雕塑作品。
Digital Art 數位藝術 利用數位工具,藝術家創造出多樣性和動態的視覺效果,探索各種風格和特效。
Acrylic Paint 壓克力畫 乾燥迅速且多才多藝,壓克力畫以其鮮豔的色彩和適應各種技巧而受到讚譽。
@hudekker
hudekker / paint-styles.MD
Created November 30, 2023 08:15
Painting Styles

我是一個AI 畫家! 「可選風格」

No. Art Style 風格 風格解釋
1 Rococo 洛可可風格 18世紀華麗而俏皮的風格,具有精緻的設計,淡雅的色彩和不對稱。
2 Romanticism 浪漫主義 19世紀強調情感、自然和個人表達的運動。
3 Realism 寫實主義 19世紀描繪生活如實,拒絕理想化的運動。
4 Impressionism 印象主義 19世紀末透過光線和寬鬆的筆觸捕捉即時印象的運動。
5 Post-Impressionism 後印象主義 繼續印象派的運動,強調幾何形狀和象徵性內容。
6 Expressionism 表現主義 20世紀初透過扭曲和生動的影像傳達情感的運動。

Node js notes

Parameters

  • ?p1=aaa&p2=bbb&p3=ccc

Express

  • res.write(line1); res.write(line2); res.send();
  • Or res.send('blah blah blah')

文賢路 - 胡浩洋

項目

  1. 1F 前面窗戶

    • 換新窗戶 front-window
  2. 1F 後面廚房

Web Development Mini Crash Course

Introduction to Web Development

Basic web pages have three documents: HTML, CSS, and Javascript (js)


Document Purpose

English-Chinese Terms

Keyboard 鍵盤
tab key 跳格鍵,製表鍵
parenthesis () 小括號
curly braces {} 大掛號,花掛號,花掛弧
square brackets[] 中掛號
angle brackets <> 尖掛號, 角掛號
hash tag 井字號

JS Notes

Front-end handle query parameters

// Note: location.search will create an automatic refresh

const onLoadRefresh = () => {
  const searchParams = new URLSearchParams(window.location.search);
  boolGist = searchParams.get("boolGist") === "true";
@hudekker
hudekker / git-cheatsheet.MD
Last active November 26, 2022 18:41
Git commonly used commands2

Git Cheatsheet

github first

// establish local repo on git
$ git clone <url>

// push to github
$ git push origin master
@hudekker
hudekker / how-to-create-gists-with-images.MD
Last active November 25, 2022 10:34
How to create gists with images

How to create a Gist with images

Use a Github repo to store all your gists' image folders

By Rob Hudek @hudekker

hero

Photo by abillion on Unsplash