rproffitt 2,701 https://5calls.org Moderator

That's a good start. It looks like you need to keep writing more code. As this looks like your homework you need to write it all yourself and call for help when some code doesn't work.

rproffitt 2,701 https://5calls.org Moderator

Odd choice of tags there. Your post shows in the browser tag as "scam.." You may want to choose better tags in the future.

-> On your topic I disagree. Just look into how badly countries are doing in regards to clean water access.

rproffitt 2,701 https://5calls.org Moderator

With a specific reference to the search part of this question and where we read line 79 consider:
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.listview.finditemwithtext?view=net-5.0

FindItemWithText(String)
Finds the first ListViewItem that begins with the specified text value

That answers why rod does not find a match to Prod.

rproffitt 2,701 https://5calls.org Moderator

Your question made me think of a rather awful vending machine experience. The sign on the machine read:

Correct change only.

Can of soda is 70 cents, put in a dollar bill, it keeps the change.

rproffitt 2,701 https://5calls.org Moderator

Must read: https://en.wikipedia.org/wiki/Dragon_Ball_Online

This is not open source from what I can tell. Most likely leaked or stolen code.

Share where the owners gave up the rights to avoid this discussion vanishing.

Sph_1 commented: well as u want .. ty for the help +0
rproffitt 2,701 https://5calls.org Moderator

I received a few comments via email. You claim other servers work. Use what works.

Sph_1 commented: what i mean wiht taht is on compiling like i where compiling character server, chat server , login server ... all worked and auth isnt compiling its +0
rproffitt 2,701 https://5calls.org Moderator

It's more than specifics. Many of such apps needed a specific build environment and settings.

If you leave out all the details you are pretty much on your own unless you get lucky.

So yup, you do have to tell a lot. Especially where the system was found, what compile was used successfully and more.

rproffitt 2,701 https://5calls.org Moderator

"failing to recompile on visualstudio 2019 with the fatal error C1075 [closed]"

You appear to have what I call in found code. You dumped such here without telling where the source came from so I can check if there are build/compile instructions.

Unlike elsewhere we try to give you a chance to supply the missing information.

Sph_1 commented: thats why i posted this here , soo if i can get help from any experienced C++ dev.. +0
rproffitt 2,701 https://5calls.org Moderator

The one thing I don't see is where you declare where you use RGB_steps. You have a structure but nothing uses the structure that I can find in your code.

Tutorial about this at https://www.educative.io/edpresso/how-to-use-the-typedef-struct-in-c

rproffitt 2,701 https://5calls.org Moderator

I see you wrote a lot but didn't focus on the pass by reference issue so most will pass this post up since you didn't get to the heart of the matter.

There are many tutorials about the pass by reference so I will avoid duplicating that here. Read:
https://www.tutorialspoint.com/cplusplus/cpp_function_call_by_reference.htm

Again, this is your homework and when you reach out for help you must be specific. Telling all about the twenty rounds and more when you need to understand pass by reference may be why no one responded. Read the link I supplied as it covered pass by reference for most students.

rproffitt 2,701 https://5calls.org Moderator

Sorry but I assumed this was a problem to be solved and not some homework/exercise. Everyone must share such or the discussion may result in a dead end.

The problem still is, your code didn't compute the average. Since it's your homework I can't complete this for you.

rproffitt 2,701 https://5calls.org Moderator

You forgot to define what would make "the best."

For now let's look at those I found with https://duckduckgo.com/?q=no+code+game+engines

Which did you like?

rproffitt 2,701 https://5calls.org Moderator

It appears you never computed the average. Why not simplify this code.

  1. Delete lines 1 to 10.
  2. Delete line 15
  3. Replace line 22 with System.out.println("The average is"+(total/5));
Andrew_70 commented: I would, but he would like me to use the method way so I need those lines. +0
rproffitt 2,701 https://5calls.org Moderator

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

rproffitt 2,701 https://5calls.org Moderator

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 browser close:
https://www.geeksforgeeks.org/how-to-detect-browser-or-tab-closing-in-javascript/

rproffitt 2,701 https://5calls.org Moderator

There's over one thousand lines of code there. Next time give us where to look.

rproffitt 2,701 https://5calls.org Moderator

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.

naseswar2020 commented: thank you so much +0
rproffitt 2,701 https://5calls.org Moderator

Please use the subject "Reusable Code Snippet" for working code and tutorials.

rproffitt 2,701 https://5calls.org Moderator

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.

rproffitt 2,701 https://5calls.org Moderator

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 9 different turbulence models.

Just on item 3 alone you would likely be completing or completed your masters in some related field.
Sometimes folk want to create such an app but dismiss such works is the work of some hundred or more people. I can't guess what made you post here so let's hear more about you. Your profile here doesn't tell much.

My question is: Why not use what Engsys supplies?

rproffitt 2,701 https://5calls.org Moderator

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 to a specific and small problem to solve rather than the whole project.

rproffitt 2,701 https://5calls.org Moderator

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

rproffitt 2,701 https://5calls.org Moderator

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/

rproffitt 2,701 https://5calls.org Moderator

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 on the subject: https://www.dell.com/support/kbdoc/en-us/000137238/understanding-file-and-folder-permissions-in-windows

rproffitt 2,701 https://5calls.org Moderator

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 a person at a company along with other skills such as communication, team work and such. Sometimes folk go for all the paper yet have very rough edges or other "people problems."

