- Dec 2023
-
stackoverflow.com stackoverflow.com
-
Recommended regular expression editor for Mac [closed]
I thought this was a much more interesting topic, but the thread was closed almost 13 years ago. This shows how niche and narrow the regex space is, let alone on Mac.
唉,沒人關心的宇宙小眾的話題:Mac平台上的Regex (RegExp) 。
-
- Jul 2023
-
www.techradar.com www.techradar.com
-
Introduced in September 2017, macOS 10.13 High Sierra brought new updates to the Photos and Safari apps. However, most of the changes happened underneath, including performance improvements and technical updates.
-
- Dec 2022
-
voiceisalanguage.wordpress.com voiceisalanguage.wordpress.com
-
-
www.zhihu.com www.zhihu.com
-
有了 IP 地址,为什么还要用 MAC 地址?
-
- Nov 2022
-
www.reddit.com www.reddit.com
-
Aram Saroyam and, I believe, Jackson Maclow produced something similar. MacLow's The Pronouns was super important to me back in grad school.
reply to Bob Doto on https://www.reddit.com/r/antinet/comments/z3f8kb/comment/ixlocl7/?utm_source=reddit&utm_medium=web2x&context=3
Do you have something particular on Saroyam for this? I found The Pronouns by Jackson Mac Low, but only tangential hits on Saroyam.
Similar useful efforts, though not in as clear-cut card format are: * Project Zero's thinking routines: https://pz.harvard.edu/thinking-routines * Untools: https://untools.co/
-
- Aug 2022
- May 2022
-
support.apple.com support.apple.com
-
Use macOS keyboard shortcuts
-
-
support.apple.com support.apple.com
-
Mac keyboard shortcuts By pressing certain key combinations, you can do things that normally need a mouse, trackpad, or other input device.
Tags
Annotators
URL
-
-
www.howtogeek.com www.howtogeek.com
-
When running Windows on your Mac via Boot Camp, the keyboard mappings are changed so they make more sense in Windows. The Option key functions as Alt and the Command key functions as the Windows key.
-
- Apr 2022
-
yliansoft.com yliansoft.com
-
Quiver
Tags
Annotators
URL
-
- Nov 2021
-
www.caseyliss.com www.caseyliss.com
-
- Oct 2021
-
support.apple.com support.apple.com
-
Sort and pin notes on MacBy default, the notes you’ve changed most recently are listed first in the notes list or gallery view, but you can sort notes differently. You can also pin your most important notes to the top of the list for easy access. To pin notes, you must be using upgraded iCloud notes or notes stored on your Mac.
a test note
-
- May 2021
-
github.com github.comrxi/lite1
-
A lightweight text editor written in Lua
Tags
Annotators
URL
-
- Jan 2021
-
frenchcrazy.com frenchcrazy.com
-
www.spanishdict.com www.spanishdict.com
-
spanish accents
-
- Dec 2020
-
mac.eltima.com mac.eltima.com
-
How do I transfer photos from Android to Mac?
Nice app to transfer photos from Android to Mac
-
- Nov 2020
-
jasonmccreary.me jasonmccreary.me
-
docker stack deploy -c docker-compose.yml dev
I wasn't able to get the mysql image to build right unless I ran this from within the same directory containing docker-compose.yml.
-
apache/vhosts.conf
The crucial thing here is making sure the directory paths in your Apache vhosts file take into account the local to container mapping you made earlier.
-
- Oct 2020
-
store.steampowered.com store.steampowered.com
-
Their trailer said "A video game for the home computer". Not sure why they said that instead of PC, but it was a refreshing new term for it.
-
- Jul 2020
- Apr 2020
-
-
This explains how to use quicktime to record a presentation with embedded video.
-
- Feb 2020
-
www.youtube.com www.youtube.com
-
Dual boot a mac to windows.
Tags
Annotators
URL
-
- Jan 2020
-
stackoverflow.com stackoverflow.com
-
top -pid 123 -pid 836 -pid 654
How to filter top by process id on mac os.
-
- Sep 2019
-
appletoolbox.com appletoolbox.com
-
Select Options
This is what I needed in my program to automatically trigger the "onScreenshot" callback
-
- Oct 2017
-
www.syncios.com www.syncios.com
- Sep 2017
-
odontomachus.wordpress.com odontomachus.wordpress.com
Tags
Annotators
URL
-
- Aug 2017
-
blog.archive.org blog.archive.org
- May 2017
-
appscript.sourceforge.net appscript.sourceforge.net
-
Calling from Python As of 10.10, AppleScript can use Cocoa frameworks in any Script Editor-based script. This makes it easy for Python and other languages that have Objective-C bridges to call AppleScript directly, without having to package everything as an Xcode app. Stick one or more compiled .scpt files containing AppleScript-ObjC "classes" into a folder, e.g.: use framework "Foundation" use scripting additions script MyASClass property parent : class "NSObject" -- on test() activate display dialog "Hello from AppleScript!" end test end script then just use it from Python like this: from Foundation import NSBundle, NSClassFromString import AppleScriptObjC NSBundle.alloc().initWithPath_(FOLDERPATH).loadAppleScriptObjectiveCScripts() MyASClass = NSClassFromString(u"MyASClass") # get the ASOC class... MyASClass.alloc().init().test() # ...then instantiate and call it
Given that appscript is deprecated, I'm looking at how to call AppleScript directly from Python. This section is a "hello world" demonstration of how.
Tags
Annotators
URL
-
- Nov 2016
-
zhuanlan.zhihu.com zhuanlan.zhihu.com
-
2016 年,不用落落長,只要一行
brew install gtk-mac-integration
Tags
Annotators
URL
-
- Sep 2016
-
www.nature.com www.nature.com
-
78% coding density
MAC genome
-
-
journals.plos.org journals.plos.org
-
The P. tetraurelia MAC genome [1] was assembled from 13× Sanger sequencing reads from different insert size librairies of strain d4-2 DNA. Strain d4-2 only differs from strain 51 at a few loci.
SRA accession ERR138952
Tags
Annotators
URL
-
- Jan 2015
-
fieldguide.gizmodo.com fieldguide.gizmodo.com
-
Bluetooth—so simple and yet so troublesome. For a subsection of users, Yosemite is causing problems with Bluetooth accessories and connectivity. One solution proffered by iDigitalTimes is to disconnect all USB preferences, shut the Mac off for several minutes and then try again from the beginning. You may have to teach Yosemite about your Bluetooth accessories afresh instead of relying on what Mavericks has passed on. Over on the official Apple forums, it looks like resetting your machine's PRAM (Parameter Random Access Memory) once or twice might fix the problem. PRAM is where all of the core information about your system is stored, and you reset it by booting up, then holding down the Cmd+Option+P+R keys right after you've hit the power button. When you hear the startup sound for the second time, you can let go.
I may need to try this solution.
-
- Dec 2014
-
ilerian.com ilerian.com
-
Paste Out Overview Share your cloud clipboard within your devices and computers What can Paste Out do for you? You can rapidly paste out your content from your mobile device to your computer cursor. We have an impressive use case for you: Free voice recognition on your desktop.
Paste out is a very productive system for sharing clipboard
Tags
Annotators
URL
-
- Dec 2013
-
github.com github.com
-
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist
assuming this is for < OSX ML
-
npm -g install coffee-script
sudo
-
npm -g install handlebars
this worked in sudo, too.
-
npm -g install uglify-js
had to install this as sudo
-
go
...go/install")
-