Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #31.8K
Member Avatar for ezkonekgal

hello. I need some help on our implementation on lines of code program. here's the algorithm we have: 1. The LOC program will start by asking for the filename of the program to be counted. 2. Browse for the filename of the program to be used. 3. The contents of …

Member Avatar for emoon11
0
2K
Member Avatar for ~s.o.s~

Hello to all Gamedevelopers out there. Many of your have already wanted to get into game development but came to a stand still due to the lack of resources. [B]Please don't post Spam or Thank you posts in this thread since this is meant to be used as a guide …

Member Avatar for Serapth
4
3K
Member Avatar for Hazel101

Starting a new video game idea almost done with the designs of the characters and just starting the story board. I need video game developers, animators etc. And of course at the end I need voice actors. Does anybody know where to find: Video game publisher Video game developer 3D …

Member Avatar for LVHSJ
0
194
Member Avatar for Glass_Joe

[center][B]Ban and ye shall receive![/B][/center] “Hello, recently, your Steam account was erroneously banned from Call of Duty: Modern Warfare 2. This was our mistake, and I apologize for any frustration or angst it may have caused you. We have reversed the ban, restoring your access to the game. In addition, …

Member Avatar for apurvaraja
0
692
Member Avatar for GiPonRa

Why is the Linksys Page to set up security for home routers not working using the 'admin' p/word any longer? Page: [url]http://192.168.1.1/[/url] Is there a new page? Thanks for the info!

Member Avatar for TheOgre
0
56
Member Avatar for lewashby

[CODE]import pygame from pygame.locals import * from sys import exit from random import * pygame.init() screen = pygame.display.set_mode((640, 480), 0, 32) while True: for event in pygame.event.get(): if event.type == QUIT: exit() random_color = (randint(0, 255), randint(0, 255), randint(0, 255)) random_pos = (randint(0, 639), randint(0, 479)) random_radius = randint(1,200) pygame.draw.circle(screen, …

Member Avatar for lewashby
0
1K
Member Avatar for johmolan

I have a windowsform where I have a listbox who displays all the pdf files in a folder, I select one of them and push a button and it shows in a webbrowsercontrol I have added to my form. But I know wants to have a similar form for my …

0
49
Member Avatar for georges-louis

hi everybody, I'm looking everywhere to find out a way to access a specific column and row of a datagrid generated by a sql-query in visual basic. The datagrid looks, simplified, like this: column1 column2 data1 data2 now I would need a function, that reads data2 out in visual basic …

Member Avatar for georges-louis
0
106
Member Avatar for Naveed_786

Dear All, I am designing a crystal report in VB.NET I have designed a crystal report i want to pass parameter from a textbox but when i pass parameter or without passing parameter run the report it pulls all the records from the database please help my code is as …

Member Avatar for Oxiegen
0
202
Member Avatar for AndyV101

Hi Guys/Gals, What could be the problem, my internet keeps cutting off, maybe couple of times per hour, only for 20-30 seconds, but all apps quit running and have to reconnect. I have windows 7, AT&T U-verse DSL 18 mb (never get more than 10)wireless from modem in the next …

Member Avatar for happyguy142
0
132
Member Avatar for PCBrown

Research In Motion (RIM) held an event in NYC at 11 AM EDT today to announce a new device previously referred to as the BlackBerry 9800, but now known as the Blackberry Torch. The real excitement however is the BlackBerry 6 OS. RIM hopes that their revamped focus on multimedia …

Member Avatar for Agilemind
0
457
Member Avatar for Annettest

Hi everyone: I need to find out about compile options in Xcode (I'm an Xcode and C++ newbie). The default compiler for OS 10.6 and XCode version 3.2.2 is apparently LLVM 2.0. Is this related to g++? Also, are there other compilers available within XCode? If so, how would I …

0
98
Member Avatar for ichigo_cool

Well I've been learning C++ on and off but I plan to stick with it and I'm going to try to program at least two hours a day everyday for the rest of summer and hopefully when school starts again if I can. How often do you guys program? (just …

Member Avatar for mike_2000_17
0
605
Member Avatar for tldorr

I need some assistance with my calculator code. I have developed a fully funcitoning mortgage calculator up to this point. I have one small change that I want to do. Right now this is considered an applet and I want it to be considered an application. It is my understanding …

Member Avatar for NormR1
0
379
Member Avatar for maieutiquer

I have 3 text fields and a button, and when a user presses the button, I would like to check if he has inserted integer values in the first two of them. If yes, then the sum of both of them is shown in the third one. If not, then …

Member Avatar for maieutiquer
0
113
Member Avatar for happygeek

Hackers have targeted Justin Bieber videos on YouTube, exploiting a cross-site scripting vulnerability which enabled them to bombard viewers with pop-up messages and redirect them to porn sites. The hack attack lasted for the best part of two hours before Google was able to isolate the problem and apply a …

Member Avatar for dnanetwork
1
828
Member Avatar for nwhitfield

I know a lot of c++ but don't know how to apply it in games. What should I do???

Member Avatar for nwhitfield
0
117
Member Avatar for ChPravin

Hello All, I just wanted to know if there is any way to dynamically set the width of a column inside a table within a datalist based on the length of the text fetched from the database.I am inserting my code.In the code below I want the width of collapsible …

Member Avatar for tz2010
0
3K