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
/** | |
* Guava API toString() method generator for a JavaBean / POJO. | |
* @return String representation of all the attributes of the bean. | |
*/ | |
public String toString() { | |
#set ($autoImportPackages = "com.google.common.base.Objects") | |
return Objects.toStringHelper(this) | |
#foreach ($member in $members) | |
.add("$member.name", $member.accessor) | |
#end |
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
{ | |
"always_show_minimap_viewport": false, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"auto_complete_delay": 10, | |
"auto_complete_selector": "source - comment", | |
"auto_complete_size_limit": 4194304, | |
"auto_complete_triggers": | |
[ | |
{ |
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
Anaconda -- Turns ST into a full featured Python IDE. | |
Case Conversion -- Case conversion plugin (pascal, camel, snake). | |
ColorPicker -- Color Picker plugin. | |
DocBlockr -- Simplifies writing DocBlock comments in various languages. | |
Golang Build -- Official Sublime Text package for Go build system integration. | |
GoSublime -- Golang plugin collection. | |
Javatar -- Java Completions. | |
Markdown Preview -- Markdown Preview. | |
Package Control -- A comprehensive Package Manager. | |
PlainTasks -- ToDo list plugin. |
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
FindBugs-IDEA -- Static byte code analysis to look for bugs in Java code from within IntelliJ IDEA. | |
GenerateSerialVersionUID -- Generates serialVersionUID field in the current class. | |
Hungry Backspace -- Modifies backspace key to hungrily delete whitespace. | |
Native Neighbourhood -- Shows active file in explorer or opens a command shell in active file's directory. | |
SmarterEditor -- Actions which reduce unnecessary caret movements. | |
TabSwitch -- Windows Alt+Tab like interface for all currently opened files. | |
UpperLowerCapitalize -- To change case to upper, lower, capitalize or invert the case of text. |
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
-server | |
-Xms2048m | |
-Xmx2048m | |
-XX:NewSize=512m | |
-XX:MaxNewSize=512m | |
-XX:PermSize=512m | |
-XX:MaxPermSize=512m | |
-XX:+UseParNewGC | |
-XX:ParallelGCThreads=4 | |
-XX:MaxTenuringThreshold=1 |
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
AnyEdit: Adds several new tools to the context menu of text-based Eclipse editors, to output consoles, to Eclipse main menu and editor toolbar -- http://andrei.gmxhome.de/eclipse | |
Code Recommenders: Intelligent code completion -- http://download.eclipse.org/recommenders/updates/stable/e42/ | |
EasyShell: Opens shell window, runs selected file in the shell; opens explorer window (or nautilus / konqueror) and copies path -- http://pluginbox.sourceforge.net | |
Eclipse Color Themes: Variety of Color Themes for Eclipse -- http://eclipse-color-theme.github.com/update | |
EditBox: For highlighting the background of the source code -- http://editbox.sourceforge.net/updates | |
FindBugs: For static analysis to look for bugs in Java code -- http://findbugs.cs.umd.edu/eclipse | |
Google CodePro AnalytiX: For improving software quality and reducing developments costs and schedules -- http://dl.google.com/eclipse/inst/codepro/latest/3.7 | |
MouseFeed: For learning keyboard shortcuts in Eclipse -- http://update.mousefeed.com | |
SnipMatch: Code snip |
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
-startup | |
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813 | |
-vm | |
C:/Warez/Java/JDK7.0_10/jre/bin/server/jvm.dll | |
-showsplash | |
org.eclipse.platform | |
--launcher.XXMaxPermSize | |
256m |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\console2] | |
@="Console2" | |
"Icon"=hex(2):43,00,3a,00,2f,00,41,00,70,00,70,00,73,00,2f,00,53,00,68,00,65,\ | |
00,6c,00,6c,00,73,00,2f,00,43,00,6f,00,6e,00,73,00,6f,00,6c,00,65,00,32,00,\ | |
2f,00,43,00,6f,00,6e,00,73,00,6f,00,6c,00,65,00,2e,00,69,00,63,00,6f,00,2c,\ | |
00,30,00,00,00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\console2\Command] |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin_bash] | |
@="Bash" | |
"Icon"="C:/Cygwin/Cygwin.ico,0" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\cygwin_bash\Command] | |
@="C:\\Cygwin\\bin\\bash -c \"/bin/xhere /bin/bash.exe '%v'\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\cygwin_bash] |
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 | |
# Slightly modified code from: http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html | |
# Just add the following in your .bashrc or .zshrc or you can even source it in every session. | |
# Examples: | |
# cd ~/some/very/deep/often-used/directory | |
# $ mark deep | |
# [when you are in other location] $ jump deep | |
# $ marks # for listing all the marks |
OlderNewer