• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in [ASK] Cannot Upload to FTP

    My encounter with this had various end user problems. The short list is: they changed browsers, security suites and had malware.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching [ASK] Cannot Upload to FTP

    In my php code, I make for user for upload their files, to ftp. For several months, its work. No problem at all. But recently they said cannot upload their …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to rubberman in Mac problem

    Actually, you can run OSX in a VirtualBox VM on Linux. Not sure about Windows. How well that would work I'm not sure as I haven't tried it, but VBox …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mac problem

    So far Apple does not offer a way to run IOS on a Windows PC or in other machines running say VMs on non-Apple gear. Yes you can google it …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mac problem

    My mac book is a little angry so I take the drive nd used it as external. How I run my IOS on windows pc?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Working with Controls

    Let's see if anyone will write if it's safe. Here I didn't need that line 1 but called out Form1 as needed in similar code in past projects.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Black screen with white box that says 'enter password'

    @rubberman. The BIOS password is more of a PC thing. It's really helped in driving down the value of a stolen laptop. If you think a BIOS password is a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in write the program in c++ to define a class called toString

    Hello new member. I'm sure folk will be very interested in how much this job is paying. Sometimes folk just plonk in some homework assignment and don't show their work …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching write the program in c++ to define a class called toString

    write the program in c++ to define a class called toString with the following data member, class variable str1 and str2 member function get string, compare string, and concatenate String
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mask out (punch out) SVG shapes

    I can't find the <svg> tag to tinker with this in jsfiddle. Is this code incomplete?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mask out (punch out) SVG shapes

    I'm attempting to mask out the circles with the gearMiddle, it is as straight forward as, what you want to mask out, you make black, what you want to keep …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Black screen with white box that says 'enter password'

    Actually this is a known thing. The BIOS boot password reset varies with the make and model. If it's a current design ONLY the maker or their service folk can …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Black screen with white box that says 'enter password'

    I forgot my password on my Toshiba Windows 10 laptop. Now every time I turn it on it has a black screen with a white box that says 'enter password' …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Geo Location

    Two things. 1. The locations are in that plugin and may not list your city. 2. I'm using Opera and VPN so while I'm in the USA, this is what …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Geo Location

    Hello, I am trying to post my city location automatically when someone update their status. How? I try this but it does not show anything as it suppose to be: …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to k99rs in Speed up query

    You can also try the below SQL. SELECT b.qty FROM orders_batch a INNER JOIN stock_qty b ON a.itemno = b.sku WHERE a.invoice_no = <Parameter Value>
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to k99rs in Speed up query

    Instead of returning all the fields of the table you are querying, only return the fields you are interested in.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Speed up query

    Looking at line 11. Do you need "SELECT *"? Why I ask is that line 15 appears to only effect 1 column yet you used SELECT *
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Speed up query

    Hello SQL Gurus, This Query below is doing the job but it is horrible slow. Is there any way to make the query faster ? Perhaps a join .. inner …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    Another idea. Since the file system on cards is well, what it is, you find you have to format that file system once in a while. I see this on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Automatically appear value in another textbox when enter value in textbox

    I see 4 ideas on this at https://forums.asp.net/t/2122515.aspx?Automatically+appear+value+in+another+textbox+when+enter+value+in+textbox My thought was also the text changed event and some javascript.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Automatically appear value in another textbox when enter value in textbox

    hi, i have problems here. i have two textbox: textbox1 and textbox2 : Order and Buyer. i want to make if user type order in textbox1 and they click enter …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    Sorry if I was unclear. My question was " how is the card mounted?" Check my supplied link about another mount parameter.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Building a new PC for Gaming and university in mind (Computer Science)

    @Siberian. Intel has what you asked for. The i9 with 18 cores. https://www.gamespot.com/articles/intel-reveals-core-i9-and-x-series-cpus-includes-2/1100-6450414/
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to swap vowals on message with consonants mips

    While I've written in some dozen or more assembly languages what I want to point out is what looks to be a fatal flaw in your design. Ready? The string …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to swap vowals on message with consonants mips

    So i want to swap the vowals with vowals+consonants everytime i found them. a = ab e = ec i = id o = of u = ug For example: …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Computer Slaves

    I thought the recent outage was British Airways. My reading on this pointed to management issues, quality of the outsourcing and choices on redundancy and backup systems. The benefits are …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Computer Slaves

    The recent flood of "technical problems" with computers at Delta Airlines, the New York Stock Exchange, the Wall Street Journal etc. make me wonder if we have become too dependent …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in rsync not syncing some files

    It's a long shot but how is the card mounted? Read https://stackoverflow.com/questions/28398905/rsync-copies-unchanged-files-usb-drive-fat32 about the 'shortname=mixed' option.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching rsync not syncing some files

    I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Python loop over files in directory then list

    Just a thought. Line 5 calls out the directory but line 9 does not.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Python loop over files in directory then list

    I have a folder with 40 files in it which I want to loop through. When I print out the name of the file my code works fine: import os …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need to add wordpress theme on website

    The lack of detail has me mindreading and I'm not good at that. Try these. 1. https://www.google.com/search?q=how+i+connect+my+wordpress+blog+with+a+database%3F 2. https://www.google.com/search?q=how+to+install+your+wordpress+blog+on+a+subpage
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need to add wordpress theme on website

    Hi dear, i need to install wordpress blog on website but i faced few issues like......how i connect that blog with database? 2nd thing how can i put that blog …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Building a new PC for Gaming and university in mind (Computer Science)

    The i5/i7 angle is almost moot for gaming. The link never has i7's but you can put the money there. That said, I moved to the i7 for many other …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Building a new PC for Gaming and university in mind (Computer Science)

    Anyone looking for futureproof need only to look to the past. If you think you can build a futureproof PC then I have bridges for sale. -> READ https://www.reddit.com/r/PCMasterRace/wiki/builds Looks? …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Building a new PC for Gaming and university in mind (Computer Science)

    Hi everyone, I appreciate this may not be the best forum for such a question however this is by far my favourite forum as everyone is so friendly and helpful …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Program

    That's the first step. Next is to determine how much time and effort you want to put into this.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Program

    I want to learn software devolpment
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in source code

    There are millions at https://github.com/open-source I bet you didn't expect that many.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching source code

    Hello ,,,i need programming open source or any source code ,please
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preg_replace() Delimiter problem

    You've broken a few rules. By not revealing cross posts folk here and all over would repeat the same work and waste their time. Others have called you on this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Preg_replace() Delimiter problem

    Let's be sure to read if others are solving this one at: http://www.codingforums.com/php/385526-preg_replace-delimiter-problem.html https://www.sitepoint.com/community/t/preg-replace-delimiter-problem/264750 is from months ago but so close I think it's the same question. Where else have …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Preg_replace() Delimiter problem

    Guys, What I am trying to do is load google.com with cURL and no matter what link is on the page, be it a google link or another domain), I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Wifi Connectivity Issue

    Think carefully about details needed to work such an issue. Here when I go out to work such I carry a spare USB WiFi stick and more. You've told so …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Wifi Connectivity Issue

    Hi Dear, I have issue in wifi connection. Whenever i tried to reconnect the wifi adapter its showing connectivity error. Can anyone resolve the issue. I am waiting for positive …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regex To Extract 2nd Level Domains From All TLDs ?

    UI I see you're not listening about cross posting. Initially I was going to try to find a recent post about a visual regex that helps us look at regex …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Regex To Extract 2nd Level Domains From All TLDs ?

    Be sure to watch https://stackoverflow.com/questions/44211567/regex-to-extract-2nd-level-domains-from-all-tlds too. And https://www.sitepoint.com/community/t/regex-to-extract-2nd-level-domains-from-all-tlds/264692 . And http://www.webdeveloper.com/forum/showthread.php?363883-Regex-To-Extract-2nd-Level-Domains-From-All-TLDs .
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Regex To Extract 2nd Level Domains From All TLDs ?

    Good Day Folks! 1. Is the following regex ok to extract top level domains and 2nd level domains ? [^.]*\.[^.]{2,3}(?:\.[^.]{2,3})?$ 2. How to write php code to use that regex …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in CALs for Windows and Exchange Servers

    Some versions of Server come with CALs. So there is no clear clean answer. And this: > Remote Desktop supports two concurrent connections to remotely administer a computer. You do …

The End.