PHP script to delete old files from CDN
At present our APIs do not support a query based on the date of creation. To delete the old files it is necessary to request the list using the “ls” command and then compare the…
At present our APIs do not support a query based on the date of creation. To delete the old files it is necessary to request the list using the “ls” command and then compare the…
Let’s take a list like this as an example: numbers = [i for i in xrange(1,11)] + [i for i in xrange(1,8)] To remove duplicates in the numbers list you could use this code: uk_numbers…
jQuery simplifies our life a lot, even with Ajax requests, here’s an example of a basic request: $.ajax({ url: ‘myfile.php’, success:function(data){ alert(data); } }); This is the simplest possible Ajax request, if our request is…
This .Maui placeholder image generator offers a lot of options, including width and height, background and foreground color and customizable text. The service is free, without a trademark and with HTTPS protocol. For instructions on…
Assuming that the process we want to close is running on port 9222, run this command: kill `sudo lsof -t -i:9222`
Base64 Encoder Decoder online: Improved interface Possibility to upload client-side files MD5, SHA1 and SHA-256 Hash Generator New SHA-512 encoding option Password Generator URL to load your settings on other devices quickly Bug fixes Sitemap…
If you have a web site with many pages and new content added frequently, automating the creation of your sitemap will save you a lot of time. .Maui created the automatic scheduling for its users…
Here at .Maui, working in Java on files written in German, we had difficulty saving files that contained umlauts. Here is the solution we found: package javaexample; import java.io.BufferedWriter; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter;…
If you are not interested in support for old browsers, the best way to browse an array of json is: var dotArrayJSON = [ {“label”: 1}, {“label”: 2}, {“label”: 3}, {“label”: 4} ]; dotArrayJSON.forEach(loopThrough); function…
After a period of forced pause, we are recovering this project to continue the development and solve the bugs you have reported to us. We are reorganizing all our services, for this reason, at least…