Page 1 of 1

Github and your project ? Please show it !

Posted: Sun Feb 23, 2025 11:12 am
by threedslider
Hello all,

Don't you think it is better to show your project with Github here ? It lets us to see more activity on open source and the sharing is very good for us all :shock: :mrgreen:

There is a nice link from Github : https://github.com/fantaisie-software/awesome-purebasic and if there exists please adding in it !

Please share your project cause you are awesome guys and gals ! :wink:

History to expand more stuff and attract more users as well too :D

Happy coding

Re: Github and your project ? Please show it !

Posted: Sun Feb 23, 2025 1:40 pm
by Quin
I put this little PB utility up on GitHub about a month ago. It'll beep to let you know if your caps lock is on. Mainly useful for us blind users who can't see the light on the caps lock key (in fact I didn't even know that existed until someone told me a year or so ago). https://github.com/TheQuinbox/Capbeep

Re: Github and your project ? Please show it !

Posted: Sun Feb 23, 2025 1:55 pm
by Quin
This topic inspired me to clean up and release another of my tiny PB utilities as open source, this one's called SleepSoundly. A lot of laptop soundcards have this super annoying behavior where they automatically go to sleep after a certain period of inactivity, and take time to wake up, causing you to miss the beginning of audio. Hence this little tool to trick the soundcard into constantly staying awake by continuously piping silent audio through it. Once again this is primarily a tool created for blind people, we're the ones who notice it the most, but it has other uses as well. https://github.com/TheQuinbox/SleepSoundly

Re: Github and your project ? Please show it !

Posted: Sun Feb 23, 2025 2:35 pm
by threedslider
Thanks to @Quin and much respect of your projects it is nice to see to do it :D

Re: Github and your project ? Please show it !

Posted: Mon Feb 24, 2025 9:20 am
by idle
Quin wrote: Sun Feb 23, 2025 1:55 pm This topic inspired me to clean up and release another of my tiny PB utilities as open source, this one's called SleepSoundly. A lot of laptop soundcards have this super annoying behavior where they automatically go to sleep after a certain period of inactivity, and take time to wake up, causing you to miss the beginning of audio. Hence this little tool to trick the soundcard into constantly staying awake by continuously piping silent audio through it. Once again this is primarily a tool created for blind people, we're the ones who notice it the most, but it has other uses as well. https://github.com/TheQuinbox/SleepSoundly
They always said silence is golden. Good job.! :D