Parallel execution of a python process using Node.js’s cluster module, in order to simultaneously run OCR on scanned documents. The app can be installed on multiple servers and using a centraldatabase where the jobs are stored, it can run multiple…
Node.js backend and Jade (Pug) frontend based on JQuery and Twitter Bootstrap for interacting with a NAGIOS server with the purpose of monitoring the status of a network. Where Nagios isn’t available, a PING based service has been implemented.
Use the following code in your script to set the internal php encoding to UTF-8: /* Set internal character encoding to UTF-8 */ mb_internal_encoding("UTF-8"); mb_http_output( "UTF-8" ); ob_start("mb_output_handler"); Also, for mysql and postgres you should take into consideration the following…
The following two lines have been lifesavers for the situation where a picture is properly inserted into the PostgreSQL, but cannot be taken out and displayed, even if the headers and whatever else needed is properly in place: pg_query($connection, 'SET…