Ajax.Responders.register({
onCreate: function()
...
JavaScript beautify prototype ajax req...
by mikenereson.blogspot.com,
August 13, 2009 14:29,
2 refactorings
The goal is to add the time...
file.getAbsolutePath()
.replaceFirst(".*?classes[\\\\/](.*?)\\.class", "$1")
.replaceAll("[\\\\/]", ".");
Java On replace with regex
by mikenereson.blogspot.com,
August 07, 2009 14:29
Fixed slashes to handle mor...
String className = file.getAbsolutePath(); /* TODO, replace this with regex is possible */ ...
Java replace with regex
Can this be refactored to u...
private final String DO_NOT_TRANSLATE_TAG = "skip"; ...
Java On replace by tag
by mikenereson.blogspot.com,
April 29, 2009 19:57
Thanks Bob. That is the par...
private final String DO_NOT_TRANSLATE_TAG = "skip";
/**
...
Java replace by tag
by mikenereson.blogspot.com,
April 24, 2009 19:17,
3 refactorings
replaces value between two ...
Perfect, Adam. Thanks.