Skip to content

Instantly share code, notes, and snippets.

@StevenM1
StevenM1 / rank deficiency.ipynb
Created February 11, 2022 14:02
rank deficiency
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import argparse
import os
import numpy as np
import pydicom as dicom
PHYSIO_DATA_TAG = '7fe11010'
@StevenM1
StevenM1 / disable-adobe.sh
Last active October 10, 2020 09:19 — forked from justinlevi/disable-adobe.sh
Disable all Adobe Processes
#!/bin/bash
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
launchctl unload -w /Library/LaunchAgents/com.adobe.GC.AGM.plist
launchctl unload -w /Library/LaunchAgents/com.adobe.GC.Invoker-1.0.plist
launchctl unload -w /Library/LaunchDaemons/com.adobe.acc.installer.v2.plist
launchctl unload -w /Library/LaunchDaemons/com.adobe.agsservice.plist
launchctl unload -w ~/Library/LaunchAgents/com.adobe.GC.Invoker-1.0.plist
# original, probably from an older version: