• Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Q. How to make your workplace productive?

    And it was posted in the hardware-and-software forum.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Find a character in a word in nested list

    Maybe with Python's index feature. Tutorial at https://www.geeksforgeeks.org/python-list-index/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Find a character in a word in nested list

    Hey there! I have problem with a programm of mine in pyhton. I want to find the index of the character "o" in my list. How can I find that …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Q. How to make your workplace productive?

    Why are you making the assumption that the OP is taking about programmers / developers? Of course they need solid blocks of time to think clearly and make progress without …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Q. How to make your workplace productive?

    Incredibly off the mark. I wonder if you are really aware of how most programmers and creative minds work. Nope, I have to write you need more time at this …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Q. How to make your workplace productive?

    A. Engage in productive conversation with your colleagues, think of ideas that can make your project successful and make stop micromanaging each other. To attain a productive work environment, your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What is the use of UI/UX Design in Web Developmnet?

    This is what they teach you at techmedacademy? Incredible and a sure sign no one should consider them for any course or service.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What is the use of UI/UX Design in Web Developmnet?

    Let me know the answers
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Krunal21 in How can implement a perfect hashed data structure and their operations?

    Hashtable is a type of Collections framework in Java which is used to store and manipulate the group of objects. To learn more about [ Java Hashtable](https://appdividend.com/2019/07/04/hashtable-in-java-tutorial-java-hashtable-example/) follow this article.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What Does This Error Mean In C?

    When you or others solve your question, please mark the discussion solved.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What Does This Error Mean In C?

    Next time share code so we can see it. Also tell what you wanted this line of code to do. As a researcher I would also avail myself of prior …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What Does This Error Mean In C?

    This is the error im am recieving: "assignment makes integer from pointer without a cast"
  • Member Avatar for rproffitt
    rproffitt

    Began Watching JavaScript Operator

    In JavaScript "11" + 1 is 111, but "11" - 1 gives 10 How? Can anyone please help me with this ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in JavaScript Operator

    Sounds correct to me as the first is string + some other string. The second example uses a minus sign gives up a clue it's math and it does such …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to ss00ss00ss00 in IF ELSE in MARIE ASSEMBLY

    is this correct Load x Subt y Skipcond 800 Jump Else If, Load x Add y Store x Output x Clear Laod z add w store z Output z Else, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in IF ELSE in MARIE ASSEMBLY

    This reads like a typical assignment so I'll only note that I would definitely use the JUMP ELSE somewhere in my solution. Again, I can't provide code since that would …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching IF ELSE in MARIE ASSEMBLY

    i'm really struggling with this pseudocode to convert it to MARIE Input a number Assign this number to x if(x <y) x = x + y; z=z+w; else y=y-w; Print …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Codeigniter Transactions

    Remember I'm kicking it around and am only a sometimes MySQL programmer. It's my go-to solution for my factory test software that I developed long long ago. Sorry if I …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Putting a price in the items in the combobox

    How does this differ from your question at https://www.daniweb.com/programming/software-development/threads/521030/vb-net-creating-a-billing-system#post2255842
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Putting a price in the items in the combobox

    How to put a price on the items in the combobox? Please help . really needed it .. Thank you
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Codeigniter Transactions

    I took it as if the code reflected the need to retry on line 3, 4, 5. Since post counter as you say fails, that could be it's own transaction. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guns and violence

    In one case it's an US industry. So money?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Guns and violence

    Why is it that when nine innocent Americans get shot and killed by gangs in Mexico, Tom Cotton says the US should basically invade Mexico and clean thisi mess up. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creating multiple sessions using Codeigniter sessions

    Let's roll back to where you wrote "all users open in different tabs, when I click on one button." How about simple? If your site allows something like www.somesite.com/?user=donnie then …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Dani in Creating multiple sessions using Codeigniter sessions

    > Yes you are right. I want to open two browser tabs off of one click. Each tabs will be opening different sessions. This could be done with simple Javascript. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Codeigniter Transactions

    So I take it that the insert into the post table fails. My thought is that if it fails once, it should fail the next time so deeper inspection of …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Codeigniter Transactions

    DaniWeb was written in Codeigniter, and when posting to the forums, we use database transactions that look like this: $this->db->trans_start(); ... insert into the posts table ... ... update the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Does usleep consume CPU cycles?

    I am not an expert on this but recall a few things. First, implementation, version and host OS dependent so you can not make a blanket statement except there are …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Does usleep consume CPU cycles?

    Someone posted a comment in the [php usleep manual](https://www.php.net/manual/en/function.usleep.php) that usleep() consumes CPU cycles whereas sleep() and time_nanosleep() do not. Is this true for PHP 7.x?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Creating multiple sessions using Codeigniter sessions

    @P, isn't that fundamentally broken as by popup blockers and more? Put another way, even if you got it to work, the user's browser settings could break it. I would …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Creating multiple sessions using Codeigniter sessions

    Hi All, I am trying to create multiple codeigniter sessons for multiple users. I will explain my scenario. I have developed an application using codeigniter and launched in an ecommerce …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Trump

    GOP legislators flatly deny that Trump is guilty of "X" no matter what "X" is. It's telling that when they are instead asked, would it be illegal if **a** president …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Bracket Issue (c programming)

    While it's poorly formatted (F rated), line 26 as presented doesn't make sense to me why there is a brace there. That is, you have your _Bool palindromes and it's …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Bracket Issue (c programming)

    So, i'm having a bracket issue in line 83:9 or where the slashes are. it's telling me " error: expected identifier or '(' before '{' token", I don't understand how …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in FPGA I/O interface

    While I will repeat "It's been well over a decade since I worked with Xilinx, Atmel and other devices but for this level of support" you would be checking with …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching FPGA I/O interface

    How to get information about fpga input and output port from the FPGA?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to include GCC or C compiler for running c Program in SAMA5D27-SOM1

    I'd call up Microchip's Field Engineers for this one. From Microchip's page: > Extensive Ecosystem: >Free Linux® distributions >MPLAB X Integrated Development Environment >MPLAB Harmony 3 >Complete set of C …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to include GCC or C compiler for running c Program in SAMA5D27-SOM1

    I am using Microchip board SAMA5D27-SOM1 I am building "buildroot" by refering below showed link (https://microchipdeveloper.com/32mpu:buildroot-custom-project) I would like to add gcc or compiler to run c program related to …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to flas in Switch Lite Product review 2019

    Anyone who has bought the Nintendo Switch Lite? I have ordered one for my little boy, and now he wants to get some cool switch lite accessories, some recommendation? I …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Interesting free software from MIT

    That's odd. I'm in Canada (Winnipeg) and I had no trouble. As for linux/Windows, the headers on the python components are linux style #!/usr/bin/env python They have a forum where …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Interesting free software from MIT

    Say Jim? My buddy in BC, Canada wrote back with this. Any clues what's up or down? > That's amazing! > >I wasn't able to install it though. I've got …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Interesting free software from MIT

    For any karaoke freaks out there, There is an experimental package available for free from MIT called [spleeter](https://github.com/deezer/spleeter/wiki). This is a simple (in terms of use) AI which is quite …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Interesting free software from MIT

    For any karaoke freaks out there, There is an experimental package available for free from MIT called [spleeter](https://github.com/deezer/spleeter/wiki). This is a simple (in terms of use) AI which is quite …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Wordpress file permission issue

    Certainly sounds like your WordPress host needs to be asked why they are doing this.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Wordpress file permission issue

    Our website is hosted on wordpress and now we are facing an issue of files permissions its getting changed automatically by particular time duration in daily basis. At initially file …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Parse a csv into a Dynamic Array (c programming)

    Think about line 5. You declared an array of pointers. Then you parse your content and point at your field but then overwrite what is stored at field. Since the …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Parse a csv into a Dynamic Array (c programming)

    Hello, I am looking some help with a program. I am trying to parse the following file into a dynamic Array "Database[8][5]". Device ,Gain (beta),Power Pd(W) ,Current Ic(A) ,BVceo(V) 2N3904 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in To AMP or not to AMP?

    For me, ads have never been a big bother. What really brings down the quality are posts such as the member above along with https://www.daniweb.com/members/1169854/alilufyan25 https://www.daniweb.com/members/1169853/baabrozreal which are as close …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching To AMP or not to AMP?

    To AMP or not to AMP, that is the question. For those who have decided to implement AMP (Wordpress users, I'm looking at you!), have you noticed a difference since …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to HarbalRock in The Role of AI In Digital Marketing

    Will Machines Do What We Can Do? Discover In This White Paper. Download For Free. Oversee Complexity. Client Engagement and Operational Excellence. Oversee Complexity. 35+ Years In Business. Solicitation A …

The End.