Eclipse crashes on 64-bit Linux
Monday, 7. July 2008, 14:45:58
However, it seems that adding this:
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
To your eclipse.ini fixes the issue, for some reason.
Articles on development, software and the life that follows.
Monday, 7. July 2008, 14:45:58
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
Friday, 27. June 2008, 22:50:07
Sunday, 9. March 2008, 18:38:56
Friday, 7. March 2008, 23:51:53
Tuesday, 29. January 2008, 16:47:43
Monday, 21. January 2008, 22:58:23
Wednesday, 16. January 2008, 23:08:44
$ grep "Opera" jquery-1.2.2.js -c 7
$ grep "Safari" jquery-1.2.2.js -c 6
$ grep "Mozilla\|Firefox" jquery-1.2.2.js -c 8
$ grep "IE" jquery-1.2.2.js -c 40
$ grep "IE" jquery-1.2.2.js -n|perl -p -e "s/\\s+/ /"
65: // Handle the case where IE and Opera return items
298: // IE copies events bound via attachEvent when
303: // attributes in IE that are actually only stored
317: // removeData doesn't work here, IE removes it from the original as well
318: // this is primarily for IE but the data expando shouldn't be copied over in any browser
697: // IE has trouble directly removing the expando
823: // We need to handle opacity special in IE
924: // !context.createElement fails in IE with an error but returns typeof 'object'
968: // IE can't serialize <link> and <script> tags normally
981: // Remove IE's autoinserted <tbody> from table fragments
997: // IE completely kills leading whitespace when innerHTML is used
1047: // IE elem.getAttribute passes even for style
1051: // We can't allow the type property to be changed (since it causes problems in IE)
1055: // convert the value to a string (all browsers do this but IE) see #1070
1066: // IE actually uses filters for opacity
1069: // IE has trouble with opacity if it does not have layout
1120: // We have to loop this way because IE & Opera overwrite the length
1124: // (IE returns comment nodes in a '*' query)
1566: // to avoid selecting by the name attribute in IE
1580: // Handle IE7 being really dumb about <object>s
1808: // For whatever reason, IE has trouble passing the window object
1852: // event in IE.
1889: // Nullify elem to prevent memory leaks in IE
2015: // prevent IE from throwing an error for some hidden elements
2060: // Clean up added properties in IE to prevent memory leak
2080: // otherwise set the returnValue property of the original event to false (IE)
2087: // otherwise set the cancelBubble property of the original event to true (IE)
2293: // If IE is used and is not in a frame
2298: // If IE is used, use the trick by Diego Perini
2299: // http://javascript.nwbox.com/IEContentLoaded/
2365:// Prevent memory leaks in IE
2417: // to avoid any 'Permission Denied' errors in IE
2595: // IE likes to send both get and post data, prevent this
2637: // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
2795: // IE error sometimes returns 1223 when it should be 204 so treat it as success, see #1450
3307: // IE adds the HTML element's border, by default it is medium which is 2px
3308: // IE 6 and 7 quirks mode the border width is overwritable by the following css html { border: 0; }
3309: // IE 7 standards mode, the border is always 2px
3311: // However, in IE6 and 7 quirks mode the clientLeft and clientTop properties are not updated when overwriting it via CSS
3312: // Therefore this method will be off by 2px in IE while in quirksmodeTuesday, 15. January 2008, 17:12:47
Wednesday, 9. January 2008, 18:46:20
Tuesday, 8. January 2008, 22:17:40
set(
fab_user = 'joe.shmoe',
fab_mode = 'rolling', # run stuff on one host at a time
fab_hosts = ['node1.servers.com', 'node2.servers.com'],
)
def deploy():
"Build and deploy a war file to our app. servers."
local("mvn clean package")
put("target/myapp.war", "myapp.war")
run("mkdir /rollback/$(fab_timestamp)")
run("cp /$(fab_host)/deply/myapp.war /rollback/$(fab_timestamp)/myapp.war")
sudo("cp myapp.war /$(fab_host)/deploy/myapp.war")
sudo("$(fab_host) restart")
Showing posts 1 - 10 of 40.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
A series of cartoons (and some text, and a forum) on what Scrum is.
Curious Perversions in Information Technology
Lidor Wyssocky’s Blog on Optimizing Software Development
Kevin Barnes on writing quality software
The comic that needs no introduction.
"A webcomic of romance, sarcasm, math, and language."
Crazy, them gamers...
Follow the daily life of T-Rex & Co.