Github and your project ? Please show it !

Everything else that doesn't fall into one of the other PB categories.
threedslider
Enthusiast
Enthusiast
Posts: 397
Joined: Sat Feb 12, 2022 7:15 pm

Github and your project ? Please show it !

Post 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
Quin
Addict
Addict
Posts: 1133
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Github and your project ? Please show it !

Post 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
Quin
Addict
Addict
Posts: 1133
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Github and your project ? Please show it !

Post 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
threedslider
Enthusiast
Enthusiast
Posts: 397
Joined: Sat Feb 12, 2022 7:15 pm

Re: Github and your project ? Please show it !

Post by threedslider »

Thanks to @Quin and much respect of your projects it is nice to see to do it :D
User avatar
idle
Always Here
Always Here
Posts: 5896
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Github and your project ? Please show it !

Post 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
Post Reply