Skip to content

Commit 2825dcd

Browse files
authored
Update README.md
1 parent 5bf8e7e commit 2825dcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
572572
- [Build a Simple Blockchain in Python](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46)
573573
- [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
574574
- [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)
575-
- [Build a Distributed Streaming System with Python and Kafka](https://codequs.com/p/S14jQ5UyG/build-a-distributed-streaming-system-with-apache-kafka-and-python)
576-
- [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://csl.name/post/python-jit/)
575+
- [Build a Distributed Streaming System with Python and Kafka](https://web.archive.org/web/20230519103533/https://codequs.com/p/S14jQ5UyG/build-a-distributed-streaming-system-with-apache-kafka-and-python)
576+
- [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://web.archive.org/web/20220826224628/https://csl.name/post/python-jit/)
577577
- Making a low level (Linux) debugger:
578578
- [Part 1](https://blog.asrpo.com/making_a_low_level_debugger)
579579
- [Part 2: C](https://blog.asrpo.com/making_a_low_level_debugger_part_2)
@@ -697,7 +697,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
697697

698698
## Haskell:
699699

700-
- [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
700+
- [Write You a Haskell - Build a modern functional compiler](https://web.archive.org/web/20220510095259/http://dev.stephendiehl.com/fun/)
701701
- [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
702702
- [Write You A Scheme, Version 2](https://github.com/write-you-a-scheme-v2/scheme)
703703
- [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot)
@@ -707,7 +707,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
707707
## R:
708708

709709
- [Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/)
710-
- [Build A Cryptocurrency Bot](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
710+
- [Build A Cryptocurrency Bot](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) (Deprecated)
711711
- [Learn Associate Rule Mining in R](https://towardsdatascience.com/association-rule-mining-in-r-ddf2d044ae50)
712712
- [Make a Linear regression in R](https://www.scribbr.com/statistics/linear-regression-in-r/)
713713

0 commit comments

Comments
 (0)