An open API service providing repository metadata for many open source software ecosystems.

Topic: "async-programming"

MagicStack/asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.

Language: Python - Size: 10.4 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 7,348 - Forks: 420

boostorg/beast

HTTP and WebSocket built on Boost.Asio in C++11

Language: C++ - Size: 13.8 MB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 4,545 - Forks: 655

Corvusoft/restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.

Language: C++ - Size: 4.05 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1,968 - Forks: 378

getify/asynquence 📦

Asynchronous flow control (promises, generators, observables, CSP, etc)

Language: JavaScript - Size: 503 KB - Last synced at: 8 days ago - Pushed at: over 5 years ago - Stars: 1,743 - Forks: 148

getify/A-Tale-Of-Three-Lists 📦

Comparing various async patterns for a single demo

Language: JavaScript - Size: 147 KB - Last synced at: 19 days ago - Pushed at: about 4 years ago - Stars: 650 - Forks: 79

jamboree/co2

A C++ await/yield emulation library for stackless coroutine

Language: C++ - Size: 335 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 331 - Forks: 32

briancavalier/creed

Sophisticated and functionally-minded async with advanced features: coroutines, promises, ES2015 iterables, fantasy-land

Language: JavaScript - Size: 735 KB - Last synced at: 14 days ago - Pushed at: about 7 years ago - Stars: 275 - Forks: 20

meejah/txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.

Language: Python - Size: 3.85 MB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 254 - Forks: 73

hubo1016/vlcp

A production-ready SDN controller, and a highly-extensible SDN framework.

Language: Python - Size: 2.12 MB - Last synced at: 29 days ago - Pushed at: over 5 years ago - Stars: 224 - Forks: 30

vsilaev/tascalate-concurrent

Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s

Language: Java - Size: 938 KB - Last synced at: 19 days ago - Pushed at: about 1 month ago - Stars: 217 - Forks: 29

Arvtesh/UnityFx.Async

Asynchronous operations (promises) for Unity3d.

Language: C# - Size: 6.24 MB - Last synced at: 14 days ago - Pushed at: over 5 years ago - Stars: 185 - Forks: 14

duckie/boson

A C++14 framework for asynchronous I/O, cooperative multitasking and green threads scheduling

Language: C++ - Size: 1.24 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 158 - Forks: 11

whatyouhide/guide_async_processing_in_elixir

A Livebook-based guide to async processing in Elixir. 🏃

Size: 1.73 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 146 - Forks: 7

bruno-/fiber_scheduler

Ruby's missing Fiber Scheduler implementation.

Language: Ruby - Size: 161 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 125 - Forks: 4

M-griffin/EtherTerm

EtherTerm (SDL2) Telnet/SSH Terminal

Language: C++ - Size: 12 MB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 124 - Forks: 15

M-griffin/Oblivion2-XRM

Oblivion/2 XRM BBS Software

Language: C++ - Size: 222 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 87 - Forks: 13

sergioramos/apr

this is like caolan/async which is like lodash but async, but awaitful

Language: JavaScript - Size: 2.43 MB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 75 - Forks: 5

petroemil/Rx.Book

High level asynchronous programming with Reactive Extensions

Language: C# - Size: 6.27 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 72 - Forks: 12

laudrup/boost-wintls

Native Windows TLS stream wrapper for use with Asio

Language: C++ - Size: 2.52 MB - Last synced at: 22 minutes ago - Pushed at: 8 months ago - Stars: 60 - Forks: 14

zhangchiqing/bluebird-promisell

A practical functional programming library for promises

Language: JavaScript - Size: 63.5 KB - Last synced at: 24 days ago - Pushed at: over 7 years ago - Stars: 44 - Forks: 4

mgtitimoli/await-mutex

Promised based Javascript Mutex

Language: JavaScript - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 43 - Forks: 7

jczic/XAsyncSockets

XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.

Language: Python - Size: 295 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 42 - Forks: 4

lilactown/bs-most 📦

Reason/BuckleScript bindings for the Most.js reactive toolkit

Language: OCaml - Size: 122 KB - Last synced at: 4 days ago - Pushed at: almost 7 years ago - Stars: 41 - Forks: 9

arun11299/coro-async

C++ coroutine based networking library (WIP)

Language: C++ - Size: 2.55 MB - Last synced at: 5 days ago - Pushed at: over 6 years ago - Stars: 38 - Forks: 6

