-
evans Public
Forked from ktr0731/evansEvans: more expressive universal gRPC client
Go MIT License UpdatedOct 26, 2024 -
Jwt-Spring-Security-JPA Public
Backend MVP showcasing JWT (Json Web Token) authentication with multiple login, timeout / refresh / logout (with in memory invalidation) using Spring Security & MySQL JPA.
-
dropwizard-jdbi-unitofwork Public
Provides Unit of Work Support for a JDBI based Dropwizard backend
-
jersey-log-utils Public
A set of useful utilities for the Jersey Server and Client log filters
-
NIT-J-Code-Compiler Public
Web based Compiler NIT J CSE 2013-17 Final Year Project
-
Competitive-Programming Public
Collection of all competitive code snippets
-
Mess-App-Student-Version Public
Mess App (Student) Source for NIT Jalandhar.
-
go-patterns Public
Various patterns to dabble with, in Golang
-
dropwizard-jdbi Public
Forked from dropwizard/dropwizard-jdbiDropwizard JDBI v2 support
Java Apache License 2.0 UpdatedJan 15, 2022 -
envoy-ui Public
Forked from Nitro/envoy-uiDead simple server-side UI for Envoy proxy (like HAproxy stats)
Crystal MIT License UpdatedOct 3, 2021 -
Mess-App-Manager-Version Public
Contains source code for the Mess App (Munshi) for NIT Jalandhar
-
afero Public
Forked from spf13/aferoA FileSystem Abstraction System for Go
Go Apache License 2.0 UpdatedSep 2, 2021 -
hystrix-go Public
Forked from afex/hystrix-goNetflix's Hystrix latency and fault tolerance library, for Go
Go MIT License UpdatedAug 29, 2021 -
tally Public
Forked from uber-go/tallyA Go metrics interface with fast buffered metrics and third party reporters
Go MIT License UpdatedJul 13, 2021 -
-
flink-couchbase-data-sink Public
A Flink job that reads a Json file (either one-time or continous poll) as its source and dumps it to couchbase as a sink using the asynchronous Couchbase SDK.
-
intellij-thrift Public
Forked from fkorotkov/intellij-thriftJava Apache License 2.0 UpdatedMay 12, 2021 -
Websockets-Vertx-Flink-Kafka Public
A simple request response cycle using Websockets, Eclipse Vert-x server, Apache Kafka, Apache Flink.
-
declutter-uber-tech-blog Public
Helps declutter Uber tech blog so you stay focussed on the main content.
JavaScript UpdatedFeb 12, 2021 -
bloomrpc Public
Forked from bloomrpc/bloomrpcGUI Client for GRPC Services
TypeScript GNU Lesser General Public License v3.0 UpdatedJan 19, 2021 -
debezium.github.io Public
Forked from debezium/debezium.github.ioSource for the Debezium website; Please log issues in our tracker at https://issues.redhat.com/projects/DBZ/.
CSS Apache License 2.0 UpdatedJan 18, 2021 -
debezium Public
Forked from debezium/debeziumChange data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.
Java Apache License 2.0 UpdatedJan 13, 2021 -
async-metrics-codahale Public
Leverage Codahale metrics (or any Metric Registry for that matter) to provide metrics on methods that complete asynchronously.
-
dropwizard-kafka Public
Forked from dropwizard/dropwizard-kafkaA convenience library for Apache Kafka integration in a Dropwizard service.
Java Apache License 2.0 UpdatedSep 22, 2020 -
Awesome-JSON-Viewer Public
Forked from rbrahul/Awesome-JSON-Viewer🔥 A Chrome extension to visualize JSON response and introduce awesome JSON prettyfying experiences.
-
SublimeFileTemplates Public
Forked from mneuhaus/SublimeFileTemplatesFile Templates for SublimteText2
-
This repository will contain working solutions in Java to the problems presented in Elements of Programming Interviews Book by Adnan Aziz
Java UpdatedMar 31, 2020 -
elementsOfProgInterview Public
This repository will contain working solutions in Java to the problems presented in Elements of Programming Interviews Book by Adnan Aziz.
UpdatedJan 26, 2020 -
Hungarian-Assignment-GUI Public
Python program to solve the assignment problem using Hungarian method
-
SpringBatch-KafkaDB Public
A small demo that leverages Spring batch's capabilities to do job processing and Apache Kafka's stream processing. A simple CSV file gets used up in a batch job which then writes it to a Kafka queu…