• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What advice would you give to someone newly responsible for an organisation

    @Sammy, while I want to know why all these posts I do have advice. Be sure you are not legally held responsible for the breaches. Read carefully what you sign. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What advice would you give to someone newly responsible for an organisation

    Looking for 'top tips' or pieces of advice you would give to someone newly responsible for an organization’s access management security?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Extending Windows AD

    @Sammy, with your deluge of posts you may want to sum it all up as to why you did that.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Extending Windows AD

    According to Microsoft, 75% of organizations with more than 500 employees, have extended AD into either Azure AD and/or Office365. Have you / or are you planning to extend Active …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Transfer Win7 profile to new Win 10 on different machine

    I'm going to not write about easy transfer alternatives here. You can google that but in case you didn't find it, this search: https://www.google.com/search?q=windows+10+easy+transfer+alternatives I will slam Laplink here as …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Transfer Win7 profile to new Win 10 on different machine

    Hello, I have my "old" windows 7 machine that I would like to maintain as much data and programs as possible. I bought a new Windows 10 machine and noticed …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MARIE code

    To debug your code, find an IDE that let's you single step your code to find where the problem is. As it's not on a CPU I currently work on, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to create controls dynamically in a form using the values of same form

    Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then Show Me What You Got.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to create controls dynamically in a form using the values of same form

    Hi thaks in advance if I am steered rightly I have created a form in which a combobox and a submit button are present. when i select an integer value …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How is my metrikhive.in website design?

    I would start by reducing the number of errors in your code. Read https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.metrikhive.in%2F
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How is my metrikhive.in website design?

    Suggested any changes on my website design and development.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MARIE code

    Welcome new member. It's time to read the following link: https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question Once you read that, I have written assembler for too many boards and CPUs, you have to write this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MARIE code

    Hello eveyone, I want to write a MARIE code to perform the following program excerpt: If (x < y + z) { x = x – y; z=z+1; } else …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in IAM tools from third parties

    @Sammy, Your recent posts read too much like what a shill would post. Next time, don't spam and try to avoid sounding like a shill.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching IAM tools from third parties

    We all know that identity and access management (IAM) tools from third parties can help secure access with Active Directory. However, problems in Active Directory IAM tools can have an …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in strpos failing to output FALSE!

    Just for fun, time to see why we would use triple equal signs here. <?php echo 1, strpos("Hello world!","s")==FALSE, PHP_EOL; echo 2, strpos("Hello world!","s")===FALSE, PHP_EOL; echo 3, strpos("Hello world!","s")==0, PHP_EOL; …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in strpos failing to output FALSE!

    Worked for me. It returned a zero. How did I test that? `echo strpos("Hello world!","s")==0` Also works. (adding with edit. `echo strpos("Hello world!","s")==FALSE;`
  • Member Avatar for rproffitt
    rproffitt

    Began Watching strpos failing to output FALSE!

    It is said on the following link: **Using the strpos() function** **The strpos() function is used to search for a string or character within a string.** **If a match is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in output contents from .txt to .html <fstream>

    @امير_2 I have yet to find a C++ project with all functions. However you may be in luck as there is a C++ complier testing tool at https://embed.cs.utah.edu/csmith/using.html That should …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching output contents from .txt to .html <fstream>

    I have an assignment to output contents from a .txt file to html. I'm able to output the information from the .txt to the console but how would I output …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What Is Escaping In A String ?

    It's a term from the days where we used terminals. I used to tap the escape key before I typed something to get another function or character. Today it's used …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What Is Escaping In A String ?

    Folks, What does it really mean by "escaping" in a string ? Eg. https://www.tutorialspoint.com/php/php_strings.htm The escape-sequence replacements are − \n is replaced by the newline character \r is replaced by …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Boolean's Double Troubles

    You forget to put your code in a code block so I have to ask why in the with the IF, you assigned 110.10 to $float_var. That's not a comparison, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Boolean's Double Troubles

    Q. On this page: https://www.tutorialspoint.com/php/php_variable_types.htm On section "Interpreting other types as Booleans", it says: **"Don't use double as Booleans".** I do not understand this. Why can't you use a double …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    PS. I think this is a shame since all the fun stuff you want to do is not in the capture step. The capture step is so well discussed (I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    If you didn't instanciate an object and that's an Aforge object, back to them on how to do that. Remember there are so many ways to skin this cat which …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Remember, if it's an Aforge issue, I defer to them.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in To make a system a web-based

    Frankly I'd take your vb.net system and call it a proof of concept. Few web hosts give you an Access database so your vb.net efforts were to flesh out what …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching To make a system a web-based

    Hi Experts, I had completed a database in vb.net with access database. Now my question is, how to make it accessible online? Thanks.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Unique Name per computer when sharing ?

    The guest account in a built in account. You don't add or remove it, just enable or disable depending on your goals. In short, if you want unfettered access without …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Just so you know how to google this for more examples. https://www.google.com/search?q=vb.net+capture+webcam+every+few+seconds+example&ie=utf-8&oe=utf-8
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Back to Aforge on how to use and for examples. I don't use their products.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Not what I asked you to try. I said start with a working example so you can see where the Aforge stuff is used. In your last reply you seem …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Start with the code where Directcast works. Look above those lines to see where eventargs is defined or is passed to the call. Remember you are using Aforge's addons so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to boost up magneto e-commerce website ?

    There is nothing new being asked here. It really does not matter if it's magneto or something else so I can't guess why you added magneto to this question. Google …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to boost up magneto e-commerce website ?

    Hello Friends !! Suggest me for How to boost up magneto e-commerce website ? My website related to jewelry making supplies like beads and findings, semi precocious beads, gold plated …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Back to Aforge to check doucuments on how to call DirectCast. You didn't define EventArgs so just *incomplete* code at this point.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Why call them at all? Put the code you want to run in the timer handler. As to calling, there are tutorials on the web today so I don't duplicate …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    Remember this is your thesis. You'll have to detail how it works so that means you would have to learn what tools you are using. Big hint? Learn about the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Video Background does not work

    I think you answered yourself. > it only works when Divi Visual Builder is enabled. You didn't tell why you disabled this?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Video Background does not work

    I am building a website using the Divi Builder in my local computer and when I try to make a section with a background video, it only works when Divi …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JamesCherrill in DATABASE

    Your source code has errors that prevented java from creating an executable class file. You need to read all the error messages from the compiler and fix those before trying …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ball tracking in model of soccer pitch using python and opencv,,,,,Help!!!!

    Pop quiz. You may NOT google this. Q. What are Sobel and Canny filters used for? If you are using google to answer then you are new to computer vision …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in systemC

    You tell me what you want, I tell you to place the code to run in the form's load event handler and there's no handler in your code dump. I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows 10 showing updates available but not downloading

    Thanks for the update. Be aware that most of these are not urgent and important. Some will fail and the telemetry back to Microsoft shows it failing which if high …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Ritesh_4 in Windows 10 showing updates available but not downloading

    Thanks for this tip rproffitt, managed to get it to update from this by downloading from the Microsoft Update Catalog
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Free VPN

    Nod to https://www.google.com/search?q=opera+free+vpn
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Free VPN

    Hello all, I am looking for a free vpn to view a laravel video tutorial in the forum. Any recommendation? Which is not a trial version? Is there any? As …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to patk570 in Loop Images 3 Images wide in PHP

    this is what i was trying to acheive. I found a solution and adapted it. include ("lock.php"); // Select the data from table_name $result = mysqli_query($bd,"SELECT * FROM products"); // …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in First Look USA: The Most Secure Hard Drive Ever Made?

    Found one. There are more. https://www.techdirt.com/articles/20160428/07395434297/so-much-fifth-amendment-man-jailed-seven-months-not-turning-over-password.shtml So much for pleading the Fifth. PS. Still in jail as of https://www.theguardian.com/technology/2017/mar/23/francis-rawls-philadelphia-police-child-abuse-encryption

The End.