Syncing a fork - GitHub HelpHandy document for reminding myself on how to keep a fork in sync.#git·help.github.com·May 2, 2019Syncing a fork - GitHub Help
Emacs bulk indent for Python - Stack OverflowHow to indent a region in Emacs, ignoring the current mode's indentation rules. I'm often needing to do this in Python and keep forgetting how.#emacs#python·stackoverflow.com·Apr 29, 2019Emacs bulk indent for Python - Stack Overflow
Debugging Elisp Part 1: Earn your independence · Endless ParenthesesStraightfoward guide to debugging Emacs lisp.#lisp#elisp#emacs#programming·endlessparentheses.com·Apr 29, 2019Debugging Elisp Part 1: Earn your independence · Endless Parentheses
The mysterious history of the MIT License | Opensource.comShort article about the unclear history of the MIT licence.#law#history#software#free-software·opensource.com·Apr 27, 2019The mysterious history of the MIT License | Opensource.com
Laboratory notebook skillsShort document that outlines good lab notebook-keeping skills.#guide·dur.ac.uk·Apr 25, 2019Laboratory notebook skills
Pairwise Sequence Alignment using Biopython – Towards Data ScienceShort introduction to pairwise alignment using BioPython.#python#genetics#bioinformatics#programming·towardsdatascience.com·Apr 25, 2019Pairwise Sequence Alignment using Biopython – Towards Data Science
Starting off in Bioinformatics — Turning DNA sequences into Protein sequencesArticle that describes how DNA is turned into protein sequences.#bioinformatics#genetics#tutorial#python·towardsdatascience.com·Apr 25, 2019Starting off in Bioinformatics — Turning DNA sequences into Protein sequences
Starting off in Bioinformatics — DNA Nucleotides and StrandsIntroduction to DNA nucleotides,strands, etc.#tutorial#genetics#bioinformatics#python·towardsdatascience.com·Apr 25, 2019Starting off in Bioinformatics — DNA Nucleotides and Strands
Fortran - Wikibooks, open books for an open worldOnline book that contains a good introduction to Fortran.#programming#book#tutorial#fortran·en.wikibooks.org·Apr 25, 2019Fortran - Wikibooks, open books for an open world
Energy Efficiency across Programming Languages#programming#benchmarking·greenlab.di.uminho.pt·Apr 22, 2019Energy Efficiency across Programming Languages
History Of Font Lock In EmacsNice background on why font lock is actually called font lock in Emacs.#emacs#history·xeny.net·Apr 22, 2019History Of Font Lock In Emacs
Pinboard API (v1) DocumentationAPI documentation for Pinboard. Given that there appears to be no good Emacs client available, I think I'm going to have to crack and make one at some point.#programming#api·pinboard.in·Apr 22, 2019Pinboard API (v1) Documentation
How to Create Custom Django Management CommandsGood background to making management commands for Django applications, includes information on how you add your own arguments.#django#python#programming·simpleisbetterthancomplex.com·Apr 22, 2019How to Create Custom Django Management Commands
DNA Sequence Data Analysis — Starting off in BioinformaticsHandy background about DNA Sequencing and sequence assembly.#bioinformatics#tutorial·towardsdatascience.com·Apr 22, 2019DNA Sequence Data Analysis — Starting off in Bioinformatics
Starting off in Bioinformatics — RNA Transcription and TranslationUseful introduction to transcription and translation.#bioinformatics#tutorial·towardsdatascience.com·Apr 22, 2019Starting off in Bioinformatics — RNA Transcription and Translation
Lab41/squiggle: 📈 DNA Sequence Visualization for HumansInteresting DNA sequence visualisation library.#bioinformatics#programming#library·github.com·Apr 22, 2019Lab41/squiggle: 📈 DNA Sequence Visualization for Humans
How do developers get such amazing background images?Reddit thread about stock images that contains a reasonable list of sites where royalty-free images can be found.#web#design·reddit.com·Apr 22, 2019How do developers get such amazing background images?
Nucleotide ambiguity codesHandy list of IUPAC nucleotide code along with the complements.#bioinformatics·reverse-complement.com·Apr 22, 2019Nucleotide ambiguity codes
IUPAC CodesHandy list of IUPAC nucleotide codes.#bioinformatics·bioinformatics.org·Apr 22, 2019IUPAC Codes
CSS selectors cheatsheetGood cheatsheet of CSS selectors.#web#css#programming·codepen.io·Apr 22, 2019CSS selectors cheatsheet
Console rulesHandy things you can do in the console (in Chrome at least).#javascript#tools·itnext.io·Apr 21, 2019Console rules
Learn enough Docker to be usefulTutorial that aims to get you going with Docker.#admin#tutorial#docker·towardsdatascience.com·Apr 21, 2019Learn enough Docker to be useful
Write yourself a gitLearn how git works, by writing a git.#git#tutorial#programming#python·wyag.thb.lt·Apr 21, 2019Write yourself a git
Rust programming language#book#tutorial#rust#programming·doc.rust-lang.org·Apr 21, 2019Rust programming language
Remi - Python GUI libraryPython library for developing GUI applications#library#python#programming·github.com·Apr 21, 2019Remi - Python GUI library
HTML head tagsGood list of tags that can go in the header section of a web page.#html#web#programming·github.com·Apr 21, 2019HTML head tags
Dependencies and Git branchesHandy post about switching dependencies when switching branches with git. #programming·felixrieseberg.com·Apr 21, 2019Dependencies and Git branches
2bit file formatDetails of the format of 2bit files#bioinformatics#programming#file-format·genome.ucsc.edu·Apr 21, 20192bit file format
Squish migrations in DjangoHelpful answer on stackoverflow that outlines out to squish down migrations in a Django system.#python#django#database#admin·stackoverflow.com·Apr 21, 2019Squish migrations in Django
Python Magic (AKA Dunder, Special) MethodsList of Python dunder methods.#python#programming·bpeterso2000.github.io·Apr 21, 2019Python Magic (AKA Dunder, Special) Methods