How can I have a minimal match between two known tokens?
Regular expressions is not always the best answer for parsing text. Your example shows that you really have a file that can be represented with a grammar. It will be much simpler to use a parser to extract the fields and then do the update on the extracted information.
source
I graduated, but should I stay in this field?
If the corporate ladder isn't where you belong, perhaps you'd be much better off creating your own startup. Something that's truly your own that you can grow from the ground-up. This way you can do as you please, for example, if you don't enjoy development perhaps you work on the business aspect of the startup, etc... The key, as others have mentioned, is that you find something that you enjoy - bonus points if you're good at it too.
source
Creation db link to Sqlite?
There is an odbc sqlite driver but I don't know whether this driver is ODBC level 3 compliant. I have emailed the maker of this driver to ask this question. Is it possible to create a database link based on JDBC instead of ODBC?
source
For what to use VI?
I frequently work on a remote system, programming for a cluster, or editing config files on a headless box. All of these could be done with a file transfer, a regular IDE, and another file transfer, but it is so much faster to just use VIM through SSH.
source
How do you beat procrastination?
I try to work with a partner, or tell someone else about my task so that they can ask me later if I got it done. The first method keeps me engaged and working on things because my partner expects me to get things done. The second method provides guilt as punishment for procrastination.
source