|
Jun
13 |
|
answered | OQL: Tomcat threads with retained heap |
|
May
16 |
|
comment |
Unit testing for shell scripts @HenkLangeveld oops, you are right, I didn't pay attention to the parenthesis you added. |
|
May
14 |
|
comment |
Unit testing for shell scripts @HenkLangeveld Won't the exit 0 cause the "sourcee" (the one sourcing this) to exit as well? I think you are looking for return here.
|
|
May
6 |
|
awarded | Supporter |
|
Apr
24 |
|
awarded | Yearling |
|
Apr
12 |
|
comment |
Mac OS X shell utility that shows individual cpu usage in multi-core systems htop doesn't seem to show this information. I right now have my MBP fan on at full speed due to the brew upgrade, and yet I see all processes at 0% (sorted by CPU%). |
|
Apr
5 |
|
awarded | Nice Question |
|
Mar
25 |
|
answered | Unit testing for shell scripts |
|
Mar
20 |
|
comment |
Run Stored Procedure in SQL Developer? When running in sql developer, I didn't have to prefix the variable names with : (in fact, it didn't work with it).
|
|
Mar
20 |
|
comment |
Eclipse Debug Mode: Variables not showing Actually, either this or the additional step from @tonyeva did it, but it didn't work immediately (ie., in the current stack), so thought the problem didn't go away. However, when the debugger stopped at a different place, the variables started showing up. |
|
Mar
20 |
|
comment |
Eclipse Debug Mode: Variables not showing Didn't work for me (on Juno) :( |
|
Mar
19 |
|
awarded | Notable Question |
|
Mar
6 |
|
comment |
Eclipse Verify Launch Attributes I don't now if it was a virus scanner, but I got the src.zip and attached it to the classes.jar going from the installer JREs page and the problem is now gone. Very strange! |
|
Mar
5 |
|
comment |
Eclipse Verify Launch Attributes It is installed locally, on an SSD drive. I am going to download src.zip and see if that makes a difference. |
|
Mar
4 |
|
comment |
Eclipse Verify Launch Attributes It seems to be taking a lot of time in org.eclipse.jdt.internal.launching.macosx.MacOSXVMInstallType.getDefaultSystemLibrarySource() calling File.isFile(), perhaps in a loop. Is it searching for src.zip (which I don't have)? |
|
Mar
4 |
|
comment |
Very large tabs in eclipse panes on Ubuntu I changed the font-size to 9 and I can see the font size become smaller after a restart, but the tab height remained the same. I changed the swt-tab-height and padding to all 0px and yet there was no difference. Is there another setting to change?
|
|
Mar
4 |
|
comment |
Eclipse Verify Launch Attributes I didn't see any process listed, tried with sudo also. Perhaps it is hanging for a different reason.. it definitely hangs for less than 30 seconds (more like 15 seconds) in my case, which is still a nuisance, when the test itself takes only a second to execute and I am quickly trying out changes. |
|
Mar
4 |
|
comment |
Eclipse Verify Launch Attributes I followed the instructions from here: discussions.apple.com/message/18097613#18097613 and the problem still exists. |
|
Feb
26 |
|
comment |
Passing arrays as parameters in bash Interesting... this means, the local variables in the try_with_local_arys are visible in the functions that it calls, such as takes_ary_as_arg.
|
|
Feb
19 |
|
comment |
How to remove one or all auto-complete text entries in Chrome? I am trying Fn+Shift+Delete on a US MBP and it does nothing to the suggested item. I tried removing it from the full history after searching for it, but it is still there (ie., if I search again it still shows up in the search results). |