-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
1,108 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<footer> | ||
<div class="text-center"> | ||
<small>[Generated by {{MarkBind}} on {{timestamp}}]</small> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<span id="navbar"> | ||
<link rel="stylesheet" href="{{baseUrl}}/css/gh-pages.css"> | ||
<div id="seedu-header"> | ||
<nav class="navbar navbar-lg navbar-light bg-lighter"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="index.html"><img src="https://se-edu.github.io/images/SeEduLogo.png" alt="SE-EDU"></a> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/addressbook-level1">AB-1</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/addressbook-level2">AB-2</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/addressbook-level3">AB-3</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/addressbook-level4">AB-4</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/collate">Collate</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/se-book">Book</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://se-edu.github.io/learningresources">Resources</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +0,0 @@ | ||
## Programming Languages | ||
|
||
* C# | ||
* C++ | ||
* [Rvalue References and Move Semantics](c++/rvalue.md) | ||
* [Go](go/Go.md) | ||
* [Haskell](haskell/Haskell.md) | ||
* [Java](java/Java.md) | ||
* [Java Concurrency](java/JavaConcurrency.md) | ||
* [Java Streams](java/streams-an-introduction.md) | ||
* [Java Synchronization](java/JavaSynchronization.md) | ||
* [Java Reflection](java/JavaReflections.md) | ||
* Kotlin | ||
* [Introduction to Kotlin](kotlin/kotlin.md) | ||
* [Null Safety In Kotlin](kotlin/NullSafety.md) | ||
* [JavaScript](javascript/javascript.md) | ||
* [VueJS](javascript/Javascript-framework-VueJs.md) | ||
* [Javascript Promises](javascript/Javascript-promises.md) | ||
* [Introduction to Nodejs](node/nodejs.md) | ||
* [Python](python/introduction-to-python.md) | ||
* [Ruby](ruby/Ruby.md) | ||
* [Rust](rust/Rust.md) | ||
* [Swift](swift/welcome-to-swift.md) | ||
|
||
## SE Topics | ||
|
||
* Code Quality | ||
* [Code Quality Metrics](codeQuality/CodeQualityMetrics.md) | ||
* [DevOps](devops/DevOps.md) | ||
* [Documentation](projectManagement/documentation.md) | ||
* [Functional Programming](functionalProgramming/intro.md) | ||
* Maintenance | ||
* OOP | ||
* [Performance](performance/Performance.md) | ||
* [Performance Profiling](performance/PerformanceProfiling.md) | ||
* Project Management | ||
* [Agile Development](projectManagement/AgileDevelopment.md) | ||
* Requirements | ||
* Revision Control | ||
* [Best Practices with git](revisionControl/bestPracticesGit.md) | ||
* [Scalability](scalability/scalable-development.md) | ||
* [Static Analysis](staticAnalysis/intro.md) | ||
* [CheckStyle](staticAnalysis/checkStyle.md) | ||
* [PMD](staticAnalysis/PMD.md) | ||
* [FindBugs](staticAnalysis/FindBugs.md) | ||
* [ESLint](staticAnalysis/ESLint.md) | ||
* Testing | ||
* [Writing Testable Code](testing/writing-testable-code.md) | ||
* [UI/UX](uix/uix.md) | ||
* [Refining UX Design Skills](uix/refining-ux-skills.md) | ||
|
||
## Other Topics | ||
|
||
* AI | ||
* [Machine Learning](ai/ml.md) | ||
* [Android](android/IntroToAndroid.md) | ||
* Architecture | ||
* [REST](architecture/RESTArchitecturalStyle.md) | ||
* [Computer Vision](computerVision/cv.md) | ||
* Data | ||
* [Databases](data/databases.md) | ||
* [Regular Expressions](regex/Regex.md) | ||
* Security | ||
* [Cross Site Request Forgery](security/crossSiteRequestForgery/crossSiteRequestForgery.md) | ||
* [Cross Site Scripting](security/crossSiteScripting/crossSiteScripting.md) | ||
* [Cryptography](security/cryptography.md) | ||
* [HTTPS](security/Https.md) | ||
* [SQL Injection](security/sqlInjection.md) | ||
* Multi-Threading | ||
* [GPGPU](gpgpu/gpgpu.md) | ||
* [CUDA](gpgpu/cuda.md) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.