Example
A particular instance of something that is a representative of a group, or an illustration of somethign that’s been generally described.
- GitHub: https://github.com/topics/example
- Aliases: examples,
- Last updated: 2026-06-23 00:10:25 UTC
- JSON Representation
https://github.com/emapeire/basehub-onboarding
BaseHub onboarding
basehub example graphql javascript nextjs onboarding react tailwindcss template typescript
Last synced: 13 Apr 2026
https://github.com/carlsremy/linq-cheatsheet
LINQ-CheatSheet contiene una recopilación de ejemplos, explicaciones y referencias rápidas sobre el uso de LINQ (Language Integrated Query) en C#. Este repositorio proporciona una guía rápida y práctica para programadores que deseen aprender o repasar los conceptos de LINQ
cheatsheet csharp example guia-rapida linq
Last synced: 22 Aug 2025
https://github.com/gableroux/earlgrey-objective-c-example
A very simple EarlGrey objective-c project for ios gray testing fun.
Last synced: 30 Mar 2025
https://github.com/nargonath/hapijs-array-query-params
This is an example used to illustrate a blog post about sending array as query parameters
axios blog-article blogpost example example-code example-repo hapijs javascript
Last synced: 30 May 2026
https://github.com/crispab/aws-asg-microservice-example-using-dropwizard-and-ansible
The main purpose of this repository is to demonstrate a way to deploy a application to a AWS AutoScalingGroup (ASG). I've included a simple application called *goodtimes* to show how it all fits together in a single repository.
ansible ansible-playbook aws-autoscalinggroup docker dropwizard example example-project java
Last synced: 06 May 2026
https://github.com/nathanielvarona/pritunl-aws-vm-server-dev
Pritunl AWS VM Server with MongoDB Atlas (Free Tier) IaC using Terraform - (for Development Purpose)
ansible ansible-galaxy ansible-inventory ansible-playbook ansible-roles example free-tier terraform terraspace
Last synced: 02 Jan 2026
https://github.com/yas-sim/openvino-gna-example-with-mnist
Sample code to demonstrate how to use GNA unit in Intel CPUs for inferencing.
accelerator deep-learning example gaussian-neural-network-accelerator gna image-classification intel mnist mnist-classification neural-network-accelerator openvino python sample-code
Last synced: 23 Oct 2025
https://github.com/slavik-pastushenko/google-cloud-run-react-app
Boilerplate to build & deploy React app to Google Cloud Run
boilerplate cloud-run docker example google-cloud-platform
Last synced: 09 Apr 2025
https://github.com/ailrun/example-graphql-server
Example server for graphql seminar
example expressjs graphql graphql-server
Last synced: 05 Oct 2025
https://github.com/luukvanderduim/xcb-global-hotkey-example
Small xcb hotkey implementation in Rust.
Last synced: 06 Jul 2025
https://github.com/distributive-network/pythonmonkey-rust-wasm-example
🐍 Executing Rust from Python using WASM 🦀
Last synced: 03 May 2026
https://github.com/strider2038/go-examples
Golang examples
dependency-injection example golang jsonrpc
Last synced: 12 Jun 2026
https://github.com/bernardo-mg/netty-tcp-proxy-example
Example for a TCP proxy with Netty
Last synced: 18 May 2026
https://github.com/nativemessaging/documentation
Native Messaging Information
chrome documentation example firefox guide native-messages wiki
Last synced: 03 May 2026
https://github.com/stuffbymax/you-are-idiot-hahaha
example example-project gdevelop gdevelop5 virus youareanidiot
Last synced: 10 Jan 2026
https://github.com/alfianandinugraha/first-mocha
Learn Mocha with Sinon.js and Chai.js for Test-Driven Development 🧪
chai example learning mocha sinon test-driven-development ttd
Last synced: 28 Apr 2026
https://github.com/srph/toy-react-tag-input
:poop: Attempt to make a "tagging" input on ReactJS.
Last synced: 13 Apr 2026
https://github.com/plusauth/plusauth-dotnet-starter
ASP.NET Core starter project demonstrating OIDC authentication using ASP.NET Core 3 and Microsoft.AspNetCore.Authentication.OpenIdConnect.
asp-net-core-3 csharp example oidc openidconnect plusauth
Last synced: 29 Oct 2025
https://github.com/reyadussalahin/simple-todo
A simple todo app to demonstrate how to build an webapp from scratch using pure PHP in a totally object oriented manner. (Live: http://simple-todo-rs.herokuapp.com/)
example php php-framework todo todoapp webapp webframework
Last synced: 17 Jan 2026
https://github.com/goreleaser/example-sign-with-env
Example signing with cosign using --key=env://KEY
Last synced: 19 Apr 2026
https://github.com/mensenvau/open_source_nodejs_auth
Auth example nodeJs
authentication example nodejs open-source
Last synced: 07 Oct 2025
https://github.com/magnetrwn/raylib-bubbles
C++11 Raylib bubble shooter game.
cpp11 example game game-development raylib raylib-cpp
Last synced: 27 Jan 2026
https://github.com/coffeevampir3/llm_autotranslate
A demonstration repo for how to do automatic translation using local llms.
example few-shot few-shot-classifcation machine-translation open-source unlicense
Last synced: 08 Oct 2025
https://github.com/iggredible/virtual-dom-demo
Super basic virtualDom demo to show vdom and diffing in action
demo example javascript vdom virtual-dom
Last synced: 20 Jun 2026
https://github.com/shakadak/reason-react-native-the-basics
react native tutorial, but with reasonml http://facebook.github.io/react-native/docs/tutorial
example reason-react-native reasonml
Last synced: 21 Jan 2026
https://github.com/okbel/neutrino-example
An example using Neutrino✨
example hot-reload neutrino react website
Last synced: 16 Apr 2026
https://github.com/alexanderlapygin/logger-in-ca
Logger on Clean Architecture
ca clean clean-architecture example logger tdd test testing
Last synced: 09 Oct 2025
https://github.com/wipedlifepotato/rust-vga-demo
Warning: This program displays flashing colors and random text. Do not use it if you have epilepsy or are sensitive to flashing lights.
Last synced: 09 Oct 2025
https://github.com/ingogbe/nodeexample
Exemplos em NodeJS
body-parser consign example expressjs handlebarsjs html javascript morgan nodejs nodemon postman tutorial
Last synced: 18 Jan 2026
https://github.com/rulyotano/example-queue-workers
Sample project to create a message queue to process long running tasks
docker dotnet example queue rabbitmq test worker worker-queue
Last synced: 17 Apr 2026
https://github.com/blaze6950/polymorphism
A small example of a console application that shows examples of polymorphism when inheriting
case-study cplusplus cui example oop oop-principles polymorphism
Last synced: 10 Oct 2025
https://github.com/blaze6950/inheritance
A small example of a console application that shows examples of class inheritance
case-study cplusplus cui example inheritance oop-principles
Last synced: 10 Oct 2025
https://github.com/zaiste/huncwot-todo-graphql
Huncwot Example: Simple task manager with GraphQL
example graphql huncwot huncwot-framework
Last synced: 21 Jan 2026
https://github.com/screwyprof/roshambo
Rock-Paper-Scissors game.
cqrs ddd domain-driven-design event-sourcing example go golang sample tdd
Last synced: 14 Jan 2026
https://github.com/robertbasic/piggybank
Piggy bank is a simple application that allows to deposit money into a virtual piggy bank. Playing around with Zend Expressive mostly.
ddd example learning learning-ddd php php-applications zend-expressive
Last synced: 10 Oct 2025
https://github.com/hasansino/go42
Golang project operation blueprint.
blueprint boilerplate but-pain-is-gain clean-architecture cloud cloud-native example framework go golang layout life-is-pain new-project service skeleton so-life-is-gain-trough-the-pain template unclean-architecture wireframe
Last synced: 14 Jan 2026
https://github.com/keller-michael/timestamp
⌚ timestamp as value object
abap example learning-by-doing posix timestamp timestampl utc utc-long utclong
Last synced: 19 Jan 2026
https://github.com/immutal0/3d-css-scss-example
CSS SCSS example for 3d effect
Last synced: 18 Apr 2026
https://github.com/infrablocks/end-to-end-thanos
An end-to-end example of InfraBlocks, by provisioning Thanos.
end-to-end example infrablocks infrastructure infrastructure-as-code terraform thanos thanos-query thanos-store
Last synced: 14 Mar 2025
https://github.com/infrablocks/end-to-end-prometheus
An end-to-end example of InfraBlocks, by provisioning Prometheus.
end-to-end example infrablocks infrastructure infrastructure-as-code prometheus terraform
Last synced: 14 Mar 2025
https://github.com/lenra-io/app-showcase
A showcase app also used to test all the app features
Last synced: 12 Oct 2025
https://github.com/jcf/minimal-clojure-example
Minimal example of a Clojure app using tools.deps
clojure dependencies example scripting
Last synced: 13 Oct 2025
https://github.com/mguardarini/api-rest-es6-express
API Boilerplate Rest NodeJS with ES6
api-rest boileplate crypto es6 eslint example express https https-server javascript jest mongodb mysql nodejs nosql ssl ssl-certificates
Last synced: 14 Apr 2026
https://github.com/d3-node/d3node-map-choropleth-france
Choropleth of France population
Last synced: 22 Jan 2026
https://github.com/kivimango/defender-of-tau3
2d-game example java java-2d-game java-example java-game
Last synced: 14 Oct 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: 14 Apr 2026
https://github.com/damien-hl/nitro-tests-example
Testing a Nitro (unjs/nitro) application
example nitro test testing tests typescript unjs vitest
Last synced: 15 Oct 2025
https://github.com/shaman123/google-drive-file-picker
A working Example for Google's web Picker API
api-client example example-app gapi gapi-client google google-api google-cloud google-cloud-platform google-drive picker picker-component picker-dialog picker-view pickerview
Last synced: 26 Dec 2025
https://github.com/crhntr/hello-release
A simple BOSH release to deploy a "hello world" server (it also includes examples for a BOSH manifest and a Tanzu Ops Manager product tile).
bosh bosh-release cloud-foundry cloudfoundry example go
Last synced: 07 Jan 2026
https://github.com/leondejong/react-flow-redux-example
React Flow Redux Example
example flow flow-typed javascript react reactjs redux redux-pattern
Last synced: 15 Oct 2025
https://github.com/leondejong/react-flow-relay-example
React Flow Relay Example
example flow flow-typed javascript react reactjs relay relay-modern relayjs
Last synced: 15 Oct 2025
https://github.com/briancain/waypoint-kubernetes-nodejs
An example repository that deploys a NodeJS application to a local Kubernetes cluster with local container registries
automation cloud deploy example hashicorp kubernetes nodejs waypoint
Last synced: 15 Oct 2025
https://github.com/briancain/waypoint-docker-go
An example Golang app that uses Waypoint to deploy to docker
automation deploy docker example golang hashicorp waypoint
Last synced: 15 Oct 2025
https://github.com/deis/example-grpc-server
A simple Go grpc server app for Deis, the open source PaaS https://deis.com
deis-workflow example go grpc-server
Last synced: 14 Mar 2026
https://github.com/hckhanh/designpatternexamples
The examples of Design patterns
c-sharp cplusplus cplusplus-11 design design-pattern design-patterns example examples pattern patterns
Last synced: 14 Apr 2026
https://github.com/datalayer-examples/jupyter-react-vite-example
🪐 ⚛️ Jupyter React Vite example
Last synced: 18 Oct 2025
https://github.com/alexlafroscia/skatejs-examples
Examples of using Skate.js
Last synced: 12 Oct 2025
https://github.com/xmas7/liquid-plugin-example
An example plugin for liquid-rust
Last synced: 20 Oct 2025
https://github.com/nsardo/jsniff
A Simple Java Port Sniffer
example example-code java port-scanner port-scanner-socket starter-project
Last synced: 29 Oct 2025
https://github.com/data-integrations/example-notification
Example Notification - Post Run Action
cdap cdap-example cdap-plugin example notifications
Last synced: 11 Mar 2026
https://github.com/tnocs/typescript-d3-playground
A basic playground for working with d3 in typescript.
d3 d3v4 example playground typescript typescript2 webpack webpack2
Last synced: 23 Feb 2026
https://github.com/aliftech/todo-api
This project is created as a learning case to create a REST-API using go programmming language. This project is contained about a simple CRUD API to create, update, delete, and show a task.
Last synced: 26 Oct 2025
https://github.com/fnbubbles420-org/docker-simple-app
This is a Example on how to use Docker for Beginners
charity docker dockerfile example fnbubbles420org javascript nonprofit organization
Last synced: 06 Feb 2026
https://github.com/allure-examples/spock-groovy-4.0-gradlekts
Example of Allure Report usage with Spock, Groovy 4.0 and Gradle (Kotlin)
allure allure-report example gradle groovy spock
Last synced: 19 May 2026
https://github.com/yusuf-daglioglu/orm-examples-with-spring
JPA Criteria API examples.
code-example code-sample criteria-api example hibernate java jpa orm sample spring
Last synced: 21 Apr 2026
https://github.com/esurdam/go-grpc-bazel-example
Example monorepo for scalable Go microservices with gRPC and Bazel, including REST, Swagger, Docker, and Kubernetes.
bazel docker example go golang grpc grpc-gateway kubernetes microservices monorepo openapi protobuf reference-architecture swagger
Last synced: 24 Jan 2026
https://github.com/pachacamac/jingexamplesite
An example site for Jing, the static site generator. Directly deployable to Netlify
example example-project netlify static static-site static-site-generator
Last synced: 24 Jan 2026
https://github.com/vinibiavatti1/springdocker
Trabalho de sistemas distribuidos
application docker example spring spring-boot
Last synced: 10 Apr 2026
https://github.com/jamkaramol/reactstorybookstarter
A Storybook integrated React project template
create-react-app create-react-native-app example reactjs starter-kit starter-template storybook
Last synced: 15 Apr 2026
https://github.com/aifrak/phoenix-ash-library
Fake library system to manage books (Experimenting Ash 3.0)
ash ash-framework elixir example
Last synced: 30 Jan 2026
https://github.com/iterative/meetup-resources
This repository will be a home for all resources related to each of our Office Hours Meetups and other Meetup events.
Last synced: 30 Jan 2026