401 Topics

Member Avatar for
Member Avatar for valonesal

Alright here is what we would like to accomplish, We have folders on our server, what we want to do is deny access to the contents of he folders from everyone except for authorized websites. So we want to allow authorized websites to use our scripts, images and other items …

Member Avatar for valonesal
0
132
Member Avatar for grindy

Hi, I have 2 computers that both run Vista and I have used the laptop in the past to access the desktop via RDC. This past weekend, from one outside location, I tried to connect as in the past but couldn't. The message from Vista said it couldn't connect. I …

Member Avatar for sknake
0
127
Member Avatar for fareast87

Greeting everyone.. This is my very first thread. I'm a final year student doing my thesis. I want to develop a software of Java that can encrypt an image so that it can be transformed to unreadable form. My idea is to transform the image file (i.e JPG, BMP) to …

Member Avatar for fareast87
0
184
Member Avatar for rizzo000

We have this program we are supposed to write that takes input from a file with a random word puzzle throws it into an array and prompts the user for a word input or to quit. So far I can get the program to find elements in forward/reverse, up/down, by …

Member Avatar for rizzo000
0
243
Member Avatar for ecedano

Hi Guys: I am making my own program but lost the updated code from my latest version. I just have the executable. I try to use reflector to recoup it, but unfortunatelly I do not know why it doesnt create the code/design/resources normal files to be used. Can anyone help …

Member Avatar for ecedano
0
132
Member Avatar for frankvfox

Windows Server 2008 host with Vista Ultimate workstation. Both 64 bit. Double-clicking shortcut on workstation shows busy wheel spinning about a second before shutting off. A minute or so later a message appears announcing "<Shortcut Name> has stopped working." No other explanations, dialog boxes, etc. I've seen other threads on …

Member Avatar for rs_sis
0
110
Member Avatar for masterofpuppets

hii everybody, I have a weird problem with a program for solving sudoku puzzles. I am representing the puzzle as a list of lists of lists containing all the possibillities for a single square and my problem is that when I try to remove a single appearance of a number …

Member Avatar for masterofpuppets
0
120
Member Avatar for torakuma

I keep getting a pop up message upon boot up," Windows cannot find logon.exe". I have run complete cleaning process as you directed in your July 16th,2008 posting and am attaching the following four scanlogs as requested. MalwareBytes' Anti-Malware log ESET Online Scanner log Both logs from Deckard's System Scanner …

Member Avatar for Rik_
0
420
Member Avatar for karisegraves

I want to design a game. I know how to write in html, so I'm hoping I can do games also. Either in flash or not flash. I want to make a puzzle or word game. I just don't know where to start? Any advice would be super! I'd really …

Member Avatar for shadwickman
0
108
Member Avatar for Brent720

I am having an inordinate amount of difficulties locating an example of how to display Unicode using Lazarus and FPC. It's supposed to be fully UTF-8 capable now, yet all I get are question marks for text strings, or else little skinny boxes in place of the characters. Can someone …

Member Avatar for Brent720
0
1K
Member Avatar for lss123

I just wanted to post the code I wrote for an OO C++ solution to solving sudoku puzzles. I'd like to invite anyone to ask questions, give comments, or make critiques on the methods or algorithms in the code. For a recent job interview, I was tasked with writing a …

Member Avatar for lss123
0
475
Member Avatar for lavipc

Hi Everybody . .:) I am a new member and I am looking for somebody who can help me... I'm building a new website (HTML) and customers all over Orange County will be my target. I'm looking for a code who'll shows all the cities in Orange County, that looks …

Member Avatar for aashishn86
0
147
Member Avatar for dluz

Hi all, Just wanted to introduce myself and filling out the questionnaire seems like a good way to go about it. Here it goes then: Name: Daniel Nickname: Dan, Dani, Ni, D Height: 170cm (sorry, my brain is set to metric ;) Weight: 70kg Hair: Black Eyes: Black Location: Vancouver …

