mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

620
comptes actifs

#progressbar

0 message0 participant0 message aujourd’hui

LoadingInChunks

Video youtu.be/WDXpAg-rD_I

Blogpost: blog.illestpreacha.com/genuary

#genuary2024 #genuary7 #genuary14 #progressbar #lessthankb

The prompt for Genuary 2024 Day 7 is Progress Bar and Day 14 is less than a kb

LoadingInChunks contains less than a kilobyte worth of code text in #SonicPi #Hydra #CSS & #LiveCodingYoutube

CSS was used for the progress bar, Hydra to modify the colors and amount, while LiveCodingYoutube was used to alter the timing of the progress bars. Whereas Sonicpi was used for the background sound

Poem

Loading
More Loading
Loading and Roaming
Loading and Floating
Loading plus Loading

#space #genuary #creativecoding #coding
#newmedia #animation

While going through some #LinkedIn learning videos today, I came across a cool #R function called `txtProgressBar()` that displays a progress bar in the console. It’s a great visual indicator of progress when looping through tons of records. The progress bar gets instantiated and then updated as a loop progresses with `setTxtProgressBar()`.

Where has this been my entire R life? I have been refreshing the environment every few minutes to check on progress.