You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore dead tutorial links via Wayback Machine
Replace 11 confirmed-dead README URLs from the link-rot report with verified
archive snapshots (or the live Hack Club workshops host), so entries stay in
the list instead of being removed.
Also restores Haskell Write You a Haskell and the Erlang chat app tutorial
to archived copies.
Fixes#900Fixes#899
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
35
35
## C/C++:
36
36
37
37
-[Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
38
-
-[Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
38
+
-[Memory Allocators 101 - Write a simple memory allocator](https://web.archive.org/web/20210214024858/https://arjunsreedharan.org/post/148675821737/write-a-simple-memory-allocator)
39
39
-[Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
40
40
-[Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
41
41
-[Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
@@ -57,7 +57,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
57
57
-[Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html)
58
58
-[Write a hash table in C](https://github.com/jamesroutley/write-a-hash-table)
59
59
-[Let's Build a Simple Database](https://cstack.github.io/db_tutorial/)
60
-
-[Let's Write a Kernel](http://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel)
60
+
-[Let's Write a Kernel](https://web.archive.org/web/20210111232807/https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel)
61
61
-[Write a Bootloader in C](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/)
62
62
-[Linux Container in 500 Lines of Code](https://blog.lizzie.io/linux-containers-in-500-loc.html)
63
63
-[Write Your Own Virtual Machine](https://justinmeiners.github.io/lc3-vm/)
@@ -196,7 +196,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
196
196
## Erlang
197
197
198
198
-[ChatBus : build your first multi-user chat room app with Erlang/OTP](https://medium.com/@kansi/chatbus-build-your-first-multi-user-chat-room-app-with-erlang-otp-b55f72064901)
199
-
-[Making a Chat App with Erlang, Rebar, Cowboy and Bullet](https://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet/)
199
+
-[Making a Chat App with Erlang, Rebar, Cowboy and Bullet](https://web.archive.org/web/20150319224934/http://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet.html)
200
200
201
201
## F#:
202
202
@@ -233,7 +233,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
236
-
-[Create a Character Voting App with React, Node, MongoDB and SocketIO](http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio)
236
+
-[Create a Character Voting App with React, Node, MongoDB and SocketIO](https://web.archive.org/web/20201108114558/http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio/)
-[Build a Full Stack Movie Voting App with Test-First Development using Mocha, React, Redux and Immutable](https://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)
239
239
-[Build A Simple Medium Clone using React.js and Node.js](https://medium.com/@kris101/clone-medium-on-node-js-and-react-js-731cdfbb6878)
@@ -267,11 +267,11 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
267
267
268
268
#### Angular:
269
269
270
-
-[Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
270
+
-[Build an Instagram Clone with Angular 1.x](https://web.archive.org/web/20190928061936/https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
271
271
- Build an offline-capable Hacker News client with Angular 2+
-[Build a Google+ clone with Django and AngularJS (Angular 1.x)](https://thinkster.io/django-angularjs-tutorial)
274
+
-[Build a Google+ clone with Django and AngularJS (Angular 1.x)](https://web.archive.org/web/20210202142336/https://thinkster.io/django-angularjs-tutorial)
275
275
- Build A Beautiful Real World App with Angular 8 :
0 commit comments