Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Arsenal
A high-performance Blender game engine written in Rust.
Collective -
Host: opensource -
https://opencollective.com/arsenal
- Website: https://katharostech.com
- Code: https://github.com/katharostech
github.com/katharostech/arsenal - 6f3660a95999ba3808ea5185af2bd1c80cc8046a authored over 5 years ago
github.com/katharostech/arsenal - bb2e9062b9ba63740360c9f9fbe138df09e361d9 authored over 5 years ago
github.com/katharostech/arsenal - c632fd65a6f8151839b438f2a3deef43f2a52677 authored over 5 years ago
github.com/katharostech/arsenal - 49183a8fe5e9cb112eb4c570019a92d17a94f8ed authored over 5 years ago
github.com/katharostech/arsenal - 30c5bacc1265d6f6d94283e9b901c060790ac745 authored over 5 years ago
github.com/katharostech/arsenal - f214f840c0bb3d52a98143ecaa96c236aa72ce6d authored over 5 years ago
github.com/katharostech/arsenal - ac9ef051a6c5f7276801c1aef732d7888e46033e authored over 5 years ago
github.com/katharostech/arsenal - 086139a3249b0f8e9a0f5e0a51bc280087f57414 authored over 5 years ago
github.com/katharostech/PolyFS - 7f60b0df76ac8736a01acc638ed5b68a3c7cd018 authored over 5 years ago
github.com/katharostech/PolyFS - 2a5a3211847353b5eb532819116a6de8659d9754 authored over 5 years ago
github.com/katharostech/PolyFS - d1dd2e48fb3b26508e0483ff48cb10a565f977ce authored over 5 years ago
github.com/katharostech/PolyFS - 11df0184de9e504fd491a2e3d7b2ed695b5c7e88 authored over 5 years ago
github.com/katharostech/PolyFS - 002e8429b8aed51d95426aed48c7e6a69f7e9e81 authored over 5 years ago
github.com/katharostech/PolyFS - 29f8dc74682aa5ccaf10bd40ddbe03823e8ce352 authored over 5 years ago
github.com/katharostech/PolyFS - 6769ecb4068418faa92d4e943f866ff124f5655f authored over 5 years ago
Yay! We can now:
* Create files and directories
* Remove files and directories
* List files in ...
We are removing all metadata storage structures and code in favor of
using just a key-value stor...
github.com/katharostech/PolyFS - a75d55f425444480d040da86f49573f28cb2d70b authored over 5 years ago
github.com/katharostech/PolyFS - dbdb976431eea07d70eb2c63df937b03b404ce37 authored over 5 years ago
github.com/katharostech/PolyFS - d1bbdfee412dadc2090ab471b0e0dc547a42aaa5 authored over 5 years ago
github.com/katharostech/PolyFS - a411d5b0f88ecd9b0dd4e30fa8dea747f153cff7 authored over 5 years ago
* Use the Default trait for more AppConfig enums
github.com/katharostech/PolyFS - 9915c0ed7289e0a898ca537388ae312246aa5fac authored over 5 years agogithub.com/katharostech/PolyFS - 566e534a6711570fa8c83ec673a81fd58d26ca5b authored over 5 years ago
github.com/katharostech/PolyFS - a853d485388f694f65546d042361d08dd33fe721 authored over 5 years ago
github.com/katharostech/PolyFS - a2df2d63338a3f1d984db3017bacf4908486a611 authored over 5 years ago
github.com/katharostech/PolyFS - 31bec604d0bef4bb145d27572913c228ba50f0b6 authored over 5 years ago
The `set` function will be the way to update keys in the store.
github.com/katharostech/PolyFS - f5efafa6ca1f3b7b665030d8516455eb9b3d28d0 authored over 5 years agogithub.com/katharostech/PolyFS - 64b7d7dd147cf5e03c5707afb7e8f7ca28e5ebcd authored over 5 years ago
github.com/katharostech/PolyFS - be3d3372fbcdbc2082113cce8247aaf2706893c6 authored over 5 years ago
github.com/katharostech/PolyFS - 1cb67f3d4edd067e6ab59be7ae088d653dd0af71 authored over 5 years ago
* Extend Sqlite config to allow using an in-memory database
* Start WIP KeyValueStore trait
* Re...
Move the CliResult type and other related types to the root of the
library and renamed it to Pol...
github.com/katharostech/PolyFS - 2a9d30372d17571fcfc70e54ccfd22e5864a814c authored over 5 years ago
github.com/katharostech/PolyFS - aaf09e6b42e8c7bb610ae6fee3726a4d02abfc19 authored over 5 years ago
The `config default` command will save the default config to the config
file and prompt for repl...
* Switch AppConfig struct to implement Default instead of using a
get_default_config function.
* Allow setting log level on command line
* Allow logging to file and to syslog
The `config dump` command is only available when the `POLYFS_DEBUG`
environment variable is set.
github.com/katharostech/PolyFS - b26a312f6778495be97f2b0487ef8ff0d380d599 authored over 5 years ago
You can now run `polyfs config kv sqlite db-name.db` and it will set the
config value correctly ...
github.com/katharostech/PolyFS - aa0ecfe17e45dbaf4cf69e9f4b0b7ea170471306 authored over 5 years ago
* Load default YAML config from a file.
github.com/katharostech/PolyFS - 272fb4cc40b0bca7be71a043de92a376c75f0509 authored over 5 years agogithub.com/katharostech/PolyFS - a0ee64a665c42edf02d48b10f2e596d4d3829c69 authored over 5 years ago
github.com/katharostech/maxim - 40fbc64b715326ad03783d208e3a5cdf22d05e22 authored over 5 years ago
* Created a CliError type and propagate that instead of panicing.
github.com/katharostech/PolyFS - 831ceb790f4bffb20c8fc7120fdf96cb3652160f authored over 5 years agogithub.com/katharostech/PolyFS - 852ac1004f0ec49cdfe5dfef05871ed11cbfe30f authored over 5 years ago
github.com/katharostech/PolyFS - 187d4802744c0e0e63df2a039b43d2a9f750ee66 authored over 5 years ago
Install LizardFS 3.13.0-rc1, and add config for uRaft to enable running
the master in clustered ...
github.com/katharostech/docker-plugin_seaweedfs - 882809af7d3509294b603d0cd90e001a21b9ce6b authored almost 6 years ago
github.com/katharostech/docker-plugin_seaweedfs - 4b3d5c6a9a38e2108f3a0c905dd1670d95c9514c authored almost 6 years ago
Everything appears to be working. There are still some references to
LizardFS in some docs and t...
Test Plan: Walk through tests defined in `dock/test-cases.md`
Reviewers: opax
Reviewed By: opa...
github.com/katharostech/docker-plugin_seaweedfs - fa6df9e8b2841f4b77f06c3c5ebaa5e4037656b2 authored almost 6 years agogithub.com/katharostech/docker_postgres-backup - fede836dc8e5d157834ef344621352dec1f13b05 authored almost 6 years ago
github.com/katharostech/docker-plugin_local-dir - 418ecefd86e6fdba12c9f5a9c7ed1f56729cddab authored about 6 years ago
github.com/katharostech/docker_postgres-backup - 5beef6c83c6b86e2253ff1c83a431f85db28a7d5 authored about 6 years ago
github.com/katharostech/docker_mysql-backup - 35cac2d51d230bd9b407ba21eb632f5a0d4b4bcf authored about 6 years ago
github.com/katharostech/docker_mongodb-backup - 37a4eba67ec457220caa0b3161862bce7d5eb756 authored about 6 years ago
github.com/katharostech/docker_mysql-backup - b1d66f96f8ae5535bb3f751dc9a490102a7e4a71 authored over 6 years ago
github.com/katharostech/docker_postgres-backup - b1d66f96f8ae5535bb3f751dc9a490102a7e4a71 authored over 6 years ago
github.com/katharostech/docker_mysql-backup - bf324cf9bb4b6b426fbc4644d5429d2243d64bb6 authored over 6 years ago
github.com/katharostech/docker_mongodb-backup - bf324cf9bb4b6b426fbc4644d5429d2243d64bb6 authored over 6 years ago
github.com/katharostech/docker_postgres-backup - bf324cf9bb4b6b426fbc4644d5429d2243d64bb6 authored over 6 years ago
github.com/katharostech/docker_murmur - 2d133227f08c31a0d0aec27d0d8409666c8076a5 authored over 6 years ago
github.com/katharostech/docker_murmur - b1ca916bfc8b4f284d34a91fed7e5d2ab65228be authored over 6 years ago
Container functions properly as far as I know.
github.com/katharostech/docker_murmur - e4a37703ac3a3dc38b51c484344b4fb06bd48f2f authored over 6 years ago
Cron was mistakenly not started before now. Added logic to start and
stop it.
github.com/katharostech/maxim - bfdbf9dbb0ae80e6af2056bf0f273e45b0b4f33f authored over 6 years ago
github.com/katharostech/docker-plugin_local-dir - 85619e35486e7deb576f2544b14b5611b2a6e6d1 authored over 6 years ago
github.com/katharostech/docker-plugin_local-dir - f291a589d326a07419586197980955d65c22e26a authored over 6 years ago
Docker now successfully handles local volumes as it is supposed to.
Some more cleanup could very...
Code coppied from the docker-plugin_lizardfs driver with some cleanup
done for the bind-local dr...
A working Self Service Password Docker container.
github.com/katharostech/docker_self-service-password - ea41ef5d5abb37ac2163c7ec75f82aef6c80edd0 authored over 6 years agogithub.com/katharostech/maxim - 631b87c31ecc7741ed7a62fff75914396aa8e655 authored over 6 years ago
github.com/katharostech/maxim - 63ae8e592dded8821888355a09a075d57c4e5c55 authored over 6 years ago
github.com/katharostech/maxim - 5ec1edf9b9e19b00541c853b3a379b378b69ab4e authored over 6 years ago
github.com/katharostech/docker_apacheds - f744333aadae9f0fa41e7bb7eafa996168fe5478 authored over 6 years ago
github.com/katharostech/maxim - 713e06cef28347770b6d388e587a781adf9825bc authored over 6 years ago
github.com/katharostech/maxim - fa4e0535f90659d2b04a618fde852ca914ea62c4 authored over 6 years ago
Add a sleep to the docker-cmd.sh script's wait loop to fix excessive
CPU load.
github.com/katharostech/docker_apacheds - 004017f7a144fccc9d65f6a9112742e98cb055a7 authored over 6 years ago
github.com/katharostech/docker_apacheds - 251dbaf250debf9cdd8c0c3bcad1357d764eae8b authored over 6 years ago
github.com/katharostech/docker_apacheds - 84cd0a9955c4466281ab2d1ea0adc765097ef06a authored over 6 years ago
github.com/katharostech/maxim - b51552df73acc055d3111e702325988712f85d5a authored over 6 years ago
github.com/katharostech/maxim - 22bb3952de39a3507e200e494c53334b1c8e9430 authored over 6 years ago
github.com/katharostech/maxim - 4a433b7678cd8c4f7f25ebc8c5f89917da258dbd authored over 6 years ago
github.com/katharostech/maxim - a919b360f922b356f7ce40c53737d4bc89ab8ae3 authored over 6 years ago
github.com/katharostech/maxim - 157a63cb0c7130c1543122a439c5225fad3ceb57 authored over 6 years ago
github.com/katharostech/maxim - 79c8adea2d2fbe691a501375e7dcdd786d533a45 authored over 6 years ago
github.com/katharostech/maxim - 9dbea1f20b6f730ffc5404b798bb7750fe6b34d0 authored over 6 years ago
github.com/katharostech/maxim - a514d1a33d1a244c683fc4cf7fe3d21cefb3f348 authored over 6 years ago
github.com/katharostech/maxim - 935dab99ddba21150fe0eaef149d7151fc7f3ee7 authored over 6 years ago
github.com/katharostech/maxim - 9a709be922cae1b2a290939a9cfe5bd33423e70c authored over 6 years ago
github.com/katharostech/maxim - 3e27bdf2ae3369bfc49473df25a4d537f4596e6e authored over 6 years ago
github.com/katharostech/maxim - e5aeeb5032443935ab196927161ab9851318a3b0 authored over 6 years ago
github.com/katharostech/maxim - caea086b9f3a7e6435a7990237ba1f119474eb11 authored over 6 years ago
github.com/katharostech/maxim - a8c0c975c23652c42935c57b09819968669743c5 authored over 6 years ago
github.com/katharostech/maxim - dc1eda3111fcb95d064036a0da2609c45262ad73 authored over 6 years ago
github.com/katharostech/maxim - a296e3b59435f358f3296f1fa24b33a2f5114ec2 authored over 6 years ago
github.com/katharostech/maxim - 2233f3879cc569cd8ea3ebf29058dc50216e1086 authored over 6 years ago
github.com/katharostech/maxim - f260515b3cddd2774278a473a4fff83f958f3dd9 authored over 6 years ago