Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
85% Quality Score
Upvotes Received
10
Posts with Upvotes
10
Upvoting Members
8
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
~22.0K People Reached
About Me

passionately curious

Favorite Tags
Member Avatar for Dean_Grobler

Since some of us might get a bit rusty with our coding, we constantly need projects to keep us busy, no matter how big or small. Making sure you code a little a day it not only fun but also allows your skills to continue growning. The problem though, is …

Member Avatar for JamesCherrill
0
740
Member Avatar for GrimJack

I was just on the bus, minding my own business when I heard a magical phrase "he knew 2 dozen languages and numerous dialects"; I just had to speak up because there is only one person in history who could fit that phrase: My hero, [B][U][URL="http://en.wikipedia.org/wiki/Richard_Francis_Burton"]Captain Sir Richard Francis Burton[/URL][/U][/B]. …

Member Avatar for GrimJack
3
530
Member Avatar for TotalZombie

So, I'm playing around with SDL and I've come across a bit of a bump. I have one image and I am trying to "free" that image to put on another one. Here is what my code looks like.. [CODE] // I did get a good section of this code …

Member Avatar for rfrapp
0
213
Member Avatar for apines

I see that there are many questions here regarding complexity analysis, specifically regarding the Big-O notation of algorithms. I will attempt to shed some light on the subject. I will start with an introduction, after which I will go over some common complexities and last we will solve a few …

Member Avatar for Rashakil Fol
13
1K
Member Avatar for installer
Member Avatar for galiz05

I am 13 and i really want to create a game and go commercial I would want to know which language is for both PS3 AND PC or Xbox and PC. dont suggest me an easy programming language or :MAKE YOUR OWN GAME!: program that gives you everything in your …

Member Avatar for yup790
-1
727
Member Avatar for melfoy

Hey , i am new to data structure and specially Graph . And i was going through a problem for finding the best path [url]http://www.codechef.com/JULY11/problems/LOKBIL/[/url] And couldn't think something usable. SO , if u guys help that will be a good start of me on this site too. PS i …

Member Avatar for alwaysLearning0
0
231
Member Avatar for barttoo

Hi guys, planning to do my masters in computer science. I'm very R&D oriented and interested in scientific software. Currently i'm a C# developer in multi-threading environment. I'm pretty comfortable in c/c++ as well. Looking forward to master a subject. Stuff that i'm interested are computer architecture, image processing and …

Member Avatar for \007
0
244
Member Avatar for sirlink99

I have just started making a new program. I barely have any code, and when I load it the frame is clear for like 20 seconds and then it loads what goes into the frame. why does it take so long to load? I have another code that I tested …

Member Avatar for mKorbel
0
2K
Member Avatar for eman 22

how can i detect all cycles in the graph? i tried to use DFS and back edges and this ddetect some loops in te graph but not all cycles.

Member Avatar for Anuradha Mandal
-1
94
Member Avatar for bhallarahul

[CODE]#include<stdio.h> #include<conio.h> void pass(int); void main() { int a=23; int c; clrscr(); pass(a); printf(" %d ",c); getch(); } void pass( i) { //int i; if(i>40) return 1; else return 0; } [/CODE]

Member Avatar for Narue
0
133
Member Avatar for ayanbizz

I am currently using Windows XP in my pc.Now,I want to use linux and create a dual booting system.How to do that?Also ,can anybody suggest how to install linux through a pen drive..

Member Avatar for uv4u
0
170
Member Avatar for rolandsmokit

Imagine my surprise when I logged onto Daniweb and saw a scrolling advert for IBMs Informix database. I've been using Informix for years and it is an incredibly elegant bit of code, and the object extensions you can use are totally unique. I'd always thought of Informix as a secret …

Member Avatar for \007
0
240
Member Avatar for krabz01
Member Avatar for asrockw7

So I've finished C in school. Finished a Deitel book about C(The C part at least) though unprescribed. I know there's more, but 'how to' books isn't going to cover it. The school library isn't helping. I want more indepth info/lessons about C and I don't know where to go/begin …

Member Avatar for asrockw7
0
313
Member Avatar for presley tonde

am having a difficult time trying to install youtube downloader to linux mint 9,is there any possible way i can do that

Member Avatar for jwiere03
1
237
Member Avatar for TheWickedPanda

Im asking all of you developers! I know quite lot of C++ and im wondering a few questions about head into the world of game development, Im gona ask a few questions, but feel free to add more helpfull information Smile I would also mention that i will be working …

Member Avatar for yadavarun
0
141
Member Avatar for sandyho

Number of pages =========== rate per page (cents) First 100 ============ 3.0 Next 100 ============= 2.5 Above 200 ============ 2.0 Example : Printing cost for 200 pages is $5.5 Printing cost for 301 pages is $7.5 write a java(application) program to do the following: - prompt the user for the …

Member Avatar for mKorbel
0
306
Member Avatar for jwala

hello i am a computer engineering student...i want to do my mior project in java...i was thinking to do a project in "image processing + viewer" ....do u think java is an appropriate language for making a "image processor" ??? please help if u have any reference projects ,books or …

Member Avatar for \007
0
94
Member Avatar for Gata_Salvaje

Hi ,There I hope you can help me with this I need a Java algorithm to help me find how much % is string A relevant to String B Example : String A => Java ,C++ ,C# ,Assembly String B => java ,c++ then Result should be => 50% relevant …

Member Avatar for ztini
0
4K
Member Avatar for AhmedGhazey
Member Avatar for ruudycruise

Please i need your help in writing pseudocodes on the who wants to be a millionaire game.

Member Avatar for \007
0
73
Member Avatar for Feriscool

So far, it's all working great, but all I need left is to get the method WORD1() to go to WORD2() when the person types in the correct letters. The first word is "Java". How would I make it so that when they type in "Java", it will go to …

Member Avatar for NormR1
0
477
Member Avatar for pseudorandom21

Is there a decent IDE for Java? Meaning, one that you don't think will end up making me rage and have annoying features that get in the way all the time making it unsuitable for development? What is the best IDE performance wise?

Member Avatar for peter_budo
0
291
Member Avatar for butz17

Hi guys! i need some help with my program and i cant determine what to do next...i'm making a program that will output the longest word in a sentence.. here is my code... [CODE] import java.util.Scanner; class LongestWord4 { static Scanner console = new Scanner(System.in); public static void main(String args[]) …

Member Avatar for butz17
0
2K
Member Avatar for \007

Hello, I will finish my Masters of Computer Science in May of 2012-- that basically means 12 months from now! Well-- I am wondering when is the best time to begin the job hunt? [LIST] [*]Wait until I finish the MS [*]Begin searching 6 months prior to finishing the MS …

Member Avatar for \007
0
129
Member Avatar for Pendukeni
Member Avatar for tultul

Hi..! i need to make a trial period software. Do anyone knows how to do it. I have gone through many links and still searching in google, but everywhere i found only some points mentioning about the way of doing it, but no one explains about how to do it... …

Member Avatar for tultul
0
1K
Member Avatar for dvidunis

hi, first of all im noob and 11 years old so don't blame me if something is wrong! i try to read a txt, see a version, read a txt on a server, see if on server newer and ask to update if yes. any suggestions? Oh and in C++ …

Member Avatar for \007
0
157
Member Avatar for sungod000

I've come to realize that there is a need in the industry for which I currently work in, that can be addressed with web software. Existing software exists, but is very expensive. From my research, I did find a company who is doing it at a reasonable cost, however, they …

Member Avatar for BitBlt
0
236