5,430 Posted Topics
Re: On the plus side, 1000+ new members! Should I top post about my Lenny phone bot? I got tired of the spam calls so I looked at call attendant systems but for home use there are few less than hundreds of dollars. So I settled on [Lenny.](https://www.vice.com/en/article/d3b7na/the-story-of-lenny-the-internets-favorite-telemarketing-troll) I have the … | |
Re: At the top of the DANIWEB editor, look for </> which is third from the left. Works for me. | |
Re: Here's to a speedy recovery. COVID BA.4 and .5 have an R0 value of 18. Original COVID was about 3. You can see what's going on in the usual charts. North Korea doesn't stand a chance on this variant. | |
Re: How's your effort going as to joining their developer team? https://www.daniweb.com/programming/databases/threads/538221/how-do-you-join-the-open-source-database-community-to-contribute#post2286457 Given the troubles you have with OpenGauss, I'm not impressed at all. I'll stick with MySQL thank you. | |
Re: If you wish to sum() then sum(). See https://www.w3schools.com/sql/sql_count_avg_sum.asp I would NOT write code to iterate over the list and sum it up. | |
Re: From memory this is the area you paint in. The coordinate of the app might be at 0.0 but the border might be 7 wide so there are absolute windows coordinates, window bounding coordinates and so on. Try making the app full screen borderless and see what the spy says. | |
Re: Continuing from our last discussion, I know what I would do but it hasn't dawned on you why that would be the fastest. As such, post over in https://www.mongodb.com/community/forums/ to see what they say. | |
Re: Better than [1990's TV](https://my90stv.com/). | |
Re: Little late here but the few times we needed to range limit values we did so with encapsulation. Tutorial at https://www.w3schools.com/cpp/cpp_encapsulation.asp In the get or set we could customize the range limit or almost any effect we required. | |
Re: Or the UI is designed by the company or client that hired you to implement it. There's more to UI design than what you wrote. Can you expand your post to include other ways UI design is done? | |
Re: I have yet to see such a feature. https://kb.iu.edu/d/aews tells me it's just one more command line to securely copy in your key. | |
Re: This would be a great place to start your contributions that you asked about at https://www.daniweb.com/programming/databases/threads/538221/how-do-you-join-the-open-source-database-community-to-contribute#post2286457 Dig into the source code to learn how their code works and why this happens. | |
Re: Given the tags asp.net and C# I don't know of a quick as in ready to code solution. Now if you had PHP on the backend, there are PDF utilities to create PDFs. What have you found for asp.net so far? | |
Re: https://en.wikipedia.org/wiki/PHP gives a history of PHP and frankly it's none of the ones you noted. It appears to be a new organically grown language that wasn't intended to be a language at all. | |
Re: Which page? What editor? Daniweb hasn't implemented a "copy code" feature that you see elsewhere. | |
Re: As I read https://dev.mysql.com/doc/refman/5.7/en/query-cache.html my view/answer is I wouldn't bother optimizing in this situation. | |
Re: I think I see 4 or more problems with this code. 1. Unbalanced braces. 2. No matter what happens prior to line 18, $html sets the string unconditionally to data not found. 3. I see on line 7 you building the string but line 8 negates line 7. 4. Also, … | |
Re: Some tend to be a pedant about this. For me, I'll skip past this to try to get to the person's real question. | |
Re: I have to ask. SInce https://www.google.com/search?q=How+can+we+do+guest+blogging seems to give up so many good ideas, can you share what is eluding you? | |
Re: Reading https://www.quora.com/How-can-you-determine-the-trust-score-assigned-by-search-engines-for-a-given-website for example this score does NOT appear to be linked to the browser used. Can you define "high trust score"? | |
Re: I've seen this issue for years. It's not a show stopper but for me explains why many add tags that don't belong. | |
Re: No code so this is a Design discussion. It's yours to make or the client's choice what the result should be but I can see how a SQL statement might be "ACME" and "APOGEE" which our Wile E Coyote may want to get both products as his experience has been … | |
Re: Without detailing what it does, my nod is to https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.defaultthreadcurrentculture and its example. Given it affects the current and new threads, this line of code should appear too often. Also note CurrentUICulture as it may be a good idea to implement or at least know about it. | |
Re: This is one of those I would turn to Rosetta Code. https://www.rosettacode.org/wiki/Letter_frequency has over 124 solutions in various languages. While a student would have such as an assignment, later you are IRL and want to get the app done without re-creating the wheel. | |
Re: Be sure to show your work so far then state what's stopping you. Read https://www.daniweb.com/welcome/rules > Do provide evidence of having done some work yourself if posting questions from school or work assignments | |
Re: Or replace D7 with a Schottky diode to minimize the drop and adjust your voltage divider to cancel out more of the error introduced by the source reverse polarity protection. R2 and R3 could likely be 10X higher in value to avoid throwing off the Vin voltage. I don't know … | |
Re: Small issue here. You didn't ask a question or tell us what the error was on what line. | |
Re: Please add code for us to look at. | |
Re: Taylor Hyles wrote that in 2016: Be sure to give credit to their contribution: import java.util.*; import java.io.Console; public class FourDigit { public static void main(String[] args) { Console console = System.console(); LinkedList<Integer> stack = new LinkedList<Integer>(); int digits = 0; do { String response = console.readLine("Enter a four digit … | |
Re: What control panel? Be specific. Also a nod to https://support.hp.com/us-en/document/bpj07429 about printing a sheet at the printer along with said update. This sort of device does NOT plug and play. There are many steps to get it working on a network and some networks require steps that are not required … | |
Re: There are far too many issues with vb6 and Unicode. For example: "Visual Basic controls are not Unicode aware." Also, "Strings passed to API are converted to ANSI and vice versa" But hey, good luck with your attempt, there are prior discussions about this but no one I know will … | |
Re: Sadly, there's been a lot of opengauss spam. I've used SQL databases for decades and Oracle just once. Ever since MySQL rolled out that's what we use along with SQLite. Nobody is looking at openGauss except spammers it seems. | |
Re: In your profile is this: > One Bpo Shop is a trusted name as a Digital Marketing Agency Shouldn't you be answering this question rather than asking? Of is this agency new and to be avoided? | |
Re: As Reverend Jim asks, why C++? Today if I need to do a thing I'm off to the land of Python. | |
Re: The omission of all PC details means I'll stick with the usual fix which is a new motherboard. Example: https://forums.tomshardware.com/threads/my-pc-wont-start-until-i-remove-and-reinsert-my-ram-or-turn-off-psu-after-shutdown-then-turn-it-on.3141531/ | |
Re: I'm finding today's browser cache content like no tomorrow. To see the new content or check if a deleted item is gone I try another browser or clear the cache(s). If the content is still there and this is Daniwed, message Dani and see if she can remove it. | |
Re: My thoughts: 1. Don't create another wheel. Use prior projects like https://github.com/ip2location/ipinfodb-php 2. Consider starting with NO initial values in the database. Add them if there is a query about an IP that is not found. Otherwise the database is likely 99.999% full of entries that will never be used. | |
Re: Find the dev pages usually by google and see what they say when you ask them. | |
Re: No mention of the compiler. For Visual C++ the text file has to be in a certain folder but without knowing which compiler you use and host OS I can't see if that's the problem. | |
Re: Is this the window.open issue on iOS and a lot of browsers? | |
Re: Most likely answer: You can't rely on window.open because browsers may have different policies. Google prior discussions about this: https://www.google.com/search?client=opera&q=ios+window.open | |
Re: All that but no indication of where you are stuck or if you wanted others to write this app for you. This sounds like homework so let's hear: 1. Where are you stuck? 2. Show the relevant code section along with the error if there is one. | |
Re: Wait? What? https://en.wikipedia.org/wiki/Microsoft_Excel tells us this is Excel from 1992 or 30 years ago. I haven't seen that old a version of Excel in over 20 years and back then it didn't have the capability to call a DLL! My advice is to forget this and write a new macro … | |
Re: Flip the equation. 2,500 soldiers have a 1 in 15K chance to fire per frame. or 2500 in 15000. To get to 15000 in 15000, that's 6 frames for a random arrow. Or 1/10th of a second per arrow. I only need one random number every 1/10th of a second … | |
Re: Weird assignment. No bank I know would code this in C++ today. It would be some web server and backend systems. But hey who said what they teach you in school would be what is used today? As per the Community Rules, show your work and if not at least … | |
Re: DOS you say? https://en.wikipedia.org/wiki/DOS reminds us this was prevalent during the 1990's but has not been seen by most in the last two decades. Maybe you meant something else or are you dealing with some legacy gear? Many bootcamps are ways to part you from your money. Try https://www.w3schools.com instead. | |
Re: I have to ask why this would have to be known. For me all I care about in SQL is price for the system, performance and the platforms (hardware and OS) it runs on. After that I might check that it's really SQL. Tell me what is making you ask … | |
Re: Wait, what? I show you're in Florida man! | |
Re: What is this "documenet"? PS. Hi Lew! |
The End.