Posts from Warsaw
Create book of abstracts from spreadsheet / google forms
- 12 April 2018
Lately a friend of mine complained about interoperability of abstract submissions from numerous applicants.
Having the Book of Abstracts is crucial and we faced similar problem organising #NGSchool events.
Note, you’ll need to be somewhat familiar with LaTeX in order to edit the main.tex file to your liking. If you are not afraid of that, the way to proceed is as follows:
Connecting to MySQL without password prompt
- 13 January 2016
If you are (like me) annoyed by providing password at every mysql login, you can skip it. Also it makes easier programmatic access to any MySQL db, as not passwd prompting is necessary :)
Create ~/.my.cnf
file:
And login without -p
parameter: