Trending Projects

Discover the fastest growing open source projects

Showing 751-800 of 1,696 trending projects

#751
HITSZ-OpenCS/HITSZ-OpenCS

A guidance for computer science courses at Harbin Institute of Technology (Shenzhen)

+7
+0.4%
1.9K
total stars
#752
mercari/engineer-vocabulary-list

This is a multilingual (Japanese/English) vocabulary list for software engineers, not a developer discovery platform.

+7
+0.4%
1.9K
total stars
#753
gaoxiang12/slambook-en

This is a collection of 14 lectures on visual SLAM, focusing on the English version.

+7
+0.4%
1.8K
total stars
#754
domenicosolazzo/awesome-okr

A curated list of resources about Objectives and Key Results (OKR), a popular goal-setting framework.

+7
+0.4%
1.8K
total stars
#755
AsishRaju/450-DSA

450+ DSA questions with solutions to help you prepare for coding interviews and placement exams.

+7
+0.4%
1.7K
total stars
#756
arcataroger/awesome-engineering-games

A curated list of engineering-themed video games rated highly on Steam.

+7
+0.4%
1.7K
total stars
#757
Ignitetechnologies/HackTheBox-CTF-Writeups

This is a cheatsheet for Hack The Box CTF challenges, categorized by OS and difficulty for beginners.

+7
+0.4%
1.7K
total stars
#758
johnthebrit/CertificationMaterials

A collection of materials related to certification videos, likely not focused on vibe coders.

+7
+0.4%
1.7K
total stars
#759
fbaptiste/python-deepdive

A comprehensive course on the Python programming language, covering advanced topics and best practices.

+7
+0.4%
1.6K
total stars
#760
enkerewpo/OI-Public-Library

A collection of essays and learning materials for competitive programming and ACM-ICPC.

+7
+0.4%
1.6K
total stars
#761
minnsane/TeachYourselfCS-KR

A collection of self-study resources for computer science education, useful for developers of all backgrounds.

+7
+0.4%
1.6K
total stars
#762
theislab/single-cell-tutorial

A tutorial for best practices in single-cell RNA-seq analysis, useful for bioinformatics developers.

+7
+0.5%
1.6K
total stars
#763
IUCompilerCourse/Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly for language and compiler enthusiasts.

+7
+0.5%
1.5K
total stars
#764
HaoZhang95/Python24

A collection of Python learning resources, including code samples and video tutorials, from beginner to advanced topics.

+7
+0.5%
1.5K
total stars
#765
Alpha-Yang/CS-BAOYAN-2022

This is a QQ group for computer science students discussing postgraduate applications.

+7
+0.5%
1.5K
total stars
#766
Ashishgup1/Competitive-Coding

A competitive coding repository focused on algorithms and data structures in C++.

+7
+0.5%
1.4K
total stars
#767
cod3rcursos/curso-java

This is a comprehensive Java programming course covering Java 13 from beginner to advanced level, including real-world projects.

+7
+0.5%
1.4K
total stars
#768
cursoemvideo/cursoemvideo-python

A Python course repository from CursoemVideo, focused on teaching Python fundamentals.

+7
+0.5%
1.4K
total stars
#769
521xueweihan/python

This is a collection of learning notes for Python programming, not a vibe coder tool.

+7
+0.5%
1.4K
total stars
#770
realpython/python-basics-exercises

This is a repository of Python basics exercises for developers looking to improve their Python skills.

+7
+0.6%
1.2K
total stars
#771
hukenovs/dsp-theory

A comprehensive library for understanding the theory behind digital signal processing, including signals, filtering, and transforms.

+7
+0.6%
1.2K
total stars
#772
HollyAdele/awesome-programming-for-kids

A curated list of resources for teaching kids programming, including AI-powered tools and platforms.

+7
+0.6%
1.2K
total stars
#773
saisathvik1/OSCP-Cheatsheet

This is an OSCP cheatsheet repository, not a developer discovery platform focused on vibe coders.

+7
+0.6%
1.2K
total stars
#774
in28minutes/course-material

Course material for popular Java, Spring Boot, DevOps, Cloud, and other software development courses.

+7
+0.6%
1.2K
total stars
#775
davecom/ClassicComputerScienceProblemsInPython

A Python book with source code covering classic computer science problems and algorithms.

