Previous post covers how to set up basic HTTP testing with Apache JMeter. Many times we found ourselves need to read input from a file, say, a list of URLs for testing. Apache JMeter can be easily configured to do so. We’ll walk through a HTTP testing reading from URLs from an input text [...]
Recently I made a small change to my Video Converter Android app description. And the dialy download count has increased from 2500~3000 to 5000+, as shown below,
The change only takes one minute. I added the descriptions in all languages Google Play allows. And it’s all done by Google translate automatically. [...]
Apache JMeter is a Java application used for various testing and performance evaluation. It is originally designed for web testing but has been extended to support other functions.
This post covers the basic steps of setting JMeter for HTTP testing on Ubuntu.
0. Install JMeter
At Linux Ubuntu, type the command below,
$ [...]
Hadoop support execution of jar file. For an executable jar file in normal java execution, one can specify the main class in the command line, as covered in my previous post: switch between main classes in a jar file.
However, the rules are a bit different for executable jar file running with [...]
Video converter android has reached 500,000 downloads today. My previous estimation was that it will reach this milestone next month, but recently the daily download count has been stable around 5,000, that’s 2,000 more than the previous daily download count. So here we are, at 500, 269 total downloads on Jul 26 2012.
[...]
Multimedia processing is computing resources intensive, especially when it comes to videos. I will just use video conversion as an example.
People watch videos on mobile phones and most phones only play videos in specific format. Video conversion on mobile phone (e.g. converting video on android) can take a long time to [...]
Project managed by Maven cannot be imported to Eclipse by default. However the conversion step is really simple.
1. Convert the project
Issue the command below at the project directory where pom.xml is found.
$ mvn eclipse:eclipse
This will generate the eclipse files, including .project and .classpath.
2. Add maven local repository [...]
Many developers used to write a main function for every class that can be tested separately. When we export it as a jar file, we usually specify a main class for execution of the jar file. Running this jar file is straightforward,
$ java -jar test.jar
But from time to time, some bugs are [...]
Apache Cassandra is a column oriented distributed database system. This post covers how to install Apache Cassandra on a single machine for development purpose.
Download
0. Make sure Java JDK 1.6 or higher is installed and configured properly.
1. Download Apache Cassandra from its website at http://cassandra.apache.org/download/.
2. Extract the downloaded [...]
If you simply want to download the app, go to go to https://play.google.com/store/apps/details?id=roman10.media.converter
It has been two and a half months since Video Converter Android 1.0.0 is released. For all the users who have sent feedback and suggestions to me, I apologize for the delay and I hope the new version can resolve issues [...]
40% Discount on My Book — Android NDK Cookbook
Android NDK Cookbook ebook 40% discount with promotion code MREANC40 at Packt Publishing The promotion code is valid until 15th June.Categories
- Android Apps (18)
- Android Audio Editor (1)
- TS 2 (3)
- Video Converter Android (8)
- Video2Gif (1)
- Android Tutorial (26)
- Android Dev Tools (1)
- API illustrated (8)
- Multimedia API (3)
- ffmpeg on Android (4)
- NDK (6)
- UI (5)
- Animation (1)
- Code Snippet (2)
- Coding Beyond Technique (18)
- a word, a world (4)
- Bug Rectified (4)
- Programming Habit (1)
- Software as a Career (1)
- Software as User Experience (1)
- Compilers and Related (2)
- ELF (2)
- Computer Languages (31)
- C/C++ (13)
- Java (9)
- JavaScript (2)
- PHP (1)
- Python (8)
- Data Structure & Algorithms (29)
- Bits (1)
- Data Structure (5)
- Integers (10)
- BigInteger (1)
- Prime (4)
- Search (3)
- Sorting (5)
- Strings (5)
- Database (1)
- SQLite (1)
- Digital Signal Processing (33)
- Distributed Systems (17)
- Apache Cassandra (6)
- Apache Hadoop (8)
- Apache Avro (3)
- Apache Nutch (3)
- Apache Solr (1)
- Linux Study Notes (40)
- crontab (1)
- Linux Kernel Programming (8)
- Linux Programming (12)
- IPC (2)
- Linux Network Programming (5)
- Linux Signals (2)
- Linux Shell Scripting (1)
- ssh (3)
- Machinery (30)
- misc (1)
- My Ideas (1)
- My Project (3)
- Mobile Caching (1)
- Selective Decoding (2)
- My Publication (1)
- My Readings (1)
- Networking (15)
- Program for Performance (8)
- Uncategorized (1)
- Virtual Machine (2)
- Web Dev (8)
- web components (3)
- Android Apps (18)
Recent Comments
Archives
- May 2013 (1)
- April 2013 (1)
- March 2013 (4)
- December 2012 (2)
- November 2012 (6)
- October 2012 (6)
- September 2012 (3)
- August 2012 (13)
- July 2012 (15)
- June 2012 (3)
- May 2012 (8)
- April 2012 (4)
- March 2012 (13)
- February 2012 (19)
- January 2012 (9)
- December 2011 (11)
- November 2011 (12)
- October 2011 (4)
- September 2011 (12)
- August 2011 (16)
- July 2011 (15)
- June 2011 (6)
- May 2011 (10)
- April 2011 (13)
- March 2011 (20)
- February 2011 (4)
- November 2010 (2)
- May 2010 (1)
- April 2010 (1)
- February 2010 (1)
