- 🔭 I’m currently working on my main website czepeda.com
- ⚡ Fun fact: I speak fluently in Español, English and novice Portugues (Brazilian).
cazepeda
Follow
Practicing.
A relentless curious mind wondering in the design and developer world. Problem solving is what I know best.
- San Benito, TX
- czepeda.com
- @cazepeda@indieweb.social
Pinned Loading
-
json-to-yaml-to-md-file
json-to-yaml-to-md-file PublicJSON to YAML to Markdown file Shell script
Shell
-
-
Applescript to convert spaces, @, ?,...
Applescript to convert spaces, @, ?, ', to hyphens and uppercase to lowercase. 1on run {input}
2set input to replaceText(" ", "-", input as string)
3set input to replaceText(".", "", input as string)
4set input to replaceText(":", "", input as string)
5set input to replaceText(",", "", input as string)
-
Applescript Capitalize First Letter ...
Applescript Capitalize First Letter of Selected Text 1on run {input, parameters}
2set capitalize to ¬
3(do shell script "/bin/echo " & input & " | /usr/bin/awk '{for(i=1;i<=NF;i++)sub(/./,toupper(substr($i,1,1)),$i)}1'")
4end run
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.