-
Replied To a Post in whats the problem with my java file
Sounds like a poor project setup, and not having your classes as part of packages makes that even worse. Not using a normal naming convention for classes makes things worse … -
Replied To a Post in When did google maps images get so bad?
Google probably switched to a lower resolution provider. Whether that's forced because of unavailability of other data (maybe a supplier went out of business, or isn't allowed any longer to … -
Gave Reputation to michealadejimi in C++ atm project
PROJECT: Create an ATM class that should be bought by 5 different banks as subclasses. The ATM class should run a recursive function in its operations that should be executed … -
Replied To a Post in How to fix this error?
It tells you EXACTLY where the error is and what the error is. You're passing a null value for an argument where an actual value is required. It's for you … -
Replied To a Post in develop a prototype system for the Norman Manley Airport
having worked until very recently on ACTUAL airport software, I can tell you this is indeed not anything real. It's a simple homework assignment. Nothing wrong with those, they're supposed … -
Replied To a Post in How can I do this in java
All depends on what you need it for... A web application needs a server to run on, lots more infrastructure than a standalone desktop application. Of course if you're just … -
Gave Reputation to Nicholas_25 in Plan to launch an Android mobile app for my business
Hey Jammyshan, Thanks for the explanations, my budget is around 2500 dollars. I guess you might have some experience in mobile app development. can you suggest the best app developers … -
Gave Reputation to Suman_19 in converting python to pseudo code
n=int(input("Enter a Number:")) if n%2==0: print("Even No") else: print("Odd No.") -
Replied To a Post in About pascal language programing
So you want us to do your homework for you. That's not going to teach you anything, and would end up with your future colleagues having an unqualified coworker who … -
Replied To a Post in My Approach to Automating Grocery Shopping
An easier approach would be to store just the ingredients list per recipe in json or xml, allows you to use already existing languages to create an application that can … -
Gave Reputation to john_111 in Best way to manage a big database
If you read this page, from MYSQL itself, you will see that your database is nowhere near the size limit. https://dev.mysql.com/doc/mysql-reslimits-excerpt/8.0/en/table-size-limit.html It talks about 256TB as its max. On another … -
Replied To a Post in RE: Code added to popular NPM package wiped files in Russia and Belarus
Which shows again how important it is to have proper code review processes and things like that in place, even for open source projects. A properly run project wouldn't have … -
Gave Reputation to rproffitt in RE: Code added to popular NPM package wiped files in Russia and Belarus
This action could undermine the whole concept of open-source software. Putting the power back in the hands of Microsoft and Apple. Given how this could damage the trust that we … -
Gave Reputation to Dani in I am interested in funding a prototype for true "Social" media
I completely disagree. Reddit didn’t start with billions. Neither did Quora. I know it was a long time ago, but I bootstrapped DaniWeb with a $20 initial investment and quickly … -
Gave Reputation to rproffitt in I am interested in funding a prototype for true "Social" media
Why I thought you wanted the full product is simple. After decades of working in many capacities, when the client wants a prototype they want something where everything works. The … -
Replied To a Post in I am interested in funding a prototype for true "Social" media
Do you have a few BILLION dollars to invest in that venture? As that's what it'll take to create a viable competitor to both those giants (or even facebook alone) … -
Gave Reputation to Dani in Problem downloading files > 50MB
php.ini has a maximum file size limit, maximum execution time, maximum memory, etc. You most likely are hitting one of these limits. -
Gave Reputation to Dani in What simple web-based relational database system would you recommend?
I would stick to PHP and MySQL as they are free and there are a *lot* of online tutorials and resources catering to newbies. There is also phpMyAdmin which is … -
Gave Reputation to Dani in What are the best ways to develop a cost-efficient mobile app?
Outsourcing a mobile app like that, excluding everything else, to a small overseas dev team is probably about $250,000. -
Gave Reputation to RIO JANE_1 in Translating to pseudocode!!
Can somebody help me get the pseudocode of this one. #include <stdio.h> int main() { long int binaryvalue, hexadecimalvalue = 0, j = 1, remainder; printf("Enter the binary number: "); … -
Gave Reputation to Samak2016 in How much does social media marketing cost?
$10 per hour, -
Replied To a Post in Whats the best Java GUI Builder?
I've tried several, and the only one I kinda like is the one provided by IntelliJ. It seems to create the least convoluted code, but as anything it takes time … -
Gave Reputation to Mr.M in Theory on the VPN
Thanks but maybe I didn't properly write my question or. I've made an example with an Apps anyone can download on Google Play Store and try it out to understand … -
Gave Reputation to Ashesh_1 in Theory on the VPN
Actually, this is similar to HTTP Injector. These types of tunneling apps connect to a squid proxy that is used to access free pages that do not cost any mobile … -
Gave Reputation to timborn43 in New Seo Strategies
Hi there! The best seo strategies still remains off-page seo and on-page seo. Goodluck! -
Gave Reputation to AccuWeb Hosting in New Seo Strategies
Steps to create an SEO strategy in 2022: #1: Create a List of Keywords #2: Analyze Google’s First Page #3: Create Something Different or Better #4: Add a Hook #5: … -
Gave Reputation to jacks009 in New Seo Strategies
Content and unique onpage optimizations or high page ranks backlinks very important. -
Gave Reputation to jacks009 in New Seo Strategies
Search engine is best rule and Google fallow up. -
Gave Reputation to Webmaster_Sts in New Seo Strategies
Just wanted to know more seo strategies to get traffic and backlinks for a website.Apart from social bookmarking, directory submission,changing meta title ,description and keywords.Any help would be appreciated.Thanks in … -
Gave Reputation to kidspointdotin in Problems at my text based C++ game
Can i use same for my Project in C++ for my assignment... is it working fine?? -
Replied To a Post in Hi everyone, I'm joy3629
pumping 5 million rows is going to be a problem to do in a few seconds over any kind of network connection, and if it then needs to be parsed … -
Replied To a Post in Taxing the unvaccinated
The main problem at the moment is that there has been so much misinformation and lies from everyone (plus simply changing data causing people to update their opinions on matters, … -
Gave Reputation to rproffitt in Taxing the unvaccinated
Unverified but a possible Herman Cain award winner. See https://imgur.com/gallery/XyxP4TK Antivaxxer looks like they spent about 5 days in the hospital till they died. Some say I should have sympathy … -
Gave Reputation to Reverend Jim in Taxing the unvaccinated
It seems that competency is dead. Is that because appointees are chosen for their politics rather than their abilities? And in private industry the motivation is almost entirely greed. I … -
Gave Reputation to mohamadMrra in 106 error in my program in pascal Help!
 what is this error? please answer soon! -
Replied To a Post in Taxing the unvaccinated
sadly the politicisation of covid has caused a lot of people to think that way. I've seen people flip-flop on it even. A leftist friend before Biden became president was … -
Replied To a Post in Programming OpenGL on MacOS without XCode
yeah, everything is there. I've created symlinks from the files inside the XCode installation to places where CMake can see them. -
Revoked Solved Status for Programming OpenGL on MacOS without XCode
I'm trying to use CLion (thus CMake) to create OpenGL applications using C++ on MacOS Monterey using a 2021 (so M1 based) Macbook. Glew2 and GLFW3 are installed correctly using … -
Marked Solved Status for Programming OpenGL on MacOS without XCode
I'm trying to use CLion (thus CMake) to create OpenGL applications using C++ on MacOS Monterey using a 2021 (so M1 based) Macbook. Glew2 and GLFW3 are installed correctly using … -
Gave Reputation to shawnmicahel in Websites ranking
hi you should get help by some professionals who are experts in SEO, they can help you to be the top in ranking in search engine result which is good … -
Created Programming OpenGL on MacOS without XCode
I'm trying to use CLion (thus CMake) to create OpenGL applications using C++ on MacOS Monterey using a 2021 (so M1 based) Macbook. Glew2 and GLFW3 are installed correctly using … -
Gave Reputation to Reverend Jim in VB6 and Windows 11
For what it's worth, when I retired in 2008 and started writing code just for myself, I wrote everythig in vb.net. A few years ago I made the move to … -
Replied To a Post in Problems in sorting element inside an array of object.
start by using the standard containers. https://www.cplusplus.com/reference/list/list/sort/ shows exactly what to do... That's the c++ way. -
Gave Reputation to rproffitt in What is the best site to learn hacking or book?
You'll have to write a better question. Some consider hacking a Xbox to be different from a PC or a web site. But what is hacking? Tell more. -
Replied To a Post in VB6 and Windows 11
VB has not been abandoned. VB6 is however so old nobody should be surprised if it's no longer being maintained, it's been long since replaced with new versions. -
Gave Reputation to Jinhwan in Java Program for Savings Account with Main and a SavingsAccount class
Create a class named SavingsAccount and provide a method called deposit to allow a customer to deposit to his savings account, another method called withdraw to allow a customer to … -
Replied To a Post in Operating System in python54433434
Unless you have access to a hardware Python interpreter, you're not going to use Python to build an operating system. And even if you have, you're unlikely to succeed due … -
Gave Reputation to cossy254 in Creating a board for a game
I will like to see the code whereby instead of predefining the size of the board, you ask a user to enter the size of the board -
Gave Reputation to rproffitt in Gaming system in vb
From an alert here. You wrote: > Right now we dont know how to start and a code to present because our professor didnt teach the fundamentals of vb There … -
Replied To a Post in Assistance understanding platform policy
Only way to be certain is to talk to a lawyer, who can then ask them... But apart from Dani's suggestion, which is a good one, it can also mean …
The End.