• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Skip Woocommerce checkout field validation if field data is not present

    I take it this doesn't have to work world wide? See https://en.wikipedia.org/wiki/Telephone_numbering_plan
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Skip Woocommerce checkout field validation if field data is not present

    I have added a custom code to validate the phone numbers to be 10 digits on checkout fields. Here is the code add_action('woocommerce_checkout_process', 'phone_number_validation'); function phone_number_validation() { global $woocommerce; if …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Write an algorithm that find the numbers and sum of all integer between 100

    Good thing no one has to write code for this. In short I would not call such an algorithm (read https://en.wikipedia.org/wiki/Algorithm ) bur sure we can do that. *Title: Sum …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Write an algorithm that find the numbers and sum of all integer between 100

    Write an algorithm that find the numbers and sum of all integer between 100 and 200 which are divisible by 9.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How can I get recurring traffic to my website?

    There is much written about this. However my thought is more of a question. Why should I return to your site?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How can I get recurring traffic to my website?

    Hey there i want to get recurring traffic to my website . what is the best stratugy.
  • Member Avatar for rproffitt
    rproffitt

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

    Small world. I owned one of those about a decade ago. Sadly the models with AMD and the 8400 graphics chip were known to die. The fix was another motherboard. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm jordsteph55

    I have an hp pavilion dv2000, after I installed windows 7 on it it was loading up till the last step, but it required a restart which I granted but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text Across The Page/Video-Camera-Screen?

    "I am looking for programmer help..." As in programmer to programmer? Yep. But if you need a finished app, you look to source such as fiverr and other places. -> …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A balanced tree

    Something is missing here. This might be you attempting to write a tutorial but stopped or it could be part of a homework assignment. While few here will do homework …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching A balanced tree

    A balanced tree is one of the data access techniques in a database. How does it work? How data can be inserted in. How data can be deleted from it; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I want to know apply practical in c++program

    Please share how far you progressed and what stopped you from completing your assignment.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I want to know apply practical in c++program

    QI: Write a C ++ program, using function, to counts uppercase letter in a 20 letters entered by the user in the main program.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text Across The Page/Video-Camera-Screen?

    To achieve that effect you would code it as noted in my first reply. Remember this forum is mostly programmers and once in a while a person is looking for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do i delete certain characters from a string in Python 3 ?

    PS. I would chat about the topic but seeing the password issue yet again raises that question. Also, the code you shared doesn't really tell me enough to give ideas …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do i delete certain characters from a string in Python 3 ?

    I'm a bit more concerned that someone is writing passwords to some archive/log/database. Why do folk keep doing that? More at https://blog.moertel.com/posts/2006-12-15-never-store-passwords-in-a-database.html
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do i delete certain characters from a string in Python 3 ?

    I wrote this line of code: database = {"host":host, "user":user, "password":password, "db":db, "charser":charset, "cursorclass":cursorclass} and i'm receiving this: {'host': '35.234.92.142', 'user': "b'freedbtech_'", 'password': "b''", 'db': "b'freedbtech_cursopython'", 'charset': 'utf8mb4', 'cursorclass': "<class …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Divide arraylist of 750 into 150 sub arraylist

    PS. Please mark threads solved so others know. +1 to Husoki.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pradeepmadgaonk in what are the on-page factors in SEO

    On page SEO includes different factors like Keyword Research, URL Optimization, Meta Tags, Header Tags, Keyword Placement in Content, Image Optimization and more.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what are the on-page factors in SEO

    Please share on-page optimization important factors
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pradeepmadgaonk in Benefits of Search Engine Optimization

    SEO can help you build better relationships with your audience, improve the customer experience, increase your authority, drive more people to your site, give you an edge over the competition, …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pradeepmadgaonk in Benefits of Search Engine Optimization

    SEO can help you build better relationships with your audience, improve the customer experience, increase your authority, drive more people to your site, give you an edge over the competition, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Divide arraylist of 750 into 150 sub arraylist

    Before we start on this, did you solve for https://www.daniweb.com/programming/threads/535154/select-every-5-numbers-random
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Divide arraylist of 750 into 150 sub arraylist

    I have an ArrayList of 750 elements I would like to divide that ArrayList into 150 subarraylists so 5 elements to each subarraylist. I have this code but it not …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Md Shamshad in convert python to java

    n = int(input())list1 = list(map(int,input().split()))set1 = set(list1)set2=set(sorted(set1))#print(type(set1))set_bob = sorted(set1)#print(set2)set_3 = set()set_2 = set()set_rest = set()for i in set2: if i%3==0: set_3.add(i) for i in set2: if i%2==0: set_2.add(i)set_2_extra = set_3.intersection(set_2) …
  • Member Avatar for rproffitt
    rproffitt

    Undeleted a Post in Reading CSV file using C++

    Please explain what is " print the rows in even manner ". The top post appears to ask to "print the even rows" and now you ask " print the …
  • Member Avatar for rproffitt
    rproffitt

    Deleted a Post in Reading CSV file using C++

    Please explain what is " print the rows in even manner ". The top post appears to ask to "print the even rows" and now you ask " print the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading CSV file using C++

    Please explain what is " print the rows in even manner ". The top post appears to ask to "print the even rows" and now you ask " print the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading CSV file using C++

    A, consider the following. 1. "Create a c++ program that reads a CSV file and prints the rows at even positions. For example, if the CSV file has 10 rows, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text Across The Page/Video-Camera-Screen?

    Remember I did not test this out but you might be able to do this with CSS and some javascript. 1. The overlay text via CSS: https://codeconvey.com/html5-video-overlay-text/ 2. Now in …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Text Across The Page/Video-Camera-Screen?

    Is it possible to add scrolling text across the page/video-camera-screen? On an html page, it uses this code: accept="video/*" in this context: <input type="file" name="fileToUpload" id="fileToUpload" accept="video/*" capture="user" onchange="submitForm();"> and …
  • Member Avatar for rproffitt
    rproffitt

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

    Here's a tutorial on sessions: https://code.tutsplus.com/tutorials/how-to-use-sessions-and-session-variables-in-php--cms-31839 > Session handling is a key concept in PHP that enables user information to be persisted across all the pages of a website or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm Anthony_41

    How do i carry user id from one page to another?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need some help with C error

    Another discussion about the lbgi library is at https://forums.codeblocks.org/index.php?topic=19227.0 but due to what details I read in your post it's a stretch if this applies.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I need some help with C error

    codeblocks-ld-exe-cannot-find-lbgi-error-message
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Select every 5 numbers random

    Let's alter the deal: With your last reply it appears you want: - Given an array of values which have groups of 5, randomly select an index value of N …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Reading CSV file using C++

    Maybe this is easier than it sounds. The CSV lines don't split over a CR/LF (see https://en.wikipedia.org/wiki/Comma-separated_values ) so for this assignment there appears to be no need to parse …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Reading CSV file using C++

    Create a c++ program that reads a CSV file and prints the rows at even positions. For example, if the CSV file has 10 rows, print rows 2, 4,6, 8 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Select every 5 numbers random

    With your last reply it appears you want: - Given an array of N values, randomly select an index value of N-5 and return 5 values from the array starting …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Select every 5 numbers random

    I've written so many random pickers in the past but here, these sentences mean different things. 1. I would like that my program selects every 5 numbers randomly. 2. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to convert python to vb.net

    Duplicate of https://www.daniweb.com/programming/threads/535148/how-to-convert-to-vb-net#post2278290 1. Please continue at your first post and as noted, the formatting means we can't read this. In Python, format matters. 2. What is a TV checker?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to convert python to vb.net

    import threading,time,sys try: import requests except: print("Please install requests module!") sys.exit() path=input("File (example: file.m3u) => ") out=path+"_out.txt" try: with open(path, 'r') as file_in: lines = file_in.read().splitlines() except: print("File error or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Booth's algorithm

    Would you mind if I reduce your duplicate postings?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Booth's algorithm

    Multiply (-17) and (-5) using Booth's algorithm
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Select every 5 numbers random

    Still unclear. If the first random number is the last entry of the array, what's the rule to pick the next? Also, "scope creep." Once we get our first set …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Select every 5 numbers random

    I'd like to help but I don't understand what you meant by "every" in this line: > I would like that my program selects **every** 5 numbers randomly. To me …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Select every 5 numbers random

    I have an array list that looks like this. 8.1,6.5,4.4,3.2,1,8.9,5,1.4,0.1,1,8.7,6.2,4.3,3.2,3 I would like that my program selects every 5 numbers randomly. for example to select 8.1,6.5,4.4,3.2,1,8.7,6.2,4.3,3.2,3 as you can see …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Strange (Pun2) RPC Problem. (With Error msg that doesn't show up on google

    Seems not only can there be what issue in the first link but you can add the same component twice and get the same error. Remember I'm not there to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Ed_279 in Unique444: Need to change a script to access Adobe picture.

    I changed the position of the header(...) lines to be above file_get_contents(...) and I think fixed the use of the file name (filename=".$file) but the image is the same. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Strange (Pun2) RPC Problem. (With Error msg that doesn't show up on google

    I received a message with your comment text but it's not in the forum. Can you link to your question in the Photon forum? What I read here and there …

The End.