5,436 Posted Topics
Re: For inspiration see the 111 (one hundred and eleven) or more solutions at https://rosettacode.org/wiki/Strip_whitespace_from_a_string/Top_and_tail | |
Re: My only worry would be if my new app was too close an imitation of say Doordash. Doordash might take offense and I'd be dealing with a cease and desist order. There are also concerns of copyright issues. But hey, there appears to be a market for such things. Let's … | |
Re: Keep in mind I am not an expert on Python but I do know that if you close a file that isn't open, that's the error message that I've seen. I am guessing the entire code wasn't shared because I can't seem to find the open and close code. Maybe … | |
Re: There's a lot left out in your requirements. For example I can't tell what coordinate system you use. Also, what defines best? Anyhow I was on a team on a GPS tracking system which we built from almost scratch (we didn't launch satellites but used an off the shelf GPS … | |
Re: With a steep decline in the use of books, today I read about "[Chuck Finley](https://www.huffpost.com/entry/librarian-rebellion-chuck-finley_n_586ff320e4b02b5f8588c1b6)" and how the people behind this scheme tried to save library books from being burned in Florida. If you have want to have books in the future, you may want to find a way to … | |
Re: Do you mean the sat images? Folk are scouring other sources which are listed at https://gisgeography.com/free-satellite-imagery-data-list/ Still nothing at https://www.google.com/maps/place/Area+51,+NV/@37.2513508,-115.8740472,12z/data=!3m1!4b1!4m5!3m4!1s0x80b81baaba3e8c81:0x970427e38e6237ae!8m2!3d37.2430548!4d-115.7930198 Funny thing they do on Google. Try to get a ground view. | |
Re: Is this in raw native c++? No GUI or extra libraries? Maybe the old print a numbered list and you accept input in a string then parse to see what numbered items were selected. | |
Re: Or you could circle it with a big sharpie? | |
Re: For this I just look it up: 1. Canadian https://howtodoinjava.com/java/regex/canada-postal-code-validation/ 2. US: https://howtodoinjava.com/java/regex/us-postal-zip-code-validation/ | |
Re: All good but many games, especially online ones specifically call out bots as a way to get banned. The video appears to use content from such games and hence my warning. | |
Re: Sorry but no. The GOP has taken a weird turn to automatically vote against measures in almost all cases and move to strip us of our rights. Another example was to remove Obamacare but they never would reveal what the new plan was. Actually for me it was very simple. … | |
Re: I must write that if your company which I did look at doesn't have the answer, how are you staying in business? Or is this just spam? | |
Re: This is now the classic "dead PC." For such the method or process is when you can't tell what failed is to strip it all down to the least number of parts and see if it will power up. We are not looking to boot any OS, maybe not even … | |
Re: Sounds like that's plenty to make such a site. | |
Re: Adisharma, That's a little too easy today to find. I used https://www.google.com/search?&q=online+tutorial+of+tensorflow There are a lot of folk that didn't know you can search for such. So you guide them to search engines so they can be "not so new." | |
Re: I must say that not much has changed since that was last asked. But as to the mobile app I see folk have tired of installing an app specific to a company. My advice is to make sure your web site is mobile friendly. Finally, what good is that traffic … | |
Re: This may be version dependent. For me on Windows 10 (current version) the function works but the small window appears top-center of the screen. However I have heard reports that this feature fails on Window PCs that have more than one monitor. As such I suggest you use better screen … | |
Re: Please Kazi, you should be writing tutorials here. | |
Re: I took a quick look at Humhub which is Open Source and uses the following languages: > PHP 90.7% JavaScript 7.1% Less 1.2% CSS 0.9% HTML 0.1% Batchfile 0.0% Looks like you'll be doing a lot of PHP and for the database, your choice. | |
Re: While I use Google drive for images, the images are all far too large (pixel count, x by y size) to be what I'd use on a web site. My camera and screenshots can be 4K or larger images so I would expect them to be awful if I put … | |
Re: Must be some black box homework assignment. I used 74xx and 74xxx parts decades ago and remember this to be a 3 to 8 decoder. https://www.ti.com/lit/ds/symlink/sn54ls138-sp.pdf shows this and the truth table. There are 2 enables. | |
Re: I suggest more than LinkedIn. You should have your presence on all the platforms such as web site, twitter, facebook and maybe instagram. As you build that web site, be sure to read prior discussions about SEO. I will not write about SEO here as it's well done. As in, … | |
Re: In my experience, you or your good staff at the usual trade show booth showing your products and services. | |
Re: Wait, isn't this in your book about Vijay IT or Victory? I used a Bengali to English translator and it appears you have your answers in your book. | |
Re: This looks to be "well done." I'm looking at https://github.com/topics/venues with over 25 Github projects ready for you to review and pick out to move forward with. Why create this again? | |
Re: Is this yours? > Dec 28, 2021 — A cloned application gives the original developer full access to edit and customise the applications according to their requirement I'm now retired but all our apps were custom. There was nothing to clone because no one had written an app to configure … | |
Re: There's so much missing here that any guess will be a guess. I know that we don't want to use Windows 7 for such because reasons (too many to list) and you can run Windows 10 or Linux for free. Windows 10 will run fine without the license or activation. … | |
Re: I'm sure you can find the random function and more but it appears you want to scale and offset the result. Given the return from the common random function is between 0 and 1 floating point you only need to take that result, multiple by the high minus the lower … | |
Re: Wait, you lead with you want to develop this but then ask for complete codes. What development would be left for you to do? | |
Re: Why not use the free Android Studio? Many tutorials out there. | |
Re: As long as there is some warranty that you don't receive a dead laptop and you know these are used things that can fail because they are older and without any long warranty, why not this model? | |
Re: Given your past questions, are you developing a web travel portal? How big is your development team? | |
Re: What comes with W10. But I don't use torrents, cracked apps or such. | |
Re: I can't find exactly what you are asking. However encryption is a huge topic so where to start? Are you asking if your method is uncrackable or something else? | |
Re: I see others have weighed in so my view is that sometimes you need to have such work done for you. Look at sites such as Upwork and others to have it done. Companies don't always have staff to cover all needs so they outsource. Here we tend to have … | |
Re: While I can't guess why the c tag, you left out where the file is. That is, native C++ doesn't have the utilities to work with the web. Checking out https://www.codespeedy.com/how-to-download-files-from-internet-using-cpp/ confirms this. You not only left out that but what if the file is on FTP server, web page … | |
Re: Many are discovering(?) that Visual Basic 6 support is non-existent. If that wasn't bad enough you are pushing the limits of the ODBC with what looks like a deprecated feature. My advice is to forget VB6 and move on to something current. I know our office did so a few … | |
Re: Why does this code look like what I see at https://snowscan.io/custom-encoder/# ? If you feel the need to discuss Snowscan's code, I see contact information there. When you post someone else's code, give attribution. | |
Re: How did you solve this? As to seeing the algorithm, so far you would be a Google employee in the right position to see it. Otherwise folk have to guess. | |
Re: Sorry but I never did business with them or many others. Why? Hard disks and now SSD along with other storage devices have become too easy to source in the USA. For the sake of not promoting any company that starts with A or N let's just say I can … | |
Re: What stops you from doing this. Be specific. If you need to have it done for you, consider Upwork, etc. | |
Re: Given the dictionary contains what words can be formed, I see where we need the isAnagram() from https://www.javatpoint.com/java-program-to-check-whether-two-strings-are-anagram-or-not With that out of the way you proceed to write the rest of the code similar to this: 1. Input the word. 2. Open the dictionary. 3. Loop 4. Read a word … | |
Re: I must take issue that Volkswagen is getting promoted here. Check out https://en.wikipedia.org/wiki/Volkswagen_emissions_scandal which covers the highlights of their nefarious operations. It's a shame they avoided jail time. | |
Re: Nice to see such efforts still going on. As to if it's needed, a long time ago we had this GPS tracker and it run on a slimmed down Linux but the code for the app was Java. There was a mini-web server component as well. This was a long … | |
Re: Here's a good example where I'd turn to Rosettacode at https://rosettacode.org/wiki/Number_names There are over 91 implementations of this task in almost all the computer languages we have today. | |
Re: This would seem to be outdated today as most systems are online. If I were to create a course I'll look to [Teachable](https://teachable.com) or [Udemy](https://teach.udemy.com/course-creation/). | |
Re: Looking at https://rosettacode.org/wiki/Perfect_numbers#C I wonder if line 154 needs a change. | |
Re: Hmm, nothing there/here. What does https://www.hybrid-analysis.com report? | |
Re: We had an orange haired person destroy that. I guess you could try but what is your business? Does Twitter or social media matter? |
The End.