Skip to content

Instantly share code, notes, and snippets.

View FrancisVarga's full-sized avatar
🌴
On vacation

Francis Varga FrancisVarga

🌴
On vacation
  • Phili-Tech
  • Berlin, Germany
View GitHub Profile
// injects the application shell's eventDispatcher into the module's context
injector.mapValue(EventDispatcher, Application.application.applicationEventDispatcher, "ApplicationEventDispatcher");
//Force pull
git pull origin master -f
//Force push
git push origin master -f
#only mac
sudo killall eclipse && open /Applications/FDT/FDT\ 4.app/Contents/MacOS/eclips
@FrancisVarga
FrancisVarga / flex4HeroCompilerConfig
Created September 24, 2010 23:59
remove unused rsls compiler argument flex 4
-remove-unused-rsls=true
#This replace all # with NOTHING
%s/#//g
@Author => Francis Varga
@eMail => [email protected]
@Date => $(date)
@Message =>
+++ New Features +++
=>
+++ Bug Fixes +++
/*
* @version: ${releaseVersion}.${milestoneNumber}.${commitNumber}
*
* @author: ${user}
* @eMail: [email protected]
* @create-date: $(date)
* @homepage: http://www.basilicom.de
*
*
* @Modifiedlist:
@FrancisVarga
FrancisVarga / ExtJS.CouchStore.js
Created October 20, 2010 12:09
This is a ExtJS extension for CouchDB
/**
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
@FrancisVarga
FrancisVarga / redisBenchmark.txt
Created October 31, 2010 15:09
This is the redis benchmark on my mbp!
====== 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
@FrancisVarga
FrancisVarga / .profile
Created November 18, 2010 22:24
my .profile on mac osx
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/'