Holiday Adventure Planning Game
Objective:
Enhance English language skills by collaborating to create a unique holiday plan based on provided data, and practice speaking and presenting in English.
Materials Needed:
Holiday Adventure Planning Game
Objective:
Enhance English language skills by collaborating to create a unique holiday plan based on provided data, and practice speaking and presenting in English.
Materials Needed:
| npub1ajdaw3j4g6aqv86alhn3df8jpulj0mxz3jjgwpm4uh598hc348gqthdt20 |
Nostr NIP-05 specification makes it a bit harder to serve identifiers from a simple webserver without CGI to run an external program handling the name URL query parameter. I really didn't want to do all that, so instead I focused on how to handle everything just in Nginx itself.
Inside the http block insert map and map_hash_bucket_size directives:
map_hash_bucket_size 256;
map $arg_name $nostr_key {
| SELECT `p`.`id` AS `order_id`, | |
| Cast(`p`.`post_date` AS datetime) AS `order_date`, | |
| SUBSTRING(`p`.`post_status`, 4) AS `order_status`, | |
| Max(CASE WHEN `pm`.`meta_key` = '_billing_email' AND `p`.`id` = `pm`.`post_id` THEN `pm`.`meta_value` end) AS `billing_email`, | |
| Max(CASE WHEN `pm`.`meta_key` = '_billing_first_name' AND `p`.`id` = `pm`.`post_id` THEN `pm`.`meta_value` end) AS `_billing_first_name`, | |
| Max(CASE WHEN `pm`.`meta_key` = '_billing_last_name' AND `p`.`id` = `pm`.`post_id` THEN `pm`.`meta_value` end) AS `_billing_last_name`, | |
| Max(CASE WHEN `pm`.`meta_key` = '_billing_company' AND `p`.`id` = `pm`.`post_id` THEN `pm`.`meta_value` end) AS `_billing_company`, | |
| Max(CASE WHEN `pm`.`meta_key` = '_billing_address_1' AND `p`.`id` = `pm`.`post_id` THEN `pm`.`meta_value` end) |
| pdnsutil list-all-zones | xargs -L1 pdnsutil increase-serial |
| var names = ""; | |
| jQuery(".pokemon-family-container").find("h2").not('.main-title').each( function () { | |
| names += jQuery( this ).text(); | |
| }); | |
| console.log( names ); |
mkdir -m 700 ~/.ssh; curl https://github.com/aidik.keys >> ~/.ssh/authorized_keys
| rsync -ribP --suffix ".old" --checksum --remove-source-files |
| var output = ""; | |
| jQuery(".episodes-broadcast-content a") | |
| .each(function(a, b) { | |
| output = output + ("https://www.ceskatelevize.cz" + jQuery(b).attr("href") + "\n"); | |
| }) | |
| .promise().done(function() { | |
| console.log(output); | |
| }); |