This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Read https://cloud.google.com/translate/docs/quickstart-client-libraries | |
* for Google APIs authentication | |
* | |
* Dependencies: gettext-parser, sleep, @google-cloud/translate | |
*/ | |
const fs = require('fs') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is a recursive script to download the whole World Spider Catalog (https://wsc.nmbe.ch/) | |
* I'm not responsible for any unauthorized use of the data. | |
* Please refer to WSC By laws https://wsc.nmbe.ch/resources/By-laws_WSCA.pdf | |
*/ | |
/** | |
* Download PHP Simple HTML DOM Parser library from http://simplehtmldom.sourceforge.net/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Fomo documentation: https://docs.fomo.com/reference | |
// Freemius documentation: http://freemius.com/help/documentation/marketing-automation/events-webhooks/ | |
// Install Fomo PHP SDK https://github.com/usefomo/fomo-php-sdk | |
include "vendor/autoload.php"; | |
define("FOMO_AUTH_TOKEN", "*********"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#this is just a prototype, it performs tasks without checking if someone fails | |
clear | |
#db user | |
user=root | |
#db password | |
password=root |