Users
API Utilities
Randomly-chosen utilities to showcase here every 10 minutes. Your utilites could be here!
Gives a Discord compatible markdown code that will show a live countdown for X seconds in the future.
A simply python-based utility that generates a QR code image from data that is given via a GET or POST request.
A simple Python script, demonstrating a utility in-which outputs its output to a user-specified file extension, triggering a file download process in your browser.
An example utility script, coded in Ruby, to help newcomers learn how to make their own.
A utility that generates a large group of random sentences. Useful for creating a seed or a unique key for authentication or security purposes.
A simple Python script that demonstrates Fech Space's guardrails to prevent scripts from occupying more than 256MB of memory, followed by halting the script.
A small utility that returns the current time, in seconds, fetching at-random from one of 100 time servers from around the world. Takes about 2 seconds to return time, but that due to the compiler. The time it takes to fetch the time from the time-server is very fast and should match the seconds shown on your phone or computer. To get a full list of time-zone codes to use, visit this page and locate the "TZ identifier" column: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
A very simple java-based utility that generates a PNG image of a random color. This was mainly created as an example on how to generate and return a binary image back to fech space.
A small Java utility that fetches a lot of information for a specified IP address. The information returned includes: -IP Address -Country -Region -City -City Coordinates -Internet Service Provider (ISP) -ISP's domain -Network Transmission Type (DSL, Broadband, etc.) -IP Address' Location Area Code -Local City's Weather Station -ISP's Mobile Carrier (If any) ... and a bunch more.