maxolasersquad | Anyone else using Vrome in Chrome? | 15:22 |
---|---|---|
maxolasersquad | Well, if you are a vim lover, then you should. | 15:29 |
itnet7 | dantalizing: did you receive the box? | 16:18 |
maxolasersquad | itnet7: Did you get your pandaboard yet? | 16:23 |
dorgan | how do i get a human readable memory usage for a given process? | 16:25 |
maxolasersquad | dorgan: Aside from system monitor? | 16:26 |
dorgan | you mean top | 16:28 |
dorgan | ? | 16:28 |
maxolasersquad | Is it a requirement that you do this from the CLI? | 16:29 |
maxolasersquad | gnome-system-monitor can be used for the GUI. | 16:29 |
mhall119 | dorgan: /proc/$PID/statm | 17:21 |
mhall119 | I guess it depends on what you mean by "human readable" | 17:23 |
* mhall119 is hungry | 17:41 | |
DammitJim | mhall119, ping | 19:00 |
itnet7 | maxolasersquad: not yet, I need to contact jono or marianna and ask about it, I was giving it chance to get here... | 19:00 |
DammitJim | I got a lot of turkey left over | 19:00 |
maxolasersquad | DammitJim: Not since Thanksgiving I hope. | 19:05 |
maxolasersquad | itnet7: When you do get it I'd love to hear about how awesome it is. | 19:05 |
itnet7 | maxolasersquad: Definitely, maddog_2009 has been salivating about it since he read the spec sheet at UDS | 19:06 |
mhall119 | DammitJim: pong | 19:12 |
DammitJim | mhall119, ping | 20:08 |
DammitJim | sorry about earlier | 20:08 |
mhall119 | DammitJim: pong | 20:08 |
DammitJim | how do I make a constant available throughout my classes in an application in java? | 20:09 |
mhall119 | static final | 20:09 |
mhall119 | on a class | 20:10 |
DammitJim | but do I have to have a line in all my classes that say: public final static String key = "abc";? | 20:10 |
mhall119 | will it always be the same "key" and "abc"? | 20:10 |
mhall119 | or will each class have a different value or variable name? | 20:10 |
DammitJim | yes | 20:11 |
DammitJim | always the same | 20:11 |
DammitJim | I'm trying to not have to re type it | 20:12 |
DammitJim | LOL | 20:12 |
MichelleQ2 | DammitJim: I misread, and thought you asked "how do I make a croissant available..." | 20:13 |
mhall119 | make a FooUtils or FooConstants class, and put it on that | 20:13 |
mhall119 | then everywhere else you can call FooConstants.key to get "abc" | 20:13 |
DammitJim | MichelleQ2, now that would be a hard question ;) | 20:13 |
DammitJim | mhall119, you suggest creating a new class just for constants vs storing it all in one of the existing classes for cleanliness? | 20:14 |
MichelleQ2 | I'd gladly offer my services for making that croissant *un* available. | 20:14 |
mhall119 | CroissantFactory.newInstance() | 20:14 |
DammitJim | :D | 20:14 |
mhall119 | DammitJim: if there's a single existing class where it would be logical to put it, then put it there | 20:14 |
DammitJim | k, got it | 20:15 |
DammitJim | thank you | 20:15 |
mhall119 | np | 20:15 |
* MichelleQ2 is now hungry | 20:16 | |
MichelleQ2 | who sells croissants...? hhm. | 20:17 |
mhall119 | the french | 20:22 |
* MichelleQ2 considers whether or not there are French-like folks around here... | 20:24 | |
mhall119 | only french canadians | 20:27 |
mhall119 | and they're all retirees | 20:27 |
MichelleQ2 | meh | 20:28 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!