-
Replied To a Post in Bluej Music player
See that first error in the Player class (line 19) ? It sounds just like what Mikey noted at http://www.dreamincode.net/forums/topic/95227-cannot-find-constructor/ -
Gave Reputation to tor-arne in Bluej Music player
> To me this looks like code that has a lot of missing methods. Also, it looks a lot like what was in the BlueJ programming book. https://github.com/drblinken/informatica-examples/tree/master/eclipse/BlueJ/src/chapter11/musicplayer for example. … -
Replied To a Post in Bluej Music player
To me this looks like code that has a lot of missing methods. Also, it looks a lot like what was in the BlueJ programming book. https://github.com/drblinken/informatica-examples/tree/master/eclipse/BlueJ/src/chapter11/musicplayer for example. Since … -
Began Watching Bluej Music player
Yes i do know this have been posted atleast two times before, but i can hardly get anyhelp out of it. So back to my post, trying to figure out … -
Replied To a Post in How to create binary code to store in memory and then execute?
I'm going to answer this a different way. What you are essentially doing is Inline Assembler. There are priors on that at https://www.google.com/search?q=inline+assembler+linux but some basic knowledge is required here. … -
Began Watching How to create binary code to store in memory and then execute?
gerard4143 explained 6 years ago how to store binary code in memory and then execute it. See https://www.daniweb.com/programming/software-development/threads/353077/store-binary-code-in-memory-then-execute-it#post1500738. In the example, we create an array of unsigned char containing these … -
Gave Reputation to happygeek in What is keyword stemming?
Hey, aren't you a SEO company? Would have thought you should know that answer to this (and all your other 'questions') already to be honest... -
Began Watching Conversion software
Hi there. I need 'ost to pst' conversion MAC software. Preferably online. Can anyone advise me a good one? -
Replied To a Post in Post Signature available after certain amount of posts
To me this post -> https://www.daniweb.com/digital-media/digital-marketing/search-engine-strategies/threads/509934/how-can-infographic-is-help-to-rank-website is what we've been discussing. New member joins, makes that spam tagline and asks a low grade question (IMO.) -
Began Watching Post Signature available after certain amount of posts
To reduce the amount of threads/posts from new members that are here only to post (pointless) threads or posts just to have their signature with spammy URLs underneath it, is … -
Gave Reputation to Zinavo in How Will You Optimize Anchor Tag?
How Will You Optimize Anchor Tag? -
Gave Reputation to happygeek in How to reduce website's bounce rate?
Seeing as your own company claims to be capable of "branding and promoting your product, services as well as your business through digital media or online platforms to generate revenue" … -
Gave Reputation to Zinavo in How to reduce website's bounce rate?
How to reduce website's bounce rate? -
Gave Reputation to Zinavo in How many ranking factors does Google use?
How many ranking factors does Google use? -
Gave Reputation to santhoshsocial in What is search engine submission in SEO?
What is search engine submission and how to do it? Why does it important in SEO? -
Replied To a Post in Messed up by Win 10 Automatic update, summer 2017
Been on the road and visited a relative. They had a laptop that would not connect to the router. No problem (never think that.) I did the usual forget the … -
Replied To a Post in Connect 2 PC, 1 monitor & Router
The goal here is unclear. Sometimes folk want both PCs to show at the same time on one monitor. That can be done by going headless on one of the … -
Began Watching Connect 2 PC, 1 monitor & Router
How can I connect my new Win 10 PC and my old Win 8 PC together to 1 monitor, all to my Direct Tv router that I use to connect … -
Replied To a Post in Help me to convert this code to Python 3
Why does this code look so much like https://stackoverflow.com/questions/43950000/hackerrank-buying-show-tickets-optimization which is a post from about 2013? It appears this is a online screening test of a company and is just … -
Replied To a Post in Help me to convert this code to Python 3
I have questions. 1. Why is there so many blank lines? 2. What stopped you from converting this yourself? 3. More on question 2. What line did you need help … -
Began Watching Help me to convert this code to Python 3
long waitingTime(vector<int> tickets, int p) { // bool flag indicates whether it's Jesse or not queue<pair<int, bool> > aQueue; for(int i = 0; i < tickets.size(); i++) { aQueue.push(make_pair(tickets[i], i … -
Replied To a Post in Responsive File Manager
I would be guessing you are asking about http://www.responsivefilemanager.com/support.php and the problems it has. The fact the site has many year old support questions may mean it's either perfect or … -
Began Watching Responsive File Manager
Hello, I start using the file manager, yet there is something strange happening. I cannot upload the image through mouse click. Nothing happen when I click the image in the … -
Replied To a Post in Messed up by Win 10 Automatic update, summer 2017
Good to read you are working on the issues. Here's more about my PC Medic Bag. When I know I'm going to be working on PC problems I have my … -
Replied To a Post in Login failed for user 'MICROSOFT\win7'. (Microsoft SQL Server, Error: 18456
@dongtrien. I agree you need to just supply information as most will not download your files. -
Began Watching Login failed for user 'MICROSOFT\win7'. (Microsoft SQL Server, Error: 18456
After installing win7 and install SQL 2005 opens the error, see the video attached: http://www.mediafire.com/file/wmuzvn8wx3yii0u/ErrorConnectSQL2005.swf you know how to fix this error ? -
Gave Reputation to hericles in Login failed for user 'MICROSOFT\win7'. (Microsoft SQL Server, Error: 18456
Any chance you could simply add the error message to the post rather than have us download a file? And Win7 with SQL Server 2005? Why so out of date? -
Replied To a Post in Getting the "SIGN.MEDIA" value for a directory on a Windows 10 share
I found no authoritative answer but this seems to be the answer (quote and link follows.) > From the original post information they had a Hex value of 2A314 which … -
Began Watching Getting the "SIGN.MEDIA" value for a directory on a Windows 10 share
Hi, I'm trying to make a program that sets up the hight dpi compatibility mode programatically on Windows 10, so that I don't have to set up manually the properties … -
Replied To a Post in Messed up by Win 10 Automatic update, summer 2017
Small world. A friend had some similar issues but they worked with me and most if not all issues were cured. Their DVDRW drive was very old and slipping a … -
Began Watching Messed up by Win 10 Automatic update, summer 2017
This past summer I was "treated" to an automatic update by my Win 10 OS (updated for free from Win 7). Ever since then my computer has been an unending … -
Gave Reputation to diafol in Difference between Linux and Window hosting
You could probably fill a 1000 page reference book with that answer. Perhaps it's best if you outline your requirements and then we could focus on the relevant issues. E.g. … -
Replied To a Post in Is there a function in c# that returns x times of given char or string. Or
Try https://stackoverflow.com/questions/7601171/how-to-repeat-a-set-of-characters -
Began Watching Is there a function in c# that returns x times of given char or string. Or
Is there a function in c# that returns x times of given char or string. Or I must code it? Thank you Saanvi sharma -
Gave Reputation to happygeek in 10 update deleted ALL my music.
I use Windows, my wife uses Windows, my sons use Windows. None of us have virus issues, or lost files such as this... So your point is what again? -
Replied To a Post in Draw n sided polygon
Why the triangle. Why not the old classic turn method we read at: http://silshack.github.io/fall2013/post/2013/10/07/assignment.html PS. Your title calls for a n sided polygon and code seems to be some odd … -
Began Watching Draw n sided polygon
I have to draw an n sided polygon using an isosceles triangle function. It should be only 3 lines inserted under def draw_pie(n, r). Can you help me figure out … -
Replied To a Post in Is a Guest blogging only a way of SEO content marketing?
**"This just in"** I wanted to update my reply as some discussions gave me a new look into blogs. Not that it gave any new life to old school (what?) … -
Replied To a Post in Golden Ratio based Flower recognition
It appears you are branching into a new idea. https://github.com/mgmacias95/Flower-Recognition for example went down another path. -
Began Watching Golden Ratio based Flower recognition
Is it possible to integrate Perfect Circles of the Golden ratio geometry in designing logo based on these link ( https://goo.gl/images/7eYZoG ) to recognize flower.. What do you think guys? … -
Gave Reputation to Reverend Jim in 10 update deleted ALL my music.
If I might suggest something, I use a great free tool called [Everything](https://www.voidtools.com/). I find it very useful to instantly find things when I don't know exactly where they are. … -
Gave Reputation to pty in Please help me make this program work, can't find the problem
You're welcome, glad I could be of service. -
Gave Reputation to diafol in How hard it is to learn Java or PHP?
How long is a piece of string? Been using php for more than 10 years. Still learning new things about it. The number of variables make the question nigh-on meaningless. -
Gave Reputation to happygeek in Vulnerable shopping carts lead to $26 million card theft Down Under
According to the [Australian Federal Police](http://www.afp.gov.au/), it would appear that at least half a million credit cards 'down under' have been compromised and funds in excess of AUS $25 million … -
Replied To a Post in Not preserved the file MS CorelDraw X4
This is only the lesson about saving often and to enable backup copies. https://www.reddit.com/r/Jokes/comments/362mme/jesus_and_the_devil_are_having_a_contest_on/ again if you missed it. However there are spammers that will take the trouble to not … -
Began Watching Not preserved the file MS CorelDraw X4
It's just awful... I saved the document 20 minutes ago. Just my CorelDraw X4 took off leaving me no hope of saving. Opened a backup, it was even stupidly empty. … -
Gave Reputation to Pls_1 in Compaq Presario F700 won't turn on
Mine won't turn on either can you help? I've tried everything and I don want to go inside of the laptop besides the hard drive and ram -
Replied To a Post in Facebook invite friends doesn't work
Remember I'm not an expert on this but category would matter (read that first link) and about your script, I don't see code here so no one can see much … -
Replied To a Post in Calculating Absolute Speed
Sounds fine. Now test but verify. You don't have that much code there. In the time you worked this out here, you should have your code on the target and … -
Replied To a Post in Up vote comment in mobile
OK, so I thought if mobile was off, how about a Chromebook? Now that's really looped. There are so many things that don't work right that it's not going to …
The End.