-
Updated
Jul 11, 2021 - C#
#
multithreaded
Here are 179 public repositories matching this topic...
A fully-featured deformer system for Unity.
Single header C++ Libraries for Thread Scheduling, Rendering, and so on...
-
Updated
May 10, 2021 - C++
Lightweight C 2D graphics API agnostic library with parallelism support
lightweight
library
embedded
opengl
gba
graphics
multithreading
framebuffer
multi-core
graphics-library
graphics-rendering
2d-graphics
multithreaded
fbdev
-
Updated
Jun 26, 2021 - C
A parallelized PNG encoder in Rust
-
Updated
Apr 22, 2021 - Rust
file system archiver for linux
-
Updated
Jun 6, 2021 - C
Virtual Reality Software Library
visualization
research
game-engine
augmented-reality
virtual-reality
cave
medical
virtual
htc-vive
multiplatform
platform-independent
epson-moverio
gear-vr
mixed-reality
industry
collective-knowledge
multithreaded
cyber-physical-systems
-
Updated
Aug 25, 2021 - C++
A library and extension that provides objects for scientific computing in PHP.
php
engineering
machine-learning
composer
statistics
math
vector
matrix
linear-algebra
php-extension
scientific-computing
matrix-multiplication
arithmetic
rubix
tensor
lapack
multithreaded
matrix-decompositions
matrix-factorizations
tensor-extension
tensor-php
-
Updated
Jul 15, 2021 - PHP
Concurrent CPU-GPU Programming using Task Models
gpu
cuda
multithreading
gpu-acceleration
gpu-computing
heterogeneous-parallel-programming
multithreaded
heterogeneous-systems
gpu-programming
task-parallelism
heterogeneous-computing
cpu-gpu-scheduling
-
Updated
Dec 19, 2019 - C++
Multi-threaded Facebook scraper for social analytics of public and owned pages
elasticsearch
scraper
social-media
facebook
analytics
facebook-graph-api
facebook-api
facebook-scraper
ctr
multithreaded
engagement-rate
-
Updated
Dec 30, 2017 - Python
An efficient map viewer for Minecraft seed in a nice GUI with utilities without ever needing to install Minecraft.
-
Updated
Aug 15, 2021 - Java
A dead simple script to download videos or pdfs from Stanford Engineering Everywhere.
-
Updated
Oct 29, 2018 - Go
Open Source Unity3d Planetary Terrain Editor Extension with incremental background updates via multithreading
editor
open-source
extension
generator
csharp
unity
terrain
planet
sphere
game-development
unity3d
multithreading
noise
generation
perlin
planets
multithreaded
editor-extension
proceedural
-
Updated
Oct 23, 2018 - C#
Windows Desktop Duplication Tool for live coding presentations in C++2a
-
Updated
Apr 5, 2021 - C++
Subdover is a MultiThreaded Subdomain Takeover Vulnerability Scanner Written In Python3
python3
subdomain
multithreaded
vulnerability-scanner
subdomain-takeover
hostile-subdomain-takeover
subdomain-enumeration
cname-check
largest-fingerprint-collection
pushpenderindia
subdover
-
Updated
Jan 16, 2021 - Python
mattpodolak
commented
May 27, 2021
There are several try catch blocks that can be improved by specifying the exceptions that are expected to occur. This will help avoid unexpected behaviour which can be caused by the wide scope of the current implementation.
A multithreaded software implementation of OpenGL 1.3 in C++.
-
Updated
Nov 4, 2018 - C++
Radius server for .Net. Packets handled in pluggable IPacketHandlers
-
Updated
Feb 8, 2020 - C#
Peer-to-Peer game networking library for thousands of players simultaneously. Built completely in C#. Work in progress integration into Unity and Unreal Engines, with cross platform signaling server using same core code.
-
Updated
May 6, 2020 - C#
A script to download complete sticker packs from telegram and convert them into png
-
Updated
Apr 12, 2021 - Python
Experimental parallel compression algorithm
-
Updated
Sep 24, 2017 - C++
AAP Finder (Advanced Admin Page Finder) is a tool written in Python3 with advanced functionalities
advanced
cpanel
python3
admin-finder
hacking-tool
multithreaded
admin-page-finder
pentest-tool
pentestbox
adminfinder
adminpanelfinder
login-page-finder
save-result
pass-target-via-file
aapfinder
ear-vulnerability-scanner
multi-target-scanner
robots-txt-file-scanner
-
Updated
Jul 12, 2021 - Python
This tool has been moved to https://github.com/hube12/Minemap
-
Updated
Apr 18, 2021 - Java
Fast and Strong Burrows Wheeler Model
-
Updated
Nov 6, 2018 - C++
-
Updated
Sep 14, 2017 - Go
C++ version of the SED fitting code FAST (Kriek et al. 2009); it's faster, uses less memory, and has more features.
-
Updated
Jun 4, 2021 - C++
-
Updated
Dec 12, 2017 - C++
The Ultimate Protocol Bruteforcer
python-script
bruteforce
python3
ogre
offensive-security
bruteforce-attacks
multithreaded
offensive-scripts
-
Updated
Dec 25, 2019 - Python
-
Updated
Jan 17, 2018 - Java
Improve this page
Add a description, image, and links to the multithreaded topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multithreaded topic, visit your repo's landing page and select "manage topics."
I'd like to be able to create an arbitrary advisory lock from the Class; currently, that's only possible from an instance.
e.g.
MyClass.with_advisory_lock ...
Would help clean up this: https://github.com/bensheldon/good_job/blob/8e1a0f334dc83aae6a04faa521c9c9953c0a9783/lib/good_job/active_job_extensions/concurrency.rb#L25