• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Newb question

    Read your code, Now look at what you did there. You never altered the magicians list (or array.) You use for magician in magicians_to_change: so you get a copy back …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Newb question

    For some reason the make_great function is not affecting the output of the show_magicians function. I'm trying to alter the list but it's not working. # the make_great function is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Obfuscating web project

    I have a question. You claim this is a web app. I looked over what https://www.preemptive.com/ offers and found no web obsfucation offering. So let me guess your app runs …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Obfuscating web project

    I have a web application I am trying to obfuscate portions of it, but use library mode so that all the public portions of the application should appear with names …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gamestoenjoy in Please review my site

    Thanks @rproffitt I will fix those errors.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Please review my site

    Not too bad. I usually see a lot more errors on sites like that. Read https://validator.w3.org/nu/?doc=http%3A%2F%2Fkodibeginner.com%2F and a few should be easy to clean up.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Please review my site

    Hi, I created website that teaches users anything they need to know about Kodi, The site is still new but I add new content regularly, The site is based on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Access 2000 mdb locking/corrupt on win7

    I'm reading > Opening Your Access 2000, Access 2002, or Access 2003 Application in Access 2007 From [https://msdn.microsoft.com/en-us/library/bb203849(v=office.12).aspx](https://msdn.microsoft.com/en-us/library/bb203849(v=office.12).aspx) Why the claim you can't change to a current version? Also, at …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Access 2000 mdb locking/corrupt on win7

    We have an Access mdb database originally built in the late 90s. We currently use MS Access 2000 on Win7. Since switching to win7 from XP the database keeps getting …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in while multiple condition help

    @C. Then state so in your while condition. Never rely on the compiler to read our minds. Spell it out with a few more parentheses. I know folk that want …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in login error in crystal report with Access database....

    Let's try the old user account issue/problem. Since you don't use a Microsoft Server and such my bet is you forgot to add that user and password to the faux …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching login error in crystal report with Access database....

    please help me ... i have a problem in my VB.net software when i transit it to another computer the crystal report asking for userName and PassWord . I programming …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help needed for Microsoft Remote Desktop

    Sorry no. I'm more of a VNC and telnet over ssh type person.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help needed for Microsoft Remote Desktop

    Is anyone familiar with Microsoft Remote Desktop? I'm referring to the application with the name MSTSC.EXE. I used this years ago at the office to remote into the servers from …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Want to improve my Website Alexa Rank

    Wait, didn't I read in SEO circles to not bother with Alexa ranking? Why bother?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Want to improve my Website Alexa Rank

    Hello Everyone, I am Jessica. I am a newbie here. I am into SEO field. I have a website which had good Alexa Rank. But these days, my [website](http://promocodeclub.com/) alexa …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in while multiple condition help

    Look carefully at your use of left and right parentheses on line 1. Did you mean to compare gets(line, sizeof line, stdin) && sscanf_counter to not be equal to 2? …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching while multiple condition help

    My second while condition is being ignored and I don't understand why. I would think I have 1 and 0 = 0 so it would break out. while(fgets(line, sizeof line, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c programming stop reading from stdin

    I think you need to read the tutorial again. You have a while() and no check for break, etc. Remember I do not know what you want to happen but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c programming stop reading from stdin

    From the docs: > The C library function char *fgets(char *str, int n, FILE *stream) reads a line from the specified stream and stores it into the string pointed to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c programming stop reading from stdin

    When using fgets to read from stdin how do you stop reading from stdin?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Site performance

    There's a problem with your request. You didn't define the parameters for performance so without that, what you think is best is not known. If you just need a handle …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Site performance

    Hey guys what do you think is the best website performance analysing tool available? Where can I get it? The site I'm looking to analyze : https://www.sellist.com
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in To find the longest word in c

    Also consider your uninitializaed variable sum on line 9. You should initialize it to something. I assume you want it initialized to 0. But right now you are incrementing an …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to dongtrien in Ask Store Store Procedure in VS2005 C# ?

    This is only the theory that did not given the solution of the solution
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Arthur_4 in convert PHP to javascript?

    Might be a little late, but there is a PHP to Java Script converter available at https://github.com/Danack/PHP-to-Javascript Also, if you waned an automated tool to convert from php to java, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Javascript won't simulate with Cordova on Visual Studio

    That page is by just one person and it appears you can contact him to ask if he has built it on your selection of OS, VS and more. In …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Javascript won't simulate with Cordova on Visual Studio

    I went back to the pages and areas do look dated. Especially the references to Android 4.x. which is about 4 years ago. I didn't want to upset you but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in image from 2 file upload control

    I think your question needs clarifying. As it stands I read your question then look over the code and can't find upload2 in the code. So I thought, forget the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching image from 2 file upload control

    I need to differentiate image between 2 file upload control: FileUpload1 and FileUpload2. My current code works fine but it actually upload images from both FileUpload1 and FileUpload2. How do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in new to Write and Read Excel 2010 :(

    That's amazing. I've yet to take a class where there was a quiz on subject matter that was not covered. Now I did take a class where you were given …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching new to Write and Read Excel 2010 :(

    hello my teacher put a surprise quiz and due tomorrow as im seeking for desperate help :( she didnt teach anything yet on this topic so i dont know where …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Lecture Timetable management system

    PS. Is this you? http://www.academia.edu/27855480/DESIGN_AND_IMPLEMENTATION_OF_ONLINE_HOSTEL_MANAGEMENT_SYSTEM
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Lecture Timetable management system

    I think we need to talk about how most forums work. This link: https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question covers a lot so you can get going in the right direction. Now if you need …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Lecture Timetable management system

    i need someone who can give me his email so i can send my timetable generator software that is given me errors. please anyone who can be of assistance, i …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Javascript won't simulate with Cordova on Visual Studio

    It looks to me that this project is abandoned. Why do I write this? Reading many pages at the site have outdated references like Android 4.x at http://taco.visualstudio.com/en-us/docs/get-started-first-mobile-app/#run-your-app-in-an-emulator and many …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Javascript won't simulate with Cordova on Visual Studio

    I tried to run an Ionic 3 project from existing files using not C++ but Apache/Cordova and i am getting these errors. Idid a Typescript project works fine. But Cordova …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ask Store Store Procedure in VS2005 C# ?

    Wow. 10 years later and not solved? Read https://social.msdn.microsoft.com/Forums/vstudio/en-US/67b6102b-44b0-461c-919e-567285a0ca0d/user-dbo-could-not-execute-stored-procedure-masterdbospenablesqldebug?forum=vsdebug
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ask Store Store Procedure in VS2005 C# ?

    I am creating a dll library that impacts SQL Server on Northwind data, when run in VS2005 C# gets this error: Use 'dbo' could not execute stored procedure 'master.dbo.sp_enable_sql_debug' on …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Best tool for email marketing campaign creation?

    I'm using [Mailchimp](https://mailchimp.com/) too for some clients of mine. With the free account you can do already quite alot. If you're not familiar with (properly) coding your own HTML emails/newsletters …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I am getting 404 in GA even though pages are working? Wordpress website

    I let a link checker look it over which looks OK. It was https://validator.w3.org/checklink?uri=http%3A%2F%2Fgalleryautomo.com&hide_type=all&depth=&check=Check#results1 But the HTML and CSS checks spewed a lot of errors. I'd work those as robots …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I am getting 404 in GA even though pages are working? Wordpress website

    After I updated my wordpress I got a lot of 404 on my Google Analytics account eventhough pages are working just fine. Can anyone help me? Here is my site: …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to pty in Fixing my not-so-smart TV

    This isn't a typical hardware post, but I couldn't find anywhere better for it. Last October, after my previous TV packed in, I bought a shiny new Samsung Smart TV. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Best tool for email marketing campaign creation?

    My brother uses Constant Contact and MailChimp. Keep in mind he's not a spammer and sometimes when folk ask about a campaign, they mean spam. Don't try to hide it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Best tool for email marketing campaign creation?

    I’m planning to start creating some email marketing campaigns for my clients. Which tools would you recommend?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in npm problem on Apache Cordova

    Sadly this seems to never have a short answer. Read https://forum.ionicframework.com/t/cant-run-npm-install/103573/22 where they go round and round and a short explainer at the end.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching npm problem on Apache Cordova

    Hello i am getting an error on log about npm... Any suggestion? PATH=.\node_modules\.bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Web\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\cmd;C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\Git\mingw32\bin "C:\Program Files (x86)\Microsoft …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read IP packets (hex) manually

    The short answer is it appears you are capturing Ethernet packets. I am a poor substitute for all the good docs on the web about how this works but the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read IP packets (hex) manually

    Now you get to look at the MAC addresses as well to see it all.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to read IP packets (hex) manually

    I put this into https://www.gasmi.net/hpd/ and those addresses look like MAC addresses. As you learn IP you learn about how packets on a LAN often go from one place to …

The End.