All Projects → gotopus → Similar Projects or Alternatives

632 Open source projects that are alternatives of or similar to gotopus

Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (+1082.35%)
Mutual labels:  build
concore
Core abstractions for dealing with concurrency in C++
Stars: ✭ 57 (+235.29%)
Mutual labels:  concurrency
Earthly
Repeatable builds
Stars: ✭ 5,805 (+34047.06%)
Mutual labels:  build
govizz
No description or website provided.
Stars: ✭ 19 (+11.76%)
Mutual labels:  dependency-graph
Build Templates
A library of build templates.
Stars: ✭ 184 (+982.35%)
Mutual labels:  build
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+188.24%)
Mutual labels:  concurrency
Improvexamarinbuildtimes
Tips and tricks on how to speed up the time it takes to compile a Xamarin app
Stars: ✭ 180 (+958.82%)
Mutual labels:  build
Nake
Magic script-based C# task runner for .NET Core
Stars: ✭ 183 (+976.47%)
Mutual labels:  build
node-less-chokidar
Watch and build CSS from LESS, compatible with Create React App
Stars: ✭ 21 (+23.53%)
Mutual labels:  build
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (+923.53%)
Mutual labels:  build
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Stars: ✭ 23 (+35.29%)
Mutual labels:  concurrency
Cooking
👨‍🍳 更易上手的前端构建工具
Stars: ✭ 1,964 (+11452.94%)
Mutual labels:  build
b2
B2 makes it easy to build C++ projects, everywhere.
Stars: ✭ 38 (+123.53%)
Mutual labels:  build
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (+741.18%)
Mutual labels:  build
serverless-build-plugin
A Node.js focused build plugin for serverless.
Stars: ✭ 42 (+147.06%)
Mutual labels:  build
Enb
Tool for building web projects, BEM bundler.
Stars: ✭ 136 (+700%)
Mutual labels:  build
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (+41.18%)
Mutual labels:  concurrency
Github Build
Github builds for CI
Stars: ✭ 133 (+682.35%)
Mutual labels:  build
pygolang
Go-like features for Python and Cython. (mirror of https://lab.nexedi.com/kirr/pygolang)
Stars: ✭ 37 (+117.65%)
Mutual labels:  concurrency
Mhy
🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
Stars: ✭ 128 (+652.94%)
Mutual labels:  build
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (+29.41%)
Mutual labels:  concurrency
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (+623.53%)
Mutual labels:  build
edd
Erlang Declarative Debugger
Stars: ✭ 20 (+17.65%)
Mutual labels:  concurrency
Please
High-performance extensible build system for reproducible multi-language builds.
Stars: ✭ 1,856 (+10817.65%)
Mutual labels:  build
react-webworker-demo
No description or website provided.
Stars: ✭ 14 (-17.65%)
Mutual labels:  concurrency
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (+588.24%)
Mutual labels:  build
zig-header-gen
Automatically generate headers/bindings for other languages from Zig code
Stars: ✭ 40 (+135.29%)
Mutual labels:  build
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (+570.59%)
Mutual labels:  build
napalm
Support for building npm packages in Nix and lightweight npm registry [maintainer @nmattia]
Stars: ✭ 80 (+370.59%)
Mutual labels:  build
Zb
an opinionated repo based tool for linting, testing and building go source
Stars: ✭ 111 (+552.94%)
Mutual labels:  build
asset-graph-webpack-plugin
Webpack plugin to easily get assets dependency graph based on entry point
Stars: ✭ 13 (-23.53%)
Mutual labels:  dependency-graph
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (+547.06%)
Mutual labels:  build
fort depend.py
A python script to generate dependencies for Fortran projects
Stars: ✭ 35 (+105.88%)
Mutual labels:  dependency-graph
Mistry
General-purpose build server
Stars: ✭ 104 (+511.76%)
Mutual labels:  build
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (+70.59%)
Mutual labels:  concurrency
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (+464.71%)
Mutual labels:  build
mopt
Babel plugin to optimize Mithril m() calls into simple JS objects for speed
Stars: ✭ 45 (+164.71%)
Mutual labels:  build
Asyncrun.vim
🚀 Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
Stars: ✭ 1,332 (+7735.29%)
Mutual labels:  build
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (+100%)
Mutual labels:  concurrency
Tutorial Ubuntu 18.04 Install Nvidia Driver And Cuda And Cudnn And Build Tensorflow For Gpu
Ubuntu 18.04 How to install Nvidia driver + CUDA + CUDNN + build tensorflow for gpu step by step command line
Stars: ✭ 91 (+435.29%)
Mutual labels:  build
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (+211.76%)
Mutual labels:  build
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
Stars: ✭ 1,295 (+7517.65%)
Mutual labels:  build
golang-101
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary pro…
Stars: ✭ 61 (+258.82%)
Mutual labels:  concurrency
Cargo Remote
cargo subcommand to compile rust projects remotely
Stars: ✭ 87 (+411.76%)
Mutual labels:  build
grimoire
A fast, concurrent based scripting language for D.
Stars: ✭ 21 (+23.53%)
Mutual labels:  concurrency
Auxpack
A dashboard for monitoring Webpack build stats.
Stars: ✭ 86 (+405.88%)
Mutual labels:  build
CacheLib
Pluggable in-process caching engine to build and scale high performance services
Stars: ✭ 637 (+3647.06%)
Mutual labels:  concurrency
Scritch
A small CLI to help you write sharable scripts for your team
Stars: ✭ 74 (+335.29%)
Mutual labels:  build
danger-swift-xcodesummary
A Danger-Swift plugin that adds build errors, warnings and unit tests results generated from xcodebuild to your Danger report
Stars: ✭ 72 (+323.53%)
Mutual labels:  build
Ansible Phoenix Build
Sample app with full build and deploy setup of a Phoenix app using ansible
Stars: ✭ 59 (+247.06%)
Mutual labels:  build
Carbon.Gulp
Carbon/Gulp is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline for Flow Framework and Neos CMS.
Stars: ✭ 15 (-11.76%)
Mutual labels:  build
gcl
A graph concurrent library for C++
Stars: ✭ 21 (+23.53%)
Mutual labels:  concurrency
asap
A cmake starter project for C++ with basic infrastructure including platform detection, compiler detection, assertions..., and a complete build lifecycle. Portable across Linux, OS X and Windows.
Stars: ✭ 39 (+129.41%)
Mutual labels:  build
ring-election
A node js library with a distributed leader/follower algorithm ready to be used
Stars: ✭ 92 (+441.18%)
Mutual labels:  concurrency
SubmiBot
Plugin do Eclipse para automatização do processo de submissão de tarefas na disciplina de LP2 - Computação@UFCG
Stars: ✭ 16 (-5.88%)
Mutual labels:  build
angular-package-builder
[DEPRECATED] Packages your Angular 4+ library based on the Angular Package Format.
Stars: ✭ 25 (+47.06%)
Mutual labels:  build
Arteries
A procedural modeling toolkit base on UE4 blueprint
Stars: ✭ 92 (+441.18%)
Mutual labels:  build
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (+52.94%)
Mutual labels:  concurrency
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (+52.94%)
Mutual labels:  build
Buildbuddy
BuildBuddy is an open source Bazel build event viewer, result store, and remote cache.
Stars: ✭ 182 (+970.59%)
Mutual labels:  build
241-300 of 632 similar projects