What are you working on, Jow Forums?
Last thread:
What are you working on, Jow Forums?
Last thread:
>she doesn't build her own software/mobile apps whenever a need arises
>mobile apps
>She
Women can into programming
I have an old, almost 3kg lenovo with a failed battery that lasts 5 minutes. I need a phone with "apps" for portability.
Don't bully.
Outside of databases, what are some cases where BTrees are useful?
Solving SICP problems.
>583KB
Filesystems
Working on my GUI library. Currently on sharing the scrolling logic used by my text editor widget and my table view widget. I'm moving all of it to a shared base class (GScrollableWidget).
I wanted to add some features to my table view and realized that I can save myself a bunch of trouble with inconsistency by unifying the scrolling now instead of later.