• Member Avatar for rproffitt
    rproffitt

    Began Watching Microsoft Word

    Writing article in Microsoft Word i forgot to save my materials...How to give back all i’d wrote?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Happy 150th birthday to all from Shebandowan, Ontario

    Happy 150th to you as well. Sorry I'm just a part time Canadian resident as I lived in Richmond, BC for many years. Good times and educational.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Happy 150th birthday to all from Shebandowan, Ontario

    Happy 150th birthday to all of the Canadian Daniweb members. ![DSCF4166.JPG](/attachments/large/3/02ce0218964c94dddb8a85068c2570bb.JPG "align-center")
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sentiment analysis using sentiwordnet in python

    BTW, I did read a few priors from https://www.google.com/search?q=ValueError%3A+too+many+values+to+unpack+%28expected+2%29&ie=utf-8&oe=utf-8 and you might not be able to use print in such a case.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sentiment analysis using sentiwordnet in python

    So it is the print in line 33? Try writing df['clean'] to a file to see if that shows another error or why it blows up on a print.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sentiment analysis using sentiwordnet in python

    I think I failed to ask the right question. What is line 33? Why I ask is because in your top post, line 33 looks benign as in should not …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Downvoted posts bug

    I can't guess why the OP copied an old post. All I can share is this did happen on other forums. A new member joins and apes old posts or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sentiment analysis using sentiwordnet in python

    Line 33 is print(df['clean']) Try again and make your posted code line up with the error message.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching sentiment analysis using sentiwordnet in python

    this is code snippet of sentiment analysis using sentiwordnet in (python using Pandas). i am trying to extract sentiment score of each review using sentiwordnet. here are few steps i …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in To create a program that stores value from a file in the array

    Pasting the assignment verbatim? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then tell the forum what line is in error or what the problem is.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching To create a program that stores value from a file in the array

    The purpose of the program is to store values in array from a file salesData.txt which contains the values as shown below. The program should stop at the sentinel value …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to do an image submission in SEO?

    Welcome back! https://www.daniweb.com/members/1135520/nancy-9/posts finds you asking a lot about SEO. I think there are priors about this so I want to share how I do my research. I use words …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to do an image submission in SEO?

    I want to know about image submission in SEO. Please explain about the image title and description to optimize in search engine. How much helpful for SEO?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in private messaging using php and MYSQL database

    I agree you are hiding too much. How about one thing. Did you open a SQL command line and see if the server is running?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching private messaging using php and MYSQL database

    i want a private messaging system using php and mysql...someone plz help
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to microsoft_1 in Is Social Bookmarking submission is beneficial for generate traffic?

    Hi- Is Social Bookmarking submission is beneficial for generate traffic?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Picture returns low res after uploading.

    A quick glance finds "<canvas id="snapshot" width="120px" height="80px"" so if you were to take a screen capture the image may be just that. 120 by 80.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to rubberman in Not a MS ACCESS database file

    NEVER use MS Access for a production database. SQL Server is good, as are most other high-end DBMS servers such as Oracle, Informix, Postgres, MySQL, etc. Access databases are good …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Picture returns low res after uploading.

    @S, you can test my theory by doubling the width and height. If that works, well, back to the drawing board.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Your opinions about mobile games field

    I'm going to write no, not worth it. Why? From https://www.quora.com/How-much-money-can-an-Android-developer-earn-from-a-free-app-on-the-Google-Play-store I read this. > 200000 installs in and earned around $1500. Although it was called an interesting game and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Your opinions about mobile games field

    I am a partner in a company that deals with various aspects of the web presence of a company. Those aspects some times touch back office and more often replace …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Not a MS ACCESS database file

    It's a sadly common problem. Remember I take this post as sincere and not a shill posting about Access repair tools which anyone can google about. -> As an author …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Not a MS ACCESS database file

    I receive an error message and I don't know what to do about it. IO have a delphi app using a MS Access 2010 database. I connect to it through …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to make a Like button in Php

    Everybody starts somewhere. Here you need to present your problems with care. The code you pasted was sloppy and could have folk slagging you on that. You want quality answers …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to make a Like button in Php

    Hello Everyone. Please how can i make a Like button in PHP.. i want the button to be clicked. the button see the far i 've gone with the attachements... …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Text goes under image

    When I start looking at code or pages I always check with some LINT checker. In your case the findings at this link: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.renardwatches.com%2Fpages%2Fpr-fw17 show a few too many errors. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Text goes under image

    Hello folks, Running into a little confusing thing over here. I am building this web page for press release: https://renardwatches.com/pages/pr-fw17 But as you can see, the 3rd paragraph somehow gets …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Downvoted posts bug

    To test this out I tried my profile and it seemed to work. Then I gave you a +1, checked your profile, clicking on the "thumb up" icon and it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Downvoted posts bug

    Saw some threads regarding this, but all from years ago, none since the new rollout, so here's a new thread. Checking out my profile, I saw that I had a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Picture returns low res after uploading.

    This may be working as designed. That is, you put the image in that canvas, width and height so that's all the pixels your are going to get when you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Picture returns low res after uploading.

    Hello i have a script that lets the user to take a photo and then upload it -this was the thread i created `https://www.daniweb.com/programming/web-development/threads/508651/how-to-open-camera-and-take-a-photo-script`But the photo returns in low res …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in In stoked

    Could be too easy. Lately my two GO TO SOLUTIONS are: 1. NTPASSWD. Widely documented, free, takes about 5 minutes to reset the password. 2. The old Accessibility trick. Free, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching In stoked

    I had a stenosis/stoke in March and are still tries my issues. I use had my Windows 7 Pro password that I no longer can correction. Are there any *fixed* …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regular Expression to build HTML anchor tags

    Reverend Jim noted an excellant tool at https://www.daniweb.com/programming/software-development/threads/508393/visual-regular-expressions If no one writes this for you, you are now better equipped to hash this out.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Regular Expression to build HTML anchor tags

    I have a JSON file, and I need to convert some of the entries into anchor tags. I think a regular expression is the way to go, but I'm terrible …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to tinstaafl in A software like Visual Basic/Studio that supports programming languages

    It seems to me you're putting the cart before the horse. Any programming for your OS is going to depend on the Application Programming Interface(API). This allows your OS internal …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prom solution for two dimensional arrays

    @K Step back and stop coding. Really! When you design an app you sketch it out first. Then you can thing about code.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help to create this program

    As the student you write the entire program. As in most forums, members will help you understand why some code isn't working. In short, write the code. If we write …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help to create this program

    @K, Same as your other post. Very odd incompete response without telling where you are stuck. I have to ask the following. Are you asking forums to write this code …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prom solution for two dimensional arrays

    @K, You pasted some code but it looks incomplete plus you didn't tell where you are stuck.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hp 8460p display problems on battery power

    I worry about the age of this machine. BE AWARE that similar models, refurb are selling at the near 200USD price point so parts and repair is unlikely. Just get …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hp 8460p display problems on battery power

    I have an HP 8460p. Only on battery power sometimes the display goes gray with horizontal lines. On AC power the problem goes away.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to create url or pdf redirect page link on mysql table inserted data

    That's too little to work with. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question and then add enough detail for members to chew on.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to create url or pdf redirect page link on mysql table inserted data

    when i click mysql inserted data load url or pdf page
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Prom solution for two dimensional arrays

    @OP, this is either a job up for grabs or homework. Please read the link JC gave along with clarifying pay for the work or if homework, show your work …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Prom solution for two dimensional arrays

    Write a looping program for Theater Seating selection The program will display the theater seating (shown later) and prompt the user to select a seat to purchase using the row …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help to create this program

    This reads either as a paying job or homework. In either case Daniweb encourages you to show your work so far, and where you are stuck. If you are hiring …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need help to create this program

    Create a program that reads in a series of sales dollar amounts from a file, stores the amounts in an array, processes the array, and outputs to a file and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dragennd in Can't remove Unetbootin ISO Install

    Hmm. Ok I think I understand at least where I need to start. I appreciate the info and when I am able to get it to work I'll update this …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Keyword selection

    Oooooh, when they said head they meant the <head> section of the HTML document! Not in your head as in mind! *Mind blown*

The End.