• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How I can web scrape data from 2 different website

    If you have a new question, that should be in a new discussion along with the details needed to work the question. Here, I have no way to guess what …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How I can web scrape data from 2 different website

    So much was left unwritten here so I'll write about how we go from nowhere to app. There are many articles about how to design and code but let's try …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How I can web scrape data from 2 different website

    I want to make sqlite table like this format: | Matric | Name | GitHub Link | Status | |--------|-------------------------- |---------------------------|--------| | 243340 | Yu Zhixiong | https://github.com/abcde | Yes …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Recursive function to count consonants

    I rarely see others write such today since it's the old "letter frequency" problem which we can find over 100 solutions at https://rosettacode.org/wiki/Letter_frequency There's other subsets there under "Other tasks …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Recursive function to count consonants

    Can any one help to write code for this ? recursive function to count total number of consonants in it. Your function should return the count of consonants.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in convert python to java

    There's nothing quite like repeating the same mistake... You hijack a 15 year old thread to post uncommented UNINDENTED Python? And you expect us to do what?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C++ having problem in storing data and checking duplicated data

    I see no code here so I can't comment about the code as it is. Without that and the txt file all I can offer is that you should check …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C++ having problem in storing data and checking duplicated data

    having problem in coding a small system, which can let user to key in the input and save it into txt before checking the txt file whether the data is …
  • Member Avatar for rproffitt
    rproffitt

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

    Try to make your topic title match the subject or question. For this question I'd use my onboard help or read articles like https://itsfoss.com/start-stop-restart-services-linux/ As we see here it may …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm konhaitusaale

    I want to list services currently installed in an ubuntu box
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Do all Sorting Algorithm follow Greedy technique?

    No.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Do all Sorting Algorithm follow Greedy technique?

    Selection sort uses the greedy techique, do all other sorting algorithm follow greedy technique?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in codeigniter 4 about login

    I've scoured https://myaccount.google.com/ and more and it doesn't appear to be a Chrome or Google account feature. That said, Dani is spot on.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in codeigniter 4 about login

    I think you need a better example. I'm currently logged in on my phone, laptop and another tablet with Chrome. I can only guess there is some Google setting I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching codeigniter 4 about login

    I want to create a login system in Codeigniter 4 like this so when the user has logged in on 1 browser / other device, and tries to log back …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Roblox free Robux

    While I know this is the currency for Roblox, why should anyone do this?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Roblox free Robux

    Plis give me free Robux and me name is blazking356
  • Member Avatar for rproffitt
    rproffitt

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

    Read https://www.daniweb.com/programming/threads/534715/help-me-to-write-this-code#post2277284
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm serenitybranne

    Hi everyone! I am 1st year student. I really need your help to complete this problem. I tried to execute this problem for 2days but still I didn't get the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Get the index of the first occurrence of character in string with python

    I'd use the find() method. The tutorial is at https://www.w3schools.com/python/ref_string_find.asp
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Get the index of the first occurrence of character in string with python

    I have a string in python and i desire to find the index of the first occurrence of the letter `l` in it. Here is the code am using mystring="abcdloplu" …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in class inheritence

    Sadly, no compiler I know will print "welcome Student" so my bet is something is lost in translation. I won't guess what you meant by that comment. Remember, you must …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A Pascal 'readkey' issue?

    Frankly, I'd replace the line with readkey with a simple readln(age). Now to detect they want to exit we check the string length. -> Side note. Next time post with …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching A Pascal 'readkey' issue?

    I'm embarrassed to admit that I cannot understand why in this very simple example that the "readln(age);" statement in the "else if" clause ignores the first integer entered in response …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to mu_2 in convert python to java

    defFlip(b): return [[b[(N-1)-i][j]for j in range(N)]for i in range(N)] defRot90(b): return[[b[N-1)-j][i]for j in range(N)]for i in range(N)] defRot180(b): return Rot90(Rot90(b)) defRot270(b): return Rot180(Rot90(b)) defFlipRot90(b): return Flip(Rot90(b)) defFlipRot180(b): return Flip(Rot180(b)) defFlipRot270(b): …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in duties and responsibilities' of a Social media manager

    Please Kazi, you should be writing tutorials here.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching duties and responsibilities' of a Social media manager

    hello there Can anyone brife in a short on the duties and responsibilities' of a Social media manager ? Please brief step by step .
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A programming lab question.

    Please read https://www.daniweb.com/welcome/rules next. From there you can add where we go next.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching A programming lab question.

    Write a Java class Clock for dealing with the day time represented by hours, minutes, and seconds. Your class must have the following features: • Three instance variables for the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Split a string into individual words

    Thanks for the code but it doesn't make sense to me. I'd use an array as noted in the first link above. With that we can iterate through the array. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Split a string into individual words

    If the Daniweb posting or formatting system is too hard as to how to post code, then just paste the code in it's own reply. Someone may fix it for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Split a string into individual words

    To me an array is a variable. But if you look at example 1 at the link it puts them into an array. Let's say you don't want an array …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to TAJUL ISLAM_1 in Phonebook Program

    library management system projet source code in mysql. i hope i will get to your answer ![d2a3e3e9aa25768e3511dd86d4d0cc3b.png](https://static.daniweb.com/attachments/4/4ac1521c4f9e105aef5f41302e8fabbe.png)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Split a string into individual words

    What are "buckets"? Besides that, I see example 1 at https://www.dotnetperls.com/split-vbnet seems clear.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Split a string into individual words

    Hi Group, I'm using the split function for the very first time. I understand what it's doing. However I don't know how to output each individual word into a specific …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My wife's desktop is not working

    Very little is told about the PC. The usual first test is to boot some other OS (I use Linux) from USB and see if that's it. If that works …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My wife's desktop is not working

    I need help my wife's desktop is not working every since her stepdad bought it for her few months ago. From start up the monitor starts off fine but with …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I would like to build a software career

    Must it be in Vietnam?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I would like to build a software career

    Hi, I would like to build a software career and am looking for the best software training institution. Can you please help me to find one? Thank!!!
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in add user account

    This looks like a "do my homework request." Please read https://www.daniweb.com/welcome/rules
  • Member Avatar for rproffitt
    rproffitt

    Began Watching add user account

    1. 4 text box 2. 4 label 3. 3 command 4. code A. draw and label the object B. write the following step (data base) C. write the following codes
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Android Studio 4.1.3 Gradle taking long time

    Here's the rig I use. Compiles are well under a minute. -> Acer Predator with i7, 16GB RAM. SSD drives and some GTX 1060 GPU. Your machine most likely could …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Android Studio 4.1.3 Gradle taking long time

    Hello I am currently learning Android app development, and using Android Studio 4.1.3. I have noticed that when I run any project, even like a simple "Hello World", the Gradle …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Are you going to get the vaccine?

    Concerning "efficacy", while the various vaccines differ in the efficacy rates (the ability to prevent infection), all of the vaccines are 100% effective in preventing death due to covid-19. Even …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Gateway P6822 Hangs On Gateway Logo Startup Screen

    That sounds like progress. If so, huzzah! Now about that hard disk drive. I'll share that we encounter far too many Seagates so if it's a Seagate we usually can …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to loveboat in Hello can anyone help me how to code this I really don't know how to start

    It would have been very interesting to see an attempt on answering the above
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the best country to outsource software development to? Why?

    I've worked with others on outsourcing for over a decade and never found it to be due to the country. It's still the quality of the staff and let's add …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the best country to outsource software development to? Why?

    I am confusing about where software development outsourcing are in better quality ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hardware store problem using C

    You must show effort. Read what is written about homework at https://www.daniweb.com/welcome/rules Also, what stopped you? Be specific as it must be your code you submit.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hardware store problem using C

    You are the owner of a hardware store and need to keep an inventory that can tell you what different tools you have, how many of each you have on …

The End.