-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlicenses.html
More file actions
executable file
·52 lines (51 loc) · 2.09 KB
/
licenses.html
File metadata and controls
executable file
·52 lines (51 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: hidden_page
hidden_title: Licensed Software
permalink: /licensed_software/
---
<div class="home">
The lab has a license for the software below. See Peter for license numbers.
<br>
<h2><a href="http://www.alsoft.com/diskwarrior/index.html" rel="external">Alsoft DiskWarrior</a></h2>
A file utility for directory maintenance.
<br>
<h2><a href="http://www.sonnysoftware.com/download/download.html" rel="external">Bookends</a></h2>
A reference database that provides automated formatting of references.
<br>
<h2><a href="https://bombich.com/" rel="external">Carbon Copy Cloner 5</a></h2>
A backup solution.
<br>
<h2><a href="http://www.filemaker.com/products/filemaker-pro/" rel="external">FileMaker Pro</a></h2>
Database software
<br>
<h2><a href="http://www.geneious.com/" rel="external">Geneious</a></h2>
Sequence alignment and feature identification.
<br>
<h2><a href="https://itunes.apple.com/us/app/macjournal/id439930856?mt=12" rel="external">MacJournal</a></h2>
A digital notebook, especially useful for snippets of code and other random digital bits.
<br>
<h2><a href="https://www.omnigroup.com/omnigraffle/" rel="external">OmniGraffle</a></h2>
For diagrams, process charts, and organized illustrations.
<br>
<h2><a href="http://marinersoftware.com/products/paperless/" rel="external">Paperless</a></h2>
For receipt and purchase tracking
<br>
<h2><a href="https://provue.com/" rel="external">Panorama X</a></h2>
Database software
<br>
<h2><a href="http://www.panic.com/transmit/" rel="external">Transmit 4</a></h2>
FTP, secure FTP, and local mounting of remote drives from Linux/UNIX machines.
<br>
</div>
<!-- Start Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19694768-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics -->