Figured out this bug when I PMed Lifey some Screenshots >.>
Basically if we have many image tags one after another without any new line in b/w like:
The images are displayed one below the other and their ends stick to one another. Would be great if a little padding is added (y)...
Here you go:
/**
* Prints the above mentioned pattern
*
* @author Gaurav <Gaurav@wjunction.com>
* @version 1.0
*/
public class PatternwJ
{
public void display() {
int n = 5;
while(n >= 1){
int k = n;
while(k >= 1){...
Hello Everyone!
I've started developing in Python recently. So far I'm quite efficient in developing plugins for xChat for the IRC ninjas and some trivial stuff with is suited for Python.
Note: The applications developed will be CLI only (in case of Python). The xChat plugins can be loaded via...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.