An open API service indexing awesome lists of open source software.

Example

A particular instance of something that is a representative of a group, or an illustration of somethign that’s been generally described.

https://github.com/talandar99/raylib_game_template

This is template for running raylib games and building them for web using emscripten

c emscripten emsdk example game-development raygui raylib raylib-c template wasm web-assembly

Last synced: 01 Aug 2025

https://github.com/jsfraz/esp32-examples

Various examples for DOIT ESP32 DEVKIT V1 using Arduino IDE and TinyGo.

arduino-ide ch340 doit-esp32-devkit-v1 esp32 example fritzing led max3232 pinout serial-port ssr-relay tinygo uln2803a

Last synced: 04 Oct 2025

https://github.com/shinesolutions/aem-helloworld-config

Example AEM Hello World configuration

aem aem-opencloud config example

Last synced: 05 Mar 2025

https://github.com/jasonstitt/elasticsearch-score-bitset

Example to accompany "Elasticsearch mapreduce aggregations that correlate multiple queries"

elasticsearch example mapreduce performance

Last synced: 25 Aug 2025

https://github.com/hernandosebastian/localstack-ts-api-gateway-lambda-dynamodb-crud-example

A serverless CRUD API example built with TypeScript, using API Gateway, Lambda, and DynamoDB, all simulated locally with LocalStack for efficient development and testing.

api-gateway bash cicd crud database-seeding docker docker-compose dynamodb dynamoose example jest lambda localstack script supertest typescript windows

Last synced: 15 Aug 2025

https://github.com/luismayta/python-example-drf

Example Django Rest Framework

django drf example peru python sample

Last synced: 03 Oct 2025

https://github.com/pactflow/example-bi-directional-provider-readyapi

Example provider using ReadyAPI tests generated from an OAS and PactFlow's bi-directional contracts feature

example

Last synced: 30 Apr 2025

https://github.com/explooosion/gitbook-boilerplate

Please Fork this repo if you want to start your own book with Gitbook

boilerplate demo example gitbook

Last synced: 18 Mar 2025

https://github.com/cironunes/ng-hybrid-todo

AngularJS 1.6 app migrated to Angular using ngRedux, uiRouter, karma, TypeScript and Webpack

angular app example

Last synced: 29 Jun 2025

https://github.com/gammasoft71/win32_gui

C++ Win32 gui draft project used to experiment with xtd.

cpp17 example examples gui win32 win32api

Last synced: 09 Apr 2025

https://github.com/vsoch/example.scif

a template scientific filesystem with RNA seq tools, as an example for development

encode example rnatoy scientific-filesystem scif

Last synced: 16 Aug 2025

https://github.com/christophersmith/nestjs-rest-orm-user-microservice

An example NestJS project that uses TypeORM to demonstrate a Node.js-based REST microservice.

docker example microservice mssql nestjs swagger typeorm typescript

Last synced: 01 Jul 2025

https://github.com/AppLoidx/BotOnJavaSDKExample

Для статьи

bot example java sdk simple vk

Last synced: 11 Mar 2025

https://github.com/erkobridee/use-my-ghp-lib

project example of how to consume the @erkobridee/my-ghp-lib from the GitHub Packages

example github-packages nodejs package project

Last synced: 23 Sep 2025

https://github.com/bahmutov/hello-world

Nodejs test / demo server application

docker example hello-world node

Last synced: 30 Aug 2025

https://github.com/pleahmacaka/supavelte-ssr-v1

Supabase + Svelte SSR (Adapter Node) Boilerplate

boilerplate example supabase svelte

Last synced: 24 Apr 2025

https://github.com/mlightcad/cad-simple-viewer-example

A minimal web application demonstrating how to use the @mlightcad/cad-simple-viewer package to display DXF and DWG files in a web browser with a clean, modern interface.

autocad dwg-reader dwg-viewer dxf-reader dxf-viewer example threejs webgl

Last synced: 20 Jan 2026

https://github.com/rameshsunkara/go-mcp-example

