• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to happygeek in What is Cloaking?

    You tried this, right? ![cloaking.jpg](/attachments/large/0/30c2d0ab0820b209f78be586381287cb.jpg "align-center")
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Inbox inaccessible

    > Has to copy cookie to from working login,to other computer just to get login to work. So not been happy with this Dazah change,have not been active here for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Couple questions about Assembly

    Just today I read this. "Message to programmers: ALL USER INPUT IS EVIL." For your assembler app to be useful it likely takes input and produces output. Writing in assembler …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Trying to use RUBY

    Here's the thing. https://www.google.com/search?q=Write+a+function+lucky_sevens%3F%28numbers%29%2C+which+takes+in+an+array+of+integers+and+returns+true+if+any+three+consecutive+elements+sum+to+7.&ie=utf-8&oe=utf-8 finds priors and I think this is homework or coding challenges. As to your idea to port your python code, since you have a spec on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Trying to use RUBY

    so i am trying to convert my python codes into RUBY. Can someone please help me do that... 1- Write a function lucky_sevens?(numbers), which takes in an array of integers …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Couple questions about Assembly

    "So Assembly is monolithic only, it's not possible to somehow split it up?" Sure you can. In fact we now use dual ARM chips to dedicate one to motor control …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Couple questions about Assembly

    There are so many topics in your post that each one could take a session on its own. A lot of what you wrote is based on assumptions long gone. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Couple questions about Assembly

    Couple statements, couple answers. I don't understand everything. If I'm wrong, correct me, but don't be mean about it. You weren't senior in your first steps either. Some of these …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Please Help - Java

    OK, the app runs up to line 42 and all looks OK. Now which line is troublesome? Focus on that line and print or use a debugger to check the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in can't backspace a newline in vim

    To me, not a bug. The priors show that it's not a new problem and some folk have "fixed it." Here I think it's proper behavior and again, I'm running …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in can't backspace a newline in vim

    Here's the thing. That question has been kicked around for years. [ https://www.google.com/search?q=can't+backspace+a+newline+in+vim ](https://www.google.com/search?q=can't+backspace+a+newline+in+vim) tells me a lot and can be deep reading. In some views this is not a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching can't backspace a newline in vim

    I recent created a .vimrc file in my home directory because in addition to syntax highlighting and auto indention I also wanted my tabs to be four columns wide and …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in HOW TO DO LIKE THIS ONE.

    You need to read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question again.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching HOW TO DO LIKE THIS ONE.

    i manage to do numbers but how DO i ****** organize it. GAH
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Please Help - Java

    To speed things along, tell what error you see. That's 140 lines of code to slog through and the screen cap doesn't tell me it failed. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question before you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Please Help - Java

    Hi guys. So I'm building this code in java using NetBeans and literally this code has been working fine the entire time. I haven't changed anything about it and now …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to cereal in Problem with Sql syntax when trying to get value from $_GET[]

    To tell the truth, there is a space between [the **substitution** and the **flags**:](https://httpd.apache.org/docs/current/rewrite/intro.html#rewriterule) RewriteRule ^new/([0-9]+)/?$ new.php?msgID=$1 [R=301,L] ↑ ↑ ↑ space space space What you returned is without the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Check status of background convert for videos

    My thought is I'd research if others have found a way to check ffmpeg progress and from there see if I could code from there. https://www.google.com/search?q=ffmpeg+progress+bar shows some PHP and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Check status of background convert for videos

    hello guys its been a while since my last question here :P am working right now on PHP script to upload and convert video files to several resolutions ( 360 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Android app tools

    Since you are not up to speed on app creation and the research you did on this didn't work out, it may be time to bring an app developer on …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Android app tools

    Do you have any tools to develop android app for my business?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in USB killed my build?

    You know the answer. And I've seen a power supply respond badly and wipe out everything in the PC. Chances are it's just the mainboard.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in USB killed my build?

    A few problems. The potato quality images show what looks like some cyan colored plastic so is that one of the billion cheap not Apple cables? Those are in the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching USB killed my build?

    This might not be the right place to post this and if it is im sorry but I just have need help with my PC. I made my build last …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Multiple Drilldown Chart

    When confused where to start you start at the beginning. Along the way you design your apps first before you write code. If you need to automate something then you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do you add sounds to a Tkinter application

    Here's the priors to this question on DaniWeb https://www.google.com/search?q=add+sounds+to+a+Tkinter+application&ie=utf-8&oe=utf-8#q=add+sounds+to+a+Tkinter+application+site:www.daniweb.com It appears you have some odd issue beyond what you asked. If this was me I'd being asking why Pygame isn't …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do you add sounds to a Tkinter application

    It would be good for some people to help me out on putting sounds in my application without Pygame, because it doesn't work on my PC. If you can then …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to tinstaafl in Variable

    Do you have a question?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Need help with java program

    @Abdulaziz_2. Burying your post under a 7 year post? Before you post read this link -> https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Need help with java program

    Question: Estimate the time it will take to cut the grass of five clients. Given the length and width (in meters) of a rectangular yard and the length and width …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in shared memory synchronization techniques

    In answer to your statement, yes. You may want to pose questions or show where you got stuck. There are many papers on your topic (that's in your first post) …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to convert letters into maritime letter flags, using turtle graphics?

    https://www.google.com/search?q=How+to+convert+letters+into+maritime+letter+flags%2C+using+turtle+graphics&ie=utf-8&oe=utf-8 finds what may be you crossposting and the Homework assignment you may be working on. Please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question next.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to convert letters into maritime letter flags, using turtle graphics?

    I want to convert letters "M", "E" and "D" into maritime flags from turtle import * def drawInitials (ref=(0,0), w=100, spacing=10): """Params: ref (int 2-tuple): bottom right corner, the reference …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in shared memory synchronization techniques

    Given all the content on the subject at https://scholar.google.com/scholar?hl=en&q=shared+memory+synchronization+techniques&btnG=&as_sdt=1%2C5&as_sdtp= can you share more about what you are trying to do?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching shared memory synchronization techniques

    Hi, I would linke to know what is the best way to synchronise the shared memory segment. is threads usage are also advisible whie synhcronising the shared memory segement. in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to add records into Firebase in iOS sdk?

    I see how to set it up at https://firebase.google.com/docs/ios/setup and later down the page is the CodeLab. Since there are 10 PODs in Firebase, your question needs refinement. This is …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to add records into Firebase in iOS sdk?

    Hello friends, As an iOS developer, I faced a lot of queries during development, I have searched many social networking sites and joined groups to resolve my issue, and finally …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to AssertNull in Can someone confirm my SEO theory?

    Yikes. Just read my above post. Way too long. Gotta work on that. A lot. To sum up... 1. No effort at all expended on SEO -- bad 2. Using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in challenge

    This appears to be a challange you want to tackle. Show some work on your part and tell the forum where you got stuck. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching challenge

    Using Python, create a program that simulates a bank machine and transactions on a bank machine. Requirements: · Your bank machine must have an intro message that welcomes you. · …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MQ Channel Display

    It looks hard coded. http://www.ibm.com/support/knowledgecenter/SSFKSJ_7.5.0/com.ibm.mq.con.doc/q015860_.htm does not show any option to show less. Maybe you need to pipe the result to your code to strip it down to what you …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MQ Channel Display

    Dear All, I need to Display only the MQ channel ststua with out Details When using **CHSTATUS(KONDOR_TO_T24)** CHANNEL(KONDOR_TO_T24) CHLTYPE(SDR) CONNAME(192.168.11.30(1414)) CURRENT RQMNAME(GLOB_QM) STATUS(RUNNING) SUBSTATE(MQGET) XMITQ(KONDOR_OUT) it gives me all the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in c++

    Why would you write that? http://islandprogrammers.blogspot.com/2014/09/create-menu-driven-program-to-add.html seems relevant. But if you are learning how to code, you wouldn't use that.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching c++

    how to create a simple calculator for addition, subtraction, multiplication,division and factorial using switch...case statement in C++ programm
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Can someone confirm my SEO theory?

    I think you have to wait for the #1 site to blink or crash. Example? Samsung. If you were a competitor, your rank will now rise against Sam.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Can someone confirm my SEO theory?

    Imagine you have a brand new site, with no visitors. It's hard to get ranked in the search engines because you have 0 links. And without link your website will …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to rubberman in using operators

    How you code this depends upon how the lights are integrated into the system. If directly connected to I/O ports of the computer, then you would use io-in and io-out …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Alternate Color In MsFlexGrid ; coding

    I've looked at attachments 1 and 2 and found no difference. Help me out here.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Alternate Color In MsFlexGrid ; coding

    Hi, I want to create a Alternate Coloring in MsFlexGrid that using the Visual Basic Programming. Here I attach a source code : MsFlexGrid I give name : Flex If …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in using operators

    By a good deal do you mean you are looking to hire if the deal is right or good? That said, please read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you don't leave folk wondering …

The End.