0
27
Member Avatar for dantheman50_98

Hi, I have been using the CaRP RSS to html converter and for this I implemented a number of cron jobs to keep things speedy. Recently they were all cut off due to them being a big drain on server resources. The solution to this I was told, is to …

Member Avatar for dantheman50_98
0
102
Member Avatar for punjabi

i am making a hangman game on python for school and need help i have to practice using loops like ifs there are three parts i have to make which are checkletter.py which i have been given directions to do this • Code the checkLetter() function so that it goes …

Member Avatar for jlm699
0
142
Member Avatar for Church

Well i was looking in the paper the other day and they have this Word puzzle with a bunch of letters used to figure out what the quote of some famous guy was. Basically they take every letter of the alphabet and just change them and print it out and …

Member Avatar for NeoKyrgyz
0
243
Member Avatar for Fishnetandlace

Hello All, I was wondering if anyone could help me. I am having trouble getting the text area on my site place in the area I want. The page looks fine when the web browser window is fully expanded, but the alignment messes up when the window is condensed , …

Member Avatar for Fishnetandlace
0
110
Member Avatar for serkan sendur

hi guys, if you take over a project which is not documented and composed of lots of header files, code files and libraries, what should you do to understand work flow of the project. and if you need to modify some part of it, what should you do to locate …

Member Avatar for serkan sendur
0
90
Member Avatar for goodluck4287

Hi everyone, working on a class project where we spider some patents from the USPTO (Patent office) and eventually map out our findings. Our teacher provided a script and expected us to hardwire directly to a modem, not a router. That is asking a lot since I need to provide …

Member Avatar for Fest3er
0
197
Member Avatar for Latent12

Hello everyone, I am in the process of developing a crossword puzzle website at [url snippedl] I want to start adding Flash crossword puzzles to the site. However, I am no Flash developer. Is there any software available that would allow me to easily create Flash Crossword Puzzles for my …

Member Avatar for JasonHippy
0
203
Member Avatar for RobinR

It's hard to explain this but I will do my best. I am building an Intranet application which needs to authenticate users off Active Directory after identifying them through their Windows login username. Below are the series of events that need to happen: 1. User logs onto their Windows desktop …

Member Avatar for P.K.Chaudhary
0
104
Member Avatar for Dragonsfire

I appear to need some help with a sudoku solver I'm working on. It's supposed to check the row, column, and grid. When I run my program it displays the puzzle, but then it ends abruptly. I was hoping someone can take a look at my functions and see if …

Member Avatar for vmanes
0
151
Member Avatar for Insomniac119

Everything work except for the fact that it cannot solve the whole puzzle, only a few rows. If somebody could just look over the recursive backtracking part of the algorithm, that would be greatly appreciated. Here's the snippet of code that I think is causing me grief: [code] /* @member …

Member Avatar for tux4life
0
1K
Member Avatar for delifion

Hi, I've got a puzzle game program consist of 2D array 2 rows x 3 cols. The professor wants no changes to be made in puzzle.h, which is: [code=c++] #ifndef _PUZZLE_H #define _PUZZLE_H #include <iostream> #include <iomanip> #include <stdlib.h> using namespace std; // Constants const int COLS = 3; const …

Member Avatar for Gerlan
0
488
Member Avatar for Takafoo

So I have the below code to check the input, I'm just having trouble because apparently flushing the input causes the tests (its an assignment) to lock up and I need to manually break out of it. The problem is that if I remove the flushing of the input it …

Member Avatar for Takafoo
0
128
Member Avatar for Dragonsfire

So, I'm attempting to write an object oriented program that solves simple sudoku puzzles by checking the rows, columns, and the 3 x 3 grid. [code] #include <iostream> using namespace std; #include "doth.h" int main() { User file: Sudoku call; int flag=0,ptx=0,pty=0; call.Display(); for(;flag != 1;) {[COLOR="Red"] if (Puzzle[ptx][pty]==0) { …

