Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
6
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
2 Endorsements
Ranked #622
Ranked #4K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

8 Posted Topics

Member Avatar for luckyme_

I'll give you my two cents. **1a. Can I setup my server in the same computer that I will be working on?** Yes, you can. **1b. Can I setup two servers in one PC?** Of course, you can. There's no problem with a web server and database server running in …

Member Avatar for kc0arf
0
499
Member Avatar for SaroGFX

One solution is to crop the bottom of the image so that the text appears. Another solution is to create a `div`. Use the image as the background of that `div` and put text inside that `div`. The HTML of that `div` will be like: `<div><p>Text</p></div>`

Member Avatar for SaroGFX
0
519
Member Avatar for Viny_1
Member Avatar for Reverend Jim
1
329
Member Avatar for Asmaa_7
Member Avatar for Jamie_10

Incorporating many of the suggestions the others have stated and mixing it up with my own, the code can be like this. import java.util.Random; public class RandomNumbers { public static void main(String[] args) { Random randomNumbers = new Random(); int count, number, odd; for (count = 0; count < 100; …

Member Avatar for Sean Francis
0
310
Member Avatar for Sean Francis

Hey guys, so I saw a post where someone asked, "Why Linux?". To answer that, I wrote an article in my blog. Here's the [link](http://seanballais.github.io/blog/why-linux/). I thought that it would be nice to share the article in this subtopic so I created this post. Hope you enjoy the article.

Member Avatar for Sean Francis
2
293
Member Avatar for kombi-tamiri

Linux just gives me the tools I need to develop software. It's also fast, stable and secure,

Member Avatar for Arch Stanton
-4
226
Member Avatar for Amit_31

Loops and conditional expressions will only execute the code inside them when their conditions are `True`. Once their conditions result into `False`, they will stop executing the code inside them.

Member Avatar for Sean Francis
-1
138

The End.