Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani I guess that’s changed since I submitted my site what I feel like is at least a decade ago. Re: Mastodon Community Center Geeks' Lounge by Dani I just stumbled upon this and had no idea that Mastodon was even a thing 6 years ago, pty! I first became aware of them back when Elon bought Twitter (ahem, X) and everyone fled ship trying to find an alternative. Sorry no one replied to this thread until now. Guess you were just too ahead of your time. ;) Re: Read file properties of video files in C++ Programming Software Development by Thomasio … for that, but of course I'm not sure. I guess in the end it comes down to ..... that MediaInfo program… Re: Improve HAVING BY performance Programming Databases by Dani … SSDs, but I had never heard of M2 SSDs. I guess I'll have to talk to blud (our sysadmin) about… ABC for Github-programs and Python Programming Software Development by Audun … in it. A GUI? Is that what it is? I guess the more relevant question is; is there a GUI like… Re: what's the correct way of learning programming? Programming by Dani … it is being used just about everywhere nowadays! However, I guess the bigger question is, as a math major, what’s… Re: How to effectively promote blogger challenge games on the internet? Digital Media Digital Marketing by Dani I guess I'm confused what this project is or does. For example, I am a publisher who operates the publication DaniWeb (this one). I am also an SEO. What benefit would I get from participating? Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Re: The "answer movie name with movie name" game Community Center Geeks' Lounge by anupam_smart Guess Who Re: 3 word story game Community Center Geeks' Lounge by cecil.vera guess what they Guess the number Programming Software Development by marium.aslam.18 … range while the second player attempts to guess the number. After each guess, the first player answers either “Higher”,…py). Suggested development strategy for the basic version of “Guess the number” is: 1. Decide on a set…immediately starts. Since the strategy above for playing “Guess the number” approximately halves the range of possible secret… Re: problem with guess a number program Programming Software Development by Salem Guess which step you [URL="http://www.daniweb.com/forums/thread96213.html"]forgot [/URL]? number game Programming Software Development by VinceW …; >>> #guessing loop ... >>> while (guess != the_number): ... if (guess > the_number) File "<stdin>", line… 2 if (guess > the_number) ^ SyntaxError: invalid syntax >>> print "… Guessing Generator with difficulty levels Programming Software Development by johnathan.millsap … a guess.') guesesTaken = guessesTaken + 1 guess = input() guess = int(guess) if guess < number: print('Your guess is too low.') if guess > number: print('Your guess is… home work help Programming Software Development by Newguy89 guess game In this game, you play with computer for N … (including 1 and 3), and the computer asks you to guess the number. If your given number is just the same…;< endl; cin >> N; cout << "Guess a number from 1 to 3: "<< endl… Its a code! Community Center by jbennet Guess what this means in english: CLUE: Its a stanza froma … Calculating fields Programming Web Development by derekcpt Guess this is javascript. Similar as in excel, (I have seen this before), lets say I have 3 fields in a form. Now when entering a numeric value in field 1, and lets say field 2 has the value of 5, then the value of field 1 times field 2 has to display in filed 3. Please if anyone could assist me with this. Calculating form fields Programming Web Development by derekcpt Guess this is javascript. Similar as in excel, (I have seen … Re: Need major help with Guessing Game Programming Software Development by Adak guess and tries should be int's - you'll never have .23 of either! ;) Try adding a lo, mid, and hi variable. Then, when the guess is too high, bring down the hi variable to your current guess-1. When your guess is too low, bring up your lo to your current guess+1. mid will always start each loop with: mid = (lo+hi)/2 Re: String array only showing first string. Programming Software Development by Chilton guess is declared to have a size of 50, but ranges from 0 - 49, right? You're trying to read into guess[50] which should be outside of the range. Another thing, why declare a size of 50 if you're only apparently using one string to hold the guess? Keep in mind that string holds 50 individual strings and not a string of length 49. Re: Airplane of the Day Quiz Community Center Geeks' Lounge by jwenting guess so... First is an (or rather "the" as … Re: Xbox 360 or PS3 Community Center by Dani Guess what? After trying to get the Wii for quite a … Re: Transferring a file Programming Software Development by zhelih Guess 1: Your buffers are to small. Guess 2: Your network is lazy) Re: program that starts another program. Programming Software Development by Comatose guess it's not happy about passing it a parameter.... I guess you could try: [code=cplusplus]ShellExecute (NULL, "open", "cmd.exe msg.bat * hej", "", "c:\\", SW_NORMAL)[/code] but I have a really strong feeling that isn't going to fly... Re: can we treat contents of a file as a 2D array? Programming Software Development by ssdeep Guess what I did'nt have to do any of that!!,… struggle one line of code solved all my problems.But guess what,this is the worst option yet!! It is taking… Re: iis 5 through linksys wireless 4prt switch firewal Hardware and Software Microsoft Windows by Dani Guess I gotta add an ftp and http server section to my Networking and Internet section, eh? ;D Re: Change in Certification Policy NT vs 2000 Hardware and Software Microsoft Windows by Dani Guess which lil gal programmer/comp sci major is going to finally get around to taking her A+ sometime this summer (eh, got nothing better to do!) ? Re: Big Game need progrmmers Programming Software Development by Thamior guess so seeing this would be my first game, and im writing a book, and thinking of making a movie of my book. but the more people that help the more that can get done (except the book) Re: Network Neighborhood Hardware and Software macOS by Dani Guess what? I was able to get it working with no problems! (don't ask me what I did though, LOL) In any case, all my computers can see/read/write to every other computer on the network, and print to my WinXP inkjet AND my Linux laser :)