-
Replied To a Post in Hi everyone, I'm ritikazoy
Welcome to Daniweb. I'll be one of those people in a few more years. -
Replied To a Post in Add a little Color to your Console Text
Having spent years maintaining and rewriting abominable code by supposedly professional programmers (the company had actually been paid several million dollars for their system) I tend to occasionally go ballistic … -
Gave Reputation to Philip_19 in Add a little Color to your Console Text
yes, its sad you need the string as a const, so i made a function to change the text color: void setcolor(int color) { if (color == 1) { system("color … -
Replied To a Post in Add a little Color to your Console Text
Aside from that being really god-awful code, this thread is many years old and not worth reviving. -
Replied To a Post in ASUS Zenbook pro bluetooth Audio reversed left right
I've tried EqualizerAPO, and while it has a lot of features, the UI is complete crap. Can I suggest something simple? Why not put the headphones on backwards? I have … -
Edited How to Cut Costs With a Virtual Assistant
Virtual assistants can cut your costs by doing a variety of tasks on your behalf, and they are often highly efficient. You can even outsource clerical tasks like answering phone … -
Replied To a Post in Private message notification
OK. At least I know the red dot really means there is something new, and now I know where to look. -
Replied To a Post in Private message notification
I keep a small number of people in my non-archived list. I only archive people to get rid of the mostly automated messages. If someone in the archives sends me … -
Replied To a Post in Private message notification
Indeed they did. And once displayed, the red dot went away. -
Created Private message notification
When I get onto Daniweb I notice that the private message icon (speech bubble) next to my avatar has a little red dot. I believe that was to notify me … -
Replied To a Post in What Would You Like To See In A SearchEngine ?
>What kind of ads you would not mind seeing on a searchengine Let me be a little more precise. It's not so much the ads I mind, after all someone … -
Replied To a Post in SEO time period
Kind of makes it hard to form a correlation between the cause and the effect when the separation can be a year or more. -
Replied To a Post in SEO time period
According to polls, about 3-6 months to see results. -
Replied To a Post in Small question with hardware
The first thing to do with any infrastructure you set up is to change the default passwords. You'd be appalled to find out how many breeches occurred because a sysadmin … -
Gave Reputation to mFilterIt in Hi everyone, I'm Deepanshu
What is click fraud? -
Replied To a Post in Hi everyone, I'm Deepanshu
May I suggest that instead of asking us to look it up and explain it, you take the time to google "what is click fraud" and read the results. Feel … -
Replied To a Post in AI art. Seems you can check if your art has been included in AI training.
>neither ChatGPT, nor any AI, for that matter, has a "soul" or capacity to understand the nuance of emotion [Voice of Fire](https://en.wikipedia.org/wiki/Voice_of_Fire) is a piece of "art" purchased by the … -
Replied To a Post in AI art. Seems you can check if your art has been included in AI training.
The big argument, as I understand it, is that this takes away opportunities for real artists/musicians/etc. to earn a living from their work product. While true, that argument has often … -
Replied To a Post in AI art. Seems you can check if your art has been included in AI training.
>So should discussions of AI applications be banned altogether on Daniweb? By implementing such a rule we would be unable to have this discussion. -
Deleted a Post in How to Select The Best SEO Service Provider for Your Website
There are many companies in the field of SEO services that claim to be the best company for your website and they have many methods like Social Media Marketing, Google … -
Replied To a Post in Zazy says hello!
Friends of ours bred Chinese Crested and they put down pee pads. Do you want to guess what their house smelled like? I find that cats make much better lap … -
Replied To a Post in Zazy says hello!
BBT was the first thing that came to mind when I saw the name. BTW I also like cats and prefer dogs, but we're too old to want to go … -
Replied To a Post in Run a command with arguments in python
I do this so frequently that I created a bit of library code. It's so short that it should need no explanation. import subprocess def execCmd(cmd=""): return subprocess.check_output(cmd, shell=True).decode().splitlines() if … -
Replied To a Post in Zazy says hello!
Welcome to Daniweb. The username makes me think you like cats. -
Replied To a Post in what is seo trend in 2023?
So what you are asking is for someone here to do the research for you and post the results? -
Replied To a Post in Hi everyone, I'm Cargen
G'day and welcome to Daniweb. -
Replied To a Post in please help this project almost due
The comment tool should be used to add a brief comment to a post. If you are asked to provide further details or code you should add a new post … -
Replied To a Post in How to explode data using MYSQL and using NOT IN?
>How to explode data array using MYSQL and using NOT IN What does that mean? -
Replied To a Post in I hate Computer Science. Should I change my major?
Whatever you major in, take a few courses unrelated to your major. University/college is a place to broaden your horizons. Aside from my required computer programming/math/statistics courses I also took … -
Replied To a Post in Happy New Year 2023!
And the same to you. -
Replied To a Post in Creating a GUI Wrapper for VLC Media Player in python/wxpython
I'm in the middle of setting up a new laptop and python is currently behaving badly. I'll try to get to this issue soon. -
Replied To a Post in Why MySql Fails To Delete Table Columns ?
I believe that you need the `drop column` command, not a `delete`. -
Replied To a Post in Why MySql Fails To Delete Table Columns ?
>#1142 - DELETE command denied to user 'pma'@'localhost' for table 'pma__column_info'** I've done very little SQL since I retired so my skills are quite rusty but it just sounds like … -
Replied To a Post in I have two HDD but one of my second HDD drive showing local disk.
Can you please post a screencap of the disk manager showing the problem drive? If you don't mind losing what's on the partition (I am assuming when you say three … -
Edited Hi everyone, I'm Ava_965
I am Ava Taubman and I am an expert industry writer who loves to explore the current scenario of different sectors, especially the Captioning industry. -
Replied To a Post in What Would You Like To See In A SearchEngine ?
My mistake. I was conflating that with the top-list results which are actually ads. -
Replied To a Post in What Would You Like To See In A SearchEngine ?
I'd like to see the elimination of ranking based on payments to Google. -
Gave Reputation to Yulen in tar vulnerability
.tar vulnerability https://github.com/dalmat501/https-github.com-dotnet-runtime/pull/1/commits/2c9ef4796667b3a2443c11ea24a96d40199b3606 https://github.com/advisories/GHSA-gw9q-c7gh-j9vm -
Edited Hi everyone, I'm johnwilliam1
I'm John Willam an Seo Expert. I've been doing SEO since 2016 and have experience working with various companies. -
Replied To a Post in Memorable Quotations
>I hope that even my worst critics remain on Twitter, because that is what free speech means - Elon Musk in April 2022 Thursday December 15, 2022 Elon Musk conducts … -
Replied To a Post in 'API' object has no attribute 'search'
It would help if we could see what type of object `api` is. I'm assuming it was created by some assignment in which case we would (like always) need to … -
Replied To a Post in Hi everyone, I'm Morris AvendaƱo.
Welcome. -
Replied To a Post in module 'csv' has no attribute 'Writer'
Definitely a case problem. Use `csv.writer` (lowercase). You'd have seen this if you were using an intellisense capable editor. Even `idle` would have pointed this out. -
Replied To a Post in Hi everyone, I'm jtoddmessage
May I ask what the point of that link is? -
Replied To a Post in Hi everyone, I'm jtoddmessage
Welcome to Daniweb -
Created Topaz Photo AI (image recovery/enhancement)
I don't often rave about software (ok, other than my own), but I have to give two big thumbs up to the latest release by [Topaz Photo AI](https://www.topazlabs.com/?attribution=true). I have … -
Replied To a Post in java project 2023 fff
Please read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). Please be advised that we are not a homework assignment service. You should not expect to learn anything if … -
Replied To a Post in please help this project due next week
Assuming this is assignment, as a former marker I would deduct points because of a complete lack of useful comments. You should get into the habit of providing a blurb … -
Replied To a Post in Do you think you can create a game with Python Programming Langauges?
>which language should somebody need to start developing a game? I would suggest the language you know, assuming it is appropriate for game development. Getting back to my 3D Breakout … -
Replied To a Post in Do you think you can create a game with Python Programming Langauges?
Popular doesn't mean best, and best can depend on many factors: 1. speed of game play and complexity of calculations 2. speed and ease of development 3. available resources 4. …
The End.