-
Began Watching Just help me with this one
Create a c++ program that accepts 5 integers in ascending order without using array or looping. Pure else and if statements. -
Replied To a Post in Free operating system running Windows applications
"Which compiler should I choose?" Look to prior OS development to see what they use. Also, the target platform needs definition. For a Microchip [SOA](https://en.wikipedia.org/wiki/System_on_a_chip) you would use Microchip's free … -
Replied To a Post in python tkinter platformer game background
Long ago I ran into a similar performance issue. To cut the graphics load I changed to BitMaP (BMP) files. No more decoding a compressed image. This trick was well … -
Began Watching python tkinter platformer game background
I'm trying to create a platformer with tkinter, i've created the character and now i'm trying to create a dynamic background with a biomes system so when the player passes … -
Replied To a Post in OFF Page technique suggestions for realestate portal
And I thought you were some international conference organizer. Many ask this question because they are setting up a spam attempt (shilling) or just too lazy to research. This is … -
Began Watching OFF Page technique suggestions for realestate portal
I am looking to double the traffic of my property adviser website how can I do that using some white hat SEO techniques? -
Replied To a Post in Contact Manager program in Python
In the menu routine, add a line "There are x contacts." so you can see if you have one or more in that array. -
Began Watching Contact Manager program in Python
I can not get this program to list all of the contact names, it just list the first one. ##!/usr/bin/evn python3 # # Contact Manager Program # import csv FILENAME … -
Replied To a Post in Accessing Drive with Python
I'd start this task with [research](https://www.google.com/search?q=paste+file+in+google+drive+folders+%2BPYTHON&gl=US). This lead me to PyDrive in the first ten results. -
Began Watching Accessing Drive with Python
Hello, I don't know too many things of programming, I've barely started with some online courses, but am at the very beginning. This is what I need to do: 1. … -
Replied To a Post in Datagridview thubnail
You only had one tag so let's go with that. In vb.net, C# and such you can use their form designer to have a datagrid and then code to pull … -
Replied To a Post in Implement an agent that plays the Connect-4 game using search
You had me chuckle when you wrote "the next move should be" and this is supposed to be an AI at work. If you feel the result shall be deterministic … -
Began Watching Implement an agent that plays the Connect-4 game using search
I am trying to implement Connect 4 game using Min-Max as utility to find best possible move.<br><br> The game is played on a 6x7 grid, with six rows and seven … -
Replied To a Post in Needs help in implementation NS2 or NS3
The mindreading part is in your top post where you wrote "my proposed algorithm". There's the mindreading part. Also, this forum tends to not implement for members. That's for you … -
Began Watching Needs help in implementation NS2 or NS3
Dear All, I need help in implementation my proposed algorithm for MANETs Routing either with NS2 or NS3 simulator or any other paossible simulator. Tq b_b960@yahoo.com -
Gave Reputation to Foad_1 in I Need Free/OpenSource Serial Emulator Software Ideas
You can use com0com (Null-modem emulator) as I have explained [here](https://sourceforge.net/p/simulide/discussion/general/thread/a53c097f6a/#34c6/7d5f/a80d). -
Replied To a Post in Datagridview thubnail
Is MS Access still a thing? After over a decade of pain (other people's pain) I looked at and decided that it was not a good option for apps I … -
Began Watching Datagridview thubnail
Hello, im glad to have this forum. Please help me with my problem, I am developing a pos system and my problem is i want to display my data including … -
Replied To a Post in Browser extension modify or write new
As a developer of other apps you do hear "this should take long" once in a while. You smile and see where your client is going with this. Usually it's … -
Replied To a Post in Browser extension modify or write new
This should be a few year investment of time so let's be sure you know what this effort will cost you. Moving on I am using Ghostery and Ublock Origin … -
Began Watching Browser extension modify or write new
I know C++, PHP and a few more, but I do not have the slightest clue, how to make a browser extension and the tutorials I find on the web … -
Gave Reputation to ryantroop in UNION SQL call original rows
You cannot change a column name on the fly like this. You're better off making another column and calling it type and flagging it to know what "type" it is. -
Gave Reputation to Reverend Jim in Random Facts
Typically Canadian... A grocery store in [Kingston Ontario](https://www.kingstonist.com/grocery-store-inadvertently-open-on-family-day/) forgot to lock up on a holiday. With doors open and no staff to keep watch, only two items were taken - … -
Gave Reputation to gentlemedia in parse error, expecting T_FUNCTION
PHP is not my thing. but if you want help from someone else with this then be clear. Your error is on line 277, but your code dump here goes … -
Gave Reputation to happygeek in Please be aware of the Momo Challenge !
> The Internet is mostly not truth That's a bit of a Trumpian sweeping statement. I'd love to see the stats that back up your assertion... -
Replied To a Post in Please be aware of the Momo Challenge !
At some point you can't shelter them and maybe you should never do that after they figure out they can't fly. I'm thinking about all the "Jackass" and other "reality" … -
Began Watching Please be aware of the Momo Challenge !
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn … -
Gave Reputation to Reverend Jim in ER Diagram login
To be fair, "password" could be the encrypted/hashed value. It is not necessarily in clear text. Although I suspect you are correct in your assumption. -
Replied To a Post in ER Diagram login
Anytime I see "password" in a database field I ask about that. The days of putting a clear user password in the database is over. Are they still teaching this … -
Began Watching ER Diagram login
So I am attempting to do an ER diagram over a login, with just login data, and the base data of the person loggin in, and the connection between login_ID … -
Gave Reputation to tinstaafl in Baffles Game c++
What part has you confused? It seems pretty straight forward to me. This sounds like it's very similar to a game called [Black Box](https://en.wikipedia.org/wiki/Black_Box_(game)). Perhaps that wikipedia page will help. -
Replied To a Post in Free operating system running Windows applications
I'm the wrong person to ask if I would get into the dev team of an open source OS. I noted above that these are the wheels on our computers … -
Replied To a Post in Mac vs PC: best computer for web design
I have 2 answers. 1. An artist does not blame their tools (brush, chisel, etc.) 2. On the PC you might have more options to run servers, services etc. -
Began Watching Mac vs PC: best computer for web design
PC vs Mac. What is the best computer for web design? -
Replied To a Post in Error- InvalidCastException in vb.net Project
Why not make "b" the same type as sender? Also, you can examine what the sender is with TypeOf as noted: https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference//operators/typeof-operator -
Began Watching Error- InvalidCastException in vb.net Project
Plz Help Me to Solve this Error.. I am coding this to build a Calcuator in Vb.net....i have declared "b" as a Button.. how to resolve this error.. plz help.. … -
Gave Reputation to rajukumar12 in How can I become a full-stack web developer in half a year?
Development of web applications is a multilayer process. You have a whole zoo of technologies and programming languages at your disposal, and understanding the way they all are linked together … -
Gave Reputation to Reverend Jim in Login Problems (aftermath)
It's Feb 27 13:06 (CST) and I just got another password reset email dated Feb 24 17:38. -
Replied To a Post in Login Problems (aftermath)
As to the delayed emails, I can write the same here. Day late, dollar short. -
Began Watching Login Problems (aftermath)
As I understand it, there were problems on Sunday (Feb 24) which caused problems logging in. Daniweb would not accept my password (or so it said). Normally when I go … -
Gave Reputation to chuckc in Free operating system running Windows applications
Interesting discussion. I wonder what language(s) Windows 10 is written in? OS complexity seems to have increased at least a couple orders of magnitude over the years. A team project? … -
Replied To a Post in How to update button click with php mysql
Try keeping your post together in one place. This sounds like https://www.daniweb.com/programming/web-development/threads/519187/how-to-count-file-download-with-button-click-using-php-mysql to me. So yes, you would code it so when the download button is clicked you +1 your … -
Began Watching How to update button click with php mysql
Hello please i have a download webpage which allow users to download mp3 files. I want to display the number of times a user has click the download button and … -
Replied To a Post in How to count file download with button click using php mysql
This looks like a duplicate https://www.daniweb.com/programming/web-development/threads/519186/how-to-update-button-click-with-php-mysql -
Began Watching How to count file download with button click using php mysql
I have a webpage which helps download files from database. I want to count the how many times the download button has been clicked and display it on my webpage … -
Replied To a Post in plsssss help :,(
What is that? https://www.google.com/search?q=matrix+round+rounbin+display&gl=US didn't find what this was. Explain what you are trying to do as well as what is it. -
Began Watching plsssss help :,(
guys pls help me ,, how can i make a matrix round rounbin display ,, if you have an idea thats a big help for me -
Replied To a Post in Can anyone recommend a free Android emulator for Windows 10
@ReverendJim, yes and here our apps use Bluetooth so to write it was a challenge to get the Bluetooth tickety boo is an understatement. The first Bluetooth we used was … -
Replied To a Post in Need help with Psuedocode please
Let's start with "[No standard for pseudocode syntax exists.](https://en.wikipedia.org/wiki/Pseudocode)" In fact your text after the word "Specifications" is pseudocode. You could take that to a seasoned programmer and they could … -
Began Watching Need help with Psuedocode please
Design a computer software application that reads a data file containing the homework grades for a student. Your program must calculate the average homework grade for that student and also …
The End.