Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
how_to [2019/07/08 17:56] – [Install R locally (e.g. on a cluster)?] adminhow_to [2019/08/26 14:40] – [Aks people's opinion?] admin
Line 125: Line 125:
  
 <code> <code>
-brew install aspell --with-lang-en+brew install aspell
 </code> </code>
  
Line 160: Line 160:
  
 ---- ----
 +
  
 ====   Begin learning bioinformatics?   ==== ====   Begin learning bioinformatics?   ====
Line 382: Line 383:
 ==== Aks people's opinion? ==== ==== Aks people's opinion? ====
  
-Create a [[https://doodle.com/|Doodle]] to find a common time for scheduling events. For longer surveys, use [[https://www.surveymonkey.com/|SurveyMonkey]] for offline, and [[https://www.pollev.com/|Poll]] Everywhere for online interaction with audiance.+Create a [[https://doodle.com/|Doodle]] to find a common time for scheduling events. For longer surveys, use [[https://www.surveymonkey.com/|SurveyMonkey]] for offline, and [[https://www.pollev.com/|Poll]] Everywhere for online interaction with audience. 
 + 
 +---- 
 + 
 +==== Disable scroll acceleration in macOS? ==== 
 + 
 +Issue the following [[https://apple.stackexchange.com/questions/253111/how-to-disable-scroll-acceleration-in-macos-sierra|command]] and restart: 
 + 
 +<code> 
 +defaults write .GlobalPreferences com.apple.scrollwheel.scaling -1 
 +</code>