Memoirs of a Coder
random useful code snippets
Menu
Skip to content
Java
HTML/CSS
PHP
Android
C++
No posts with label
css
.
Show all posts
No posts with label
css
.
Show all posts
Home
Subscribe to:
Posts (Atom)
Search for:
Popular Posts
C++ - Take Screenshot of the Windows Desktop using GDI+
Here is the complete C++ source code for taking screenshot in Windows: #include <iostream> #include <string> #include ...
C++ - Get File Size in KB/MB/GB Format using stat()
This code uses stat() function of the built-in sys/stat.h header file, to get the size of a file. The size is then passed to convertS...
How To: Download contents of a URL in Java using HTTPClient
This Java function can be used to download a webpage into a StringBuilder instance using the HTTPClient class. You have to import the nece...
How To: Show Posts From Only Specific Categories on Your WordPress Homepage
Sometimes you'll need to show posts from only one category on your homepage. It's easy enough to do it. Following are the steps you...
PHP 7: What To Expect? Features and Expected Release Date
We are not completely sure about the exact feature set of version 7 of PHP. There are some features that we can talk about since they are...
How To: Send HTTP POST Request in Java using Apache HttpClient
This example code shows how you can send data (or parameters) to a URL using POST. This is the complete program source code. The Apache Ht...
How To: Missing String Related Functions in C++ - Replace, Split, Trim etc.
String manipulation functions are really important and we often find ourselves needing them while coding in C++. High-level languages like ...
Categories
cplusplus
(3)
Blog Archive
▼
2014
(7)
▼
September
(3)
How To: Send HTTP POST Request in Java using Apach...
How To: Download contents of a URL in Java using H...
How To: Show Posts From Only Specific Categories o...
►
August
(4)
Powered by
Blogger
.