David-Desmaisons/ComposableAsync

Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.

Language: C# - Size: 2.04 MB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 32 - Forks: 10

yyrdl/zco

generator based flow-control ,consecutive error stack,defer,global context for a single transaction

Language: JavaScript - Size: 137 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 31 - Forks: 3

ashleydavis/debugging-async-operations-in-nodejs

Example code to accompany my blog post on debugging async operations in Node.js.

Language: JavaScript - Size: 50.8 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 26 - Forks: 5

bashkirtsevich-llc/aioudp

Asyncio UDP server

Language: Python - Size: 30.3 KB - Last synced at: 2 days ago - Pushed at: 10 months ago - Stars: 25 - Forks: 9

elsid/resource_pool

C++ header only library purposed to create pool of some resources like keepalive connections

Language: C++ - Size: 435 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 23 - Forks: 4

0xCAFEBABE0/hyperion

✨ Clever Tricks Under Concurrency

Language: Java - Size: 215 KB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 21 - Forks: 7

pointertobios/asco

C++20 coroutine based async framework.

Language: C++ - Size: 427 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 20 - Forks: 0

IbrahimTanyalcin/lexicon-mono-seq

DOM Text Based Multiple Sequence Alignment Library

Language: JavaScript - Size: 117 MB - Last synced at: 7 days ago - Pushed at: almost 6 years ago - Stars: 20 - Forks: 5

bevry/ambi

Ambi lets you execute any function ambidextrously; providing you the ability to execute any function (be it synchronous, asynchronous, returns, callbacks, promises) as if it returned a promise.

Language: TypeScript - Size: 1.86 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 16 - Forks: 3

jpcaparas/laravel-horizon-demo

A demo for Laravel Horizon, a Redis queue monitor. Announced at Laracon US 2017.

Language: PHP - Size: 1.55 MB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 16 - Forks: 6

FichteFoll/resumeback

Python module for using callbacks to resume your code

Language: Python - Size: 395 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 15 - Forks: 0

fpg1503/Asynchronous

Implementation-agnostic asynchronous code

Language: Swift - Size: 836 KB - Last synced at: 29 days ago - Pushed at: almost 7 years ago - Stars: 15 - Forks: 1

Excel-lent/ClooWrapperVBA

COM-wrapper of Cloo to execute OpenCL code from VBA/Excel.

Language: C# - Size: 286 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 2

jamespeterschinner/async_v20

Asynchronous client for FOREX broker

Language: Python - Size: 7.21 MB - Last synced at: 27 days ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 11

igorcoding/EV-Tarantool16

High performance low-level EV based Tarantool 1.6+ client

Language: C - Size: 626 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 11 - Forks: 7

mars/episode-7

A facade for side-effects: write test-friendly, async/await-style, JS code

Language: JavaScript - Size: 33.2 KB - Last synced at: 24 days ago - Pushed at: about 5 years ago - Stars: 10 - Forks: 0

henry232323/henrio

im just playing with making event loops. really an async library

Language: Python - Size: 403 KB - Last synced at: 27 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 2

pwwang/simplug

A simple plugin system for python with async hooks supported

Language: Python - Size: 554 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 7 - Forks: 2

andreihu/asio-fsm

Finite State Machine programming pattern for C++/ASIO

Language: C++ - Size: 111 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 1

winitzki/chymyst-book

Concurrency in Reactions: Declarative multicore programming in Scala

Language: CSS - Size: 1.61 MB - Last synced at: about 15 hours ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 2

DecoraterBot-devs/DecoraterBot

DecoraterBot - An Extendable Discord Bot Made in Python.

Language: Python - Size: 457 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 4

GabrieleAsaro/Authentication

:key: This is my first website created in ASP.NET with Razor; it is a simple authentication system.

Language: C# - Size: 706 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

integrativesoft/AsyncEvents

Async Events for C#

Language: C# - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 3

karthickai/serial

Cross-Platform, Serial Port Library built on Boost.Asio in Modern C++ 17

Language: C++ - Size: 173 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 5

kennylbj/concurrent-java

Multi-threads programing philosophy in java.

Language: Java - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 2

Corvusoft/runloop

Event processing loop for scheduling and coordinating asynchronous work; fire and forget.

Language: C++ - Size: 97.7 KB - Last synced at: about 2 months ago - Pushed at: about 7 years ago - Stars: 6 - Forks: 1

pshev/stream-lite

