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
// injects the application shell's eventDispatcher into the module's context | |
injector.mapValue(EventDispatcher, Application.application.applicationEventDispatcher, "ApplicationEventDispatcher"); |
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
//Force pull | |
git pull origin master -f | |
//Force push | |
git push origin master -f | |
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
#only mac | |
sudo killall eclipse && open /Applications/FDT/FDT\ 4.app/Contents/MacOS/eclips |
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
-remove-unused-rsls=true |
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
#This replace all # with NOTHING | |
%s/#//g |
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
@Author => Francis Varga | |
@eMail => [email protected] | |
@Date => $(date) | |
@Message => | |
+++ New Features +++ | |
=> | |
+++ Bug Fixes +++ |
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
/* | |
* @version: ${releaseVersion}.${milestoneNumber}.${commitNumber} | |
* | |
* @author: ${user} | |
* @eMail: [email protected] | |
* @create-date: $(date) | |
* @homepage: http://www.basilicom.de | |
* | |
* | |
* @Modifiedlist: |
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
/** | |
The MIT License | |
Copyright (c) 2008, Shawn P. Garbett (www.garbett.org), Jonathan Hicks | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
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
====== PING ====== | |
10030 requests completed in 0.30 seconds | |
50 parallel clients | |
3 bytes payload | |
keep alive: 1 | |
1.83% <= 0 milliseconds | |
56.10% <= 1 milliseconds | |
94.70% <= 2 milliseconds | |
98.91% <= 3 milliseconds |
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
export FLEX_HOME=~/FlexSDK/Flex_4_1_0/ | |
export FLEX_HOME2=~/FlexSDK/Flex_4_5_0/ | |
export ZEND_TOOL_INCLUDE_PATH=/Users/LittleBuddha87/Projekte/Libs/ZendFramework_1_11_0/library | |
#export PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/bin:/usr/local/bin:/sbin/ | |
export PATH="~/bin:~/.bin:/usr/local/homebrew/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH" | |
alias ls='ls -la' | |
alias coda='open -a /Applications/Coda.app' | |
alias fbapp='open -a /Applications/Adobe\ Flash\ Builder\ Burrito/Adobe\ Flash\ Builder\ Burrito.app/' | |
alias fcapp='open -a /Applications/Adobe\ Flash\ Catalyst\ Panini/Adobe\ Flash\ Catalyst\ Panini.app/' |