Member Avatar for Dragonsfire
0
96
Member Avatar for Takafoo

So having some trouble with the error checking in the below function. Currently if you enter something wrong like r it returns "Pleae Enter next move" which is correct. My problem is that if I enter rrr it will repeat "Please enter..." 3 times instead of just once. I hope …

Member Avatar for Takafoo
0
104
Member Avatar for SeeTheLite

Hey guys, I'm Kevin, hows it going? random stuff about me: Age/sex: 16/M Hobbies: reading,swimming,writing poetry,piano,games, music Musical genres: progressive rock, hardcore/thrash, techno, trance, indie, alternative, industrial, symphonic rock, classical, thug occupation:student/lifegaurd Goals(programmingwise): I'm currently learning c++ at my school but hope to expand my repetoire to include c#, java, …

Member Avatar for jbennet
0
61
Member Avatar for besktrap

Hi everyone! I am currently creating somewhat of a platformer/puzzle game in pygame and ran into a problem with creating levels. I really don't want to take the time to program collisions with the player and each platform on the game, because that would obviously take forever. I was thinking …

Member Avatar for besktrap
0
145
Member Avatar for JMChurch25

Hello, almost done with the Sudoku Solver but dealing with a couple last glitches in the solve method that supposed to use a backtracking algorithm. It is printing out some weird values and outputs. I've got the program printing out the unsolved puzzle fine but the "solved" puzzle is nothing …

0
65
Member Avatar for Chucksta

How do you make different shaped controls (heart, star, circular etc.) ? I bought a book on custom controls, but they do not say anything on making them with a different shape to the norm :-( This is for a Uni project for developing a visual programming language for Neverwinter …

Member Avatar for Chucksta
0
123
Member Avatar for spanker1

plzzzzz help me on this java programming question? hello people.. can u plzzzzzzzzzzzzzzzzzzz help me out with this java programm. its due tmrw....... and i havent even get started on this program. i dont want to cheat .... actually some hints of how to do this program and a brief …

Member Avatar for stultuske
0
126
Member Avatar for CcXD

So I have been trying to figure this out for a while. Its a fun puzzle game that might send you thinking for a while, here it is: Lets say you work at an office/lab, and you have workmates. Lets also say that you love Coke, so much you always …

Member Avatar for Ash Abe Add
0
185
Member Avatar for Carlo Gambino

Hello, I have been using the python challenge to teach myself python as my first programming/scripting language outside of HTML. As I go along, I find that while I'm understanding the concepts rather well, I am not being as efficient as I could be. While the code I whip up …

Member Avatar for Stefano Mtangoo
0
136
Member Avatar for bookworm619

I need help with validing the xhtml code from [url]http://validator.w3.org/[/url] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>:.Favorite Sites.:</title> </head> <body style="background-color: black; background-image: url(images/bluebackground.jpg)"> <h1 style="color: white; text-align: center">Favorite Sites</h1> <p style="text-align: center; color: white"> <a href="#social">Social Utility</a> …

Member Avatar for DeViAnT\gAmEr
0
181
Member Avatar for knowledgehog

When I type [CODE]c:\windows\system32\taskkill.exe /im somename.exe /t[/CODE] in the run box of the scheduled tasks wizard,the job completes successfully,but if I used the windows command prompt instead and I typed the following: [CODE]schtasks /create /sc once /sd 01/01/2009 /st 16:16:16 /ru confused /rp bigheadache /tn sametask /tr c:\windows\system32\taskkill.exe /im somename.exe …

Member Avatar for knowledgehog
0
96
Member Avatar for u8sand

Hello everyone... Recently, i tried making a puzzle solver. And it came out perfect. I wanted to try somthing harder so i went on to a sudoku puzzle solver. You see i checked a bunch of places and found that the best and easiest way to do it is with …

Member Avatar for algoboy
0
165
Member Avatar for llemes4011

Hi, I'm on Christmas Break and am bored out of my mind so i decided that i wanted to write a program that generates a SOLVED Sudoku board, i.e., it has all the numbers filled in. I'm going to write a program later to turn it into an unsolved puzzle. …

Member Avatar for llemes4011
0
183
Member Avatar for lara_

I've just wrote this program and when i compile, the gets() function is skip before i can enter the string. i have try cin.getline but the same problem occurs. Can anybody tells me what's the problem and to solve it? [code] #include<iostream> #include<cctype> using namespace std; int main () { …

Member Avatar for Narue
0
2K
Member Avatar for SmokyMo

Hello, I need help with a puzzle I am trying to make in assembly. the description is down below There is a famous puzzle invented in the 19th century which you may have seen, or indeed tried to solve. Imagine a tray consisting of 16 spaces arranged in four rows. …

Member Avatar for low_coder
0
154
Member Avatar for michael1201

Ok so i got part of my code written out but i dont understand how to go about checking all the numbers to see if it is a valid soduku code. i need a function to check the puzzle and make sure it is correct and if it is not …

Member Avatar for mynameisor
0
273
Member Avatar for kitty7

Hello, I am a new programmer attempting to tackle this puzzle after a couple of setbacks. I was excited about this project, but I am very stuck, and I am not sure where to go, or even if I'm on the right track. Okay, so let's get down to the …

Member Avatar for kitty7
0
135
Member Avatar for whoopie5

Hello I am having problems with pop ups, speed, and internet explorer will not open pages. My son clicked on a virus protection pop up. Any help would be greatly appreciated! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:45:51 AM, on 11/30/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) …

