From 6b233c3423263b5cd4659ca3506f9f0dff3db3cd Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Sun, 12 Nov 2023 23:00:09 +0000 Subject: [PATCH] Sync Sun Nov 12 23:00:09 UTC 2023 --- 787.myco | 16 ---------------- 850.myco | 3 +++ 851.myco | 4 ++++ EconGraphs.myco | 3 +++ HTML First.myco | 4 ++++ banging errors in go.myco | 16 ---------------- 6 files changed, 14 insertions(+), 32 deletions(-) delete mode 100644 787.myco create mode 100644 850.myco create mode 100644 851.myco create mode 100644 EconGraphs.myco create mode 100644 HTML First.myco delete mode 100644 banging errors in go.myco diff --git a/787.myco b/787.myco deleted file mode 100644 index 00d5232..0000000 --- a/787.myco +++ /dev/null @@ -1,16 +0,0 @@ -= 787 -https://flak.tedunangst.com/post/bango - -Tedu wrote a tool that lets you handle errors in Go like this: - -``` -func decomp(filename string) ([]byte, error) { - fd := ^os.Open(filename) - defer fd.Close() - zd := ^gzip.NewReader(fd) - data := ^io.ReadAll(zd) - return data, nil -} -``` - -Funky! \ No newline at end of file diff --git a/850.myco b/850.myco new file mode 100644 index 0000000..db2f493 --- /dev/null +++ b/850.myco @@ -0,0 +1,3 @@ += 850 +https://www.econgraphs.org/ + diff --git a/851.myco b/851.myco new file mode 100644 index 0000000..dc6cafa --- /dev/null +++ b/851.myco @@ -0,0 +1,4 @@ += 851 +https://html-first.com/ + +> Principles to make building web software easier, faster and more inclusive. \ No newline at end of file diff --git a/EconGraphs.myco b/EconGraphs.myco new file mode 100644 index 0000000..b4618f1 --- /dev/null +++ b/EconGraphs.myco @@ -0,0 +1,3 @@ += EconGraphs +https://www.econgraphs.org/ + diff --git a/HTML First.myco b/HTML First.myco new file mode 100644 index 0000000..1aef2ed --- /dev/null +++ b/HTML First.myco @@ -0,0 +1,4 @@ += HTML First +https://html-first.com/ + +> Principles to make building web software easier, faster and more inclusive. \ No newline at end of file diff --git a/banging errors in go.myco b/banging errors in go.myco deleted file mode 100644 index 6e27e20..0000000 --- a/banging errors in go.myco +++ /dev/null @@ -1,16 +0,0 @@ -= banging errors in go -https://flak.tedunangst.com/post/bango - -Tedu wrote a tool that lets you handle errors in Go like this: - -``` -func decomp(filename string) ([]byte, error) { - fd := ^os.Open(filename) - defer fd.Close() - zd := ^gzip.NewReader(fd) - data := ^io.ReadAll(zd) - return data, nil -} -``` - -Funky! \ No newline at end of file