Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~13.5K People Reached
Favorite Tags

16 Posted Topics

Member Avatar for Dani

The name is Brent. I just graduated at the age of 20 with a BS in Finance from the University of Florida. I am currently workinng on electronic circuits at a major Ohio company while I await a finance job. I did a little programming in high school, but I …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for erictham83

#include <stdio.h> int main(void) { [INDENT]int base, power, index; long answer;[/INDENT] [INDENT]base = 0; power = 0; answer = 1.00;[/INDENT] [INDENT]printf("Enter a base number: "); scanf("%d", &base); printf("Enter a power to raise the base to: "); scanf("%d", &power);[/INDENT] [INDENT]for(index = 1; index <= power; index++) [INDENT]answer = answer * base;[/INDENT] …

Member Avatar for shiva_202
0
408
Member Avatar for Brent_Ritterbec

Where would I go if I wanted to find out where the heavy programming for Linux is going on? I mean stuff like programming drivers and writing for the kernel. I want to try my skills.

Member Avatar for 50701735
0
179
Member Avatar for Brent_Ritterbec

This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from. I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration …

Member Avatar for ringy_thingy
0
145
Member Avatar for movielad

Amelie was good; Run Lola Run, a German movie is very interesting as well, but my all time favorite movie is Good Will Hunting.

Member Avatar for mattyd
0
517
Member Avatar for Brent_Ritterbec

I am working through the book Visual C#.NET Step by Step, and I came to the section of the book where the author shows how to create comments on your code with XML. ///<summary> ///The obligatory Hello World in C# ///</summary> ///<remarks> ///This program writes out Hello World ///using the …

Member Avatar for casmith
0
150
Member Avatar for Brent_Ritterbec

I have a Dell Monitor that is not in the install list. I tried to set up Linux with the Dell Monitor using the generic monitor listing that closely matched my setup: 1078X768 @ 60Hz. The problem is this: I am stuck in 640X480 resolution and I can't get out. …

Member Avatar for DMR
0
122
Member Avatar for Brent_Ritterbec

I tried toying around with Linux. It didn't work quite right. When I reinstalled Windows XP Pro, I was stuck in 640X480 resolution. I checked device manager and there were big yellow question marks and one of them was listed as VGA video controller. 1)What does this mean? 2)How can …

Member Avatar for frrossk
0
141
Member Avatar for Brent_Ritterbec

I am having trouble with my RH9 Desktop. Some of the words under icons go off the monitor, so I am assuming that the computer thinks my monitor is larger than it actually is. I tried toying with the display setup, but nothing happened. I still have the problem. Does …

Member Avatar for Sphyenx
0
166
Member Avatar for Brent_Ritterbec

Someone please help me. I think my computer has bugs. There are ants, roaches, and scorpions coming out from inside my computer. Some people say there is software to get rid of this, but I can't find it. How do I get rid of these bugs? They are starting to …

Member Avatar for alc6379
0
152
Member Avatar for L. Shelby
Member Avatar for Brent_Ritterbec

I am trying to write a 128 bit encryption program. Does anyone know of any sites or books that would be of help? The only thing I know of is the 2 fish encryption algorithm, but I don't think that will suffice.

0
109
Member Avatar for mikeandike22

Let me give you a little bit of advice. Enjoy school. I am 20 years old, and I graduated from the University of Florida with a BS in Finance because I thought life would be better if I just rushed through everything. It is not true now. I am too …

Member Avatar for mikeandike22
-1
213
Member Avatar for A Monkeys Uncle

Calculus is incredibly easy. It has become so easy that when doing it, I am more like a robot than human. I don't even have to think about it. With programming, you have to think about solutions, how to come to one, how to program it, how to devise an …

Member Avatar for Killer_Typo
1
2K
Member Avatar for Brent_Ritterbec

I wrote a program that allows me to send data to a file if I wanted to do that by redirecting the data stream. The only problem is that I can't figure out how to make that work from the DOS prompt. Here is the program: /* echo_eof.c -- repeats …

Member Avatar for Chainsaw
0
159
Member Avatar for Brent_Ritterbec

Hello, I started learning C about 2 days ago, and now I have come to a problem that I can't figure out why I am getting the result I am getting. I bought a book, and I have proceeded quickly through it until now. The problem I was given was …

Member Avatar for Brent_Ritterbec
0
321

The End.