Difference between revisions of "Software"

(cheatsheet link)
 
Line 3: Line 3:
  
 
*'''chm2pdf''', a script to convert CHM files into PDF files. It grew up and now it is included in lots of Linux/Unix distributions, including Ubuntu. I do not follow its development anymore, it is currently maintained by Chris Karakas.
 
*'''chm2pdf''', a script to convert CHM files into PDF files. It grew up and now it is included in lots of Linux/Unix distributions, including Ubuntu. I do not follow its development anymore, it is currently maintained by Chris Karakas.
http://code.google.com/p/chm2pdf
+
:http://code.google.com/p/chm2pdf
  
  
 
*'''hooke''' , a modular open-source platform for analysis of single molecule force spectroscopy data. Currently developed by several authors and used in several laboratories.
 
*'''hooke''' , a modular open-source platform for analysis of single molecule force spectroscopy data. Currently developed by several authors and used in several laboratories.
You can find the official Hooke paper [http://bioinformatics.oxfordjournals.org/content/25/11/1428.abstract here].
+
:You can find the official Hooke paper [http://bioinformatics.oxfordjournals.org/content/25/11/1428.abstract here].
 +
:http://code.google.com/p/hooke
  
http://code.google.com/p/hooke
+
I am currently learning {{en|Perl}}, mostly for work reasons. [[Python-Perl cheatsheet]] may help someone in my situation.
  
 
{{personal}}
 
{{personal}}
 
[[Category:Personal]]
 
[[Category:Personal]]
 
[[Category:Programming]]
 
[[Category:Programming]]

Latest revision as of 05:49, 23 May 2011

I write a lot of small random scripts for myself, for playing or to help myself with mundane tasks. So far I released two pieces of software to the public:

  • chm2pdf, a script to convert CHM files into PDF files. It grew up and now it is included in lots of Linux/Unix distributions, including Ubuntu. I do not follow its development anymore, it is currently maintained by Chris Karakas.
http://code.google.com/p/chm2pdf


  • hooke , a modular open-source platform for analysis of single molecule force spectroscopy data. Currently developed by several authors and used in several laboratories.
You can find the official Hooke paper here.
http://code.google.com/p/hooke

I am currently learning Perl , mostly for work reasons. Python-Perl cheatsheet may help someone in my situation.