Sample Code

Top 23 Sample Code Open-Source Projects

  • Azure-Sentinel

    Cloud-native SIEM for intelligent security analytics for your entire enterprise.

  • Project mention: Playbook/Guide for responding to specific incident | /r/cybersecurity | 2023-05-02
  • abap-cheat-sheets

    Explore ABAP syntax in a nutshell supported by executable demo examples.

  • 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
  • react-with-clean-architecture

    Clean architecture based react project sample code.

  • Project mention: Advice or experience migrating a repository with Repo Lerna, Yarn 1 with CRA and React Native to Berry or PNMP? | /r/reactnative | 2023-05-10

    I found this project (https://github.com/falsy/react-with-clean-architecture) that I might use as a practice before doing the real thing. I also came across this example (https://github.com/christophehurpeau/nightingale).

  • Avalonia.Samples

    Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.

  • Project mention: Using V11 and CommunityToolkit. How do I navigate to another UserControl or whatever is recommended? | /r/AvaloniaUI | 2023-11-14

    Is this the only way? https://github.com/AvaloniaUI/Avalonia.Samples/tree/main/src/Avalonia.Samples/Routing/BasicViewLocatorSample It's not using CommunityToolkit

  • parconc-examples

    Sample code to accompany the book "Parallel and Concurrent Programming in Haskell"

  • django-crud-ajax-login-register-fileupload

    Django Crud Github, Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App

  • luna

    🌙 A really tiny WebAssembly compiler for demonstration and educational purposes. Written in Go and built as one of my quests to conquer the WebAssembly dungeon (by thomscoder)

  • 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
  • hid-examples

    Examples to accompany the book "Haskell in Depth"

  • fido2

    Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido (by StrongKey)

  • Project mention: Passkeys: The Beginning of the End of the Password | news.ycombinator.com | 2023-05-03
  • uxp-photoshop-plugin-samples

    UXP Plugin samples for Photoshop 22 and higher.

  • abap-oo-basics

    In support of the YouTube video series on ABAP Object Oriented basics, this repository contains the ABAP source code samples which are used in the video series.

  • kyma-runtime-extension-samples

    This project contains sample applications for building extensions and microservices on SAP BTP, Kyma runtime.

  • arcgis-maps-sdk-java-samples

    ArcGIS Maps SDK for Java samples

  • Project mention: How to use the JavaFX library Medusa to display weather data | dev.to | 2023-08-25

    JavaFX (an open source, next generation client application platform for desktop, mobile and embedded systems) has many useful out the box UI controls to build modern interactive desktop apps. These include buttons, checkboxes, list views, labels etc, that can be configured and styled in countless ways. I’ve using them for many years at work building mapping apps!

  • wwdc21-samplecode

    Sample Code for WWDC21

  • cecilifier

    A tool aiming to make it a little bit easier to learn Mono.Cecil

  • Project mention: I Hacked Magic the Gathering: Arena for a 100% Winrate | /r/ReverseEngineering | 2023-06-07

    I checked out the video on "DotNet Universal Patcher" - and it looks nice. I made something similar myself using Mono.Cecil and cecilifier. (Though not public)

  • amazon-rekognition-code-samples

    Amazon Rekognition Code Samples

  • Project mention: All the things that Comprehend, Rekognition, Textract, Polly, Transcribe, and Others Do | dev.to | 2023-06-26

    Amazon Rekognition Code Samples

  • netbackup-api-code-samples

    Contains code samples that demonstrate the use of NetBackup REST API

  • Sample Project

    A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject (by xeieshan)

  • using-client-go

    Source code related to my Golang Notebook "Using client-go"

  • blackjack-basic-strategy

    A computer vision powered Blackjack basic strategy app powered by Roboflow.

  • Project mention: Show HN: Pip install inference, open source computer vision deployment | news.ycombinator.com | 2023-08-23

    It’s an easy to use inference server for computer vision models.

    The end result is a Docker container that serves a standardized API as a microservice that your application uses to get predictions from computer vision models (though there is also a native Python interface).

    It’s backed by a bunch of component pieces:

    * a server (so you don’t have to reimplement things like image processing & prediction visualization on every project)

    * standardized APIs for computer vision tasks (so switching out the model weights and architecture can be done independently of your application code)

    * model architecture implementations (which implement the tensor parsing glue between images & predictions) for supervised models that you've fine-tuned to perform custom tasks

    * foundation model implementations (like CLIP & SAM) that tend to chain well with fine-tuned models

    * reusable utils to make adding support for new models easier

    * a model registry (so your code can be independent from your model weights & you don't have to re-build and re-deploy every time you want to iterate on your model weights)

    * data management integrations (so you can collect more images of edge cases to improve your dataset & model the more it sees in the wild)

    * ecosystem (there are tens of thousands of fine-tuned models shared by users that you can use off the shelf via Roboflow Universe[1])

    Additionally, since it's focused specifically on computer vision, it has specific CV-focused features (like direct camera stream input) and makes some different tradeoffs than other more general ML solutions (namely, optimized for small-fast models that run at the edge & need support for running on many different devices like NVIDIA Jetsons and Raspberry Pis in addition to beefy cloud servers).

    [1] https://universe.roboflow.com

  • Catalyst-With-Apple-Sign-In

    This "Mac Catalyst With Apple Sign In" Demo is very simple & easy to understand about How to develop Catalyst app and sign in with Apple. This demo includes Login screen, sign in with apple and home screen.

  • ui5-webcomponents-sample-svelte

    UI5 Web components sample TODO application built with Svelte.

  • GoogleOneTapSample

    Frameworkless sample for Google One Tap User Experience

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

Sample Code related posts

Index


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