StefanDubsky
-
- 1,459 total downloads
- last updated 5/3/2025
- Latest version: 0.0.11
This is the core package of the Codeboxes framework used by each other Codeboxes library. The work on this framework is still in progress. -
- 951 total downloads
- last updated 5/15/2025
- Latest version: 0.0.6
The mvc lib allows you to manage your project by using the mvc pattern. It uses most of the other codeboxes libraries. -
- 649 total downloads
- last updated 5/3/2025
- Latest version: 0.0.4
The codeboxes ticking library gives you the possibility to get the running time of your application and a ticker, that informs you every second. Addintioanlly you can get the ntp internet time as a Now... More information -
- 616 total downloads
- last updated 5/3/2025
- Latest version: 0.0.3
This library gives you the option to process work sequentially and/or timed/repetitive. -
- 513 total downloads
- last updated 5/3/2025
- Latest version: 0.0.3
The codeboxes responding library offers you the possibility to add targeted callbacks. The distributing and the storing libraries of the codeboxes framework are using responder of this library, so please see... More information -
- 511 total downloads
- last updated 5/7/2025
- Latest version: 0.0.3
The codeboxes storing library offers you the possibility to cache and watch data objects. I created that library to never ever communicate data changings in a project again. That will be done by the library. -
- 508 total downloads
- last updated 5/3/2025
- Latest version: 0.0.4
The codeboxes caching library gives you the option to simple cache objects. -
- 348 total downloads
- last updated 5/3/2025
- Latest version: 0.0.3
The stating library enables you to use states in an easy or complex way - whatever you like. I decided to separate the transitions between the states from the states themselves, because I thought they should... More information -
- 346 total downloads
- last updated 5/3/2025
- Latest version: 0.0.2
The codeboxes distributing library offers you the possibility to call unknown and distant objects. All you have to do is adding an implemented Cable to your Distributor of choice and then add some devices to... More information -
- 275 total downloads
- last updated 5/3/2025
- Latest version: 0.0.2
The codeboxes interpreting library gives you some tools to interpret string values into usable Objects. You can get usable Objects for formulars and cron expressions. But you have to take care of your given... More information -
- 252 total downloads
- last updated 5/3/2025
- Latest version: 0.0.2
This library gives you the option to build conditions that decide by their own, if they are met by given information. The other codeboxes libraries are only working with the IConditions interface. The rest is... More information -
- 67 total downloads
- last updated 5/3/2025
- Latest version: 0.0.1
The Codeboxes Assets library gives you the possibility to organize your assets in a comfortable way, so that they are available locally on disk. The AssetManager will only download them at startup, when a new... More information -
- 62 total downloads
- last updated 5/3/2025
- Latest version: 0.0.1
The Surveillance library shows you in a special view what each of the other used Codeboxes libraries are doing and holding. And if you use it well, it will show you, what your stuff is doing, too.