An idiomatic, minimal example of building an MCP (Model Context Protocol) server in Go, complete with essential tooling for developing Go-based microservices.

example go-mcp golang mcp mcp-server modelcontextprotocol

Last synced: 03 Aug 2025

https://github.com/ebazhanov/storybookjs

storybook for testing purpose

example storybook

Last synced: 02 Sep 2025

https://github.com/siketyan/iosrs

An example iOS App with Swift using Rust as a static library.

example ffi ios-app rust-library swiftui

Last synced: 02 Apr 2025

https://github.com/cumulocity-iot/cumulocityiot-examples

Smart Trashcan for Cumulocity IoT as seen at IoT World 2019. This is utilizing a HR-SC-4 ultrasonic sensor on Raspberry Pi.

cumulocity-example cumulocity-iot example iot-analytics raspberry-pi

Last synced: 22 Aug 2025

https://github.com/droidsonroids/android-runtime-permission-tock-too

Example of Time Of Check To Time Of Use race condition on Android

android example race-conditions runtime-permissions toctou

Last synced: 16 Mar 2025

https://github.com/shpota/do-while-loop-implementation-in-scala

'Handmade' implementation of DO-WHILE loop using only build-in Scala features.

example loop scala scala-example scala-features

Last synced: 12 Jun 2025

https://github.com/indooratlas/scala-js-heatmap

Heatmap visualization using IndoorAtlas Data Api and MapBox visualization

example

Last synced: 20 Aug 2025

https://github.com/Lightning-Chart/lcjs-headless

Headless server use support for LightningChart JS.

example lcjs lightningchart-js node-js server

Last synced: 25 Apr 2025

https://github.com/alfianandinugraha/kotlin-json

Example of Kotlin with GSON. This repository for my team homework

example gson json kotlin

Last synced: 29 Jul 2025

https://github.com/nicksantamaria/git-mirroring-circleci

Provides an example on how to use CircleCI for git mirroring.

circleci example

Last synced: 02 Dec 2025

https://github.com/davidkk/ngwp-todo

Angular 1.x.x scaffold with ngwp

angularjs example redux scaffold todos

Last synced: 05 Oct 2025

https://github.com/bithappensshow/nextjs-nuxtjs-production-deployment-example

This repository provides production-ready configurations for SSR (Server-Side Rendering) applications built with NextJS and NuxtJS. It serves as a comparison between the two frameworks, showcasing best practices and key differences in deployment and configuration.

configuration deployment docker example nextjs nuxtjs ssr standalone

Last synced: 29 Jul 2025

https://github.com/nitayneeman/angular-cli-third-party-example

An example for "How to Add Third-Party Library in Angular CLI" article

3rd-party angular angular-cli cli example library third-party

Last synced: 22 Sep 2025

https://github.com/nitayneeman/angular-mutationobserver-example

An example for "Listening to DOM Changes Using MutationObserver in Angular" article

angular angular-mutationobserver article change changes directive dom dom-changes example mutation mutationobserver observer

Last synced: 22 Sep 2025

https://github.com/nitayneeman/es2019-examples

📃 Examples for the approved proposals which have been reached stage 4 in the TC39 process and will be included as part of ES2019 (ES10) specification

ecma ecmascript es10 es10-example es2019 es2019-example es2019-features example javascript js proposal proposals script tc39

Last synced: 27 Oct 2025

https://github.com/nitayneeman/debugging-nodejs-using-ndb-example

An example for "Chrome DevTools - Debugging Node.js Application Using ndb" article

chrome chrome-devtools debug debugger debugging devtools example ndb node nodejs tool

Last synced: 22 Sep 2025

https://github.com/guastallaigor/vue-backoffice-example

Vue Backoffice Example is a Vue.js simple CRUD, with authentication login, and somewhat basic functionalities.

crud crud-application crud-sample example hacktoberfest hacktoberfest2018 vuejs vuejs2 vuetify

Last synced: 30 Jul 2025

https://github.com/jsugarelli/tempconvertr

Temperature converter (example R package for article in 'Informatik Aktuell')

article example

Last synced: 08 Nov 2025

