Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
how_to [2019/08/21 23:30] – [Install R locally (e.g. on a cluster)?] adminhow_to [2019/08/26 14:40] – [Aks people's opinion?] admin
Line 383: 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>