cross-posted from: https://sopuli.xyz/post/7432003

I've just transferred all of my serious projects on Codeberg over to a separate organisation, and I've noticed that there are now only two mediocre repos on my main profile. Does anyone have any ideas for simple, handy things I could build to flesh it out?

I code mainly in Python, I know HTML (but not JS), I regularly use Bash and Zsh, and I am learning C++.

you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 2 years ago (2 children)

Have you tried writing a program that checks if other programs will ever finish running? Should be a quick and easy project!

  • source
  • hideshow 4 child comments
  • [–] 1 point 2 years ago* (1 child)

    Process.start(program, arguments)
    Print("it finished")

  • source
  • parent
  • hideshow 2 child comments