https://github.com/ahmadalsharef994/application_tracking_system_flask

A Flask-based CRUD web app for tracking job applications, demonstrating form handling, templates, and database integration.

crud example flask python tracking

Last synced: 02 Aug 2025

https://github.com/bahmutov/test-renovate-monorepo

Testing how RenovateBot handles repo with multiple package json files in subfolders

example monorepo renovate renovate-bot

Last synced: 26 Sep 2025

https://github.com/smartiniongithub/fastify-example-ts

Example webapp with Fastify, made in TypeScript

docker example fastify hacktoberfest test typescript webapp

Last synced: 02 Aug 2025

https://github.com/smartiniOnGitHub/fastify-example-ts

Example webapp with Fastify, made in TypeScript

docker example fastify hacktoberfest test typescript webapp

Last synced: 02 Aug 2025

https://github.com/soroushj/go-grpc-otel-example

Go + gRPC + OpenTelemetry Example

example go golang grpc otel

Last synced: 03 Aug 2025

https://github.com/retifrav/cmake-target-link-libraries-example

An example of CMake target_link_libraries() scopes effects

cmake cpp example

Last synced: 26 Aug 2025

https://github.com/NhanAZ/BlockData_Example_Plugin

Example plugin to showcase how BlockData read-writes work.

blockdata example php plugin pmmp pocketmine-mp

Last synced: 29 Sep 2025

https://github.com/bahmutov/overmind-demo-1-react

Playing with overmind.js state library and Cypress tests

cypress-io example overmind testing

Last synced: 28 Sep 2025

https://github.com/da-moon/libp2p-examples

The following repository contains some examples on LibP2P and can be useful for people that are learning how to build P2P networks using LibP2P components.

example ipfs ipfs-protocol libp2p p2p p2p-network

Last synced: 30 Sep 2025

https://github.com/ho1yspirt/demo_ioc_container

Demo of IoC container for Flutter project as an alternative to Service Locator like GetIt

buildcontext demo di dip example flutter ioc-container

Last synced: 07 Aug 2025

https://github.com/wdalmut/maybe-with-promises-3

Maybe with promises example using Ramda and Sanctuary (only maybes)

example maybe ramda sanctuary

Last synced: 08 Aug 2025

https://github.com/nikolaydubina/go-bitset-example

Go Bitset: benchmarks, examples, analysis

benchmarking bitset example go golang static-analysis

Last synced: 09 Aug 2025

https://github.com/ai-action/ollama-github-action-demo

🦙 Demos of large language models (LLMs) with Ollama in GitHub Actions.

action ai ai-action demo example github github-action github-actions large-language-models llm ollama

Last synced: 12 Sep 2025

https://github.com/cicd-tutorials/cicd-tutorials.net

Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines.

docker docker-compose example jenkins robotframework sonarqube wsl wsl-ubuntu

Last synced: 10 Aug 2025

https://github.com/maple3142/megumin-pack

A really small javascript bundler for practice.

bundler example javascript practice

Last synced: 11 Aug 2025

https://github.com/spinningideas/knex-poc

Reference implementation of node api using Knex ORM and PostgreSQL DB

example knexjs nodejs repository-pattern typescript

Last synced: 11 Aug 2025

https://github.com/iand/mconeweek

Go port of the Minecraft One Week Challenge

example game golang

Last synced: 13 Aug 2025

https://github.com/skylinecommunications/slc-as-example_interactiveautomationscripttoolkit

Contains examples of interactive automation scripts that use the InteractiveAutomationScriptToolkit NuGet package.

dataminer dataminer-automation-script example

Last synced: 14 Aug 2025

https://github.com/allure-examples/jest-npm-cjs-js

Example of Allure Report usage with Jest, npm, CommonJS and JavaScript

allure allure-report commonjs example javascript jest npm

Last synced: 16 Aug 2025

https://github.com/kalebpederson/sample-solid-cli

A sample project used to demonstrate some of Uncle Bob's SOLID principles.

dependency-injection dependency-injection-training example solid-principles

