-
Download the x64 Debian package from Oracle https://www.oracle.com/java/technologies/downloads/
-
Install the .deb package.
sudo apt install ~/Downloads/jdk-20_linux-x64_bin.deb| create or replace function fib(n int) | |
| returns setof int as $$ | |
| declare | |
| a int := 0; | |
| b int := 1; | |
| begin | |
| return next 0; | |
| return next 1; | |
| while a < n loop | |
| a := a + b; |
| create or replace function primes(n int) | |
| returns setof int as $$ | |
| declare | |
| i integer := 2; | |
| p integer := 0; | |
| j integer := 0; | |
| begin | |
| while i <= n loop | |
| j := floor(sqrt(i)); | |
| p := 1; |
| DECLARE @I INT=2 | |
| DECLARE @PRIME INT=0 | |
| DECLARE @OUTPUT TABLE (NUM INT) | |
| DECLARE @OUTPUT_STRING VARCHAR(MAX) = '' | |
| WHILE @I<=1000 | |
| BEGIN | |
| DECLARE @J INT = FLOOR(SQRT(@I)) | |
| SET @PRIME=1 | |
Download the x64 Debian package from Oracle https://www.oracle.com/java/technologies/downloads/
Install the .deb package.
sudo apt install ~/Downloads/jdk-20_linux-x64_bin.deb| Write x5 taglines for a software startup called Stardust Software with a space-themed pun: | |
| 1. "A Stellar Solution for your Software Needs!" | |
| 2. "Take Off with Stardust Software!" | |
| 3. "Reach for the Stars with Stardust Software!" | |
| 4. "Your Path to the Next Frontier with Stardust Software!" | |
| 5. "The Universe Awaits with Stardust Software!" |
| { | |
| "W": 512, | |
| "H": 512, | |
| "seed": 3838620589, | |
| "sampler": "klms", | |
| "steps": 50, | |
| "scale": 7, | |
| "ddim_eta": 0, | |
| "dynamic_threshold": null, | |
| "static_threshold": null, |
| { | |
| "W": 512, | |
| "H": 512, | |
| "seed": 1488650924, | |
| "sampler": "klms", | |
| "steps": 50, | |
| "scale": 7, | |
| "ddim_eta": 0, | |
| "dynamic_threshold": null, | |
| "static_threshold": null, |
| { | |
| "W": 512, | |
| "H": 512, | |
| "seed": 2211495417, | |
| "sampler": "klms", | |
| "steps": 50, | |
| "scale": 7, | |
| "ddim_eta": 0, | |
| "dynamic_threshold": null, | |
| "static_threshold": null, |
| { | |
| "batch_name": "Glimpse", | |
| "outdir": "/content/drive/MyDrive/AI/StableDiffusion/2022-08/Glimpse/", | |
| "save_grid": false, | |
| "save_settings": true, | |
| "save_samples": true, | |
| "display_samples": true, | |
| "n_samples": 100, | |
| "W": 512, | |
| "H": 512, |