Читаю замечательную книжку Шевченко про Хаскель; но затрахало, что там в образцах кода ни backtick, ни кавычки не нормальные аски, а какая-то пидиэфная дрянь; написал ему тикет в гитхаб, и сам попытался найти решение. У меня в книжке тоже образцы кода с дефектами в этом смысле - не те кавычки. Провел утро в поисках. Не нашел решения. Если чо, я использую pandoc, и это как бы влияет. Но вообще мир latex - это какой-то дурдом, дурдом.
news from the battlefield
Dec. 29th, 2010 04:38 pmSo, I got tomcat running in the cloud. And it turned out I do not need Sun's java; the opensource or whatever there is is enough.
I actually do not even need an s3. Will pipe through my website:
- an ftp script on my laptop that sends a new .war file if there's any;
- an ftp script on the ec2 instance that will pull the .war and deploys it in tomcat;
Probably just one question left, how to translate 80→8080; the suggested solution somehow did not work. Oh, whatever, it's not the most important. Just make it work.
I actually do not even need an s3. Will pipe through my website:
- an ftp script on my laptop that sends a new .war file if there's any;
- an ftp script on the ec2 instance that will pull the .war and deploys it in tomcat;
Probably just one question left, how to translate 80→8080; the suggested solution somehow did not work. Oh, whatever, it's not the most important. Just make it work.
When I wrote it about 8 years ago, I could never guess that I'd need it later on. Now it is a tool without which I could not do anything. Feeling like will have to work on it, turn it into something more useful.
What I'm currently trying to do now, is build latex from sources (already rsync'd) on the server I renor t for $10/mo, where all I have is the opportunity to upload a war and run my servlets or jsps. Being lazy, I prefer jsps... except for my app which I wrote in Scala... but Scala is not very far from jsp actually.
What I'm currently trying to do now, is build latex from sources (already rsync'd) on the server I renor t for $10/mo, where all I have is the opportunity to upload a war and run my servlets or jsps. Being lazy, I prefer jsps... except for my app which I wrote in Scala... but Scala is not very far from jsp actually.