• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Home work help fro c++

    Small issue here. You didn't ask a question or tell us what the error was on what line.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Home work help fro c++

    The purpose of the program is to tell the user that the weekly salary is in on of three ranges, less than 200, between 200 and 800 and greater than …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to run a Python script as a service in Windows?

    In your case I'd follow tutorials about this. Here's a really nice one as it's about 10 minutes of your time. **http://thepythoncorner.com/dev/how-to-create-a-windows-service-in-python/**
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to run a Python script as a service in Windows?

    I am sketching the architecture for a set of programs that share various interrelated objects stored in a database. I want one of the programs to act as a service …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What scans can I use to complement my first scan?

    Small world. I had such a discussion with a person new to port scanning and they had run this scan on their PC, scanning their own PC. The result was …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What scans can I use to complement my first scan?

    I'm currently studying a peneteration/hacking course. I am trying to use nmap against a target to find all the ports that are filtered. I thought if I used an ACK-scan …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What are the card acceptance protocols to be followed in risk management fo

    Hey vesto, your comment was cut off there. As I wrote above the fraud protection is rarely a concern of the retailers due to laws and agreements here (USA). Maybe …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to jwenting in How to get traffic for entertainment and music download site

    Just send the site url to your local law enforcement agency. Right before they bust you for intellectual property theft they're going to generate a lot of traffic while cataloguing …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am getting an error like : no match for 'operator >>'.

    I'll guess you really meant the following as you didn't indicate where to store in the arrays phy, math and chem. Try this: #include<iostream> #include<conio.h> using namespace std; struct marks{ …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I am getting an error like : no match for 'operator >>'.

    #include<iostream> #include<conio.h> using namespace std; struct marks{ int phy[10]; int math[10]; int chem[10]; }; int main(){ struct marks m[20]; int i,n; cout<<"Enter the number of students : " << endl; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Adding search bar for "episodes" on website

    I looked at your profile to see if the bespoke web site was given but your profile didn't mention it. My advice is to add your website and such into …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Adding search bar for "episodes" on website

    So i have multiple web pages containing multiple episodes, what I'm trying to implement is a search box in the nav bar which will bring up the episode/category your looking …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to 23219 in Get sum of Numbers entered in one TextBox in VB6

    i would like my vb6.0 program to add amount entered in a textbox and generate sum.what should i do
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 304 Not Modified Crawl Requests

    Sorry if this belongs in that other thread: 1. I click on https://www.daniweb.com/articles/latest/recommended 2. The Oops screen comes up. 3. The Continue button link is https://www.daniweb.com/articles/latest/articles Remember the spinning The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to save connection result in a variable in Node.js ?

    Ahh, now I see it. Your post title asked about the connection result which as an old MySQL person I took as exactly that. Nod to https://www.connectionstrings.com/mysql/ If I swap …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 304 Not Modified Crawl Requests

    I don't think that's it either. But it's all of the 2 steps I wrote above. The old(?) thread is at https://www.daniweb.com/community-center/meta-daniweb/threads/535848/the-end-shows-when-reading-latest-daniweb-articles-on-chrome-and-opera
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What are the card acceptance protocols to be followed in risk management fo

    The problem is not one the seller worries about in the USA due to laws here. Since there are about 195 countries in the world I'll stick to the USA …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What are the card acceptance protocols to be followed in risk management fo

    As a travel agent, I would say that the best solution to decrease fraud is to "know your client" and enhance the card acceptance protocols. There are several tools in …
  • Member Avatar for rproffitt
    rproffitt

    Undeleted a Post in MARIE Assembly if else

    First, what you have above is incomplete yet it is, at the assembly level an if else construct. Now if you wanted to you could add another jump after line …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about SEO

    Given the questions, what makes you think you need any of this? Also, given your profile, I worry that you know all this and well, what is your real question: …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about SEO

    What is SEO? How does it work? What Softwares are required? What are the requirements? i need complete information about that. please help.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 304 Not Modified Crawl Requests

    Starting September 1st, about 25% of crawl requests started returning 304 Not Modified instead of 200 OK. Prior to that, there were just a small handful of such requests per …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 304 Not Modified Crawl Requests

    I doubt that it's connected but I still see that bug with the spinning circle. 1. Go to https://www.daniweb.com/articles/latest/articles 2. Press the End keyboard button. ![image_2021-09-18_090120.png](https://static.daniweb.com/attachments/1/d2626cd81dbb00b2e01e6157b7c7d7d6.png)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need Vehicle Dataset with Images in PHP Format

    E, I think you're falling into a trap here. What trap? Trying to make an image database of all models of all time. Folk I know that needed such collected …
  • Member Avatar for rproffitt
    rproffitt

    Deleted a Post in MARIE Assembly if else

    First, what you have above is incomplete yet it is, at the assembly level an if else construct. Now if you wanted to you could add another jump after line …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MARIE Assembly if else

    First, what you have above is incomplete yet it is, at the assembly level an if else construct. Now if you wanted to you could add another jump after line …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MARIE Assembly if else

    Struggle with MARIE Assembly. Needing to write a code that has x=3 and y=5, is x>y then it needs to output 1, if x<y it needs to output one, I …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Need Vehicle Dataset with Images in PHP Format

    I would stick to stock image databases such as shutterstock.com or Adobe Stock Photos. Unfortuantely, I couldn't even begin to tell you what their collection of car images is like. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ program to find upcoming and previous date

    From our Community Rules: > Do provide evidence of having done some work yourself if posting questions from school or work assignments That out of the way, what is stopping …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ program to find upcoming and previous date

    Create a class date with day, month and year as its members, Accept the date from the user and display it. Overload the increment and decrement operators for displaying the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need Vehicle Dataset with Images in PHP Format

    From your last post it appears that client and maybe the developer is chafed by copyright and trademark laws. In my reply above about going down the rabbit hole I …
  • Member Avatar for rproffitt
    rproffitt

    Undeleted a Post in How do I attach visual studio to an asp parocess?

    It appears you have to work hard to install VS2005. There are many other pages about this you can find with a search but try: https://stackoverflow.com/questions/45361556/installing-visual-studio-2005-on-windows-10 As to debug, it …
  • Member Avatar for rproffitt
    rproffitt

    Deleted a Post in How do I attach visual studio to an asp parocess?

    It appears you have to work hard to install VS2005. There are many other pages about this you can find with a search but try: https://stackoverflow.com/questions/45361556/installing-visual-studio-2005-on-windows-10 As to debug, it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I attach visual studio to an asp parocess?

    It appears you have to work hard to install VS2005. There are many other pages about this you can find with a search but try: https://stackoverflow.com/questions/45361556/installing-visual-studio-2005-on-windows-10 As to debug, it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I attach visual studio to an asp parocess?

    This is on a Windows 10 computer. I have successfully completed setting up IIS and system settings for running a web page written in Classic ASP. I can launch it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in End User License Agreement (EULA)

    This could be a very long discussion but it's your EULA so write it as best you can, have it reviewed by other team members and see what they think. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching End User License Agreement (EULA)

    I need an end user license agreement for code shared amongst my home projects with other developers. The EULA needs to include a "pay to the order of x" clause, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Encryption Question

    I can't find exactly what you are asking. However encryption is a huge topic so where to start? Are you asking if your method is uncrackable or something else?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Encryption Question

    I have a question about encryption. So I have a code sample that has a key size being chosen, something like 32 bits or something, and I am basically either …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in iframe is disappearing in php website

    Tried it, no video ad shows for me. I'm using Opera with the usual defaults.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching iframe is disappearing in php website

    Hi, I've been trying to troubleshoot this iframe issue all day. I need help. First, the issue is an iframe on the frontpage is to load a php script for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need to unmute speaker, if it is mute. with Python Script in Windows 10

    I found no simple way to do this. So let's bodge a solution together with two steps. 1. Let's get access to PowerShell from Python with: https://www.phillipsj.net/posts/executing-powershell-from-python/ 2. Now we …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need to unmute speaker, if it is mute. with Python Script in Windows 10

    I need to create a script in python to unmute speaker, if it is mute. The Scripts will check if speaker is in mute, if it is in mute than …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in do you want to see my calc code

    It's been a while since I looked for yet another calculator as what came on my phone is fine. https://github.com/xxczaki/awesome-calculators is an example where you see a curated list of …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching do you want to see my calc code

    Hello. In a previous post I said I was working on a calculator program, and when I finished it I would share it with you all. Well, I finished the …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in What new features of Windows 11 can be used in Windows 10?

    I'v e been running Windows 11 in a virtual machine for some weeks now. I haven't seen anything that would 1. Entice me to want to update 1. Discourage me …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to save connection result in a variable in Node.js ?

    Please clarify what the question is. Your topic asks one thing but then you go in another direction in your post. I'm reading https://www.geeksforgeeks.org/how-to-save-connection-result-in-a-variable-in-node-js/ which appears to answer the topic …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to save connection result in a variable in Node.js ?

    hello , i wanna do something as below but the problem that names and address out of the connection query are empty how can i assign them and the send …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Sending an id from ejs to nodejs

    I see a nice prior question with ideas at https://www.quora.com/Can-I-pass-a-value-from-one-HTML-or-JavaScript-page-to-another-HTML-or-JavaScript-page-without-passing-it-in-URL I can't guess how you wish to solve this but there's many ways.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Sending an id from ejs to nodejs

    Hello ... i have a table which has one button i need to send the id of that record in the table to the next page the will be directed …

The End.