• Member Avatar for rproffitt
    rproffitt

    Began Watching IAS instructions

    Write a program in IAS language that calculates the output value of the logical function OR for bits b1 and b2 stored in the data memory, what is the change …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How does the firewall on the Linux system work?

    The last reply doesn't appear to be what you asked above. Anyhow, the firewall rules will be in place shortly after a boot but sure, you can do that. Nod …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How does the firewall on the Linux system work?

    Topic question doesn't appear to match your question in the text that follows. Also, we state what we want the firewall to do then write the rules but you seem …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How does the firewall on the Linux system work?

    #!/bin/bash iptables -F iptables -t nat -F iptables -X iptables -t nat -X iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP iptables -A INPUT -i lo …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which the best affiliate marketing tools to track my sales?

    Wait, isn't this in your book about Vijay IT or Victory? I used a Bengali to English translator and it appears you have your answers in your book.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which the best affiliate marketing tools to track my sales?

    What is the best way to learn about affiliate marketing for a newbie. Anyone here had a good experience with youtube shorts and affiliate marketing.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Snowflake Cloud data warehouse - Database best practice limitations

    I think I'll have to know what you mean by objects and data. Rows in the database are what many refer to as data. Schema would be a table. Since …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Snowflake Cloud data warehouse - Database best practice limitations

    Is there a limitation on how many schemas and security objects you can have in one Snowflake database and will there be performance degradation with thousands of these objects? Will …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Hey, new user here. Looking for advice on website growth.

    Done right, you should be able to guest post for free. Just make sure your content is relevant to the blog you’re asking to post on, informative for their readers, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in auto generated number in php

    Where in this code is that id number? I didn't find it.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching auto generated number in php

    I want to auto generate the id number. I write this code. But it's not work. I don't make primary key for id in database. function getData() { $data = …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hey, new user here. Looking for advice on website growth.

    Sometimes these ideas are not financially viable. We are seeing this in the USA where folk are asking for a livable wage and companies saying they don't want to pay …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hey, new user here. Looking for advice on website growth.

    I'm a digital marketer by profession. I've recently started a coupon website and I'm struggling to increase it's traffic and DA. I think it's because of the nature of website. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what do you think Digital Marketing is more effective for any business?

    Today I took a car in for repair. Not digital. On the way back we picked up breakfast at Taco Bell. Not digital. A few days ago I fueled up …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what do you think Digital Marketing is more effective for any business?

    In 2022 trend, we saw that every business are now digitally. So I also want to know what is the proper guideline for digital marketing.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How You Can Earn Money on Instagram (Effortlessly) In 2022?

    Via E-Mail: "Brother, for further reading about this post you can check our blog in our website. than i hope you,ll change your mind." Insta has other issues. It keeps …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pritaeas in how to use splitters to resize container vb.net

    Show a picture of what you want to achieve. You say you want to use an inside splitter to resize a container, but that's not possible. They both have to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How You Can Earn Money on Instagram (Effortlessly) In 2022?

    When I check on products I have yet to use Insta. I am usually at the maker or sellers site and for a recent bit of research I was back …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How You Can Earn Money on Instagram (Effortlessly) In 2022?

    Tips And Tricks For Earning Money On Instagram According to Instagram business, 60% of people on Instagram use it to discover new products, and 80% of them follow at least …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in training/validation/test sets in python for regression

    Given the mention of SQL, why not have 3 tables?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching training/validation/test sets in python for regression

    I want to split my data in 3 partitions training, validation and test: 70% training, 15% validation and 15% test for regression. Python provides a way to do that only …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Assembly Language Question

    No source, no way to see where it may be broke. Even so, it appears your code is pointing to the wrong string and missing a possible LF or CR+LF …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Assembly Language Question

    Hi, i need my program output to come out as Hi! I can count very fast. 00000001 IS THERE MORE? 00000002 IS THERE MORE? 00000003 IS THERE MORE? 00000004 IS …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in program that replaces the CODE to VALUE.

    I may misunderstand your query but to me this looks like two steps. 1. Convert the string to lowercase. Example: https://thispointer.com/converting-a-string-to-upper-lower-case-in-c-using-stl-boost-library/ 2. See if the word (string) is in the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching program that replaces the CODE to VALUE.

    Hello, I just wanted to help with my code here's my questions 1. How can I input "computer" in any in any order and case insensitively and still get the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Electronic beyblade trading card game

    Then hack at it using nothing but variables. remember that I can't supply you code according to the assignment. This will look terrible and is a very bad way to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Schol-R-LEA in c++ win counter

    Uhm, 'struggle'? I have no idea what that refers to in this context. OTOH, `void` just means a function doesn't return a value, or conversely, that a pointer doesn't have …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Electronic beyblade trading card game

    1. "You did not copy your friends’ codes and you do not let them copy your codes." 2. I see no mention we can't use arrays or functions. Since no …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Electronic beyblade trading card game

    I need to do c++ programming without using array and function.please help me.i attach file below.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm manish_hwr

    Last year we ended all support of our last VB6 apps. The signs are clear you no longer make any new apps in this now problematic but loved system. Since …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm manish_hwr

    Can any one post a sample program to show how create a multi table report in vb6 back end sql server 2008 r2 run on WIN7
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is your experience with clk.sh?

    I've noticed that the Reddits I participate in have bots that auto-delete shortened URLs. As such I can't use them.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is your experience with clk.sh?

    I just released a video where I try out clk.sh. First, I wanted to see if the service was indexed in Google. I just pick a bunch of link shortening …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in how to use splitters to resize container vb.net

    Google `tutorial vb.net splitters` and watch the top hits.
  • Member Avatar for rproffitt
    rproffitt

    Marked Solved Status for How do I delete duplicates on the Daniweb front page?

    The front page seems to fill with duplicates. I'll paste what I'm seeing but here I am again finding the front page a place that I only check out to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I delete duplicates on the Daniweb front page?

    I get it now. Much of the site is tuned for SEO. I don't know why I keep forgetting that. Marking as solved.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I delete duplicates on the Daniweb front page?

    Thanks Dani, you made me chuckle. I don't have a problem with you. The front page as you stated is only for regulars. Where are those Recommended feeds? Also, that …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in How do I delete duplicates on the Daniweb front page?

    We’ve been through ten million versions of the homepage and none of them have ever worked for forum regulars. The current feed is what was in use during our peak, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How'd you get into tech?

    Thanks for the great topic. I took to electronics in the 60's and wrote some code in 1973 for the old GE-210/310 or similar during the last year of high …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How'd you get into tech?

    Just thought I would start up a discussion and ask everyone ... what got you into tech? For me, I was 4 years old, my parents got me an Apple …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where is my TPM 2.0

    There are some hundred plus Dell XPS desktop models. However if you feel yours had TPM 2.0 before the repair then you call up the repair company and ask for …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Where is my TPM 2.0

    Hi I have a Dell XPS desktop. The motherboard was changed and now I cant get TPM 2.0 so that means I cant update from win 10 to win 11. …
  • Member Avatar for rproffitt
    rproffitt

    Created How do I delete duplicates on the Daniweb front page?

    The front page seems to fill with duplicates. I'll paste what I'm seeing but here I am again finding the front page a place that I only check out to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I delete duplicates on the Daniweb front page?

    The front page seems to fill with duplicates. I'll paste what I'm seeing but here I am again finding the front page a place that I only check out to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Cpu upgrade help

    1. Turning red. "Nothing to see here, move along." Example prior: https://www.reddit.com/r/Amd/comments/ioiyjl/ryzen_master_cpu_power_turning_red_should_i_be/ 2. You omitted the motherboard make, model, revision and BIOS version. 3. I always update the BIOS prior …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Cpu upgrade help

    recently I got a CPU upgrade taking my Ryzen 3 3100x to Ryzen 5 5600x. So after I installed the CPU ran into thermal issues no problem added some thermal …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to lewashby in Custom Media Server

    So I've had a media server for a while using Plex as the software with a Terra Master as the hardware. I've become dissatisfied with both for various reasons and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in a primary-expression is expected before ‘)’ on line 32 to 37

    A quick look sees unbalanced curly braces. But that's not important right now. staffTWB is a structure and not an instance of the object. See https://www.guru99.com/cpp-structures.html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching a primary-expression is expected before ‘)’ on line 32 to 37

    #include<iostream> #include<string> #include<vector> #include<algorithm> using namespace std; struct staffTWB { string staffName; int staffProf; }; void printEntry(staffTWB); int main() { string staffName; int staffProf; while (staffName != "done") { cout …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm Perfect.Studio

    https://www.theonion.com/literally-no-one-calls-me-that-or-has-ever-called-me-t-1819592848 But I typo'd and it's Ol' Musky.

The End.