This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Description: Downloads Web Albums shared by Apple Photos | |
# Requirements: jq | |
# Usage: ./icloud-album-download.sh <URL> [<target folder>] | |
# Source: https://gist.github.com/AlexanderWillner/b8124af1979e88d4046987c953b8260f | |
# Author: @zneak, @WildDIC, @AlexanderWillner | |
if [[ -z "$1" ]]; then | |
echo "Syntax: $0 <URL> [<target folder>]" >&2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Retrieved from https://raw.githubusercontent.com/Homebrew/homebrew-head-only/35a27139b0878857031693b4f8b975279872a56c/vdfuse.rb | |
# The formula used to be provided by the (now-removed) head-only Homebrew tap. | |
# It was later migrated to the (now-removed) boneyard tap. | |
# The version above is the last one before it was removed. | |
class VirtualBoxInstalled < Requirement | |
fatal true | |
def self.app_path | |
[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ACPI</key> | |
<dict> | |
<key>DSDT</key> | |
<dict> | |
<key>Debug</key> | |
<false/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/AlexanderWillner/runMacOSinVirtualBox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script backups an OS X system to an external volume, effectively | |
# cloning it. It is based on [0], [1] and [2] for OS X and [3] and [4] for | |
# Linux. One could also use commercial tools like SuperDuper! or Carbon Copy | |
# Cloner. The latter website has an interesting list[5] on what files to | |
# exclude when cloning. | |
# | |
# Exclusions (from CCC[5]), see rsync_excludes_osx.txt | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/alexanderwillner/things.sh/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Building: cc -o com com.c | |
* Usage : ./com /dev/device [speed] | |
* Example : ./com /dev/ttyS0 [115200] | |
* Keys : Ctrl-A - exit, Ctrl-X - display control lines status | |
* Darcs : darcs get http://tinyserial.sf.net/ | |
* Homepage: http://tinyserial.sourceforge.net | |
* Version : 2007-07-31 | |
* | |
* Ivan Tikhonov, http://www.brokestream.com, [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void setupJfed(final GeniUrn cfgUrnUser, final String authorityURN, | |
final String cfgPwd, final String cfgPem) throws IOException, | |
JFedException { | |
final char[] pemPass = cfgPwd.toCharArray(); | |
final File pemFile = new File(PerformanceTest.class.getResource(cfgPem) | |
.getFile()); | |
final String pemPath = PerformanceTest.class.getResource(cfgPem) | |
.getPath(); | |
this.user = new SimpleGeniUser(null, cfgUrnUser, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Date/Time: 2015-02-10 09:26:11 +0100 | |
OS Version: 10.10.3 (Build 14D72i) | |
Architecture: x86_64 | |
Report Version: 21 | |
Command: Quicksilver | |
Path: /Applications/Quicksilver.app/Contents/MacOS/Quicksilver | |
Version: 1.2.2 (4011) | |
Parent: launchd [1] | |
PID: 382 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sampling process 382 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling Quicksilver (pid 382) every 1 millisecond | |
Process: Quicksilver [382] | |
Path: /Applications/Quicksilver.app/Contents/MacOS/Quicksilver | |
Load Address: 0x108c1f000 | |
Identifier: com.blacktree.Quicksilver | |
Version: 1.2.2 (4011) | |
Code Type: X86-64 | |
Parent Process: ??? [1] |
NewerOlder