+7
+0.6%
1.1K
total stars
#776
Cactus-proj/A-Philosophy-of-Software-Design-zh

A Chinese translation of the book 'A Philosophy of Software Design' for developers interested in software design principles.

+7
+0.6%
1.1K
total stars
#777
qiaoxu123/Self-Driving-Cars

This repository provides open-source coursework for self-driving car development from the University of Toronto.

+7
+0.6%
1.1K
total stars
#778
cipher387/python-for-OSINT-21-days

This Python repository provides sample code for a 21-day course on using Python for Open-Source Intelligence (OSINT) tasks.

+7
+0.7%
1.1K
total stars
#779
Codecademy/docs

A comprehensive documentation repository for all things related to Codecademy's learning platform.

+7
+0.7%
1.1K
total stars
#780
aershov24/full-stack-interview-questions

A comprehensive collection of full-stack, coding, and system design interview questions and answers to help developers prepare for interviews.

+7
+0.7%
1.1K
total stars
#781
cami-la/desafio-poo-dio

A Java project for demonstrating object-oriented programming concepts.

+7
+0.7%
1.1K
total stars
#782
jackschaedler/circles-sines-signals

A compact primer on digital signal processing, focused on visualization and intuition.

+7
+0.7%
1.0K
total stars
#783
apachecn/Interview

A comprehensive repository for interview preparation, including guides, algorithms, and code analysis.

+6
+0.1%
9.0K
total stars
#784
priyankavergadia/google-cloud-4-words

A developer cheat sheet for Google Cloud Platform features and services

+6
+0.1%
8.2K
total stars
#785
total-typescript/beginners-typescript-tutorial

An interactive TypeScript tutorial for beginners to learn the language from the ground up.

+6
+0.1%
7.9K
total stars
#786
forthespada/InterviewGuide

A comprehensive interview guide covering various programming languages, data structures, and computer science topics.

+6
+0.1%
5.8K
total stars
#787
utilForever/game-developer-roadmap

A comprehensive roadmap for becoming a game developer, written in Rust.

+6
+0.1%
5.8K
total stars
#788
xbox1994/Java-Interview

A comprehensive Java interview guide with concise, high-quality content for advanced backend developers.

+6
+0.1%
5.2K
total stars
#789
gopl-zh/gopl-zh.github.com

This is a Chinese translation of the classic Go programming language book 'The Go Programming Language'.

+6
+0.1%
4.9K
total stars
#790
DataTalksClub/llm-zoomcamp

Free course teaching RAG, LLM frameworks, and building AI Q&A systems over knowledge bases

+6
+0.1%
4.7K
total stars
#791
algorithmica-org/algorithmica

Interactive computer science textbook covering algorithms, data structures, and complexity theory with Jupyter notebooks.

+6
+0.1%
4.7K
total stars
#792
fishercoder1534/Leetcode

A comprehensive collection of solutions for LeetCode problems, updated daily with a focus on algorithms and data structures.

+6
+0.1%
4.0K
total stars
#793
jonasschmedtmann/complete-node-bootcamp

A comprehensive Node.js bootcamp with starter files, final projects, and FAQs for developers.

+6
+0.2%
3.5K
total stars
#794
yangwenmai/learning-golang

A Go learning resource with a blog, WeChat channel, and materials for Go developers.

+6
+0.2%
2.9K
total stars
#795
wususu/effective-resourses

A collection of learning resources for developers, primarily focused on PHP-based projects.

+6
+0.2%
2.9K
total stars
#796
Errichto/youtube

This repository contains code for the creator's YouTube streams and videos, primarily focused on C++.

+6
+0.2%
2.8K
total stars
#797
novalagung/dasarpemrogramangolang

A free online book/tutorial to learn the Go programming language, with source code examples.

+6
+0.2%
2.6K
total stars
#798
kantord/LibreLingo

A community-owned, open-source language learning platform built with Python and Svelte.

+6
+0.2%
2.6K
total stars
#799
bslatkin/effectivepython

Effective Python: Third Edition source code and errata for a Python development book

+6
+0.3%
2.4K
total stars
#800
vicky002/1000_Projects

A mega list of practical projects in any programming language for developers to solve.

+6
+0.3%
2.4K
total stars
1...1517...34

Stay in the loop

Get weekly updates on trending AI coding tools and projects.