• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Restoring Windows Backup on SSD

    Siberian, I didn't tell all. I had to hit the BIOS and turn off Secure Boot as enable CSM to do the clone job. Then to boot Windows 10 I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Restoring Windows Backup on SSD

    I've used Clonezilla to backup a complete HDD to a folder on the other drive. USB not required. TODO Backup has it's own system so I defer to them. My …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Restoring Windows Backup on SSD

    I recently replaced a HDD with a SSD in a Laptop. Prior to replacing the HDD I did a full backup to an external drive; all was successful. I replaced …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Restoring Windows Backup on SSD

    Let's hope folk can fix this. I ran into so many issues with MSFT's backup over the years I no longer use that. I use a few other apps and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching To-Do List

    I have a to-do list made in HTML, CSS and JavaScript, and I want to redirect to a website only if they are 0 elements unchecked remaining. I think that …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in To-Do List

    I have to ask. Since this has been done so many times before ( https://www.google.com/#q=todo+in+html5 ) why not pick over prior ToDo systems?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My USB Flash Disk demands formating and on the process it fail to do so

    Hi,Happy new Year to all. I have USB Flash disk which stoped working recently I hope the problem is due to the fact that I was doing Disc Fragmentation and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My USB Flash Disk demands formating and on the process it fail to do so

    When this happens I try that HP USB FORMATTER you can find on the web. Some USB Flash Drives fail and will never format again. But you will see clients …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows 10 not activating with 7 OEM key

    Hello, I've clean-installed a Windows 10 Home on a PC which had Windows 7 Home (with OEM key present), but now am unable to activate the Windows 10 with the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows 10 not activating with 7 OEM key

    That didn't work for me. What did work was to run 7 then take the offer for the 10 upgrade. After 10 is running the PC is now marked as …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Understanding Dbus, Small applications

    Hi, I would like to learn dbus as i encounter it more in my daily work.The problem is that the applications already using it are very complex and there is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Understanding Dbus, Small applications

    Tip? When I start reading about a new area I use a search like this for tutorials. https://www.google.com/#q=dbus+tutorial Then I click on videos to watch a seminar or such.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help with IIS/.net site

    @toxicandy. I've lost count of how many company internal web sites fault like this only to discover the developer is long gone. The usual is to find what works then …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching better interface

    guys please tell me with your expertise that which operating system(windows or ubuntu) gives a better interface for creating and executing child programs..#
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in better interface

    Since both allow you to create anything you can imagine, my guess is that you are just starting out. Why not go with your target audience to get the most …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Error ORA-00907: missing right parenthesis Help

    contiunally getting ORA-00907: missing right parenthesis error when trying to insert data in my star scheme using the code: INSERT INTO account_dim (account_id, account_name) SELECT (acc_seq.nextval, lds_account.acc_name) FROM lds_account; INSERT …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Error ORA-00907: missing right parenthesis Help

    Seems there was a bug years ago ( http://www.dba-oracle.com/sf_ora_00907_missing_right_parenthesis.htm ) so there's that and you need to print/debug those variables to see if it's clean.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Condition within statements ?

    http://caniuse.com/#feat=srcset seems to note it's mostly an IE issue but since IE is mostly on Windows PCs of big screens you have to decide to let it be just so …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in calculate CBO coupling between classes

    @Mar.Na That's the neat part of open source. So you can see how it was done. The google I used found more examples too. One of the neat part about …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching calculate CBO coupling between classes

    Hi, I need a simple code to find CBO coupling between classes ,by using bcel API.this code isnt work and i dont no how calculate cbo by using parser and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in calculate CBO coupling between classes

    It appears there are tools out there ready to use like ckjm. https://www.google.com/search?hl=en&as_q=calculate+CBO+coupling+between+classes+JAVA finds this and the source if you want to see how it was done.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Condition within statements ?

    > There is a need for JS-Library solution ! Do you mean a library such as jQuery? If so, then you don't need one for this. Window.matchMedia() - part of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Condition within statements ?

    @Siberian, And that would be an entirely different question than posed here. That said, I read https://en.wikipedia.org/wiki/Lightbox_%28JavaScript%29 again to check that Lightbox is open source. Free for you to tinker …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Condition within statements ?

    @Siberian. I wonder if this is a variation of a prior discussion you created. Folk may not guess that there is, but the opening question without guessing you wanted to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Condition within statements ?

    Can a else if, or else statment contain a condition ? If the condition is not meet then, nothing happens other wise one of the else if or if statements …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Condition within statements ?

    How about an example in code for comment? In Java, C (pick any?) the if condition can have more logic, and "else if" can have same or another condition.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Client-side and server-side

    what is the difference between client-side programming language and server-side programming language? Why javascript is only a client-side programming language, but PHP is a server-side programming language? I am a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Client-side and server-side

    The thing is, https://www.google.com/search?q=what+is+the+difference+between+client-side+programming+language+and+server-side+programming+language%3F&ie=utf-8&oe=utf-8 shows many have asked and answered this. One of the lessons new programmers seem to miss is to check prior answers.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Conference room WLAN access

    Dear All I would like to install wifi hotspot internet service in our meeting rooms for guests. I want users to get their ticket theirself. What software / hardware do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Conference room WLAN access

    While there are a lot of Wireless Access Points and more, to implement this would also need understanding of your current network. Your question alone isn't enough detail. Since the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C: Squaring an array of polynomials

    Write a program that reads an array of **n** polynomials and prints their squares using arrays. Example input: n=1 1. polynomial: order: 2 coefficients: 1 1 1 Output: square(x^2+x+1)=2x^3+4x^2+2x+1 The …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C: Squaring an array of polynomials

    Let's look at MAX_ORDER and your arrays. So that's 10 and the array would be from index 0 to 9. At line 28 and other places it looks like your …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching dead ethernet connector

    Asus A8V mother board will not show on switch. Second computer does. Swapped cables, same. Is this board noted as having such an issue?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in dead ethernet connector

    Over the years, I've seen that happen many times. Since we can't swap every board that happens to we pop in some NIC and disable onboard in the BIOS.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PRO

    c++ code to count and print the number of lines,words,and word frequencies in the file
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PRO

    wc (the word count, not the closet one) has been around for decades now. Here's the source. http://www.opensource.apple.com/source/text_cmds/text_cmds-84/wc/wc.c I'm sure you know to re-use code when you can. Word frequency …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Happy new year 2016

    Same to you, and you might want to keep the cat off the keyboard. The hair gets into everything.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Help with IIS/.net site

    Hello, I do want to start off by saying this is completely out of my area as I've never really worked with any ASP.net sites and hosting off IIS is …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Help with IIS/.net site

    Chrome updates mean, well, it means that you're never sure if new security in Chrome could bite you. https://www.google.com/#q=chrome+stops+working+with+asp.net+site&start=10 and other prior discussions find many possible causes but not one …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need help on this Pascal program using Lazarus IDE

    David, I admit that I have been caught behind the more advanced ideas. I think you may mean addition but maybe your class has some operation that I wasn't taught. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need help on this Pascal program using Lazarus IDE

    I looked at what you did, but where is the question and where is the answer to my question?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I need help on this Pascal program using Lazarus IDE

    **Question:** Create a message encryption system application that translates every message character to its ASCII equivalent and pads the resultant code with a chosen random key based on an addictive …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need help on this Pascal program using Lazarus IDE

    That question looks like an assignment so go ahead and put your question in another reply. My question is: "What is this addictive operation?"
  • Member Avatar for rproffitt
    rproffitt

    Began Watching blank screen, power on but wont boot

    Hi I have an Acer "travelmate 270" . Bought it second hand, was working perfectly, then one day for no apparant reason, when I turned it on, I just got …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in blank screen, power on but wont boot

    @bmck I'd avoid such old posts. I might think you have a 9 year old laptop which my advice is to recycle responsibly.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching omiting non-like results

    I have a working search database and it's query code says $criteria = $_POST['criteria']; $query = "SELECT * FROM table WHERE field LIKE '%".$criteria."%' Order by Appeared asc"; but I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in omiting non-like results

    http://www.w3schools.com/sql/sql_like.asp writes: > Tip: The "%" sign is used to define wildcards (missing letters) both before and after the pattern. You will learn more about wildcards in the next chapter. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching quantum espresso

    is it possible to run quantum espresso in microsoft windows 10 ?? if possible, how ??
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in quantum espresso

    http://www.quantum-espresso.org/faq/installationwww/ seems to note resources specific to that system. The Windows version seems to lag so my nod is to go get VirtualBox and run the Linux apps there. http://www.howtogeek.com/170870/5-ways-to-run-linux-software-on-windows/
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Why Is My New Laptop So Slow And CPU So High?

    @Josh. The office picked up an E1 based machine and no matter what we did it never was acceptable performance. You seem to think it should work fine but it's …

The End.