-
Gave Reputation to JamesCherrill in I failed this code challenge design
If this is in the context of a Senior Java Developer then maybe they are looking for some more genrelaised approach such as define a functional interface Rule that takes … -
Replied To a Post in 106 error in my program in pascal Help!
> 106 Invalid numeric format Since we don't know what you typed in response to each question it appears your code is what we call fragile. Blows up when you … -
Began Watching 106 error in my program in pascal Help!
{program ncic; const home : real = 1500; life : real = 2000; motor_vehicle : real = 1400; business : real = 1200; Var surname : array [1..2] of string; … -
Gave Reputation to Reverend Jim in I failed this code challenge design
Let's look at the specifications: 1. output the number and “FOO” only when the integer is divisible by 3 Clear and concise. 2. output the number and “BAR” only when … -
Replied To a Post in I failed this code challenge design
@Joseph, your quote reminds me of many software development cycles. The specs are rarely clear and when not, you get what you asked for. > You got exactly what you … -
Began Watching I failed this code challenge design
I failed this coding challenge because my solution "does not scale for new divisors and iterations" I think it is actually a design (pattern) question, and would very much appreciate … -
Gave Reputation to tinstaafl in I failed this code challenge design
For a problem like this I would suggest the following steps: Break the problem down: You need numbers to iterate over and you need 2 divisors which when multiplied will … -
Replied To a Post in Do you know who Danny Sullivan is?
"I'm that guy." The mod that deleted it. This discussion lead with signature links that elsewhere just get the topic deleted and forgotten. If the OP doesn't reply, then is … -
Began Watching Do you know who Danny Sullivan is?
Do you know who Danny Sullivan is? -
Replied To a Post in Notice: Undefined index: username in line 72
Where's line 72? -
Began Watching Notice: Undefined index: username in line 72
<body class="bg-dark"> <div class="container"> <div class="card card-login mx-auto mt-5"> <div class="card-header">Change Password</div> <div class="card-body"> <form method="post" action="change-password.php"> <div class="form-group"> <label for="username">Username</label> <input class="form-control" id="username" type="text" name="username" aria-describedby="nameHelp" placeholder="Enter username" required> … -
Replied To a Post in Spotify IPO
More news on Spotify offering. The offering is not even that. No capital raise and didn't use Goldman Sachs to bring it to the market. It appears to not even … -
Replied To a Post in Diagnosing system for malaria and typhoid
Since it's just a sketch. You need to meet with the usual board of physicians to get them to tell you it's OK or not. Folk's lives will depend on … -
Replied To a Post in Can you create a programme to find Permutation and Combination
It appears the answer is yes. Here's how I found this out: https://www.google.com/search?q=Create+a+Permutation+and+Combination+in+C+language -
Began Watching Can you create a programme to find Permutation and Combination
Create a Permutation and Combination in C language -
Replied To a Post in Diagnosing system for malaria and typhoid
Sounds like you are at least thinking this through. To get to this app, you need to at least do the basic work that all medical procedures go through. You … -
Gave Reputation to JamesCherrill in Assignment Help || AllassignmentHelp
It's hard to express fully what scum these people are. They prey on worried students and take their money in exchange for which: The student fails to learn whatever the … -
Replied To a Post in Excel already open
Are you sure you are on VB6? By using such an old system on W10 I worry you have found a new issue. That aside, be sure to look in … -
Began Watching Excel already open
Hi, I run a VB6 programm that open Excel.xlsm I close the VB6 programm Excel.xlsm is always open I run a VB6 programm How can I work on the already … -
Gave Reputation to Jacob_14 in Assignment Help || AllassignmentHelp
Allassignmenthelp have well educated experts for writing assignment.Our assignment experts works hard to live up to the expectations and provide total peace of mind.We provide best [assignment help]().If you want … -
Gave Reputation to Schol-R-LEA in I failed this code challenge design
This problem is most often given under the name "[Fizzbuzz](https://en.wikipedia.org/wiki/Fizz_buzz)", being based on an old children's math game of that name, but as Rev Jim said, it is a problem … -
Gave Reputation to Reverend Jim in I failed this code challenge design
This is a standard homework problem and we don't do homework. -
Edited Time to do your thing today. It's April 1.
Need to remind a coworker to lock their machine? Press Shift+Alt+Printscreen and answer yes. Most can't fix it. So be kind. -
Created Time to do your thing today. It's April 1.
Need to remind a coworker to lock their machine? Press Shift+Alt+Printscreen and answer yes. Most can't fix it. So be kind. -
Began Watching Time to do your thing today. It's April 1.
Need to remind a coworker to lock their machine? Press Shift+Alt+Printscreen and answer yes. Most can't fix it. So be kind. -
Replied To a Post in xml - how to change the sequence of nodes.
Just a thought. Microsoft has their API all over the map but looking at [https://msdn.microsoft.com/en-us/library/system.xml.linq.xnode_methods(v=vs.110).aspx ](https://msdn.microsoft.com/en-us/library/system.xml.linq.xnode_methods(v=vs.110).aspx) I see the XNode.AddBeforeSelf Method (Object) method which looks interesting. That is, since no … -
Replied To a Post in xml - how to change the sequence of nodes.
I worry about deleting a thing before I move a thing. Since your oject lastNode is removed in line 4, I worry what line 5 would do. Also check out … -
Began Watching xml - how to change the sequence of nodes.
The following (see the full code below) successfully adds a page in a section in Onenote. What I don't seem to be able to do is to get the lastly … -
Replied To a Post in Services like bitrix24 to manage projects
Sorry if you felt something was implied. Many projects over the decades. Project tracking is easier today but I continue to see companies try to do without the project owner … -
Replied To a Post in page like ad
A few thoughts. What do you like from https://www.pinterest.com/jessabahr/facebook-page-like-ad-examples/ ? Next, consider why The Enterprise looks so good from almost any angle. There are a lot of reasons in a … -
Began Watching page like ad
Hi, How to make the most effective page like ad? Do you have any tips? Thanks! -
Replied To a Post in Python Library from C++ Library: Linking issues with Boost Python
I've yet to hit the Xlinker docs but read https://stackoverflow.com/questions/8165151/how-to-add-specific-symbols-from-static-library and how you surround the library wih whole and no-whole options. Compilers and linkers are very agressive about optimizing and … -
Replied To a Post in Services like bitrix24 to manage projects
While I did have to prodict and manage a few projects over the years, the real deal here is a project manager, both the person and the software. Way back … -
Began Watching Services like bitrix24 to manage projects
Recently I decided to start using something to manage my tasks. At first when I googled few names that I had heard, I was excited hoping that there are too … -
-
Replied To a Post in Python Library from C++ Library: Linking issues with Boost Python
Seems this isn't uncommon. https://stackoverflow.com/questions/42276194/undefined-symbol-using-boost-python?rq=1 kicked it around too. I don't have this setup so I can't replicate the error or work it. Since your post has been up a … -
Began Watching Python Library from C++ Library: Linking issues with Boost Python
Hello, Daniweb -- I have a C++ library, for which I am trying to make a Python interface. I have come across a linking issue which I haven't been able … -
Replied To a Post in PostgreSQL to WXpython
I worry that you want others to write your code. Maybe in a for hire post you could ask that but here you share your code and point out where … -
Began Watching PostgreSQL to WXpython
Hello everyone How to fetch data from PostgreSQL to WXpyhon GUI to automaticaly open the next processe ? Thanks -
Replied To a Post in new at adwords
It appears much is written on this. Here's what I used to find out more. https://www.google.com/search?q=optimizing+adwords -
Began Watching new at adwords
hi every one i am new to adwords i want to know how to start a successfull adwords on google search engine to get the maximum ROI from Scrap. -
Gave Reputation to Neena_3 in What is your SEO strategy for your e-commerce store?
* Make your store always updated * Don't make a bad feel from your store * Update vendor product data information accurately * Writing new product description is great but … -
Replied To a Post in Spotify IPO
The last IPO I bought was Red Hat. After a huge gain in one day. Sold it. When you do that you never look back. -
Replied To a Post in Spotify IPO
Fine examples and why I'm not a buyer. If you want to know what I'm buying I'll just share what I bought in the past year. Symbols only then why. … -
Replied To a Post in Spotify IPO
Let me share why I won't. Let's start wtih losses. Last year even with 71 million uses, CNBC notes that the company posted a $1.5 billion loss in 2017. And … -
Began Watching Spotify IPO
Spotify is going public next week with an IPO. Who plans on investing? -
Replied To a Post in Diagnosing system for malaria and typhoid
Sorry Ojelabi but given the current medical system for detection, I could be wrong but are you thinking you can detect these diseases without using the slides and usual workups? … -
Replied To a Post in Plugging my project
So it can be self hosted on classic Linux or Windows Servers and no requirement for a proprietary cloud? Super. -
Replied To a Post in Plugging my project
Just one. In the circles I run (trying not to get dizzy here) everytime we look at document and such management the principles always demand a no-Cloud system. That is … -
Began Watching Plugging my project
Inbetween contracts over the last year or so I have been beavering away building a CMS with a difference. https://www.graphia.co.uk/ It's aimed at companies that have huge libraries of documents …
The End.