Skip to content

Instantly share code, notes, and snippets.

View TheCoreMan's full-sized avatar

Shay Nehmad TheCoreMan

View GitHub Profile
@TheCoreMan
TheCoreMan / flashcard.html
Created April 18, 2023 22:42
Hugo flashcard HTML Shortcode
<!-- Made by Shay Nehmad, feel free to use. For details see
https://mrnice.dev/posts/hugo-flashcard-shortcode-for-study/
-->
<!-- This "with" is for error handling, see
https://gohugo.io/templates/shortcode-templates/#error-handling-in-shortcodes
-->
{{ with .Get "question" }}
<!-- get a random string to add to each ID -->
{{ $seed := now.Format ":time_full" }} {{ $random := delimit (shuffle (split
@TheCoreMan
TheCoreMan / keychain.go
Created March 10, 2019 13:40
Cute Keychains for random internet stranger
# THIS IS IN A PROGRAMMING LANGUAGE CALLED GOLANG
package main
import "fmt"
func main() {
fmt.Println("Bound 2")
}