I hereby claim:
- I am gravitylow on github.
- I am gravity (https://keybase.io/gravity) on keybase.
- I have a public key whose fingerprint is D2A0 85FC F4E2 039E 5BB3 EB76 0222 0DAC 94B1 66E2
To claim this, I am signing this object:
1405123200|07/12/14 12:00am UTC: Contest begins with Timeslot 1 | |
1405155600|07/12/14 9:00am UTC: Timeslot 2 begins | |
1405159200|07/12/14 10:00am UTC: Timeslot 1 ends | |
1405173600|07/12/14 2:00pm UTC: Timeslot 3 begins | |
1405191600|07/12/14 7:00pm UTC: Timeslot 2 ends | |
1405209600|07/13/14 12:00am UTC: Contest ends with Timeslot 3 |
1404077692|Michael Torres|A|/mamifsidtect-t3/README.md | |
1404422933|ten.java Plugin Contest|A|/devromc-t3/.gitignore | |
1404422933|ten.java Plugin Contest|A|/devromc-t3/pom.xml | |
1404422933|ten.java Plugin Contest|A|/devromc-t3/README.md | |
1404422933|ten.java Plugin Contest|A|/devromc-t3/src/main/java/com/tenjava/entries/DevRoMc/t3/TenJava.java | |
1404422933|ten.java Plugin Contest|A|/devromc-t3/src/main/resources/plugin.yml | |
1404422984|ten.java Plugin Contest|A|/slipcor-t2/.gitignore | |
1404422984|ten.java Plugin Contest|A|/slipcor-t2/pom.xml | |
1404422984|ten.java Plugin Contest|A|/slipcor-t2/README.md | |
1404422984|ten.java Plugin Contest|A|/slipcor-t2/src/main/java/com/tenjava/entries/slipcor/t2/TenJava.java |
I hereby claim:
To claim this, I am signing this object:
If you are getting this in gdb on macOS while trying to run a program:
Unable to find Mach task port for process-id 57573: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))
gdbc
)macOS no longer includes gdb (the GNU debugger) by default, so you must install it yourself.
If you don't already have it, install homebrew, the package manager for macOS, using Terminal:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Use homebrew to install gdb:
brew install gdb
You now need to codesign gdb to allow it the extra permissions it needs to run.