⛲️ A minimalistic and modular functional reactive programming library with familiar interface and tiny footprint.

Language: JavaScript - Size: 279 KB - Last synced at: 24 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 2

AIAfterDark/LORS

LORS (Local O1 Reasoning System) - A distributed reasoning framework using local LLMs for advanced prompt analysis and response generation through parallel processing pipelines. Implements multi-agent architecture with dynamic scaling for complex query processing.

Language: Python - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

DecoraterBot-devs/DecoraterBot-cogs

Place that stores DecoraterBot's plugins that can be installed.

Language: Python - Size: 273 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

Tech-Dex/GoGig

A Discord bot that is using AsyncPRAW, a Reddit API to find jobs on subreddits and post them to your Discord channel.

Language: Python - Size: 654 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

LuisValladaresC/platzi-video

Página web creada como modelo para un servicio de películas en línea.

Language: CSS - Size: 88.9 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 3

pfpack/pfpack-core-taggeds

PrimeFuncPack Core.Taggeds is a core pack for .NET consisting of fundamental tagged types targeted for use in functional programming: Optional and Result monads, Tagged Union, as well as the convert extensions.

Language: C# - Size: 2.25 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 4 - Forks: 0

arun11299/PyCoroutines

Building python coroutines from scratch

Language: Jupyter Notebook - Size: 171 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

karmaniverous/get-dotenv

Manage environment variables from dotenv files across multiple environments. Supports async/CLI operations, dynamic variables, custom CLI creation & more!

Language: TypeScript - Size: 1.32 MB - Last synced at: 9 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

anassajaanan/Nginx-2.0

Nginx 2.0 is a high-performance, non-blocking web server that leverages event-driven architecture. Inspired by the original Nginx, it is further optimized with cross-platform I/O multiplexing to deliver exceptional efficiency and scalability.

Language: C++ - Size: 113 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

Jimskapt/async-book-fr Fork of rust-lang/async-book

🇫🇷 French translation of the book "Asynchronous Programming in Rust"

Language: Shell - Size: 1.78 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

TeaEntityLab/rustLuaActor

Lua Actor implementation for Rust (in sync/async modes)

Language: Rust - Size: 44.9 KB - Last synced at: 29 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

ged/cztop-reactor

An implementation of the Reactor pattern for ZeroMQ sockets (git mirror)

Language: Ruby - Size: 110 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

wenhuiyao/CoroutinesAdapter

Asynchronous programming made simple with Kotlin coroutines

Language: Kotlin - Size: 290 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

ninedraft/limiter

A simple concurrency limiter

Language: Go - Size: 2.93 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

arbazsiddiqui/dealing-with-asynchronous

Three ways to synchronously make a sandwich in javascript using callbacks, promises and async module.

Language: JavaScript - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

kiok46/search-gdt

Search for Google, DuckDuckgo and Twitter.

Language: Python - Size: 158 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

scriptex/async-array-prototype

Async array methods in JavaScript

Language: JavaScript - Size: 1.96 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 2 - Forks: 0

oGaabs/Projeto-ConvertTubeX

A Simple YouTube converter made with Pytube and MoviePy that easily downloads YouTube videos and converts them to MP3/MP4, all with asynchronous download/conversion that strongly improve performance, being a great differentiator from other programs.

Language: Python - Size: 61.5 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Encapsule/holistic

Encapsule Project Holistic App Platform runtime libraries and appgen utility.

Language: JavaScript - Size: 5.33 MB - Last synced at: about 21 hours ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

NerdyVisky/card-payment-UI

An attempt to build a credit/debit card payment UI prototype with 3D card flip and confetti animation. Uses LottieFiles js library by AirBnB

Language: JavaScript - Size: 171 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

lxsmnsyc/regrets.js 📦

⏰ Asynchronous control structures in JS

Language: JavaScript - Size: 178 KB - Last synced at: 18 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

gaurav414u/android-async-sample

A sample android application showing a couple of architectures for async network operations.

Language: Java - Size: 147 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

trusktr/awaitbox

A box of useful things to await for in async functions.

Language: JavaScript - Size: 27.3 KB - Last synced at: 5 days ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

adwansyed/GuessTheCelebrity

Android App: Celebrity Guessing Game

Language: Java - Size: 121 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

ihavenonickname/tiny-web-server

A minimal Sinatra-like web server built from scratch with .Net Core

Language: C# - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 0

alxlv/workty

