Last Updated: February 2025
FlashWord ("the App") is committed to protecting your privacy. This Privacy Policy explains how we handle information when you use our speed reading application.
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| echo "๐ Framework Desktop NixOS Installer" | |
| echo "====================================" | |
| echo | |
| # Check if UEFI boot | |
| if [ ! -d /sys/firmware/efi ]; then | |
| echo "โ ERROR: This system must be booted in UEFI mode" |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| echo "๐ Framework Desktop NixOS Installer" | |
| echo "====================================" | |
| echo | |
| # Check if UEFI boot | |
| if [ ! -d /sys/firmware/efi ]; then | |
| echo "โ ERROR: This system must be booted in UEFI mode" |
| require 'net/http' | |
| require 'json' | |
| require 'uri' | |
| url = URI("https://www.letsrevolutionizetesting.com/challenge?id=756775492") | |
| while true | |
| http = Net::HTTP.new(url.host, url.port) | |
| http.use_ssl = true if url.scheme == 'https' | |
| request = Net::HTTP::Get.new(url, { 'Accept' => 'application/json' }) |
| { | |
| "openapi": "3.0.0", | |
| "info": { | |
| "title": "Vultr API", | |
| "version": "2.0", | |
| "contact": { | |
| "email": "opensource@vultr.com", | |
| "name": "", | |
| "url": "https://www.vultr.com" | |
| }, |