/dpt/ - Daily Programming Thread

What are you working on, Jow Forums?

Last thread:

Attached: 1550058275779.png (855x1026, 583K)

>she doesn't build her own software/mobile apps whenever a need arises

>mobile apps

Attached: no.jpg (700x400, 48K)

>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

Attached: 1552771346151.png (855x1026, 206K)

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.

Attached: Screenshot at 2019-03-16 22-48-27.png (1920x1080, 799K)