Problem I am currenly contributing to a Chat-Bot to be used across the whole SE-Network’s chat which is implemented in […]
Tag: dynamic-loading
JavaScript Script/CSS Loader Plugin
Problem I wrote a basic JavaScript plugin that allows you to specify what specific JavaScript files and CSS files to […]
Function autoloading in bash
Problem I’m wondering if anyone can code review my code below. That’s the core code of my little framework for […]
I command thee: do SOMETHING
Problem I am currenly contributing to a Chat-Bot to be used across the whole SE-Network’s chat which is implemented in […]
Loading DLLs to produce reports
Problem My application relies on an unknown number of DLLs that each produce a report. The only thing that is […]
JavaScript Script/CSS Loader Plugin
Problem I wrote a basic JavaScript plugin that allows you to specify what specific JavaScript files and CSS files to […]
Just require a file, or check if_readable first?
Problem I’m writing a simple front controller, index.php is the main file. In my index.php, first thing loaded is bootstrap.php […]
DynamicClass – loads and instantiates classes at run-time
Problem I needed to dynamically load and instantiate some classes from a generated jar and a generated .class file which […]
Script to load other .js scripts
Problem I made a simple script to load other scripts into the page without worrying about caching. It’s meant to […]