rproffitt 2,701 https://5calls.org Moderator

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 like you need to create a new system or app here. For now all the systems I've seen have just one admin and some have backup admins but not one did what you asked. Also, I've yet to see a program or app to do what you ask. All that means is you get to create this.

rproffitt 2,701 https://5calls.org Moderator

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 can see how you represented time and from there could suggest possible code solutions.

Also, in today's systems we don't always "print." Sometimes we can use cout (C++) or python is different as well as most apps are graphical so we have some dozen plus ways to show a result.

You need to put in a little effort on your question now.

rproffitt 2,701 https://5calls.org Moderator

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 the question in your text, you won't know till you try it.

rproffitt 2,701 https://5calls.org Moderator

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 a clue that we may want to search for hosting for Tomcat. Such should be able to run Derby as well.

  3. If I search for "Tomcat on the cloud" I find various offerings.

rproffitt 2,701 https://5calls.org Moderator

What database server (such as SQL) does this?

rproffitt 2,701 https://5calls.org Moderator

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?

PS. To catch up on what HAM was about I read a few finds with https://www.google.com/search?&q=ham10000+reddit

rproffitt 2,701 https://5calls.org Moderator

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

rproffitt 2,701 https://5calls.org Moderator

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?

rproffitt 2,701 https://5calls.org Moderator

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 didn't/couldn't keep around.
Imagine to build an image for a single board computer system where you used DOS, Windows 3.11, Linux (old version.) How else could we keep this intact for over a decade? Answer: VirtualBox.

rproffitt 2,701 https://5calls.org Moderator

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" by Kerninghan and Ritchie.

Now I only have the Second Edition.

rproffitt 2,701 https://5calls.org Moderator

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 not learn ed too?

PS: I would never call vi a "word processor.
PPS: About the only hard thing about vi is how to quit and optionally save.
Last PS: vi is a screen-oriented text editor. Read https://en.wikipedia.org/wiki/Vi

rproffitt 2,701 https://5calls.org Moderator

Please update your profile with company information. I see you may have started with 3 people in 2017.

rproffitt 2,701 https://5calls.org Moderator

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

rproffitt 2,701 https://5calls.org Moderator

If I were to look into this I would not convert such as this would be a lot of work duplicating what looks to be BITCOIN MINING.

Instead I'd see what BITCOIN LIBRARIES might be out there and then craft around said libraries found with
https://www.google.com/search?&q=php+bitcoin+mining

Creating the functions that we see in your Python code (remember I always think this is your code you wrote and not found code) would be quite the exercise for you.

rproffitt 2,701 https://5calls.org Moderator

Small world. A client wanted a clean install of Windows 7. They had the right DVD with SP1 but so many things don't work now. This is truly a version of Windows you can forget about.

Why not move up to W10? You can get the install media for 32 and 64 bit for free and you don't need to activate it. About all I find that is annoying with non-activation is you can't easily change the wallpaper.

PS, Virtualbox supports 64 bit. Read https://www.virtualbox.org/ticket/16946 as that old complaint is kicked around again.

rproffitt 2,701 https://5calls.org Moderator

I'm getting my 5G Nanobot injection tomorrow! ??!!!

PS. "Is it safe?" I don't know Jimmy, I'm not a Fox news anchor person.

rproffitt 2,701 https://5calls.org Moderator

Define better. For many of us that would be Duckduckgo. But some need Google Scholar, Maps etc.

I just read where Duckduckgo has taken a stab at Maps!

rproffitt 2,701 https://5calls.org Moderator

Accelerationism: the obscure idea inspiring white supremacist killers around the world

Uh, let's not.

rproffitt 2,701 https://5calls.org Moderator

It's been a while since I installed an OS to VirtualBox. But setup of a VM is widely written up on the web.

What stopped you now?

rproffitt 2,701 https://5calls.org Moderator

Did you look at the string functions MID, LEFT and RIGHT?

rproffitt 2,701 https://5calls.org Moderator

Update. Not the machine I had in mind but it's some old Toshiba w/32 bit single core CPU, 4GB RAM, and Linux Mint 19.
The camera (there are many like this one) is: https://smile.amazon.com/gp/product/B0897JCTRY/

Zoom (on Linux Mint 19, 32 bit) works fine as you would expect on this old laptop.
Given the very low rating of the hardware and the machine needed to go to the client I didn't have time to run Zoom in a web browser.

rproffitt 2,701 https://5calls.org Moderator

Welcome.

I see your first post as a "Reusable Code Snippet" but that would be for exactly that and not an open discussion.

bruce.hagen commented: Sorry, Did I post question in the wrong section to get an answer. +0
rproffitt 2,701 https://5calls.org Moderator
rproffitt 2,701 https://5calls.org Moderator

i tried the DMZ and openedt my forward port

You would do one then the other. Remember I did not do your research about which ports to open. I start with the DMZ so I know if port forwarding will work.

Since your PC works and devices/PCs work on the LAN then it's either your router settings or an ISP that doesn't allow this.

For example there was a client who was on a WISP (wireless ISP) and the way this WISP was setup, no one could run any servers. Also some games would fail.

-> As it stands it seems the server is fine but it's either the router or the ISP. Remember I can't see your work or router so I can't tell you which it is.

rproffitt 2,701 https://5calls.org Moderator

Maybe you could try an AutoHotKey system like AutoKey ( https://github.com/autokey/autokey ) to make what you want.

Ever used macros and apps like AutoHotKey? Much easier than a year or two under the Linux hood.