• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Manipulating sound on button click

    This sounds like you need to research web game sound engines. Try these. https://www.google.com/#q=web+game+sound+engine
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to almostbob in WP Theme to create a website similar to filehorse or filehippo?

    If you need to ask this, you do not have the skillset to do this. <<whatabitch<< I'm having a good day, don't be stressed, asking the q is how you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Read txt file

    Still sounds like one line using grep. Not to pry, but you do use grep?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Read txt file

    Hello everyone, I have a txt file with data which I want to import to an excel file, by button click. The first couple of lines of the txt file …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Read txt file

    Why code this when grep could do that in one line? https://www.linode.com/docs/tools-reference/search-and-filter-text-with-grep
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Finding the EUI address in an IPv6 address

    I think we need to take a step back here. The IP address does not contain the MAC address. However there was a need to increase the MAC address pool …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows 10

    I am facing an abnormal issue with my PC, when i start my computer it gets to Windows 10 Login screen. Now the wired issue is the Num Lock light …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows 10

    How about the old numlock.exe to do that method? Just pop it into your startup and num it is. numlock.exe is on the web too.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to send video sreame from html client to java servlet server

    i want to build light weight application for video calling using html/javascript and servlet.it is possible
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to send video sreame from html client to java servlet server

    What about this 20 line solution? https://www.pubnub.com/blog/2015-08-25-webrtc-video-chat-app-in-20-lines-of-javascript/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Finding the EUI address in an IPv6 address

    Good Morning, As this is a homework question, I'm hoping for some guidance in the correct direction or a website. I was given an IPv6 address and I need to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Finding the EUI address in an IPv6 address

    Does not look to be a two way street. That is, it's a method we can use to automatically configure IPv6 host addresses. An IPv6 device will use the MAC …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C to MIPS Translation

    **I'm having difficulty translating C code that loops through an array of grades. The C code is as follows:** int A, B, C, D, F; // declare grade counters int …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C to MIPS Translation

    My last MIPS system was years ago. We wrote in C and used a C compiler. If you don't want to setup a C compiler you can compile online. Try …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A java parser for parsing any java file in any package

    @M I was hoping to read more about your big project and what it does, goals and more. Are you cross posting? https://www.google.com/search?q=parsing+any+java+file+in+any+package seems to say you are.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching A java parser for parsing any java file in any package

    Hi,all I need a java parser for parsing any java file in any package,not only existing file ...Can i do this ? how?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in A java parser for parsing any java file in any package

    Mar Na, you have 6 posts now that dance around but never really come out and tell what you are trying to accomplish. In a few I see ready to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Personal Information

    The common complaint from users. "It's just what I asked for but not what I wanted."
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in About compiler warnings. Why do folk ignore or turn them off?

    @ddandbe. Wish it was that simple. As to careful consideration, read James gazillion dollar example.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Personal Information

    It's been kicked around if \n would do. Think of other OSes and this covers them all. Just in case. So much left unasked by Yash. Seems too much like …
  • Member Avatar for rproffitt
    rproffitt

    Created About compiler warnings. Why do folk ignore or turn them off?

    One of the best tips I learned long ago was to turn on all warnings and error messages from the compiler or development system. Yet last week, once again a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching About compiler warnings. Why do folk ignore or turn them off?

    One of the best tips I learned long ago was to turn on all warnings and error messages from the compiler or development system. Yet last week, once again a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching WP Theme to create a website similar to filehorse or filehippo?

    Hello Am looking for an out-of-the-box Wordpress theme which can help me create a website similar to either FileHorse or FileHippo in a very short time. Any one has an …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in WP Theme to create a website similar to filehorse or filehippo?

    Plugin or "out of the box"? Anyhow https://duckduckgo.com/?q=wordpress+file+sharing+theme finds the usual 2 but the site you want to emulate looks to do so much more.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to JOSheaIV in I want to save the capture fingerprint into database.

    I know this is solved, but I wanted to bring something up in that you should really think about the security related to storing these finger prints. Long story short, …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Personal Information

    write a program that displays the following information, each on a separate line: * your name * your address, with city, state and ZIP * your telephone number your college …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Personal Information

    So something like this? public class HelloWorld{ public static String newline = System.getProperty("line.separator"); public static void main(String []args){ String me = "your name" + newline +"your address" + newline +"city, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Setting up own web server on ubuntu 14.04

    You'll have to google up free dynamic dns offers but your site is indeed free (somewhat) since you are hosting it. Some folk forget that powering some old 200+ Watt …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Wifi adapter picking different channels

    Hi all, so the problem I have today is with my Asus laptop, it has a Intel Dual band Wireless-AC 7260 wifi adapter. Not sure if that will help or …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Wifi adapter picking different channels

    The channel is set by the WAP (wireless access point) and not your laptop. It would be nice if they had use channel 9 there as well as 1 and …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cameronmcdowell in Powerpoint glith

    Hi all. I'm really sorry if it is not the right forum branch for this question but. I`ve got some problem: "PowerPoint cannot read **.pptx" why could this be? It …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Schol-R-LEA in The Cyberg Project

    I agree with JOSheaIV that this seems somewhat hinky. However, if you are in fact sincere, you would find a better forum for this matter at the [OS-Dev forum](http://forum.osdev.org), which …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Looking for recommendation for Windows based gaming desktop

    My number two son is looking to replace his old(ish) Alienware laptop with a new gaming desktop. He is leaning toward another Alienware (although desktop this time rather than notebook). …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Looking for recommendation for Windows based gaming desktop

    I'll share my son just replaced his 5 year old laptop with another gamer laptop. Here's the old and the new. http://www.amazon.com/gp/product/B0034NGZWM ( ASUS Republic of Gamers G51JX-X3 later upped …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Laptop battery full charged

    Sorry but I was unclear. It was a new battery install and while it charged to 100% it seemed a little short on time so we gave the battery calibration …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Turbo C help

    @ddanbe, I had to ask since last year a new hire was stumbling around as we use gcc and later compilers. As to cost, the new online fiddles are currently …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Turbo C help

    Enter 10 student grades and print the total number of passing and failing grades entered
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Turbo C help

    I have to ask why Turbo C. Maybe it's out there as a free download but to learn such a dated system would have you unlearning what you learned. https://en.wikipedia.org/wiki/Borland_Turbo_C …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Laptop battery full charged

    I'll disagree. Battery calibration is not a single procedure that fits all machines. However since battery makers and others stand to gain from such, we can assure ourselves of more …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Laptop battery full charged

    Sorry if this sounds harsh but discharging LiOn batteries is only good for those that make and sell such things. You can read from https://www.google.com/#q=fully+discharging+a+battery Don't do that?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching hello ! i need help with my assembley assignment

    Write a Pentium assembly language program that will convert a BCD number in AL to a seven-segment code using a look-up table containing the seven-segment codes of the BCD numbers. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in hello ! i need help with my assembley assignment

    Google found this http://projectsgeek.com/2011/05/bcd-to-7-segment-code-conversion.html Be sure to give attribution to where you get such things.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching My Windows explorer keeps closing....pls help

    My windows explorer keeps closing, I have downlided hijack this and did a scan below is the result, please help on what to do next: Logfile of Trend Micro HijackThis …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in My Windows explorer keeps closing....pls help

    While (missing) items in Hijackthis logs have prior discussions I spotted more than one Antivirus. I see AVG and Quick Heal something. Make up your mind on that. Also, there …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C# programming help

    I'm a beginner to programming and need sites books literally anything that might help me learn more would be amazing. thanks.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C# programming help

    http://forum.unity3d.com/threads/complete-c-sharp-beginner-any-tips-on-learning.133974/ points out an absolute begginers book. Try that one since what's on the web won't do.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can't understand c++ syntax..

    Just a parting comment. Next time reveal what the app is doing. Ever hear the story of https://en.wikipedia.org/wiki/Blind_men_and_an_elephant ? You revealed just half the lines or less and if you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can't understand c++ syntax..

    Hi, I am converting some C++ code to C# now and need some help on reading it! The C++ code is: uchar p2 = im.at<uchar>(i-1, j); uchar p3 = im.at<uchar>(i-1, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can't understand c++ syntax..

    I'm guessing this is that image thinning code out there. Maybe a port from other languages would be easier for you. https://github.com/zehranaz/cs289-final-project/blob/master/thinning.py
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Laptop battery full charged

    I forgot a thing. Look in your laptop docs and online about how to calibrate the battery. Many models require a calibration run when you put in a battery.

The End.