-
Began Watching PUP.Optional.ASK
Hello, this morning my desktop was completely different. I used Malware Bytes and it found PUP.Optional.ASK. I removed the two files, restarted the computer and it's still there. Any ideas … -
Replied To a Post in Why isn't my do while loop in the main method not working correctly?
@JamesCherrilll. And that's why its so important for training to cover this when they are young. Another example is the common use in SQL to use "SELECT *". I can't … -
Replied To a Post in Why isn't my do while loop in the main method not working correctly?
@Daron_1. Since priming the data would be dummy data and not how you would in the real world, you would not offer those menu items until there is data in … -
Replied To a Post in help! rescue my Airlink101 IP security camera from the garbage
While I can't find why you need a firmware upgrade as you write it has picture and works, I did think to look for Linux support and it appears to … -
Began Watching help! rescue my Airlink101 IP security camera from the garbage
Airlink101.com is *STILL ˆ *under construction. No reply from support@airlink101.com. Present firmware is 1.1.0 build 34. The camera has had no service. The picture is great (still have windows xp … -
Replied To a Post in Cloud speed vs Desktop speed
There's no question here. But I'll guess you want to know if a Citrix system could match your current run of the mill i7 based PC. In your test, no … -
Began Watching Cloud speed vs Desktop speed
IT Friends, Let me start by saying I am not an IT professional. Our company recently changed to a cloud based environment. We are seeing substantial efficiency loss in the … -
Replied To a Post in Inputting Data Into Arrays
Since you have Visual Studio you can break on the line that doesn't work (line 22?) and see what's up. Also, I worry you have newlines in the input buffer … -
Replied To a Post in Inputting Data Into Arrays
To debug this, add print statements at lines 15 and 23 to show x, y and what else you think you need to see. If you are using a nice … -
Replied To a Post in Why isn't my do while loop in the main method not working correctly?
I'd look at reducing the code to where you are having the issue and then sharing that. Surely the problem can be reduced to less than what you posted. From … -
Replied To a Post in Why isn't my do while loop in the main method not working correctly?
Well SMIca, I think the folk on the other discussion discussed what you need to do now. Start over and learn more. Jumping into the middle of the book would … -
Replied To a Post in How do l enable a user to select an item from a listbox in vb.net
I'm a little confused about this. You ask how to enable but here, all the listboxes let the user select items in the list. I'm going to guess here you … -
Began Watching How do l enable a user to select an item from a listbox in vb.net
I have this block of code where l run through a table and display matched results in a listbox. It works fine, but my question is how do l enable … -
Replied To a Post in Cross-Posting
There's rules and then there is etiquette. Etiquette says don't crosspost. But to make it a rule is rough as noted above. If you do find them crossposting, you can … -
Began Watching Cross-Posting
Is cross-posting against the rules? I believe it is not. I also believe that everyone here agrees with me that it's rude behavior. This thread, among others, causes me to … -
Replied To a Post in Why isn't my do while loop in the main method not working correctly?
Just a small question. Why does this look like exercise 27 from the book "Data Structures and Algorithms Using Java By William McAllister"? Also https://stackoverflow.com/questions/46821163/why-when-i-attach-an-object-to-a-method-in-the-do-while-loop-my-main-method-does seems to tell us you … -
Began Watching Why isn't my do while loop in the main method not working correctly?
I am working creating a fully encapsulated, homogeneous singly linked data structure. The Listing class and SinglyLinkedList class that are part of the whole application compile fine, but the problem … -
Replied To a Post in password storage security
I hope you understand why I asked these questions. Sorry, no, didn't work for the NSA but can reveal I worked for defense companies for years. I see the SANS … -
Replied To a Post in Pascal
A few issues. 1. Your post topic is Pascal. Then what you write looks like an assignment and not about Pascal. 2. In your text you write there is a … -
Began Watching Pascal
Hey folks ! So I got this task and I really need your help to program. The question follows as... "Input one sentence which you can see on the top … -
Replied To a Post in password storage security
Remember I may not duplicate prior thoughts at https://www.google.com/search?&q=security+vs+ease+of+use as that would be duplicating the past thoughts and in your reach. You say you wrote this app so where in … -
Began Watching password storage security
Hello Everyone, I have developed a DBMS and I want to store the credentials for server, and user name securely so that the users don't have to enter the password … -
Replied To a Post in Inputting Data Into Arrays
That ++y. Why did you do that? Be sure to read https://www.daniweb.com/programming/software-development/threads/510091/increment-decrement-x-x-not-producing-expected-output so your hair loss is minimized. -
Began Watching Inputting Data Into Arrays
So, I'm relatively new to programming and I'm working on a program that allows for input of grades, course hours, and then calculates GPA based on that. But, I'm going … -
Replied To a Post in c programming mysql
I worry you didn't try the files at all. Also, contact the author of the original page you linked and ask for a Windows install package. That is, I find … -
Gave Reputation to AssertNull in Cross-Posting
> highly suggested that people link to their question Why not just go one more step from "highly suggested" to "mandatory" and let the mods use their discretion as far … -
Gave Reputation to demon916 in HOW TO LOOP THROUGH ROWS IN A TABLE
Just don't exit out of your "For...Next" loop until you've varified the print against all of your stored rows. Also I would suggest you not double up on the "If … -
Replied To a Post in Need bank routing number verification api.
Just a note: You appear to be spamming on other forums (CNET in particular.) I'd avoid that in case folk notice that and point out your question here. -
Began Watching Need bank routing number verification api.
I have a website name onlinecheckwriter.com which helps my client to print check online. Right now I'm facing one problem that I didnt find any vendor that provide offical routing … -
Replied To a Post in making python studio
Sure, but https://docs.python.org/devguide/setup.html seems to cover a few nice systems. Which one did you choose? -
Began Watching making python studio
hey mr /ms i need that we could discuss a new idea how can we improve python and make it more easy to install modules and other staff -
Replied To a Post in Need Help!
Alex, it's rude to crosspost like that. Folk will notice and your newer folk will not see why it's rude. -
Began Watching Need Help!
Hi, everyone! I`ve just started learning SEO and I want to find some experts or leaders of opinions. Can you give me any advise how to find them or may … -
Gave Reputation to AssertNull in Increment / decrement (x++, ++x...) not producing expected output
Another analogy. Remember Black Hawk Down? The part when the Ranger Captain berates the Delta Force operator for having a "hot" weapon (i.e. the safety not engaged) and the Delta … -
Replied To a Post in A tool that reads Windows 7 raw memory dumps
You broached a few topics. So let's find them and get you started. 1. Tools. This is your choice or if an assignment, set by the master (teacher.) Tools are … -
Began Watching A tool that reads Windows 7 raw memory dumps
Hello. I have a project to develop a tool that reads Windows 7 raw memory dump. My lecturer says that he'd rather we use python or c coz that's his … -
Replied To a Post in HOW TO LOOP THROUGH ROWS IN A TABLE
Why does this code look identical to John's at https://stackoverflow.com/questions/46773853/fingerprint-verification-and-query It seems to have the same duplicate lines 4 to 9 as 10 to 15. I worry that such duplication … -
Began Watching HOW TO LOOP THROUGH ROWS IN A TABLE
This is a fingerprint verification application. When verifying,it loops through the table. if the current fingerprint template is the first one on the table row it verifies it correctly. But … -
Replied To a Post in PHP: Array_count_values is way too slow, better ideas?
So 2.35 seconds? Is this on a SSD or HDD? I've found payback to be good enough that a move to SSD and more RAM is worth it. I don't … -
Began Watching PHP: Array_count_values is way too slow, better ideas?
My script merges 18 files and returns all numbers that occur >=13 times within the merger. I timed my script and array_count_values is so slow it accounts for 80% of … -
Replied To a Post in Textbox format
I think the first step would be to format your number to the string you want to use in that textbox. https://www.google.com/search?q=c%23+format+number+to+string seems to find plenty of priors so let's … -
Began Watching Textbox format
Sir this is my first post in c# section: I want to apply this format to textbox 123,456,789 What type of textbox should I use? Textbox or MaskedTextbox and how … -
Replied To a Post in Formula explanation, please
Why not try this the other way? That is.... How would you find this date? That way you will understand the code your write. -
Began Watching Formula explanation, please
The following works to calculated the date for Easter any given year. I don't understand why it works ... =FLOOR.XCL("5/"&DAY(MINUTE(YEAR("1/1/2017")/38)/2+56)&"/"&YEAR("1/1/2017"),7)-34 I'm a novice - in the above, "1/1/2017" is used … -
Replied To a Post in c programming mysql
So how did I find the files? 1. https://www.google.com/search?q=libmysqlclient-dev 2. First link was https://packages.ubuntu.com/trusty/libmysqlclient-dev which has downloads. You might have to use 7Zip to unpack and install. -
Replied To a Post in c programming mysql
Pelles or not, I found the header files if you needed them. -
Replied To a Post in c programming mysql
I went to your link and disagree they didn't show the header files. Read again the step about $ sudo apt-get install libmysqlclient-dev So what files are in that package? … -
Began Watching c programming mysql
Are there any good tutorials c programming with mysql? I only found one promising link, unfortunately they neglect to to show what is in their header files which doesn't help … -
Replied To a Post in check if user is logged in or not in the system
I think you have to share which SQL this is using. On MySQL you can list current users with https://www.google.com/search?q=show+users+on+mysql But since the default allows "Joe" to login in and … -
Began Watching check if user is logged in or not in the system
This is not working, what I wanted to do is to check if there's an active account before I log in,if so, then there's a prompt that will pop up …
The End.