• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in please help me with this program. i need to use IDE Pascal for it.

    You'll have to show your work and code then explain what's stopping you. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question
  • Member Avatar for rproffitt
    rproffitt

    Began Watching please help me with this program. i need to use IDE Pascal for it.

    A children's game of 'count out' is played as followed. '40' children are arranged in a circle, a sentence containing of 'm' words is used to eliminate '1' child at …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which video format support wave as audio ?

    This is a deep hole you've jumped into. Why I lead with this is that AVI is a "container" of content and does not dictate the encoding of audio or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which video format support wave as audio ?

    Hi, I need to import a video file into an audio editor called Steinberg Nuenbdo. (on daily basis). In Nuendo, best format for video is avi. But my video converter …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in I want to convert the following java program into c++

    As far as I can see that program has nothing specially "Java" about. It's a long time since I've seen a whole Java program entirely in static methods; it's even …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I want to convert the following java program into c++

    I call this work "Transcoding." That is I usually have to hand convert from one language to another and to do so I have understand enough of each language to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I want to convert the following java program into c++

    import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; public class MatrixPath { static List<String[]> obstacles = new ArrayList<String[]>(); static String[] size = new String[2]; static String[] startingPoint = …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zinavo in What is a canonical url in SEO?

    What is a canonical url in SEO?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in Convert UTC to local time MVC

    I'll just leave [this](https://www.youtube.com/watch?v=-5wpm-gesOY) here.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Auth cookie doesn't work

    @overwraith. It's a two way street. There are some that demand support but all this is volunteer like other forums. I see you dumped a lot of code so folk …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Auth cookie doesn't work

    The following lines do not work. The bool is always false. I have been having trouble getting danni's site to work so if the reply is too short it's 'cuz …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zinavo in What is Blog Flipping?

    What is Blog Flipping?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in [Solr] dataImport handler encrypted pwd final block not properly padded

    I'm going another direction here. It's improper to decode passwords today. The accepted method is to encrypt and store that result. But how to check if the user's password is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching [Solr] dataImport handler encrypted pwd final block not properly padded

    Hello, I hope not to scare you with this long post. I'm testing [Solr](https://lucene.apache.org/solr/) (read solar) and it works fine. I have an issue with the **DataImport** handler, it's set …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My Thinkpad..

    Given only this detail and no history, the machine apparently did this out of the box so put it back in the box to go back to the store to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My Thinkpad..

    Like when I watch any videos on my Thinkpad it flickers I got to be moving my mouse the whole time help!
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zinavo in How to search and remove spam links

    How to search and remove spam links
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zinavo in How to search and remove spam links

    How to search and remove spam links
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Zinavo in What is link baiting?

    What is link baiting?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in a progrm that take any date and give the name of day

    Date already does this, just replace the date (ie `2004/05/07`) with the one you want. $ date -d"20040507" +"%A" Friday
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in What is the difference between 127.0.0.1 and 0.0.0.0

    I just heard back from Michael Maltsev (Unchecky author) and he said that they are now using 0.0.0.0 because of a change to the TCP loopback interface in Windows 8.1. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in What is the difference between 127.0.0.1 and 0.0.0.0

    I just heard back from Michael Maltsev (Unchecky author) and he said that they are now using 0.0.0.0 because of a change to the TCP loopback interface in Windows 8.1. …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in Github and Gitlab

    Github and Gitlab are both companies that do more or less the same thing; they provide a hosted Git service. The main difference is that Gitlab is open source and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to stultuske in How do you sharpen your java skills?

    asking more experienced developers whether they would be willing to do code reviews could also help. also: when finished coding, run it through a sonar cheking and see if you …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in What is the difference between 127.0.0.1 and 0.0.0.0

    Just to support rproffitt's, on Ubuntu 16.04 it redirects to 127::1: » ping -c 3 0.0.0.0 PING 0.0.0.0 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.055 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the difference between 127.0.0.1 and 0.0.0.0

    While we could go on and on, consider this ping result. C:\>ping 0.0.0.0 Pinging 0.0.0.0 with 32 bytes of data: PING: transmit failed. General failure. PING: transmit failed. General failure. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the difference between 127.0.0.1 and 0.0.0.0

    I have been using my HOSTS file for years to dummy out ad sites by adding entries like 127.0.0.1 www.ukbanners.com A while back I installed [Unchecky](https://unchecky.com/), a program which automatically …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in How do you sharpen your java skills?

    The same way you get good at any skill like dancing or playing a musical instrument. You just do it. Practice makes perfect. Also, read about good programming techniques because …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Which is the most reliable free antivirus for USB flash drives?

    I can think of two types of apps that could answer your question. 1. Portable versions of an antivirus. These are only used to scan once the OS has booted. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Which is the most reliable free antivirus for USB flash drives?

    Which is the most reliable free antivirus for USB flash drives that resides and runs from the device itself and doesn't need to be installed on the computer?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do you sharpen your java skills?

    In my case it is by working on our apps. The office has Android apps so while we could debate if that is pure Java, I think it's close enough. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do you sharpen your java skills?

    So? :)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    I still feel you need more time with PCs in general. The jumper you show is to limit the SATA speed to 1.5Gbps. That was needed on some old PCs …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    http://www.samsung.com/us/business/oem-solutions/pdfs/1216_HDD_PGB_120.pdf calls out this model as SATA. I worry that you don't have this model now.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to David W in Comparing user input to a string

    Firstly, you may like to note that you mentioned using a vector of characters, but your code uses C++ strings, which is probably what you really meant to say? Also, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creart Setup File

    I didn't google that dll for you. Did you research this? Sometimes a very new programmer doesn't research but looks for folk to find out for them. This research is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    Did you just reveal the machine is so old it has a floppy drive? Your last post has me worried you are in over your head. That is, I can't …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    Which is why I start with a clean drive. No partitions, no formatting and OSes (good ones) just slide right on. Your post and replies seem to tell me you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creart Setup File

    Look at each error. The first one is > ERROR: File 'log4net.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86' So I will not google what log4net.dll …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    I didn't find it easy to install "retail" Windows on USB. I had to google how. And in the end it was worse than a normal install. If the HDD …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creart Setup File

    The problem is exactly as you gave it. You have 64 bit dll's or code and targeting a 32 bit system. This should fail. There is no easy fix for …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Creart Setup File

    Dear Friends, i Developed a C# Project with SQL Server Database (Database is not LocalDB) and i want to create a setup file to install on client system havin windows …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Could you please help me fix my game of life code?

    You can't do it with one array. You will need two arrays, one for the current state and one for the new state - so you check the number of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    So why not install an OS and move on?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Samsung HD502HJ turns to direct System making PC a MINWINPC

    The only encounter I've had with MINWINPC was when the user's PC was infected and trashed the HDD contents. The HDD showed in the BIOS but the owner was not …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Samsung HD502HJ turns to direct System making PC a MINWINPC

    My Samsung HD is OK, but not showing. I haven't yet found a user who in any of discussions about problem of this type of disappearing Samsung HD502HJ admitted that …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in What is link baiting?

    Oh look, another person who is running a SEO business who apparently knows nothing about SEO...
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Imran_21 in calculate the grades for a student using if..else statements.

    Write a program in C++ using if/else operator with nested statements to find the grade of a student. The detail is as follow. grade >= 90  Grade A grade …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in Conversion software

    And there we go, as predicted, a member (who joined DaniWeb just a few hours after the OP funnily enough) makes one post recommending a service. The the OP immediately …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in Bluej Music player

    19: The Track class does not have a constructor with no args. 58: you are trying to assign an int to a Track object - obviously not possible 66,77: you …

The End.