“What is the most complex program, application or game you have created on Linux? What programming language did you use?”
Why are there so many down votes. This seems like an interesting thread idea.
I wrote and maintain a zero-to-working SAP HANA/S4 installer in pure bash.
It takes a redhat compatible from base install to a working, production-ready SAP system in about 5 hours.
It’s like ~9,000 lines of bash
Why does it take 5 hours?
Building a fully functional SAP system just takes that long in raw install time when your process also includes a sufficiently large system copy, and your hardware isn’t bleeding-edge.
It’s a massive application stack
Does that include network latency? Is it faster with install media?
i wrote a fairly complex script in perl for scraping fanfiction off the internet, extracting data from it, and formatting that data into beautifully and consistently formatted epubs to read on my ereader.
Is there a reason you wrote your own instead of using FanFicFare? Just curious