-
Replied To a Post in Anyone use Reddit?
The best part is that the awful answers and spam get downvoted and soon don't show. Daniweb relies on moderators to do this. Reddit lets users kick replies out of … -
Began Watching Anyone use Reddit?
Does anyone here use reddit, and if so, what do you like the most about it? -
Replied To a Post in ECommerce Web & Mobile App Development
You'll have to share the scale of the work. Is this something on the scale of Amazon? Why not use ready to run systems like GoDaddy offers? Then it's cheap, … -
Began Watching ECommerce Web & Mobile App Development
How much does it cost to develop ecommerce website? -
Replied To a Post in Could not find method compile
I don't think there is an "one thing" that causes this. For example https://www.google.com/search?client=opera&q=org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler shows us there are over a dozen causes. So you do have some work ahead of … -
Began Watching Could not find method compile
hi, In my android studio build gradle is failed i dont know how so then i check the log and i saw this error Error:Could not find method compile() for … -
Gave Reputation to Dani in Twitter Bootstrap popover boundary
I just spent way too long realizing that by setting the boundary property for Twitter Bootstrap popover Javascript to viewport (I believe it's parent element by default), it gets rid … -
Gave Reputation to Rolf_2 in Same variables in a class function
class Sample { int num; void method() { num = 1; // Sample.num is set to 1 int num = num = 2; // num in method is set to … -
Gave Reputation to Dani in Do search engine optimization(SEO) is dead and if yes then what to do?
> I recall it worked a year ago but over the last few months discussions I could find with a "word" no longer show on the first page if at … -
Replied To a Post in Do search engine optimization(SEO) is dead and if yes then what to do?
@Dani, I think the old obscure word doesn't seem to work now. I recall it worked a year ago but over the last few months discussions I could find with … -
Replied To a Post in cannot connect to database but can connect with command line
Can you share your command line details as well as show tables? Example: https://alvinalexander.com/blog/post/mysql/list-tables-in-mysql-database -
Began Watching cannot connect to database but can connect with command line
this is my script but cannot connect. errot message error . user root has no password. I have created databse using phpmyadmin Warning: mysqli_connect(): (HY000/1049): Unknown database 'shop' in C:\wamp64\www\online_shopping\admin\index.php … -
Replied To a Post in How can I convert this code from python into Java
That's a tall order since: > SymPy is a Python library for symbolic mathematics. Your first order of business would be to convert SymPy or find something that can stand … -
Began Watching How can I convert this code from python into Java
# Find minimum integer coefficients for a chemical reaction like # A * NaOH + B * H2SO4 -> C * Na2SO4 + D * H20 import sympy import re … -
Replied To a Post in Solving for systems of equations with multiple variables on both sides
Sorry but I can't know how your mind works. Most of folk that code write down the steps they took to solve the problem then those steps are turned into … -
Replied To a Post in Solving for systems of equations with multiple variables on both sides
For this I'd turn to prior works, libraries and discussions as found by https://www.google.com/search?client=opera&q=Solving+linear+equations+in+Java While you could code up a solution for your example it would not be extensible. Plus … -
Began Watching Solving for systems of equations with multiple variables on both sides
Is there a way to solve for a system of multiple equations with multiple variables and variables on both sides in java Lets say im given three (or more) equations … -
Replied To a Post in The page isn’t redirecting properly. 'Im trying to login
To me it looks odd to have a space here and there. Specifically line 40 with that space after http: Are you sure that space is needed there? Looks wrong. … -
Began Watching The page isn’t redirecting properly. 'Im trying to login
Hello, I need some help from experts. I am testing a site I have created. I have an issue with login system. It worked fine using XAMPP on my computer … -
Replied To a Post in Do search engine optimization(SEO) is dead and if yes then what to do?
@Dani, I don't type as much on my phone as talk to it. This year is the end for our Apple phones (reasons) but I hear their voice to text … -
Gave Reputation to Dani in Do search engine optimization(SEO) is dead and if yes then what to do?
> Get them on the first 10 search results. As a developer, the best thing I can liken this question to is it being the equivalent of someone asking, "How … -
Replied To a Post in What is the best Screen accountability software I can use for Windows?
Have to answer no for a few reasons: 1. The company did not answer your questions. 2. The company via their site also did not answer your questions. And this … -
Began Watching What is the best Screen accountability software I can use for Windows?
I am looking for a screen accountability software. Can anyone recommend me a good software? -
Replied To a Post in Do search engine optimization(SEO) is dead and if yes then what to do?
@Dani, I'm still unsure of how to respond to folk that want the SEO results to: 1. Get them on the first 10 search results. 2. Do this in a … -
Began Watching Do search engine optimization(SEO) is dead and if yes then what to do?
Some people say SEO is dead some say people are just stopping you from getting benefit as they want low competition or unsuccess. What we think please. -
Gave Reputation to Mr.M in The SIM SWAP STORY. If you use your phone for email and more please read.
I think what's next on this issue or on this kind of hack, I think they will change or advance from sim swop to hacking the actual phones without our … -
Replied To a Post in The SIM SWAP STORY. If you use your phone for email and more please read.
CNET reports at https://www.cnet.com/how-to/sim-swap-fraud-what-it-is-why-you-should-care-and-how-to-protect-yourself/ on January 19, 2020 about this rather awful exploit. > At first glance, it seems somewhat harmless. But when you consider that most of us have … -
Replied To a Post in I need help to make a high score system in my guess the number game
Since you didn't post the code in the forum I gave it a cursory look and missed your effort as it's over 100 lines of code. That does not matter … -
Replied To a Post in Mounting ISO files
Tell more. Why I ask is I had a few folk trying to mount an ISO of a Linux install or boot image and they were flummoxed over how to … -
Began Watching Mounting ISO files
Hello, I'm trying to mount an ISO file. I tried a couple of applications to do this (four of them) but nothing works. I'm using Windows 10. I know that … -
Replied To a Post in I need help to make a high score system in my guess the number game
https://www.daniweb.com/welcome/rules notes you have to show your efforts. I see no code there as if you begin to implement any high score system. This means you are shopping this work … -
Replied To a Post in Introdaction My self
Hello and welcome @BidikouG. -
Began Watching Introdaction My self
Thank you for this warm welcome very dear friend My name is Grace BIDIKOU, and I am primarily a student and intern. I have a mastery in IT and I … -
Replied To a Post in I need help to make a high score system in my guess the number game
This question or need appears well done. As in there are priors to read such as https://www.daniweb.com/programming/software-development/threads/98387/guessing-game-in-c-help-high-score It's your choice how to create such a system but it continues to … -
Began Watching I need help to make a high score system in my guess the number game
HERE IS MY CODE https://repl.it/@ZararImtiaz/Final-PROJECY -
Replied To a Post in Same variables in a class function
If I compiled this with say GCC and the usual optimizer settings those lines 5, 6 and 7 would vanish along with method so the variable num would never exist … -
Began Watching Same variables in a class function
What are all num referring to ? class Sample { int num; void method() { num = 1; int num = num = 2; num = 3; } } -
Gave Reputation to Mr.M in The SIM SWAP STORY. If you use your phone for email and more please read.
I've been hearing with this even here in RSA, people are complaining with this, I just wonder how they do it because it seems as if the victim is totally … -
Replied To a Post in Read csv file in cpp and stored that data in array
I think you should try tutorials next on that specific subject. Here's an example on how to find them: https://www.google.com/search?client=opera&q=reading+csv+file+in+c%2B%2B+tutorial -
Began Watching Read csv file in cpp and stored that data in array
Hello, I have task to read the CSV file using C++ , the CSV file contains 10 rows x 3 colums float data and I want to read it and … -
Gave Reputation to Purvi_1 in How to add primary key in existing table
I have tried but get an error **"Cannot define PRIMARY KEY constraint on nullable column in table Application"** in SQL Server 2018 -
Replied To a Post in write a array program
I see this is your first post. Please step back and think about your discussion which looks like a demand or homework. Here's what you need to know now: > … -
Began Watching write a array program
write a c++ program in which you are required to devolpe a c++ program which encrypts the data of the user after entering his/her message in the character array the … -
Replied To a Post in Ssh to Sunos through a win jump server
I let this post age since scripting ssh has been around a long time. As to jumpssh if there was any doubt there is now some assurance this is not … -
Began Watching Ssh to Sunos through a win jump server
Hi Dani, I'm new to Python . I started working on an automation project where i need to connect to a SunOS server through a windows jump server and run … -
Gave Reputation to Robert_96 in How important is Unit Testing
Unit testing is testing that is designed to verify individual modules (functions, classes, etc.) at a low level, to verify that module is behaving as specified. You usually use stubs … -
Gave Reputation to Robert_96 in System testing
**Why system testing is required:** It is the first level of software testing where the software / application is tested as a whole. It is done to verify and validate … -
Gave Reputation to Dani in Google removed URLs any reason?
> Way too many reasons. Yes, there are lots of reasons. But luckily Google Search Console does provide some tools to give us insight into what those reasons might be … -
Replied To a Post in Google removed URLs any reason?
Way too many reasons. That is, you have your work cut out for you now. Here's two articles that list what I would be checking. 1. https://support.google.com/webmasters/answer/40052?hl=en 2. https://bloggingtips.guru/google-deindexed-reasons-and-recovery-solutions/ -
Began Watching Google removed URLs any reason?
Rcently i posted to many platforms but not sufficiant ansewre was given, can some someone tell me why google has removed my website from search, i have right pagesa and …
The End.