7
android /proc/stat cpu stats not monotonicview story

http://stackoverflow.com – I'm using /proc/stat to calculate system cpu usage. Lately, I've been occasionally seeing strange events where the cpu line entries aren't monotonic. e.g. (HowTos)

7
Draw rubber band line with an ontoucheventview story

http://stackoverflow.com – Ok, I'm trying to make a program that utilizes a linedrawview. When the user starts a touch event(action DOWN), it gets the current x and y and stores them in variables. Then when the user drags their finger around, a line is drawn and animates in a rubber band way. Finally, when the user lets go (action UP), the line is created. (HowTos)

7
Mocking SQLite-Database while testing Activity with Robolectricview story

http://stackoverflow.com – In the past few days I started playing around with roboguice, robolectric and mockito. I have a small Android-application with a login-screen containing an AutoCompleteTextView for faster entering the username. (HowTos)

8
linux copy files with first row containing genome to other directoryview story

http://stackoverflow.com – I have many files under the directory. And I want to copy those ones with first line contains "genome" word to a new folder. How should I do that. (HowTos)

8
Remove a line surrounded by blank linesview story

http://stackoverflow.com – Basically, I have output from nmap, which gives me an IP and then a list of open ports underneath that, followed by a blank line. (HowTos)

8
Interpreting a gdb backtraceview story

http://stackoverflow.com – I used gdb to attach to a process. I am trying to figure out why it's stuck in an infinite loop, and what it's doing. (HowTos)

7
How to detect sluggishness on UI thread when using Android Maps API v2view story

http://stackoverflow.com – I'm using the Android Maps API v2 in my app "CellViz". One feature of the app is to add lines and polygons to the mobile map in real-time that represent cell signal coverage while the user is collecting data. There is currently a user-defined parameter (default = 25m) in my app that defines how much distance is covered before a new line and polygon are added. (HowTos)

7
ActionBarSherlock with Google map and fragmentview story

http://stackoverflow.com – I am trying to compile this example: http://blog.xavirigau.com/?p=39#comment-1075 I am using: android-support-v4-googlemaps ActionBarSherlock-Plugin-Maps v.4.0 http://actionbarsherlock.com/ v.4.2 I have returned this error: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xrigau.mapsfragments/com.xrigau.mapsfragments.MapswithfragmentsActivity}: java.lang.IllegalArgument (HowTos)

8
Failed to open stream: Too many open filesview story

http://stackoverflow.com – I'm writing a PHP CLI script for a client that runs in a shared hosting. (HowTos)

8
Creating a graph with overlapping histograms and saving it to a single fileview story

http://stackoverflow.com – I am trying to write a Matlab script to analyze two specific sets of data, create histograms for them, and write them to a single file where you can see both histograms overlapped on one plot. (HowTos)