• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C#
  • Created almost 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Showcase how SendGrid and MailKit work together

More Repositories

1

sample-angular-oauth2-oidc-with-auth-guards

Basic example of how to integrate the angular-oauth2-oidc library in an Angular SPA utilizing AuthGuards.
TypeScript
258
star
2

advent-of-code-charts

Inject charts in your private leaderboard page for Advent of Code
JavaScript
120
star
3

advent-of-code-surveys

Advent of Code (unofficial) Surveys
JavaScript
41
star
4

sample-auth0-angular-oauth2-oidc

Sample for connecting your Angular 6+ app to Auth0 with implicit flow
TypeScript
22
star
5

advent-of-code-2018

Solutions to the Advent of Code 2018 edition by Jeroen Heijmans.
C#
6
star
6

advent-of-code-2017

Solutions to the Advent of Code 2017 edition by Jeroen Heijmans.
JavaScript
5
star
7

sample-godot-drag-drop-from-control-to-node2d

Shows how Godot Drag & Drop can work between Control and Node2D nodes.
GDScript
4
star
8

advent-of-code-2020

Solutions for Advent of Code 2020 (in TypeScript)
TypeScript
4
star
9

advent-of-code-2021

Solutions for Advent of Code 2020 (in php)
PHP
4
star
10

sample-xunit-unreliable-fact

Example of an UnreliableFact xUnit attribute implementation
C#
3
star
11

sample-nextjs-with-azure-b2c

Showcase NextJS working with Azure B2C using the MSAL library for OAuth2/OpenID
TypeScript
3
star
12

tierdom

Tiered list of.... anything!
TypeScript
3
star
13

sample-azure-search-integration-tests

Shows how to set up integration tests for Azure Search using xUnit and .NET Core.
C#
3
star
14

advent-of-code-2023

Solutions for Advent of Code 2023
TypeScript
3
star
15

dotagrid

Simple little app to create hero layouts for the game Dota 2. Choose from a few basic templates, or create your own custom grid, and then load it up in Dota.
JavaScript
3
star
16

sample-godot-sub-viewport-and-input-events

Shows Godot 4 having Pickable bodies inside a SubViewport, with InputEvents.
GDScript
3
star
17

sample-ef-core-in-asp-net-core

Sample repository with EF Core in an ASP.NET Core API application
C#
3
star
18

presentation-learning-at-lightning-speed

Presentation titled "Learning at Lightning Speed"
JavaScript
2
star
19

sample-angular-nested-forms

Angular sample showing nested reactive forms
TypeScript
2
star
20

advent-of-code-2019

Solutions for the 2019 edition of Advent of Code
Python
2
star
21

coding-dojo-implicit-flow

Learn how OAuth2 Implicit Flow works (with help of .NET Core IdentityServer4 and Angular-OAuth2-OIDC).
2
star
22

advent-of-code-2022

Solutions for Advent of Code 2022 (in Kotlin and/or JavaScript)
JavaScript
2
star
23

sample-asp-net-core-auth-policies

Sample application to use Authorization Policies
C#
2
star
24

sample-angular-azure-devops

Showcase Azure Devops pipelines for an Angular application
TypeScript
2
star
25

presentation-getting-your-first-100-github-stars

Presentation "Getting Your First 100 GitHub Stars" (Reveal.js-based)
HTML
2
star
26

sample-angular-service-testing

Examples of how one could test Angular services
TypeScript
2
star
27

sample-tailwind-background-stacking

Showcase how you can stack multiple different kinds of backgrounds
HTML
2
star
28

repro-godot-bounce-bug

Repository to reproduce an issue with Godot 4 around bouncing of bodies
2
star
29

sample-asp-net-core-integration-tests-for-duo-apis

Integration tests for two APIs calling eachother
C#
2
star
30

sample-godot-node2d-input-handling

Example for Godot 4 input handling when Node2D nodes are involved
GDScript
2
star
31

sample-angular-ngrx-with-feature-modules

This application is meant as a sample and playground for Angular 8+ with feature modules, combined with NgRx.
TypeScript
2
star
32

sample-asp-net-core-integration-tests-di

Demonstrate how to use DI and ConfigureTestServices in xUnit based ASP.NET Core 2.2 integration tests
C#
2
star
33

infinibattle-2023-excel-bot

Bot for the 2023 edition of Infinibattle
C#
2
star
34

sample-identityserver4-with-appinsights

Sample repository with ASP.NET Core, IdentityServer4, and AppInsights
C#
2
star
35

battle-top

Responsive single-page web application to assist in bookkeeping things like Characters, Initiative, Hit Points, Conditions, et cetera, during D20-based table top RPG sessions.
JavaScript
2
star
36

sample-angular-fixate-unit-test-random-seed

Sample of how randomization works in Angular/Jasmine/Karma unit tests
HTML
2
star
37

connect-four

Small web application where two players can play a simple version of the classic Connect-Four board game in a browser, serving as a "Hello World on Steroids" for experimenting with open source libraries.
JavaScript
2
star
38

sample-angular-oauth2-oidc-basic

Basic bare bones example of how the angular-oauth2-oidc library works
1
star
39

empgrid

Grid of online presences of a group of people
C#
1
star
40

onitama-bot-angsthaas

Fearful little bot for Infi's Onitama bot challenge.
C#
1
star
41

benchmark-ef-core

Benchmarking some EF Core features
C#
1
star
42

infinibattle-2022-kapitein-hoek

Bot for the 2022 edition of Infinibattle
C#
1
star
43

sample-react-native-decorated-redux-persist-storage

Sample ReactNative App with Decorated Storage for Redux-Persist
Java
1
star
44

sample-nextjs-with-typeform

Sample NextJS application which includes Typeform integration
TypeScript
1
star
45

sample-asp-net-core-authorization-handlers

Sample for combining Authorization Policies in ASP.NET Core
C#
1
star
46

study-notes-msft-az-305

Notes taken while studying for AZ-305 (2024-Q1)
HTML
1
star
47

sample-nextjs-with-jotform

Sample NextJS application which includes Jotform integration
TypeScript
1
star
48

sample-asp-net-core-auth-issuer

Sandbox for testing with Issuer and Authority in IDS4
HTML
1
star
49

is-het-bbq-weer-vandaag

HTML
1
star
50

sample-css-gradients-basics

Showcasing some of the basics of CSS gradients.
HTML
1
star
51

repro-vite-build-log-warnings-for-external-assets

To reproduce https://github.com/vitejs/vite/issues/10766
CSS
1
star
52

sample-nextjs-middleware-with-cached-redirects

Sample NextJS App with Cached Dynamic Redirects
TypeScript
1
star
53

sample-vitest-for-mantine-datatable

Sample repository showing how to write Vitest unit and snapshot tests for Mantine-DataTable
TypeScript
1
star