Examples

Top 23 Example Open-Source Projects

  • tldr

    πŸ“š Collaborative cheatsheets for console commands

  • Project mention: Ask HN: Is there a GUI for bash shell? | news.ycombinator.com | 2024-04-19

    Maybe this already helps: https://github.com/tldr-pages/tldr

  • TensorFlow-Examples

    TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • cheat.sh

    the only cheat sheet you need

  • Project mention: Ask HN: What are your go to shell one-liners? | news.ycombinator.com | 2024-04-22

    curl https://cheat.sh/$1

  • examples

    Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more. (by serverless)

  • Project mention: Deploy a Django application to AWS Lambda using Serverless Framework | dev.to | 2023-12-14

    To create a new Serverless service you can run the sls create command and pass a template as a parameter. You can see a list of template examples in the official sls repository. As I write this post, there isn’t a Django template available in this list. Therefore, we are going to create a serverless.yml file in the root directory of our project and manually write the code we need in it.

  • rust-by-practice

    Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.

  • amazon-sagemaker-examples

    Example πŸ““ Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.

  • Project mention: Thesis Project Help Using SageMaker Free Tier | /r/aws | 2023-09-23

    I need to use AWS Sagemaker (required, can't use easier services) and my adviser gave me this document to start with: https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/question_answering_retrieval_augmented_generation/question_answering_langchain_jumpstart.ipynb

  • aws-doc-sdk-examples

    Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

  • Project mention: Stubbing AWS Service calls in Golang | dev.to | 2023-08-15

    So I did some more research and I found the awsdocs/aws-doc-sdk-examples repo. This repository used a testtools module. So I started an experiment to see how I could use this module. I refactored the code as followed:

  • 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.

    WorkOS logo
  • ansible-for-devops

    Ansible for DevOps examples.

  • magic-of-css

    A CSS course to turn you into a magician.

  • prisma-examples

    πŸš€ Ready-to-run Prisma example projects

  • Project mention: Implementing vector search with OpenAI, Next.js, and Supabase | dev.to | 2024-03-05

    The usefulness of vector search is already evident by the rate of generative AI adoption. Almost every mainstream documentation site now has an Ask AI button, including Supabase, Netlify, Prisma, and many more.

  • module-federation-examples

    Implementation examples of module federation , by the creators of module federation

  • Project mention: Lazy load external library from CDN? | /r/reactjs | 2023-06-26
  • golang-for-nodejs-developers

    Examples of Golang compared to Node.js for learning πŸ€“

  • real-world-react-apps

    Real world React apps and their open source codebases for developers to learn from

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

    View on GitHub

  • examples

    Community showcase and examples of Actix ecosystem usage. (by actix)

  • Project mention: What does this function signature mean? | /r/learnrust | 2023-07-12

    I was taking a look at: https://github.com/actix/examples/blob/master/forms/multipart/src/main.rs

  • vertx-examples

    Vert.x examples

  • cypress-example-recipes

    Various recipes for testing common scenarios with Cypress

  • examples

    Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications. (by vercel)

  • Project mention: Direct Postgres connection to Supabase from Vercel Edge in Next.js | /r/nextjs | 2023-12-07

    Is anyone aware of a way to make a direct connection to Postgres with transaction support on Vercel Edge functions? The 'pg' package doesn't work on edge for me. The obvious answer would be @vercel/postgres but I find their lack of documentation rough and for whatever reason I can't get it to connect on my local computer using the Supabase-provided local database connection string. This is apparently a known issue (https://github.com/vercel/storage/issues/123, https://github.com/vercel/examples/issues/701) where in order to make this (or neon's package) work you need a WebSocket proxy? Is a direct Postgres connection from edge just impossible right now? Or do others have it working somehow?

  • recipes

    πŸ“ Examples for πŸš€ Fiber (by gofiber)

  • Project mention: Fiber – Express inspired web framework written in Go | news.ycombinator.com | 2023-09-15
  • testing-nestjs

    A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!

  • nodejs-docs-samples

    Node.js samples for Google Cloud Platform products.

  • Project mention: Having trouble getting Websockets to work with App Engine | /r/googlecloud | 2023-04-29

    Take a look at Google's sample App for Websocket and see if you're missing anything in your code or setup

  • professional-services

    Common solutions and tools developed by Google Cloud's Professional Services team. This repository and its contents are not an officially supported Google product.

  • wiwinwlh

    What I Wish I Knew When Learning Haskell

  • py2rs

    A quick reference guide for the Pythonista in the process of becoming a Rustacean

  • 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.

    InfluxDB logo
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).

Examples related posts

Index

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

Project Stars
1 tldr 48,296
2 TensorFlow-Examples 43,200
3 cheat.sh 37,443
4 examples 11,266
5 rust-by-practice 11,014
6 amazon-sagemaker-examples 9,491
7 aws-doc-sdk-examples 8,889
8 ansible-for-devops 7,995
9 magic-of-css 6,568
10 prisma-examples 5,823
11 module-federation-examples 5,247
12 golang-for-nodejs-developers 4,448
13 real-world-react-apps 3,709
14 examples 3,532
15 vertx-examples 3,508
16 cypress-example-recipes 3,370
17 examples 3,286
18 recipes 2,857
19 testing-nestjs 2,775
20 nodejs-docs-samples 2,760
21 professional-services 2,723
22 wiwinwlh 2,528
23 py2rs 2,068

Sponsored
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.
www.influxdata.com