5,430 Posted Topics
Re: I think I see why your posts are getting downvotes. In your other posts you wrote: > I know a site named Quora, This isn't Quora so don't do that here. Read the following now: https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: You left out a fine detail. How many rows are there? Most SQL implementations LIMIT the return set size to so many number of rows. You can override this in your query by the LIMIT option. PS. Added with edit. You can see the LIMIT in use in the docs … | |
Re: I hit your link and the title is "Go From Big Data to Data Scientist in Just Three Days at Boston University" which is either an bad advert of the subject of your web page. I immediately closed it and thought, I wonder what Kann was thinking when they made … | |
Re: I did not downvote you. I think you need to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first then try again. If you are wanting to hire programmers there's a way to do that as well. Here, it's more about you applying yourself and members able to read what you tried and comment why it … | |
Re: I have a few thoughts on this. 1. The columns have names. Search the project for references. If none, almost good to go. But don't delete. 2. Don't delete, rename. That way you have a fast undo if you didn't catch it in line 1. 3. Now for the big … | |
Re: You raised a lot of issues here. It's unclear why there is no installation CD (it's more likely to be a DVD) since well, it's one of the things you need to fix issues from time to time. I know with all the natural disasters there's a reason to be … | |
A relative had a pretty beat up qualifying Windows laptop so I took a chance that this deal was still working. Read https://www.cnet.com/how-to/microsoft-windows-10-free-upgrade-offer-assistive-features/ but the new expiry date is now Jan 16, 2018. Direct Link at www.microsoft.com/en-us/accessibility/windows10upgrade | |
Re: The clue here is the job description. Deployment technicians are not going to need much background beyond "That's a keyboard, this is a PC, here's the instructions to install our ready to go image." I hope you know how many of these shops operate as to deploying images. If you … | |
Re: @M. It sounds like you are asking "How to design software." There are so many answers to that question that no one can tell you a "best" approach. But in your case it may better to ask your team for possible solutions. I'll write that I tend to make data … | |
Re: You mean like https://www.reddit.com/r/Piracy/comments/3ffs77/where_to_get_movie_subtitles/ | |
Re: What is this good for? Watch https://youtu.be/q_TfclLzKAU?t=167 | |
Re: Simply something you learn over time. You can't tell folk it will work until you get the printer and test it. There are new to this programmers that will not accept this but time and customer complaints will correct this thinking. You can also check out https://www.google.com/search?q=Epson+TM-T88iii+printing+from+java | |
Re: A few things. There are examples about this at https://www.google.com/search?client=opera&q=python+sql+example+login+name+password next, you need to read the next link to see how these forums work. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: Be aware I don't know what the LIMIT is set to today either default or your install. MySQL used to limit the return results. Read https://superuser.com/questions/240291/how-to-remove-1000-row-limit-in-mysql-workbench-queries for a prior kick around on this area. | |
Re: I think you've battled this before. My encounters with this has always been problems with filenames that are OK on the server but not allowed on FAT32. To sort this out I have to find a title that didn't sync and then see if some FAT32 rule was broken. Also, … | |
Re: Blatent copy from link below: > TL;DR The line PermitRootLogin yes does not belong in the ssh_config file, only in the sshd_config file. >The file ssh_config describes the configuration options for the client. As the error logs say, there is no such option PermitRootLogin for the client. The sshd_config file … | |
Re: Where have you seen such a thing? My background was in defense where we would have passive sensing but I would be guessing what you are thinking here. Share what this sensing would be based on and what gear would be used. For example one could set up a spectrum … | |
Re: Mostly for the benefit of others, there is so much money in 800 and 8xx support that they wage campaigns to get their numbers up on google searches. Not much to automate when labor is cheap. I've been to Asia and other places, my partner in many projects has been … | |
Re: Wait, did you just ask how to get all 1.86 Billion Facebook user info? Can you rephrase the question? | |
Re: This sort of plea is not unusual. That is I read it across forums so I take it you either posted widely and didn't like the answer or just didn't find them. Anyhow, you can not be a passive user of this technology today. You must be able to get … | |
Re: San Diego, California, USA. It's currently 57F and should be 72F today (13C, 22C) | |
Re: Small world. I'm on a team working on Android Apps using ... Android Studio. One of the best things about Android Studio (AS) to me is that when I run it from AS over the USB link, when it crashes I get to see what line it crashed on and … | |
Re: While I don't see where you call the functions in main(), this has over 70 solutions at https://rosettacode.org/wiki/Number_names For code like this, it's best to not recreate the wheel. If this is homework, just work on your main() section to call the functions. | |
Re: First you got 1 star at https://www.codeproject.com/Questions/1223868/Search-and-delete-data-in-datagridview-access if that's you. I worry that you didn't create a very good question. You did lead with 2 items you want to do then a code dump but didn't point out what's stopping you. Please take time to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question about how to … | |
Re: To me, after reading your post twice I get the feeling this is the following question. [How do I sell my Java app?](https://www.google.com/search?q=how+do+I+sell+my+Java+app%3F) It appears that's been kicked around for over a decade so the answer is up to you. You can do this however you want today. | |
Re: This question needs expansion. Supply some background since the topic is pretty specific to some system not all of us have used. Me? Yes I worked in cellular design but mostly on the control section of base stations. Hardware design mostly and working with the team that did the actual … | |
Re: I think http://www.cplusplus.com/doc/tutorial/classes/ covers this much better. Try a few of the online tutorial sites to see what makes good tutorials. | |
Re: Just a question. Why is there no semicolon on line 9? | |
Re: That's not the real problem. For VB, you could write an on change event handler that you sum it up and change the text box value as you wish. I often find folk struggling with this if they didn't complete a programming course or finish a book on programming in … | |
Re: You forgot a lot when you made this post. For example, not one question was found. So it's anyone's guess what your question or need is here. If you were in a hurry and hoping for someone to write your code for you, you didn't write or ask for that … | |
Re: I wonder about top. https://www.google.com/search?client=opera&q=Position%3A+Fixed%2C+-webkit-transform+Still+Not+Working+on+Chrome finds priors and comments on the web say it might be broken again. https://developers.google.com/web/updates/2016/12/position-sticky The bug report at https://bugs.chromium.org/p/chromium/issues/detail?id=673538#c26 has comments about workarounds. | |
Re: @NA. Actually you show your code so far and where you are stuck. Here's how this works, read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Maybe there are forums that hand out code, here folk try to help you understand and overcome where you are stuck resulting you you becoming a better designer and coder. | |
Re: I just ran into this and it turned out to be the owner's choice of AntiVirus Suite. Some are overreaching IMO. Other reasons are trojans, DNS hijackers and such. That aside, try the old telnet test. Example: https://www.google.com/search?q=test+email+with+telnet | |
Re: Tried it on Firefox 57.0.3. Didn't see any difference. Same result on Opera. | |
Re: I'm looking at the full code of 43 lines and on line 28, why would that work? I don't see where $sql was created so it looks to be an emptry string to me. Explain that one. | |
Re: I don't see your work to date on this issue. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so we can get going. | |
Re: @Addvantum. Don't be disengenious. Your profile and other post tell us you are into sales or support of these products. You could get called out for possible shilling. | |
Re: Your post reminded me of an old saying. > A painter doesn't blame the brush The front end is as you make or design it. If you are good with a brush, you get good results. If you are excellent with a spray can, you get excellent results. The tool … | |
Re: Why not? Example: <?php echo 'hello world!'; ?> save it as hello.abc then run it like this. `php hello.abc` | |
Re: You posted as if this is a job for hire. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question I also worry you left out a requirement as usually the app/program/code will ask for the first **n** positive integers. No matter, I bet this has been written in over 20 languages. Let's find out. Category: Primes … | |
Re: Line 11 looks odd to me. Are you sure about what's in the ()? Did you check if the dll exists? | |
Re: Sadly you left out what OS is running. Few will guess that detail but my bet this is your homework. Not that you can't ask but you have to give enough detail in order to hope for a good answer. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question That out of the way, I never … | |
Re: Hi @A. Let's start with how this forum works. Unless you are hiring and paying which you can tell the forum up front when you post. It's time to read the following. Read --->>> https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question After you read that, you'll know how this place works. | |
Re: This looks to have the same bad design I noted at https://www.daniweb.com/programming/threads/511090/login As I read from https://www.google.com/search?q=php+login+hash+salt+example it appears you are re-creating a wheel. That is, look how it's done already. Save your creative juices for the real work. | |
Re: I see on line 15 a basic flaw. You are storing passwords which is a big no no. Read why at https://www.google.com/search?q=Never+store+passwords+in+a+database What should you do? Store a hashed, salted version and compare that to the user's hashed, salted result. There are so many priors in PHP that I get … | |
Re: If you want to use variables defined in function to be available across all functions then use a class. | |
Re: ALARMS! Line 19 shows a common gaffe in login and registration systems. Here's the rule. > Never store passwords in a database. It's just not done. If this is for your school project, I'd mark it down for this. I can't write what a bad idea this is. Here's how … | |
Re: Put debug lines prior to 38 and 60 to output this.file.documentsDirectory so you can see what's there. Then go back line by line to see what your code did to fill in the variable. | |
Re: It's most likely done with trackers. Apps today are now, for the most part always including Trackers. Yes, you've read about Ad-Sponsored Apps but there's more. There's always more. Take a look at https://imgur.com/gallery/dumrc to start your journey of learning about Trackers in Apps. I can only hope that we … |
The End.