This file contains 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
// eclipse generated methods way | |
public class Schedule implements Serializable { | |
... | |
@Override | |
public int hashCode() { | |
final int prime = 31; | |
int result = 1; | |
result = prime * result + ((bgImage == null) ? 0 : bgImage.hashCode()); |
This file contains 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
touch -d '+0 year' * |
This file contains 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
sudo apt-get install libimage-exiftool-perl |
This file contains 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
exiftool "-AllDates+=1:0:0 0:0:0" *.JPG |
This file contains 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
exiftool -k IMGP0184.JPG | grep Date | |
File Modification Date/Time : 2012:07:30 22:27:57+02:00 | |
Modify Date : 2011:07:22 12:48:12 | |
Date/Time Original : 2011:07:22 12:48:12 | |
Create Date : 2011:07:22 12:48:12 | |
Date : 2011:07:22 | |
Manufacture Date : 2011:10:07 | |
-- press RETURN -- |
This file contains 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
exiftool -k IMGP0184.JPG | grep Date | |
File Modification Date/Time : 2012:07:30 22:28:16+02:00 | |
Modify Date : 2012:07:22 12:48:12 | |
Date/Time Original : 2012:07:22 12:48:12 | |
Create Date : 2012:07:22 12:48:12 | |
Date : 2011:07:22 | |
Manufacture Date : 2011:10:07 | |
-- press RETURN -- |
This file contains 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
rm *.JPG_original |
This file contains 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
-vmargs | |
-Xms512m | |
-Xmx1024m |
This file contains 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
Unable to find 'rdebug-ide' binary script. May need to install 'ruby-debug-ide' gem, or may need to add your gem executable directory to your PATH (check location via 'gem environment'). |
This file contains 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
gem install ruby-debug-ide | |
Fetching: rake-0.9.2.2.gem (100%) | |
Fetching: ruby-debug-ide-0.4.16.gem (100%) | |
Building native extensions. This could take a while... | |
ERROR: Error installing ruby-debug-ide: | |
ERROR: Failed to build gem native extension. | |
/usr/bin/ruby mkrf_conf.rb | |
Building native extensions. This could take a while... |
OlderNewer