Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
2 answers
85 views

POSIX-ly finding a specific Java process

In this code I find a list all of the running java processes and give the below function a name to look for, it will do its best. But since I find my approach a ...
Vlastimil Burián's user avatar
4 votes
1 answer
851 views

Remote control receiver for robot control

I have built an RC car and attached a Raspberry Pi to it - in order to control it, I wrote some Java code to listen to commands over the network and make the car move accordingly. ...
user2813274's user avatar
-7 votes
1 answer
243 views

Reading temperatures from /sys

I have this code which is working fine but I would like to use Java 8 NIO in order to optimize the code performance. ...
user1285928's user avatar
3 votes
1 answer
773 views

Parsing /proc/net/sockstat

I have this very simple code which is used to parse values: ...
Peter Penzov's user avatar