Last synced: 17 Aug 2025

https://github.com/josgard94/react-sidebar-example

This project serves as an example implementation of a sidebar using Material UI, a popular React component library. The sidebar is a common user interface element used in web applications to provide easy navigation and access to different sections or features of the application.

css example gh-pages html html-css html-css-javascript html5 javascript material-ui react react-router react-sidebar react-sidebar-menu reactjs sidebar

Last synced: 17 Aug 2025

https://github.com/sansmoraxz/lamb2numb

Lambda application template with layers and CI/CD

aws-lambda devops-enabled example linter-config poetry python template

Last synced: 12 Jan 2026

https://github.com/sanda0/dp_per_user_example

simple multi-tenant example with laravel

example laravel multi-tenant php sqlite3

Last synced: 18 Aug 2025

https://github.com/spirosikmd/example-jest-fetch-mock

Example project to test changes in jest-fetch-mock package

example jest-fetch-mock

Last synced: 18 Aug 2025

https://github.com/hexenq/kuroshiro-analyzer-seed

seed/example for building morphological analyzer for kuroshiro.

analyzer example japanese kuroshiro seed

Last synced: 19 Aug 2025

https://github.com/indooratlas/android-wrld-example

Example Android app that integrates IndoorAtlas with WLRD 3d maps

deprecated example

Last synced: 20 Aug 2025

https://github.com/stjepangolemac/form-example

An example app to showcase building custom helpers for form management in React.

context example final form react redux

Last synced: 22 Aug 2025

https://github.com/b3b0/floss-web-server-security

🔒🖥️✨Just some configuration examples for various web servers.

apache apache2 example hardening httpd nginx security security-hardening

Last synced: 24 Aug 2025

https://github.com/wendelladriel/cat_years_app

First iOS app with Swift only for studying purposes

app example ios study swift

Last synced: 24 Aug 2025

https://github.com/alina1412/example_tornado_js

examples of tornado with simple web page

example html javascript js python tornado

Last synced: 24 Aug 2025

https://github.com/rob-blackbourn/jetblack-http3-example1

A simple python ASGI server supporting HTTP/3

asgi bareasgi example http3 hypercorn python python3 server

Last synced: 25 Aug 2025

https://github.com/arctop/ios-sdk-example

Example app utilizing the Arctop iOS SDK from the perspective of an app developer.

arctop example ios swift

Last synced: 26 Aug 2025

https://github.com/angularexample/mfe-angular-react-nx

MFE Angular host with React remote using Nx. Angular 20, React 19, Nx 21. Working example of a multi-platform Micro Front End. Generated using Nx. In an Nx monorepo. Includes complete step-by-step instructions.

angular angular20 example mfe microfrontend monorepo nx react react19

Last synced: 28 Aug 2025

https://github.com/bahmutov/percy-for-cli-example

generating HTML from CLI output for image diffing

cli example image-diffing visual-testing

Last synced: 30 Aug 2025

https://github.com/dylibso/testing-xtp-plugins

An end-to-end example of testing XTP plugins which call host functions + example mocked host functions.

example golang host mock testing typescript wasm xtp zig

Last synced: 30 Aug 2025

https://github.com/programarivm/solidity-receive-ether

The Git way for a smart contract to receive Ether.

dapp ether example receive ropsten smart-contracts solidity tutorial

Last synced: 28 Jun 2025

https://github.com/vikramtiwari/nodejs-examples

nodejs examples demonstrating APIs or libraries

cloud-function example geo-from-ip nodejs

Last synced: 05 Nov 2025

https://github.com/laironcosta1994/simple-ecs

An example using the core features of the Entity Component System (ECS), part of DOTS, for Unity, inspired by Roll-a-ball. This project utilizes the Unity Physics, Hybrid Renderer, and Entities packages.

csharp data-oriented-technology-stack dots ecs entities entities-preview entity-component entity-component-system entity-prefabs example hybrid-renderer job-system tutorial unity unity-3d unity-physics unity-scripts unity-tutorial unity3d

Last synced: 31 Aug 2025