sudo apt-get install moreutils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CMH Accession ID,Species ID,Collectors,Country,Province/State,County,Verbatim Locality,Latitude,Longitude,Geo Precision,Collection Year,Collection Month,Collection Day,Verbatim Event Date,Abundance,Habitat,Occurrence Remarks,Other Catalogue No.,Previous Identifications,Reproductive Condition,Data Entry By | |
66204,220,"Mazerolle, D.M.",Canada,New Brunswick,Kent,Mundleville; small creek ~1.85km W of Chapel Pt.,46.59609,-64.94426,1,2013,9,27,na,na,"in shallow water of tidal muddy creek, among patches of emergent salt marsh vegetation (Saltwater Cordgrass). ",Descr.: 1m x 1m patch. Assc.Sp.: Spartina alterniflora. GEOLOC: wpt 608. NOTES: WTF/Xstrata Zinc Bathurst Aster project. ,DM4178,Zannichellia palustre L. by D.M.Mazerolle,No reproductive structures seen on specimen,Belfry | |
66206,1905,"Mazerolle, D.M.",Canada,New Brunswick,Northumberland,"Eel River; ~325m SSE of mouth of Nadeau Bk, on E Shore.",47.01586,-65.01346,1,2013,9,24,na,na,"brackish mud in intertidal zone, at lower edge of river bank.",Count:~100. Des |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40:26 | |
timm3887:Hiiiii | |
41:20 | |
timm3887:My username is actually Icewallow_come_ | |
41:28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
# composer require grom358/pharborist:dev-master | |
require_once 'vendor/autoload.php'; | |
use Pharborist\Filter; | |
use Pharborist\Node; | |
use Pharborist\Parser; | |
use Pharborist\ParserException; | |
use Pharborist\TokenNode; | |
use Pharborist\RootNode; |
EOM
curl -s https://php-osx.liip.ch/install.sh | bash -s 7.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fractional_equivalents = { | |
'1/32' : 0.03125, | |
'1/16' : 0.06250, | |
'3/32' : 0.09375, | |
'1/8' : 0.12500, | |
'5/32' : 0.15625, | |
'3/16' : 0.18750, | |
'7/32' : 0.21875, | |
'1/4' : 0.25000, | |
'9/32' : 0.28125, |