-
Replied To a Post in Password security
If some site actually sent you an email with the password that is indeed not a good thing since they should not have the in the clear password according to … -
Began Watching Password security
I am a member of another forum and forgot my password, so I clicked the "Forgot password" link and was told "fill this form out and we'll send you your … -
Replied To a Post in IP Camera Port Forwarding (Sricam Sp011)
Some ISPs block inbound ports so it's up to you to figure out what ports are open and closed. No one but you and your ISP can tell what's blocked. -
Began Watching IP Camera Port Forwarding (Sricam Sp011)
Hi again. I would like to ask, i my sriCam sp011 Ipcamera, the Ip address is already given as well the port. So i tried to make a port forward … -
Replied To a Post in dell inspiron series 3000 laptop windows 8.1 won't boot
Small world. Similar banged up OS but I was lucky as my brother had been runnig W10. That meant I could use Microsoft's Media Creation Kit and start over. I … -
Began Watching dell inspiron series 3000 laptop windows 8.1 won't boot
.... **dilemma**! my 6 month old dell inspiron series 3000 laptop windows 8.1 won't boot up? it gets to the black screen with the windows logo on and at the … -
Replied To a Post in Windows 10 restart issue
I had one machine do that. I returned the BIOS to stock settings and used the onboard video (pulled out vid card) and it's working now. Will try the old … -
Began Watching Windows 10 restart issue
Hi all I recently installed Windows 10 as a clean install using the ISO DVD I downloaded and burned before the free offer ended in July. I also downloaded and … -
Replied To a Post in FN function stays always on my Dell Laptop (win 10)
I wish you had the exact model but the last time I saw this, the setting was in the BIOS. -
Began Watching FN function stays always on my Dell Laptop (win 10)
I dont know why but my young brother laptop (Dell) keeps turning the FN button back to default, I mean, the buttons fn+F1 fn+F2 fn+F3 (mute, volume down and volume … -
Replied To a Post in Whats the most efficient randomizer is in c++?
OK, how about tables? Video at http://1080.plus/Using_the_random_number_table/xU-eeeWS9cY.video -
Gave Reputation to AssertNull in Whats the most efficient randomizer is in c++?
> #include <random> is a move in the right direction Cool. Didn't even realize this was out there. I have to get familiar with the newer stuff. Thanks. -
Gave Reputation to AssertNull in Whats the most efficient randomizer is in c++?
I helped a guy create a random number generator that kept track of keypress and mouse move/click times and some other "sorta kinda mostly might as well be random" stuff. … -
Replied To a Post in Whats the most efficient randomizer is in c++?
@AssertNull. I hear you. And partly because asking for random alone is just the beginning of the question, no one has a simple one size fits all answer. That is, … -
Gave Reputation to AssertNull in In c++ string if else functions and || (and) thingymajigs
What if my name's Josh and the master's name is Joshua? I type my name in and voila, I'm allowed to play Thermonuclear War with your code when I was … -
Replied To a Post in Whats the most efficient randomizer is in c++?
I love this topic. Random number generation is not only well discussed but then you have dozens of different kinds of random. Are you aware of TRNGs and PRNGs? https://en.wikipedia.org/wiki/List_of_random_number_generators … -
Began Watching Whats the most efficient randomizer is in c++?
If I made a program, and I wanted a random number. I know it's not compleatly possible, since it takes numbers out of the ram. Although there must be worse … -
Replied To a Post in Software Issues with Windows 10
I have to add a me too here. A fresh install of W7 here with drivers and the usual helper app to control WiFi, etc. results in app deaths. I … -
Began Watching Software Issues with Windows 10
I have developed an x86 application using Visual Studio 2008 with Visual Basic as the programming language. It uses .NET Framework 3.5. My databases are created in MS Access 2007. … -
Replied To a Post in Leveno Windows 10 laptop black screen no icons
That phone number means your PC has been hijacked. You should be able to reset the PC and avoid a costly support call to Best Buy (the warranty does not … -
Began Watching Leveno Windows 10 laptop black screen no icons
Hi. When I startup my windows 10 and log into my account, my desktop doesn't seem to be visible. It's just a black screen. There are no icons and no … -
Replied To a Post in how to do cross browser compatibility?
I'm going to add something we use before we begin testing. It's https://validator.w3.org/ which is not good enough for dynamic content but we can catch basic flaws before we spend … -
Began Watching how to do cross browser compatibility?
how to do cross browser compatibility> -
Gave Reputation to diafol in how to do cross browser compatibility?
You may not have access to all browsers especially mobiles so try caniuse site -
Replied To a Post in Dynamic Datagrid Columns based on collection[MVVM]
That's pretty light in detail. Folk would have to guess this is some Windows app or could it be a C# responder to a web query with the data in … -
Began Watching Dynamic Datagrid Columns based on collection[MVVM]
I am having a wrapper for example. public class Student{ public string Name{get;set} public int IDNumber{get;set;} public ObservableCollection<SubjectWrapper> Subjects{get;set;} } public class SubjectWrapper{ public string SubjectName{get;set;} public bool IsSubjectSelected{get;set;} } … -
Replied To a Post in how to create attendance database
This is tantamount to asking others to code for you. Please read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question then try again. Show your work so far and tell what stopped you. -
Began Watching how to create attendance database
help me i want create a attendance database in ms-access and connect with java frame -
Replied To a Post in How to Disable Spam Notifications in Android
And that's the rub. You have to find where they are coming from. For me I checked my phone and have all of 3 apps installed besides what was stock. … -
Began Watching How to Disable Spam Notifications in Android
In Andrioid OS mobile, if you drag from top there will be many unread notifications, it is said that they are called push notifications. But in my mobile i am … -
Replied To a Post in Laptop shutting down constantly
I got you beat. My oldest laptop in the quarry is the 2006 Dell Inspiron E1505 which started with a failed HDD. So for 30 bucks we put in the … -
Began Watching Laptop shutting down constantly
Hi I know this may have been posted on here before, and if it has I am sorry! Anyway, have discovered this evening that my laptop has started suddenly shutting … -
Gave Reputation to AssertNull in C++ error////
Whoops, sorry RP, didn't see your post before posting. Good points. -
Replied To a Post in C++ error////
Take a moment to read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question then add some details. You dumped code and while I see something in your title, it's like you expected folk to guess what this … -
Began Watching C++ error////
#include<iostream.h> #include<conio.h> class twonum { private : int x,y; public: void getvalues() { cout<<"enter any two numbers"; cin>>x>>y; } void putvalues() { cout<<"\n\n"<<x<<","<<y; } int add(int x,int y) { return(x+y); … -
Gave Reputation to Suzie999 in Use both Ethernet and Wifi (USB) connections on a PC
To use different applications on different adapters (internet connections) I have used forcebindip. https://r1ch.net/projects/forcebindip -
Replied To a Post in Java program for salesman
I'd read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question before you reply. You accidentally put your entire post in a code block so that's OK. You can try harder from now on. You wrote there are … -
Began Watching Java program for salesman
Q.Write a program using 2D array. A company manufactures three products P1, P2 and P3. Company has hired five salesman. Each salesman sell all three products. Accept from user number … -
Replied To a Post in How to close a ad banner without invokemember
This sounds like an add on question to https://www.daniweb.com/programming/software-development/threads/505894/how-to-scrape-a-table-off-a-website-and-put-results-in-datagridview Most web pages don't have a close or X on the ad banner. So there would be no closing of that … -
Began Watching How to close a ad banner without invokemember
Im trying to **close** this **ad banner** from webpage.. please Help.. <div id="hiddenBannerCanvas"></div> <div id="bannerInCenter"> <a href="http://record.bettingpartners.com/_8tAZwUrL2Ja3jsFw_KD1gyyZw0gXuLb7/0/" target="_new"><img src="http://media.bettingpartners.com/GIF/Bovada/Sports/F1/300x250.gif" /></a> <span id="bannerClose" class="closebet">->-X-<-</span> </div> -
Replied To a Post in Create calendar using UICollectionView in Xcode-swift
Maybe you need to start smaller. There are tutorial sites like https://www.lynda.com/Swift-training-tutorials/5904-0.html and others that you can start smaller and work your way up to your app. -
Replied To a Post in assignment help - handling non numeric data
You asked for help but didn't tell what you need help on. That is, as it's your assignment no one writes your code so let's hear where you feel it's … -
Began Watching assignment help - handling non numeric data
Hello! I am looking for some assistance with adding code to my program for handling non numeric data/user input, specifically letters. The program is coded in java. import java.util.*; public … -
Replied To a Post in Unaware of Bringing A Dead PC Back to Life
There's plenty of YouTubes about building your first PC. If you don't know the parts, you watch the YouTubes and then if that's not enough take a community college class … -
Began Watching Unaware of Bringing A Dead PC Back to Life
Hi everybody, A friend has given me, almost 2 years back, a splitted parts for a couple of PCs. Almost 2~3 monitors, 3 PC cases, and some other PC-related components … -
Replied To a Post in How to scrape a table off a website and put results in datagridview..
Since I don't have vb.net installed (we are working C# code currently) all I can do is guide you. If you can't break on the line and look at the … -
Gave Reputation to AssertNull in Working with mp3 tags
> The Idea is that the file can be distributed with special CD/DVDs which we will recommend to our customers, and they can insert the removable media that contains the … -
Replied To a Post in Create calendar using UICollectionView in Xcode-swift
Sorry no but I did find http://blog.karmadust.com/lets-create-a-calendar-using-a-uicollectionview/ to mention a Swift version. Maybe that's it. -
Began Watching Create calendar using UICollectionView in Xcode-swift
Hi, I'm looking for a good tutorial or other source I can use to learn how to create calendar view using UICollectionView. I would be happy to receive your help. -
Replied To a Post in PhP error can use some help from you good people
Here's the thing. Your first question is if it's been seen before. That's yes. The next part is you run this code so you essentially own it. I don't know …
The End.