-
elektron Public
Forked from spdfg/elektronElektron is a lightweight, power-aware, pluggable Mesos framework that behaves as a playground to experiment with different scheduling policies to schedule ad-hoc jobs in docker containers.
Go GNU General Public License v3.0 UpdatedMay 29, 2021 -
task-ranker Public
Rank tasks running as docker containers in a cluster.
-
-
cadvisor Public
Forked from google/cadvisorAnalyzes resource usage and performance characteristics of running containers.
Go Other UpdatedMay 2, 2021 -
kubernetes-prometheus Public
Forked from techiescamp/kubernetes-prometheusConfiguration files for setting up prometheus monitoring on Kubernetes cluster.
UpdatedFeb 25, 2021 -
-
aurora Public
Forked from aurora-scheduler/schedulerMaintenance fork of Apache Aurora, a Mesos framework for long-running services, cron jobs, and ad-hoc jobs
Java Apache License 2.0 UpdatedNov 19, 2020 -
system-load-generator Public
Generate different kinds of system load.
-
logrus Public
Forked from sirupsen/logrusStructured, pluggable logging for Go.
Go MIT License UpdatedOct 2, 2020 -
image-builder Public
Forked from assignment-exec/image-builderImage builder is an application to build docker image for running assignments.
Go UpdatedJun 13, 2020 -
code-runner Public
Forked from assignment-exec/code-runnerCode Runner is a web application to run code pertaining to your assignment using user provided configurations.
Go UpdatedJun 12, 2020 -
felk Public
A Mesos framework that uses Netflix's Fenzo to make scheduling decisions.
-
toolkit Public
Forked from actions/toolkitThe GitHub ToolKit for developing GitHub Actions.
TypeScript MIT License UpdatedOct 23, 2019 -
gorealis Public
Forked from paypal/gorealisGo library for communicating with Apache Aurora
Go Apache License 2.0 UpdatedOct 2, 2019 -
logrus-feature-testing Public
test different features of logrus to gain better understanding of the logging library.
Go UpdatedAug 30, 2019 -
update-repo-instructions Public
Instructions to update remote links, set new remote as upstream and push updates.
UpdatedFeb 20, 2019 -
Implementation of the Content Addressable Networks (P2P) protocol in Java using Sockets.
-
container-profiler Public
Script to launch docker containers with varying configurations and record stats for resource utilization. Graph scripts help to visually represent the collected stats.
-
A Distributed Banking Application. Implemented the Chandy-Lamport global snapshot algorithm to capture the global state of the system at any instant of time.
-
Minishell Public
A simple shell program called minish. You should be able to execute and control any program/command as you would do in a normal shell.
-
Two-Phase-Commit Public
Implementation of the Two Phase Commit protocol for multithreaded replicated file servers
-
go-bindata Public
Forked from gnoso/go-bindataA small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Go Other UpdatedSep 15, 2017 -
A wrapper around Keras Recurrent Layers to help build and test various configurations for Long Short Term Memory Neural Networks.
-
Character-Device Public
A kernel level pipe, as a miscellaneous character device, to exchange strings between user level processes. This is a classical producer consumer problem. The device maintains a FIFO queue that can…
-
-
Interpolate Public
Function template named Interpolate that is a blend of 'printf' in C and 'cout' in C++. Each argument is printed when its corresponding '%' is encountered in the format string.
C++ UpdatedJul 22, 2016 -
Smart-Pointer Public
A non-intrusive, thread safe, exception-safe, reference counting smart pointer in C++, based on the model of std::shared_ptr.
-
go-bindata-example Public
Forked from odino/go-bindata-exampleAn example usage of go-bindata: original blog post here http://odino.org/bundling-static-files-within-your-golang-app/
UpdatedJun 30, 2016 -
Map-Container Public
Implemented Map container, similar to std::map, in C++ using templates and Skip List.
-
Implemented a dynamic double ended queue container in C++.
C++ UpdatedFeb 9, 2016