Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for WigglesMcMuffin

Hello, This isn't the typical "I wrote a heap sort that doesn't work, help me please" thread, instead, I'm one step before that. I'd really like to [B]understand[/B] the innards of a heap sort before I attempt to write one. I'd like to give it a go from scratch, or …

Member Avatar for DavidKroukamp
0
214
Member Avatar for javanewb

Hello, this is my first post. I have this homework assignment, and it is completed and it works! my question is just if anyone has any suggestions to clean it up or make it more efficient? I have two seperate files GuessTheNumber.java which is: [CODE]// GuessTheNumber.java //Written by Sean Kelley …

Member Avatar for frank33
0
231
Member Avatar for programing

program enter element and if num is already exist give message enter other number no duplicate my code give me alwayes else condition [CODE]/** * @(#)Enter.java * * * @author * @version 1.00 2011/11/18 */ import java.util.Scanner; public class Enter { public static void main(String []args){ Scanner input=new Scanner(System.in); int …

Member Avatar for stevanity
0
86
Member Avatar for WigglesMcMuffin

I'm trying to create a program that'll read a list from an external file, and generate an arrayList with the object representation of the list. Basically, the list contains names, and prices, which will be read in, and used to create instances of my "book" class which are supposed to …

Member Avatar for WigglesMcMuffin
0
253
Member Avatar for WigglesMcMuffin

I'm trying to create a website, and I'm currently having a little CSS trouble with getting the website to flow and respond well to resizing and different screen sizes. Currently I have posted it at: [URL="http://wigglesmcmuffin.kodingen.com/"]my kodingen site[/URL] Anyway, if you go there you may notice that 1) my content …

Member Avatar for WigglesMcMuffin
0
177
Member Avatar for theMediator

I'm working on a new website [URL="http://www.sproutsfamilycentre.com/template.asp"]http://www.sproutsfamilycentre.com/template.asp[/URL] and to make a long story short I want to eliminate all borders, but one table refuses to get with the program. I have tried every combination under the sun to get rid of that one white border, but to no avail. Any …

Member Avatar for WigglesMcMuffin
0
122
Member Avatar for WigglesMcMuffin

Hey, I just recently got rid of everything gnome, cause I decided I don't like it anymore, and I'm happily using Compiz standalone for my WM. What I want to know is, how hard would it be to create my own utilities (battery monitor, volume mixer and other little things …

Member Avatar for WigglesMcMuffin
0
110
Member Avatar for WigglesMcMuffin

Probably a simple mistake of not knowing all tags and attributes involved. I have a HTML page linked to a CSS file (I know it works, cause I can change things like background, and heading size, etc). When I try to create a navigation bar however using [CODE=css] #navigation { …

Member Avatar for WigglesMcMuffin
0
145
Member Avatar for stargate3216

I'm trying to connect to a mediacom sever ([url]http://www.mchsi.com/[/url]) with it so I can upload my forum files, but it won't work. Please help.

Member Avatar for WigglesMcMuffin
0
298
Member Avatar for WigglesMcMuffin

Hey, I have trying to build a large hierarchical tree of all sorts of creatures in Python by using class inheritance. However I seem to have been halted before I can even get anywhere. I created my first base class: [CODE=python] class Creature(object): def __init__(self): self.hitPoints = 100 self.legs = …

Member Avatar for WigglesMcMuffin
0
184
Member Avatar for WigglesMcMuffin

Hey, I'm trying to build my own calculator piece by piece, and I've currently got it to the stage where it'll add positive integers. Anyway, at the moment I'm trying to incorporate the keyboard into the program. What I've done is made is so that only my form can have …

Member Avatar for WigglesMcMuffin
0
104
Member Avatar for WigglesMcMuffin

Hey, I'm running a dual boot Windows 7 and fc13 i686. Until just yesterday everything was fine. Yesterday I downloaded, installed and finally got VirtualBox working on my Linux side, though now my NetworkManager is disabled (so I have to use Windows to get online), and the option to enable …

Member Avatar for WigglesMcMuffin
0
90
Member Avatar for WigglesMcMuffin

Ok... so I am running a Hp Pavillion 512c. I plan to get better ram for it so I can run what I want/need. The thing of the matter is it is all hand me downs. I will be getting a 40G HD and a 60G, one is nearly full …

Member Avatar for finito
0
155