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