401 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … ![]() | |
![]() | 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 … ![]() |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 , … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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) { … | |
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 … | |
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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> … | |
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 … | |
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 … | |
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. … | |
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 () { … | |
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. … | |
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 … | |
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 … | |
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) … | |
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 … | |
[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 … | |
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, … | |
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 … | |
I came across [URL="http://www.brainbashers.com/searchengineshow.asp?ref=ZESB"]this interesting puzzle[/URL]. How would you code the solution to this? | |
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 … | |
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 … |
The End.