Skip to content

Commit 2d1c192

Browse files
committed
Merge branch 'development' into tmorse-dev
2 parents 439372e + 021bcd3 commit 2d1c192

File tree

4 files changed

+55
-234
lines changed

4 files changed

+55
-234
lines changed

Computer Internals/Resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Resources
2+
3+
[Overview of numbers and binary](https://www.youtube.com/channel/UCX6b17PVsYBQ0ip5gyeme-Q)\
4+
[Binary](https://www.youtube.com/watch?v=LpuPe81bc2w)\
5+
[Binary to Hex](https://www.youtube.com/watch?v=8T4F7WboWPQ)\
6+
[Logic with Water](https://www.youtube.com/watch?v=IxXaizglscw)\

Networking and protocols/README.md

Lines changed: 0 additions & 221 deletions
This file was deleted.

Python/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Python
1+
# Python 3
22

33
1. Basic Operators
44
* \+
@@ -129,7 +129,7 @@
129129
* tuple()
130130
* type()
131131
* zip()
132-
* __main__()
132+
* \_\_main__()
133133

134134
5. Classes
135135
* class
@@ -140,10 +140,10 @@
140140
* Methods
141141
* Self
142142
* Instance Object
143-
* __init__(self)
144-
* __str__(self)
145-
* __iter__(self)
146-
* __next__(self)
143+
* \_\_init__(self)
144+
* \_\_str__(self)
145+
* \_\_iter__(self)
146+
* \_\_next__(self)
147147

148148

149149
6. Tasks

README.md

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ certificate is obtained after taking our GenCyber Exam! Our
77
GenCyber certificate is a **_COMPLETE_** replacement for a Computer Science
88
degree!
99

10+
## Table of Contents
11+
Items are listed in the recommended order of completion.
12+
13+
[History](History)\
14+
[Basic Math](Basic%20Math)\
15+
[Computer Internals](Computer%20Internals)\
16+
[Networking & Protocols](Networking%20and%20Protocols)\
17+
[Operating System](Operating%20Systems)\
18+
[Programming Fundamentals](Programming%20Fundamentals)\
19+
[Python](Python)\
20+
[Java](Java)\
21+
[Go](Go)
22+
1023
### Open Source Education
1124
We are a non-profit with a goal of making the computer science realm
1225
accessible to as many people as possible. This is not a joke! If you learn
@@ -20,10 +33,33 @@ progress so feel free to contribute to it! All resources list are 100% FREE to
2033
utilize unless stated otherwise. If any of the linked resources are no longer
2134
free and not marked as paid, please let us know ASAP or push up the correction.
2235

23-
## Table of Contents
24-
[Basic Math](Foundations/Basic%20Math/Requirements.md)\
25-
[Computer Internals](Foundations/Computer%20Internals/Requirements.md)\
26-
[Networking & Protocols](Foundations/Networking%20and%20Protocols/Requirements.md)\
27-
[Operating System](Foundations/Operating%20Systems/Requirements.md)\
28-
[Programming Fundamentals](Foundations/Programming%20Fundamentals/Requirements.md)
29-
[Intro to Programming](Intro%20to%20Programming/Requirements.md)
36+
#### Free
37+
[W3 Schools](https://www.w3schools.com/)\
38+
[freeCodeCamp](https://www.freecodecamp.org/)\
39+
[freeCodeCamp Youtube](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)\
40+
[thenewboston Youtube](https://www.youtube.com/user/thenewboston)\
41+
[Codecourse Youtube](https://www.youtube.com/channel/UCpOIUW62tnJTtpWFABxWZ8g)\
42+
[Linus Tech Tips Youtube](https://www.youtube.com/user/LinusTechTips)\
43+
[Techquickie Youtube](https://www.youtube.com/channel/UC0vBXGSyV14uvJ4hECDOl0Q)\
44+
[Computerphile Youtube](https://www.youtube.com/channel/UC9-y-6csu5WGm29I7JiwpnA)\
45+
[Numberphile Youtube](https://www.youtube.com/channel/UCoxcjq-8xIDTYp3uz647V5A)\
46+
[Amigoscode Youtube](https://www.youtube.com/user/djdjalas)\
47+
[Tech With Tim Youtube](https://www.youtube.com/c/TechWithTim/featured)\
48+
[Fireship](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA)\
49+
[Programming with Mosh](https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA)\
50+
[TheTrevTutor](https://www.youtube.com/channel/UCGYSfZbPp3BiAFs531PBY7g)\
51+
[TED-Ed](https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA)\
52+
[Khan Academy](https://www.youtube.com/channel/UC4a-Gbdw7vOaccHmFo40b9g)\
53+
[Steve Mould](https://www.youtube.com/channel/UCEIwxahdLz7bap-VDs9h35A)\
54+
[CertBros](https://www.youtube.com/channel/UCZg4PvX48mgXQVySgIulX-Q)\
55+
[RealPars](https://www.youtube.com/channel/UCUKKQwBQZczpYzETkZNxi-w)\
56+
[Simply Explained](https://www.youtube.com/channel/UCnxrdFPXJMeHru_b4Q_vTPQ)\
57+
[CrashCourse](https://www.youtube.com/channel/UCX6b17PVsYBQ0ip5gyeme-Q)
58+
59+
#### Mix
60+
[Udemy](https://www.udemy.com/courses/development/)\
61+
[Codecademy](https://www.codecademy.com/)
62+
63+
#### Paid
64+
[RootKit](https://rootkit.education/)\
65+
[Lynda](https://www.lynda.com/)

0 commit comments

Comments
 (0)