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
# Ladislas in ~/dev/leka/moti/src/moti | |
± |dev ✗| → make | |
------------------------- | |
Arduino.mk Configuration: | |
- [AUTODETECTED] CURRENT_OS = MAC | |
- [USER] ARDMK_DIR = /Users/Ladislas/dev/leka/moti/Arduino-Makefile | |
- [USER] ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java | |
- [AUTODETECTED] ARDUINO_VERSION = 105 | |
- [DEFAULT] ARCHITECTURE = | |
- [DEFAULT] VENDOR = arduino |
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
#!/usr/bin/env bash | |
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
# Make sure we’re using the latest Homebrew | |
brew update | |
# Upgrade any already-installed formulae | |
brew upgrade |
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
Host * | |
ServerAliveCountMax 5 | |
ServerAliveInterval 10 |
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
<?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>BackgroundBlur</key> | |
<real>0.61689897017045459</real> | |
<key>BackgroundColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEC8w |
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 --git a/Makefile.in b/Makefile.in | |
index 5b15bd0..6817b94 100644 | |
--- a/Makefile.in | |
+++ b/Makefile.in | |
@@ -167,8 +167,12 @@ install-libs: $(LIBS) | |
-@if [ ! -d $(DESTDIR)$(sharedlibdir) ]; then mkdir -p $(DESTDIR)$(sharedlibdir); fi | |
-@if [ ! -d $(DESTDIR)$(man3dir) ]; then mkdir -p $(DESTDIR)$(man3dir); fi | |
-@if [ ! -d $(DESTDIR)$(pkgconfigdir) ]; then mkdir -p $(DESTDIR)$(pkgconfigdir); fi | |
- cp $(STATICLIB) $(DESTDIR)$(libdir) | |
- cp $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir) |
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
cd /Applications/MAMP | |
rm -rf ./db | |
ln -s ~/Dropbox/dev/db /Applications/MAMP/db | |
sub conf/apache/httpd.conf | |
# search for "Virtual Host" | |
# and add |
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
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin |
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
cd ~/Library/Application\ Support/Sublime\ Text 2/ | |
rm -r Installed\ Packages | |
rm -r Packages | |
rm -r Pristine\ Packages | |
ln -s /Users/Ladislas/Dropbox/dev/app-data/sublime-mba/Installed\ Packages ./Installed\ Packages | |
ln -s /Users/Ladislas/Dropbox/dev/app-data/sublime-mba/Packages ./Packages | |
ln -s /Users/Ladislas/Dropbox/dev/app-data/sublime-mba/Pristine\ Packages ./Pristine\ Packages |
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
<?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>BackgroundColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEC8w | |
LjA5ODAzOTIxNzI5IDAuMDk4MDM5MjE3MjkgMC4wOTgwMzkyMTcyOSAwLjgzABABgALS | |
EBESE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tl |
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
<!-- <?xml version="1.0" encoding="ISO-8859-1"?> Old Line --> | |
<?xml version="1.0" encoding="utf-8"?> | |
<!-- Modified by Christopher Chess Ellsworth on May 2, 2007 --> | |
<!-- Changed from original version to use brackets instead of parans for citations. --> | |
<!-- See line numbers 2050, 2067, and 4459 or search for "CCE" without quotes. --> | |
<!-- These changes were made based on the following channel 9 forum post: http://channel9.msdn.com/ShowPost.aspx?PostID=245923 --> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:b="http://schemas.openxmlformats.org/officeDocument/2006/bibliography" xmlns:t="http://www.microsoft.com/temp"> | |
<xsl:output method="html" encoding="UTF-8"/> | |
<!-- <xsl:output method="html" encoding="us-ascii"/> Old Line --> |