Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
33answers
3k views

Delphi - most successful applications developed

Can you name famous, successful applications, applications in development, future applications, that are developed with Delphi? The kind of applications that you use everyday is encouraged. Some of I ...
8
votes
6answers
601 views

Most Important Python Idioms

This question is inspired by several back-and-forths I've had recently about techniques that are or are not optimal for python programming. I may know other languages, but I am still learning in ...
0
votes
2answers
74 views

mysql backup only those table which has changed in a day

I have created a replica of my production server to a test environment. I hav backed up my prod db and restored it to test but i dont want data to be dumped to test server everyday. Is it possible I ...