• Member Avatar for rproffitt
    rproffitt

    Began Watching help using java (array and method) not returning the average?

    /** * @param args the command line arguments */ public double averagegrades(double total, double average) { average = total/5; return average; } public static void main(String[] args) { Scanner input …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C# scrolling game help

    Think of what differs from the new game to the code for next level. Maybe that UpdateStyles?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MySQL - automatically update row after5 min of inactivity (set expirat

    Looks like you need a cron job with your choice how often to run to log out users. Also, look at this example to run Javascript code on window or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MySQL - automatically update row after5 min of inactivity (set expirat

    Hi All Can anyone help me, if user inactivity and update my datbase row automaticlly ( I mean time set if user inactivity or browser close ) Before login $sql …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C# scrolling game help

    There's over one thousand lines of code there. Next time give us where to look.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C# scrolling game help

    Learning C# and I am working on a C# scrolling shooting game. The game works so far but when the player finishes a level, I want the enemies to appear …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to create a pipe forks two processes?

    There appears to be a tutorial about this. https://www.tutorialspoint.com/c-program-to-demonstrate-fork-and-pipe To be fair I will let you do your own homework from here on.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to create a pipe forks two processes?

    Any body can help me with solving this task: Write a simple program that creates a pipe forks two processes and then sends data through the pipe. Use two standard …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Buttons don't work or even appear in my Java GUI in JGRASP

    Please use the subject "Reusable Code Snippet" for working code and tutorials.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Buttons don't work or even appear in my Java GUI in JGRASP

    The Action Driver Class when it runs it just brings up a small box with java logo and close and minimize options thats all...... I have reviewd the code over …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to add expire time for push notification in android , php curl

    My first thought is the code would look something like this pseudo-code: if UserIsOnline then send message Else add message to a queue to send later.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to add expire time for push notification in android , php curl

    i have created messaging service, also created php file from this file i send push notification. issue is in case user is offline and comes after some time , in …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in GUI development help with python

    Let's get some items clarified here. 1. Your image looks to be open source from https://engys.com 2. It might be CFD or https://en.wikipedia.org/wiki/Computational_fluid_dynamics 3. From the Wikipedia you could use …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching GUI development help with python

    Dear friends: I need to develop a numerical computation software with a GUI interface like the attachment. I have tried tkinter package, but it seems that it can not resolve …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Convert java and pseudocode into python

    You might not get replies due to how wide your request was. That is, you seem to be asking for others to complete your work. Next time narrow this down …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Convert java and pseudocode into python

    I'm trying to convert a Java code into Python. I could adapt most of the code, however, it is difficult to me to link all the functions. The java code …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how to edit and update from tinymce editor from php mysql

    Too vague. Spend more time explaining what you need done. Updating some MySQL database with Tinymce doesn't look supported.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how to edit and update from tinymce editor from php mysql

    how to edit and update from tinymce editor from php mysql
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need help on C++

    A typical app/program in C++ would have a main(). This is usually covered in the first chapter of most C/C++ books. Here's a tutorial. https://devblogs.microsoft.com/cppblog/cpp-tutorial-hello-world/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I need help on C++

    error: expected unqualified-id before '{' token ![Screenshot_2021-03-04_at_8_42_59_AM.png]( https://static.daniweb.com/attachments/4/51fafe4f14ed095fd30745da3cbad862.pngg Hi guys I need your help. I am learning C++ on shell. I am trying to make it so you can make …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Copying a database file from C drive to a pendrive

    Since this is VB6 I can assume this is Windows. Windows and other OSes have file and folder permissions which you may need a tutorial on. Here's one of thousands …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Copying a database file from C drive to a pendrive

    I have developed a software in VB6. I want to give a menu option for back up. ie. to copy the database files to a pendrive I have given the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What should a full stack nodejs portfolio contain?

    What is "ir"? I hope someone has discussed with you that landing a job is not always about having the full stack or certs. It's about the need for such …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What should a full stack nodejs portfolio contain?

    Hello everyone. Thanks for taking Time to read muy question AND, hopely, giving retribution. Im from Argentina, currently studying a sort-of full stack node.js carreer. I want to build an …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ask two people for password recovery

    I asked What database server (such as SQL) does this? You replied with SQL (but not which SQL) along with cPanel which neither appear to do what you ask. Sounds …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in flowgorithmI would be glad if you could help me with this problem in my min

    First it's unlikely that you'll get folk to craft a Flowgorithm solution. Next you didn't provide any code in c++ or python which needs the solution. Why code? So we …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching flowgorithmI would be glad if you could help me with this problem in my min

    Is there a standard algorithm that can output the difference time (in seconds) and use it to print the minutes, hours, numbers? I would appreciate it if you show this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is it possible to use RAM with different frequencies?

    Topic Question is "yes." As to the question in the topic, while that is yes, it's never recommended as once in a while there is trouble when mixing. As to …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is it possible to use RAM with different frequencies?

    So, i have a DDR4 4gb RAM with 1866Mhz installed on my laptop. Then i plan to add DDR4 4gb RAM with 2400Mhz. What will happen?
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to bracknelson445 in How can we improve the speed of our custom website?

    You can reduce external HTTP requests if you have an abundance to boost your website speed. Many WordPress plugins and themes load all kinds of files from other websites. These …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to John_165 in Hello, please, can you help me work on the graduation project and I am havi

    I guess is Visual Basic 6 ?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Apache Derby Database Cloud

    A few issues. 1. JavaDB doesn't appear to be distributed any longer. I'm reading https://blogs.oracle.com/java-platform-group/deferring-to-derby-in-jdk-9 which was in 2015 so I'll write JavaDB is no more. 2. https://db.apache.org/derby/docs/10.0/manuals/admin/hubprnt09.html gives us …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Apache Derby Database Cloud

    Hi! I have been developing and distributing Standalone Java Products in my local market for 4 years. My products include, POS Softwares for Retail and whole Sale Businesses and for …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Ask two people for password recovery

    What database server (such as SQL) does this?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Ask two people for password recovery

    I want to split database access and permissions with another person. The problem is we don't know how we can make sure we both have the same rights and permissions …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in how i extract features from ham10000 dataset and perform segmentation

    It appears some have kicked that around before. I'd seek out others that discussed this to collaborate on your new project. Did anyone create a TRUTH database for this dataset? …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching how i extract features from ham10000 dataset and perform segmentation

    Hi i want to know we can perform features etraction on ham10000 and segementation also train model with cnn
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Parse error: syntax error, unexpected ':', expecting ')'

    Let's say this is PHP. Can you show me "get" at https://www.php.net/manual/en/langref.php ? Also, lines 14 to 17 seem redundant as I read https://www.php.net/manual/en/function.require.php
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Parse error: syntax error, unexpected ':', expecting ')'

    the issue is with line 8, I can't work out where to put the bracket/s <?php defined('APPLICATION_PATH') || define('APPLICATION_PATH',realpath(dirname(__FILE__) . '/../app')); const DS = DIRECTORY_SEPARATOR; require APPLICATION_PATH . DS .'config' …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hello, please, can you help me work on the graduation project and I am havi

    I haven't heard of Fagul except as a work to insult someone. Yes, I googled that. Is there a more common name for this language?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hello, please, can you help me work on the graduation project and I am havi

    Hello, please, can you help me work on the graduation project and I am having difficulty with coding. I want a code to call data from an Access database in …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Xozz in Running VirtualBox

    I got an error when I opened the machine from the new folder. But I figured out how to solve this: I had to delete the machine from the list …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Running VirtualBox

    The VM "file" should be easy to move then open it later with VirtualBox. For over a decade we packaged up development kits plus the OS for setups that we …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using the Vi word processor

    Since you shared your book on C++ let me share I have two books on C. Well, one now that someone borrowed my old version of: "THE C PROGAMMING LANGUAGE" …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Xozz in Running VirtualBox

    I'm downloading an Windows 10 64-bit ISO now. It should work. I'll tell you if it didn't, or did.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Using the Vi word processor

    vi is not Linux. There are so many text editors that I would not call this a requirement any longer. Maybe 3 decades ago but not now. But hey, why …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Using the Vi word processor

    Hello. I'm trying to learn LInux. The book I read states that you should know how to use Vi. What is your opinion about that?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm deanbraiden

    Please update your profile with company information. I see you may have started with 3 people in 2017.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm deanbraiden

    I'm a digital marketer and co-founder of Seek Social LTD. It's a Multi Award-Winning Digital Marketing Agency based in Manchester, England but services over the world.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Play music from a remote URL in android studio

    What is this "music player"? I may be dated since it's been a year since I was writing Android code but from back then we used the following: https://developer.android.com/guide/topics/media/mediaplayer

The End.