-
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 … -
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? -
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 … -
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 … -
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. -
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 … -
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. -
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 … -
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. -
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 … -
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. -
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 … -
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 … -
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 … -
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 … -
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 … -
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. -
Began Watching how to edit and update from tinymce editor from php mysql
how to edit and update from tinymce editor from php mysql -
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/ -
Began Watching I need help on C++
error: expected unqualified-id before '{' token  does this? You replied with SQL (but not which SQL) along with cPanel which neither appear to do what you ask. Sounds … -
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 … -
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 … -
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 … -
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? -
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 … -
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 ? -
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 … -
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 … -
Replied To a Post in Ask two people for password recovery
What database server (such as SQL) does this? -
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 … -
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? … -
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 -
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 -
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' … -
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? -
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 … -
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 … -
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 … -
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" … -
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. -
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 … -
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? -
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. -
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. -
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.