Results for "N"

Wire posts

  • Some useful open source software/tools http://lifehacker.biz/articles/best-open-source-software/ #OpenSource

    3811 days ago

  • http://bg.upf.edu/group/tools.php #cancer #genomic #tools

    3462 days ago

  • String algorithm problems to solve ... http://rosalind.info/problems/topics/string-algorithms/ #Algorithms #String

    3783 days ago

  • https://www.genomeweb.com/business-news/roche-acquires-bina-technologies #bioInf #News

    3462 days ago

  • Ten Simple Rules for Writing Research Papers http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003453 #Paper

    3800 days ago

  • regex (?(3)foo|fu)bar - Matches foo if 3rd subpattern has matched, fu if not #Tipsoftheday #Regex

    3796 days ago

  • A very useful website for drug designer http://www.click2drug.org/directory_ADMET.html #Drug #Tools

    3788 days ago

  • Bioinformatics events this year http://bioinformatics.oxfordjournals.org/events #Events #Conference

    3788 days ago

  • UC Irvine Machine Learning Repository! http://archive.ics.uci.edu/ml/ #MachineLearning #Data

    3781 days ago

  • rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh #Linux #Rename #Oneliner

    3676 days ago