Sitemap generator Website v. 0.9.4 beta released!
Sitemap generator Website v. 0.9.4 beta released! – APIs finally available – Bug fixes and other minor improvements. Try it now! https://sitemap-generator.dotmaui.com/
Sitemap generator Website v. 0.9.4 beta released! – APIs finally available – Bug fixes and other minor improvements. Try it now! https://sitemap-generator.dotmaui.com/
VultureCSSCore versione 0.2.3 beta released! We added jStyleParser as a secondary parser to recover CSS files that non-ph-css fails to parser. github.com/DotMaui/VultureCSSCore We have also updated the website and APIs with the new version of…
$alltables = mysqli_query($conn, "SHOW TABLES"); while ($table = mysqli_fetch_assoc($alltables)){ foreach ($table as $db => $tablename){ echo "OPTIMIZE TABLE `".$tablename."`"; mysqli_query($conn, "OPTIMIZE TABLE `".$tablename."`") or die(mysqli_error()); echo "<br>"; } }
Sitemap generator Web site version 0.9.2 beta released! – Sitemap available in new JSON format – The broken links tab is now a linkable page – Now the update of the list of broken links…
A small script that sorts DOM elements within common parent. Example: https://jsfiddle.net/DotMaui/8wq49vbm/17/ Free CDN: https://cdn.dotmaui.com/dotmaui/js/orderfy.min.js
With this script it is possible to create a small webcam server with raspberry pi controlled by a Telegram bot. Prerequisites: – A USB webcam connected to the Raspberry PI – Having created a BOT…
Automatically formating TextBox to dd/MM/yyyy while typing using jQuery Example here: jsfiddle.net/DotMaui/2g6ayjp5/1/ $(“.my-date”).on(“keypress keyup”,function (event) { if (event.key == “/” && $(this).val().length != 2 && $(this).val().length != 5) { event.preventDefault(); } else if ((event.which !=…
find . -type f | wc -l
Simply use the TypeOf operator to retrieve the type of an instance of an object. For example to find out if an object is a string: If TypeOf foo Is String Then Console.WriteLine(“fooo is a…
handlebars.js v4.7.3 bootstrap v4.4.1 bootstrap-select v1.13.12 sambuca.js v0.1.0