It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
| # -*- coding: utf-8 -*- | |
| """ Deletes all tweets below a certain retweet threshold. | |
| """ | |
| import tweepy | |
| from datetime import datetime | |
| # Constants | |
| CONSUMER_KEY = '' |
| function gmailAutoarchive() { | |
| var threads = GmailApp.search("in:inbox label:auto-archive older_than:2d"); | |
| Logger.log("found " + threads.length + " threads:"); | |
| for(var i = 0; i < threads.length; i++) { | |
| var thread = threads[i]; | |
| Logger.log((i+1) + ". " + thread.getFirstMessageSubject()); | |
| } | |
| var batch_size = 100; |
| #=========== | |
| #Build Stage | |
| #=========== | |
| FROM bitwalker/alpine-elixir:1.5 as build | |
| #Copy the source folder into the Docker image | |
| COPY . . | |
| #Install dependencies and build Release | |
| RUN export MIX_ENV=prod && \ |
It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist