xxxxxxxxxx
# Add this to your requirements.txt of your Odoo.sh repository
# (second one is from PS-Tech)
odoo_upgrade @ git+https://github.com/odoo/upgrade-util@master
odoo_upgrade_custom_util @ git+https://github.com/odoo-ps/custom-util@master
xxxxxxxxxx
# install by sudo apt install httrack
httrack "http://example.com" -O "./example.com" -v
xxxxxxxxxx
save "http://example.com"
to a folder named example.com in current folder (-O flag)
(-v just means httrack will give out more details and not only errors)
xxxxxxxxxx
#include <math.h>
double pow (double x, double y);
Time Complexity: O(log(n))
Auxiliary Space: O(1)