-
Began Watching project
trying to Write a program that accepts an applicant to enter his or her marks based on the criteria of clusters, compute the mean and advices whether one qualifies for … -
Replied To a Post in HELP!So I'm write the mines game and so far I have just some of the coding
That's a lot to ask since it's homework. You pasted hundreds of lines so do the following in this order. 1. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question 2. It's rare to find folk to … -
Began Watching HELP!So I'm write the mines game and so far I have just some of the coding
Is there a way I can fix the way ji get neighbors of a 2d coordinate? """6.009 Lab 5 -- Mines""" def dump(game): """Print a human-readable representation of game. Arguments: … -
Replied To a Post in Windows xp pc stuck in reboot loop before login screen
I don't see where you tried another account and safe mode. Try those. I don't write how since XP users are well seasoned and we have the internet. -
Began Watching Windows xp pc stuck in reboot loop before login screen
Hi I have a problem with my windows xp pc sp3 after it finishes loading windows xp screen just as it's about to load login screen pc constantly restarts itself … -
Replied To a Post in How to find easter day when you enter the year
This is your first post. This looks like an assignment but read this first before you reply. https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question If you are a programmer in a hurry I guess you could … -
Began Watching How to find easter day when you enter the year
Using the following Let X be the year Let A be the reminder of the division of X by 19 Let B be the reminder of the division of X … -
Gave Reputation to Reverend Jim in recursion call on exit
>Each iteration means the another copy of the function is running until the last one exits. That's not quite the case as I understand it. There is only one copy … -
Replied To a Post in Going back to a certain part of a program?
Yeah! Spaghetti with sauce!!! -
Replied To a Post in Junction with OneDrive
I didn't explain it well. For DropBox the local sync dir is the cache. There is no other space used so no duplication. OneDrive uses a junction so it "looks" … -
Replied To a Post in Going back to a certain part of a program?
@assertnull. When I replied I didn't find the tag so I asked. I wonder why it didn't show when I posted. PS. Added with edit. The forum seems to have … -
Replied To a Post in Junction with OneDrive
I've yet to see this effect. However I have run into folk that swear that a junction takes up space. I've yet to find this to be true. Well, yes … -
Began Watching Junction with OneDrive
I have a problem with OneDrive. I have a junction which points to another folder on the same drive as the junction; the problem is the junction is taking up … -
Replied To a Post in Defeat ad blockers
I think network-served banner ads are dead here. Native advertising should be fine. How we got here, to me is interesting. The primary reason I installed an adblocker was malvertising … -
Began Watching Defeat ad blockers
Is there a way (perhaps with JS or some other sorcery) to get a tracking pixel (a 1x1 clear image in which the HTTP request must be made from the … -
Gave Reputation to Reverend Jim in SendMessage (vm_lbuttondown) trouble in VB.NET
>any help ? Did you even bother to check out the links I gave you? I have used both of these products to automate tasks for years. -
Replied To a Post in Going back to a certain part of a program?
What language is this being coded in? Do you consider While (c, c++, others) to be a loop? Some consider loops to be the loop keyword (natch) or the word … -
Began Watching Going back to a certain part of a program?
How do I make a line of code that would go back to a part of a program without making it a loop? For example ###Code I don't want repeated### … -
Replied To a Post in HELP HELP HELP!!!!!!!
@lytonia. You seem to have pasted your assignment. Maybe you need to be clear that you are hunting for folk to write your app for you. That's done by offering … -
Began Watching HELP HELP HELP!!!!!!!
Create a “C program” that determines whether or not a person is qualified to vote. Test for the following criteria for voting: Ask for the users first and last name … -
Replied To a Post in Landing page artwork
Just a FYI for Dani. I was out and about and bumped into someone that should be contacting you shortly. It's a professor and they have students and more. I … -
Began Watching Landing page artwork
I'm trying to design a landing page for my API product, and it seriously is lacking any images. Where are the best places to get those Photoshop-ready backdrops that all … -
Replied To a Post in Calculate Due Date & Date Returned in Textboxes
@John. You didn't post any code or tell where you got stuck. Before you write again, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and consider that I see no one writing your app for free. … -
Began Watching Calculate Due Date & Date Returned in Textboxes
Hi guys how am I able to get the days difference of my textbox which contains date and multiply it by 10 after getting the days difference then show in … -
Replied To a Post in Is it possible to delete whole android system on mobile device?
The thing is, here in the NSA (country formarly known as the USA) the government has taps all over. While Yahoo got slammed over writing search code for this country, … -
Gave Reputation to tinstaafl in converting rupees into coins
Start by thinking of how you would do this in the real world. You know how much your target amount is, so you start with the highest available denomination. Count … -
Gave Reputation to ddanbe in How to choose make checkbox true if value of respective key is 1
Use radiobuttons instead. -
Gave Reputation to Reverend Jim in SendMessage (vm_lbuttondown) trouble in VB.NET
I suggest you look at [AutoHotKey](https://autohotkey.com/) or [AutoIt](https://www.autoitscript.com/site/autoit/). -
Gave Reputation to JamesCherrill in Boilerplate for publishing code on Daniweb
What about https://www.daniweb.com/community-center/daniweb-community-feedback/threads/428309/daniweb-copyright-what-s-copyrighted. Dani's arguments for owning the copyright seem just as valid today? -
Replied To a Post in Is it possible to delete whole android system on mobile device?
I see you wanted a little more. Flashing most Android devices is well, done with tools like http://donandroid.com/odin-tutorial-how-to-use-odin-to-flash-rom-on-android-device-634 BUT these tools may vary with the target. You asked more so … -
Gave Reputation to ryantroop in How to clear some unwanted errors on Console
Well... for one, you can not use 3rd party code that has errors. If that's not an option, you can look to ensure that you are implementing their code appropriately, … -
Gave Reputation to rubberman in encrypting an external drive
https://support.symantec.com/en_US/article.HOWTO42122.html -
Replied To a Post in Is it possible to delete whole android system on mobile device?
Possible? Yes. There are folk that create new "roms" or images all the time at XDA Forums. But the toolset and experience is something that won't fix in just one … -
Began Watching Is it possible to delete whole android system on mobile device?
I want to know is it possible to do that and install your own custom software on it ? -
Gave Reputation to diafol in Online PHP Debugger
WARNING!!! foreach (new DirectoryIterator('./') as $fileInfo) { if($fileInfo->isDot()) continue; echo $fileInfo->getFilename() . "<br>\n"; } Just told me what is in your doc root. This is unsafe phpio. I bet I … -
Gave Reputation to diafol in Online PHP Debugger
WARNING!!! foreach (new DirectoryIterator('./') as $fileInfo) { if($fileInfo->isDot()) continue; echo $fileInfo->getFilename() . "<br>\n"; } Just told me what is in your doc root. This is unsafe phpio. I bet I … -
Replied To a Post in Cloning laptop HDD to SDD
For cloning I've been using the Apricom USB 3.0 drive clone kit and software. Some won't think it's worth it. I have hair. As to the RAM it looks OK … -
Began Watching Cloning laptop HDD to SDD
I just purchased an 240 GB SSD for my older Toshiba Satellite. I would rather not go through trying to save the files from the HDD and install the Linux … -
Replied To a Post in different structure default value initialization with same variable
@OP, rubberman is right. You are falling for the trap "it works." Uninitialized variables is a big no-no in programming. Just because it works does not mean it's correct. I'd … -
Replied To a Post in pointer to array of structures
Then let's call this a failed experiment. That is, when we write code we have a design or result in mind. If you just want to print the value 11, … -
Replied To a Post in pointer to array of structures
Here's the thing. You didn't reveal what your code was supposed to do. I would be guessing what all that code was supposed and can't seem to find a data … -
Began Watching pointer to array of structures
Hello , I have this: #include <iostream> #include <cstdio> #include <cstdlib> #include <vector> using namespace std; typedef struct { float x; float y; Point *next; } Point; int main() { … -
Replied To a Post in different structure default value initialization with same variable
Just a comment about code formatting. Your code above is all over the map. Extra blank lines, varying parens and brace alignment and so on. It's not easy to read … -
Began Watching different structure default value initialization with same variable
Hi All, I below code snippet I have been using diff-2 structure with same variable due to having different -2 default values for the variable (var) in current implementation for … -
Replied To a Post in homework
I see you got the tag right but you didn't share your work so far. I see your assignment so read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question next to see what the next step is. -
Began Watching homework
Write a program that prints a table of Celsius temperatures from 0 to 20 degrees and prints the corresponding temperature in Fahrenheit. This program MUST use a loop. The first … -
Replied To a Post in Online PHP Debugger
Nice attempt but seems to fall short of what http://phpfiddle.org/ offers. No VIM at the fiddle but it has SQL and more. -
Began Watching Online PHP Debugger
An online tool embeded vim editor into web to debug your php code. It also helps you to practice vim online. Website: [phpio.net](http://phpio.net) // Press F11 to toggle full screen … -
Replied To a Post in Sync local folder with FTP folder
To me this sounds like the old ftp and rsync discussion ( https://www.google.com/search?q=is+rsync+better+than+ftp+mirror&ie=utf-8&oe=utf-8 ) so I'd pick over that. You would have to benchmark the byte count of each system … -
Began Watching Sync local folder with FTP folder
I have a machine, I have a hosting with FTP. On my venture I found out about `lftp`. And the instructions are here: http://www.dangibbs.co.uk/journal/ftp-sync-usin-linux Snippet is this: open ftp://username:password@website.com mirror …
The End.