This file contains hidden or 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
| *.so |
This file contains hidden or 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
| Zend | |
| *.pem | |
| *.pub |
This file contains hidden or 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
| diff -Nru -x bin.v2 -x build -x '._*' -x '*.log' -x bin -x project-config.jam boost_1_58_0/boost/chrono/detail/inlined/posix/chrono.hpp boost-sxace/boost/chrono/detail/inlined/posix/chrono.hpp | |
| --- boost_1_58_0/boost/chrono/detail/inlined/posix/chrono.hpp 2015-03-16 19:40:45.000000000 +0100 | |
| +++ boost-sxace/boost/chrono/detail/inlined/posix/chrono.hpp 2015-05-12 09:38:50.830684772 +0200 | |
| @@ -12,6 +12,18 @@ | |
| #include <time.h> // for clock_gettime | |
| +#ifdef _SX | |
| +#include <second.h> | |
| +#define CLOCK_REALTIME 0 |
This file contains hidden or 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 | |
| appstorefolder=$TMPDIR/../C/com.apple.appstore | |
| while true; do | |
| packages=$(find $appstorefolder -type f -name "*.pkg") | |
| for package in $packages | |
| do | |
| pkgname=$(basename "$package") | |
| if [ -f "$HOME/Downloads/$pkgname" ]; then | |
| continue | |
| fi |
This file contains hidden or 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
| cuda_mpi |
This file contains hidden or 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
| install: | |
| cp de.kuron-germany.flash-update.plist /Library/LaunchDaemons/ | |
| mkdir -p /usr/local/bin | |
| cp flash_check.sh /usr/local/bin/ | |
| launchctl load /Library/LaunchDaemons/de.kuron-germany.flash-update.plist | |
This file contains hidden or 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 | |
| cd $(dirname $0) | |
| arch=powerpc | |
| ram=256 | |
| dist=jessie | |
| mirror='http://ftp.de.debian.org/debian' | |
| disk=debian-$dist-$arch.qcow2 |
This file contains hidden or 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
| *.o | |
| *.dylib |