mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

351K
active users

#progressbar

1 post1 participant0 posts today

Interviewer: So what would you say is the most common thing that you do in modern IT? You know, the thing that takes up the most time…

Me: Well ... I'd have to say it's watching progress bars, or percentage completions, spinners, donuts, “please wait" dialogs ... basically I spend a lot of my time waiting for things to finish.

История одного модального окна или переходим с UIKit на SwiftUI. Часть 3. ProgressView vs SkeletonView

Продолжаю эпопею с модальными экранами на SwiftUI. Но сегодня больше кода. Была задача, сделать ProgressView и SkeletonView. Вдруг кому-то пригодится, показываю. ProgressView по дизайну должен был быть с градиентной полоской загрузки, по дефолту так нельзя сделать, поэтому я решила заменить полосочку - имитацией полоски загрузки. То есть у нас есть нормальный ProgressView, у него делаем невидимой полоску загрузки, а сверху имитация полоски загрузки - градиентная View.

habr.com/ru/articles/853600/

ХабрИстория одного модального окна или переходим с UIKit на SwiftUI. Часть 3. ProgressView vs SkeletonViewПродолжаю эпопею с модальными экранами на SwiftUI. В первой части в комментариях уже раскрыли главную интригу, но ничего, сегодня будет больше кода. Была задача, сделать ProgressView и SkeletonView....

Am I reinventing the wheel, or is there an established way to get a #progressbar for a #workflow via the #snakemake Python API? I'm not satisfied with my workaround outlined on github.com/snakemake/snakemake but avoiding the additional file system overhead will mean digging deeper into snakemake internals...

GitHubCallbacks from DAG .execute_workflow() needed for progress bar · Issue #3151 · snakemake/snakemakeBy peterjc

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.