All Projects → hiddencodecademy → hiddencodecademy.github.io

hiddencodecademy / hiddencodecademy.github.io

Licence: MIT license
This is the place for hidden courses on Codecademy

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hiddencodecademy.github.io

the-great-courses-of-the-Internet
List of the great courses of the internet
Stars: ✭ 20 (+5.26%)
Mutual labels:  courses
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+2778.95%)
Mutual labels:  hidden
LiveHiddenCamera
Live Hidden Camera is a library which record live video and audio from Android device without displaying a preview.
Stars: ✭ 69 (+263.16%)
Mutual labels:  hidden
awesome-psychology
An awesome list of psychology courses, videos and books. Please, contribute!
Stars: ✭ 68 (+257.89%)
Mutual labels:  courses
competitive-programming
A one stop resource for competitive programming.
Stars: ✭ 59 (+210.53%)
Mutual labels:  courses
links-to-free-online-courses
📖 Free online courses resources.
Stars: ✭ 51 (+168.42%)
Mutual labels:  courses
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (+1121.05%)
Mutual labels:  courses
Free-courses-with-Certificates
Collection of free courses with certificates
Stars: ✭ 41 (+115.79%)
Mutual labels:  courses
SuperLibrary
Information Security Library
Stars: ✭ 60 (+215.79%)
Mutual labels:  courses
IIITDMK Courses Repositories
A collection of course repositories of IIITDM Kancheepuram students
Stars: ✭ 25 (+31.58%)
Mutual labels:  courses
teaching
Courses & workshops led by members of the Krishnan Lab.
Stars: ✭ 23 (+21.05%)
Mutual labels:  courses
School-Programming
Хранилище за свободно учебно съдържание по програмиране, информатика и ИТ за българските училища
Stars: ✭ 82 (+331.58%)
Mutual labels:  courses
computer-science-resources
Сollection of interesting Computer Science resources
Stars: ✭ 133 (+600%)
Mutual labels:  courses
pluralsight-downloader-chrome-extension
[WIP] A chrome extension to download and track Pluralsight courses. 😈
Stars: ✭ 227 (+1094.74%)
Mutual labels:  courses
courses
课件:数字图像处理,计算机视觉,人工智能导论,机器学习,深度学习
Stars: ✭ 58 (+205.26%)
Mutual labels:  courses
Computer Science
🎓 Path to a free self-taught education in Computer Science!
Stars: ✭ 103,613 (+545231.58%)
Mutual labels:  courses
funny-initial-git-commit
Funny initial git commit messages
Stars: ✭ 30 (+57.89%)
Mutual labels:  courses
playground-portfolio
Playground portfolio.
Stars: ✭ 45 (+136.84%)
Mutual labels:  courses
physics-learning-path
This is my physics learning path. Best courses I've found to learn physics online.
Stars: ✭ 37 (+94.74%)
Mutual labels:  courses
SilentETHMiner
A Silent (Hidden) Ethereum (ETH & ETC) Miner Builder
Stars: ✭ 219 (+1052.63%)
Mutual labels:  hidden

Hidden Codecademy Courses

This has been discontinued with the discontinuation of Hidden Courses.

Here you will find a collection of hidden courses on Codecademy. https://hiddencodecademy.github.io/

Contributions

You can contribute to this project by adding more courses to our current list.

 All the courses and topics should be added to the data/courses.json file
How to add a topic
  • Add a comma at the end of the latest topic object
  • Add a new object like this:
"ai": {
    "name": "Artifial Intelligence",
    "slug": "artificial-intelligence",
    "category": "pro",
    "description": "Simple description",
    "links": [
      {
        "url": "http://the-link.com",
        "name": "Name of the course"
      }
    ]
}

How to add a course to a topic
  • Add a comma at the end of the latest course object
  • Add a new object like this:
{
    "url": "http://the-other-link.com",
    "name": "Name of the other course"
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].