Member Avatar for crunchie
0
320
Member Avatar for Stalvos

Hello. A friend of mine have decided to attempt to start a grass roots development of a mmorpg. We are both tired of the same tired and cookie cutter cloned mmorpgs out there that are all the same. It's a daunting task but even if we could get an alpha …

Member Avatar for PirateTUX
0
138
Member Avatar for Se7Olutionyg

[CODE]#include <iostream> using namespace std; #include <string> #include <cctype> void DrawGallows(int ); int main() { char solution[20]; //holds solution char blank[20]; //holds "*"'s for unsolved letters int counter = 0; //general-use counter int right = 0; //1 = right guess, 0 = wrong guess. char guess; cout<<"Enter phrase 20 chars …

Member Avatar for vmanes
0
327
Member Avatar for mina1984

hey i was wondering if someone could help me with this problem. It deals with the hanoi puzzle and i did the code but the output isnt correct and ii cant figure out why can someone help? heres my code [code] #include<iostream> using namespace std; void towers_of_hanoi(int height, int from, …

Member Avatar for ddanbe
0
196
Member Avatar for wonder87

Hi all! As a person who has not a Computer Science degree(I am a poor web developer!),but having much desire to learn as much as I can about CS topics,I have a (maybe easy ) question about the recursive algorithm that solves the "Towers of Hanoi" puzzle. I can understand …

Member Avatar for aashish.raina
0
376
Member Avatar for piggysmile

I came across [URL="http://www.brainbashers.com/searchengineshow.asp?ref=ZESB"]this interesting puzzle[/URL]. How would you code the solution to this?

Member Avatar for ArkM
0
91
Member Avatar for navcha

hi all, my problem is i have data like below(dates are in dd\mm\yyyy format) start_date end_date fruits_eaten per_day_fruit_eaten 5/5/2008 14/5/2008 40 40/10 = 4 12/5/2008 21/5/2008 30 30/10 = 3 20/5/2008 30/5/208 55 55/11 = 5 i want to calculate above data like below for the dates between 10/5/2008 and …

Member Avatar for Salem
0
100
Member Avatar for rafleet

Hi, first time poster, but long time techie. I have an HP 864N desktop system that has been my workhorse since I purchased refurbished from TigerDirect 4 years ago. I use it for literally everything - web design, coding, CD and DVD mastering, video and audio editing, etc. Unfortunately...it's deader …

Member Avatar for caperjack
0
204

The End.