Framework for running asynchronous automation tasks (workties) implemented as finite state machines combined in workflows. Read more information on project's Wiki pages.

Language: JavaScript - Size: 141 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

natnael-jhon/Async-Programming

Welcome to the Async Programming in JavaScript repo! 🚀 Dive into the exciting world of async code, where you can learn to write non-blocking, super-efficient JavaScript. 💡 Check out our examples and tutorials to level up your coding skills! 💻 Contributions are always welcome – let's build something amazing together! 🤝

Language: JavaScript - Size: 113 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Mohammad-Abohasan/Movie-Catalog-CLI-App

(GSG - Project 3) - About NodeJS/JavaScript application that manage a movie catalog.

Language: JavaScript - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

async-java/async.java

A Java port of the async library for Node.js. This lib is designed to be used with Vert.x and Akka.io.

Language: Java - Size: 1.13 MB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

dsac147/Covid-19-India-Tracker

Modern Dashboard for analysis of Covid-19 cases in India.

Language: JavaScript - Size: 1.11 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

Touseefelahi/EasySockets 📦

Simple implementation of sockets to give more flexibility to the user

Language: C# - Size: 55.7 KB - Last synced at: 23 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

c0de4un/cxx-thread-util

C++ utility library for threads api (posix & Windows).

Language: C++ - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

SYAN83/proxycrawl

Language: Python - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Vladimir-Novick/TaskContainer-Manager

Running multiple tasks asynchronously. Multi-threading safely. TaskContainerManager is a .NET Core library. You must be including TaskContainerManager in an existing .NET Core application without installation additional components.

Language: C# - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

sakibguy/JS-maturity

Mature JavaScript product development in MVU pattern. Functional JS programming, async management(callback, promises), Quick debug

Language: Shell - Size: 45.9 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

jonahwilliams/signal_concept

A concept implementation of Signals for Dart.

Language: Dart - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

Bot123123/jellopy

Ruby async/await syntax

Language: Ruby - Size: 13.7 KB - Last synced at: 1 day ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

JacobHeater/JSHelpers

A library of JavaScript helpers

Language: JavaScript - Size: 35.2 KB - Last synced at: about 1 year ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

phpgt/Async

Promise-based non-blocking operations.

Language: PHP - Size: 115 KB - Last synced at: 5 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 2

Jatin-Mehra119/CRAWLGPT

A powerful web content crawler with LLM-powered RAG (Retrieval Augmented Generation) capabilities. CrawlGPT extracts content from URLs, processes it through intelligent summarization, and enables natural language interactions using modern LLM technology.

Language: Python - Size: 120 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Mdsomratakbor/dot-api-with-cancellation-token-support

A robust .NET Core API with CancellationToken support for efficient request handling and scalability. Demonstrates best practices for managing long-running operations with graceful cancellations. Implements Repository Pattern and async/await for responsive, maintainable, and scalable APIs using .NET and C#. Ideal for modern API development.

Language: C# - Size: 2.19 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

muhammadwaheedairi/typescript-node-projects

Explore TypeScript CLI projects showcasing TypeScript basics, Node.js, and utility tools in action. Perfect for hands-on learners!

Language: JavaScript - Size: 142 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

FAIRYCOREKVLT/Keylogger

Simple keylogger imitation for entertainment or test usage.

Language: Python - Size: 110 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

HasnathJami/Easy_Task

A Flutter(Android/iOS) App about Task Management

Language: Dart - Size: 86.9 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

coslynx/Discord-Mini-Games-Bot

Project: Discord Mini-Games PvP Bot. Created at https://spectra.codes, which is owned by @Drix10

Size: 1.95 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

paschalugwu/alx-backend-python

ALX Backed Python involves tackling advanced Python projects, emphasizing variable annotations and asynchronous programming.

Language: Python - Size: 21.5 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

p5-vbnekit/async_primitives.prototypes

C++17 asynchronous primitives prototype library

Language: C++ - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pfpack/early-core-asyncpipeline

EarlyFuncPack Core.AsyncPipeline is a core library for .NET consisting of asynchronous pipeline.

Language: C# - Size: 108 KB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

siobhanpmahoney/chatster-app

Real-time chat application built with React, Redux, Ruby on Rails, and Action Cable

Language: JavaScript - Size: 31.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

siobhanpmahoney/capture-app

Job search management tool. Find opportunities, track application progress, and organize notes and research.

Language: JavaScript - Size: 38.1 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0