Awesome

Top 23 Awesome Open-Source Projects

  • awesome

    😎 Awesome lists about all kinds of interesting topics

    Project mention: AI-generated content, other unfavorable practices get CNET on Wikipedia banlist | news.ycombinator.com | 2024-03-03

    In the days before "google it" was a synonym for "find it", we had different curated link sites, and even pyhsical magazines with hand-curated lists of links that people interested in a certain topic might find interesting. This still exists today in some forms, for example the "awesome lists" that you see for some programming topics, for example https://github.com/sindresorhus/awesome .

    Just like there was a time when 90%-99% of all email traffic was viagra spam, I imagine in the future most of the internet by volume will be AI-generated trash, and those in the know will still circulate lists of where the other 1% can be found.

    An even brighter scenario is that someone, maybe a kid tinkering in their garage, figures out how to make a search engine that finds the good stuff, doesn't immediately die to AI bot farms' SEO efforts, and is financially viable.

  • awesome-python

    An opinionated list of awesome Python frameworks, libraries, software and resources.

    Project mention: How I do technology watch | dev.to | 2024-03-07

    Python: https://github.com/vinta/awesome-python

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • awesome-selfhosted

    A list of Free Software network services and web applications which can be hosted on your own servers

    Project mention: Home Lab Guide | news.ycombinator.com | 2024-03-08

    There are a ton of resources about HW aspects of home labs for beginners but not so much for what to run on them and why. There are lists like https://github.com/awesome-selfhosted/awesome-selfhosted but they are confusing for absolute beginners like me. Are there any good SE project guides you know?

  • the-book-of-secret-knowledge

    A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

    Project mention: Cyber Security iPhone Application Idea | /r/iOSDevelopment | 2023-07-03

    8. Security Knowledge Base: - Utilize resources like The-book-of-secret-knowledge (e.g., https://github.com/trimstray/the-book-of-secret-knowledge) and Awesome-Hacking (e.g., https://github.com/Hack-with-Github/Awesome-Hacking) to build a knowledge base. - Extract relevant security information and create a structured knowledge base within SecurIoT. - Implement functionality to query and retrieve security information from the knowledge base. - Thoroughly test the knowledge base integration, ensuring accurate retrieval of security knowledge.

  • go-formatter

    A curated list of awesome Go frameworks, libraries and software

    Project mention: Golang Web: GET Method | dev.to | 2024-03-10

    Awesome Go projects and frmaeworks

  • HelloGitHub

    :octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.

  • papers-we-love

    Papers from the computer science community to read and discuss.

    Project mention: The Top 10 GitHub Repositories Making Waves 🌊📊 | dev.to | 2023-12-20

    Papers We Love (PWL) is a community built around reading, discussing and learning more about academic computer science papers. This repository serves as a directory of some of the best papers the community can find, bringing together documents scattered across the web. You can also visit the Papers We Love site for more info.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Awesome-Hacking

    A collection of various awesome lists for hackers, pentesters and security researchers

    Project mention: Cyber Security iPhone Application Idea | /r/iOSDevelopment | 2023-07-03

    8. Security Knowledge Base: - Utilize resources like The-book-of-secret-knowledge (e.g., https://github.com/trimstray/the-book-of-secret-knowledge) and Awesome-Hacking (e.g., https://github.com/Hack-with-Github/Awesome-Hacking) to build a knowledge base. - Extract relevant security information and create a structured knowledge base within SecurIoT. - Implement functionality to query and retrieve security information from the knowledge base. - Thoroughly test the knowledge base integration, ensuring accurate retrieval of security knowledge.

  • awesome-mac

     Now we have become very big, Different from the original idea. Collect premium software in various categories.

    Project mention: The awesome-mac repo | /r/MacOS | 2023-09-23
  • awesome-interview-questions

    :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:

    Project mention: 💼 50 Tips to Land a Remote Tech Job Based on My 45-Day Journey to 2 Offers | dev.to | 2024-03-04

    Ah, and take this GitHub Repository link for an awesome list of interview questions!

  • awesome-for-beginners

    A list of awesome beginners-friendly projects.

    Project mention: Awesome First PR Opportunities | news.ycombinator.com | 2024-02-27
  • awesome-react

    A collection of awesome things regarding React ecosystem

    Project mention: ✨7 Github Repositories to Master React | dev.to | 2023-10-17

    View on GitHub

  • awesome-nodejs

    :zap: Delightful Node.js packages and resources

    Project mention: Node.js – Delightful Node.js packages and resources | news.ycombinator.com | 2023-07-17
  • awesome-cpp

    A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.

    Project mention: Interactive GCC (igcc) is a read-eval-print loop (REPL) for C/C++ | news.ycombinator.com | 2023-09-27
  • awesome-courses

    :books: List of awesome university courses for learning Computer Science!

  • awesome-scalability

    The Patterns of Scalable, Reliable, and Performant Large-Scale Systems

    Project mention: Ask HN: What are some of the best blog posts by software engineers? | news.ycombinator.com | 2023-04-10
  • awesome-flutter

    An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

    Project mention: In-Depth Perspective on Flutter: A Comprehensive Analysis and Practice Guide | dev.to | 2024-02-08

    Website: https://github.com/Solido/awesome-flutter

  • awesome-android-ui

    A curated list of awesome Android UI/UX libraries

  • awesome-ios

    A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects

  • github-cheat-sheet

    A list of cool features of Git and GitHub.

  • awesome-rust

    A curated list of Rust code and resources.

    Project mention: Help me stop hating rust | news.ycombinator.com | 2024-01-24

    It can be tricky to find learning resources that is perfectly tailored to the exact point we’re you’re standing right now. Especially if you already have prior experience.

    But since you’re already familiar with programming, perhaps just dive right in…?

    I.e. start a new project in Rust. You could do something like Advent of Code, Project Euler or Cryptopals[0]. Or write a simple webserver or whatever you feel like.

    Don’t forget that ChatGPT can be quite useful for stuff like this. You can use it like a mentor. Just ask it anything you want to, make it show you examples (and then more examples) and so on. The answers might not be correct all of the time, but at least it can give you an idea of what docs to read next.

    If you’re looking for blog posts, an acquaintance of mine has written some: https://priver.dev/tags/rust/

    For more links to code/learning resources, see https://github.com/rust-unofficial/awesome-rust

    And if you get stuck you also have the official Rust chats on Zulip/Discord.

    HTH. Best of luck!

    [0] https://cryptopals.com/

  • frontend-dev-bookmarks

    Manually curated collection of resources for frontend web developers.

  • awesome-react-components

    Curated List of React Components & Libraries.

    Project mention: Ultimate Guide & Resources to Enhancing Your ReactJS Skills || 16 GitHub repositories | dev.to | 2023-08-14

    Explore a curated list of awesome React components that can save you time and effort.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-10.

Awesome related posts

Index

What are some of the best open-source Awesome projects? This list will help you:

Project Stars
1 awesome 293,977
2 awesome-python 201,241
3 awesome-selfhosted 172,523
4 the-book-of-secret-knowledge 125,850
5 go-formatter 118,296
6 HelloGitHub 83,352
7 papers-we-love 82,372
8 Awesome-Hacking 75,692
9 awesome-mac 69,890
10 awesome-interview-questions 65,476
11 awesome-for-beginners 62,536
12 awesome-react 61,301
13 awesome-nodejs 55,314
14 awesome-cpp 54,578
15 awesome-courses 53,090
16 awesome-scalability 52,322
17 awesome-flutter 50,740
18 awesome-android-ui 48,767
19 awesome-ios 45,407
20 github-cheat-sheet 45,061
21 awesome-rust 41,791
22 frontend-dev-bookmarks 40,563
23 awesome-react-components 39,824
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com