5,430 Posted Topics
Re: For clarity tell if Google Script is "Google Apps Script." https://developers.google.com/apps-script/reference/drive/drive-app shows no method hasNext. Sorry but I don't work with this often enough to write your app for you. | |
Re: Can't really answer yet. Specification incomplete. For example some wallpaper has you line it up on a pattern so there is some material loss. That is, the wall is about 2.3 Meters (if you make an app, consider using [The Metric System](https://en.wikipedia.org/wiki/Metric_system) too. So another field would be the pattern … | |
Re: Paypal does not pay the seller immediately so this may translate into the demo system. I'd get into the documentation to see how they simulate the escrow delay. | |
Re: After I read your post a few times, I have to write that "as a slideshow" is misleading. But hey, it's English If I were to add the feature to graph further along the time scale I think I'd focus on line 29. That appears to be where you select … | |
Re: So how would one advertise in Venezuela? We are seeing cities (Aleppo) and countries turn to dust. It's scary to see collapses like that. Maybe the future is the past. | |
Re: Using strictly your requirement this appears to be a 2 line exercise. Nowhere did you write the user input the values with cin or much else. You wrote the program accepts the 5 integers. This is a good example where the specification means a lot more than some folk think … | |
Re: Let's start with "[No standard for pseudocode syntax exists.](https://en.wikipedia.org/wiki/Pseudocode)" In fact your text after the word "Specifications" is pseudocode. You could take that to a seasoned programmer and they could write the app using that alone. Since the assignment gave you this, you could embellish on that. Take it sentence … | |
Re: Long ago I ran into a similar performance issue. To cut the graphics load I changed to BitMaP (BMP) files. No more decoding a compressed image. This trick was well known back then with machines of the day. Single core, under 1GHz, little RAM, no GPU. | |
Re: I think I see why. Lines 6 to 10 "New" or create columns. Line 11 adds 5 more columns. | |
Re: And I thought you were some international conference organizer. Many ask this question because they are setting up a spam attempt (shilling) or just too lazy to research. This is not a new topic that you can't find priors on. I didn't downvote you but you are showing a tendency … | |
Re: I'd start this task with [research](https://www.google.com/search?q=paste+file+in+google+drive+folders+%2BPYTHON&gl=US). This lead me to PyDrive in the first ten results. | |
Re: Is MS Access still a thing? After over a decade of pain (other people's pain) I looked at and decided that it was not a good option for apps I wanted to package and deploy. My choice then was MySQL and that was without the pains others showed me. I'd … | |
Re: You had me chuckle when you wrote "the next move should be" and this is supposed to be an AI at work. If you feel the result shall be deterministic then you code that up. If you want AI, then if you have Amazon Prime Video watch the AI Video … | |
Re: Can you narrow the question? https://www.google.com/search?q=What+is+RankBrain+in+SEO%3F%3F finds a lot so it's not as if this is unknown territory. I suggest you narrow the question. | |
Re: This should be a few year investment of time so let's be sure you know what this effort will cost you. Moving on I am using Ghostery and Ublock Origin which as you suspect is detected by some sites. For those sites I just go elsewhere. This is their loss, … | |
Re: Anytime I see "password" in a database field I ask about that. The days of putting a clear user password in the database is over. Are they still teaching this bad idea? | |
Re: Why not make "b" the same type as sender? Also, you can examine what the sender is with TypeOf as noted: https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference//operators/typeof-operator | |
Re: This looks like a duplicate https://www.daniweb.com/programming/web-development/threads/519186/how-to-update-button-click-with-php-mysql | |
Re: Are you reporting that all prior answers to this don't work? https://www.google.com/search?q=the+%27Microsft%2CACE.OLEBD.12.0%27+provider+is+not+registered+on+the+local+host&gl=US I do know that on W10 our very old VB6 app is dead in respect to this but VB.Net should be fine unless, well, it would be rare to find a new solution to your error. | |
Re: Try keeping your post together in one place. This sounds like https://www.daniweb.com/programming/web-development/threads/519187/how-to-count-file-download-with-button-click-using-php-mysql to me. So yes, you would code it so when the download button is clicked you +1 your song's download count in your database. In case no one writes your code for you (rare here), there's a google … | |
Re: What is that? https://www.google.com/search?q=matrix+round+rounbin+display&gl=US didn't find what this was. Explain what you are trying to do as well as what is it. | |
Re: Odd choice of category for a post. Code Snippet Repository in my view would be for working examples you want to share or make a tutorial about. If you wanted to discuss an issue, then a normal discussion with appropriate tags is better. | |
Re: As above, use the </> Code Block feature when posting otherwise you end up with fuzzy hard to read pictures that no one can copy, edit and paste their ideas. | |
Re: I'm sure others will do this but where is the full documentation for this app? How much does it pay? If this is homework, please read this: https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question | |
Re: This is one of those well done passages of code. Over 141 versions are over at https://www.rosettacode.org/wiki/Palindrome_detection | |
Re: I'm going to write that axtel blew the sale. And maybe others as well. If a seller or maker won't answer questions then you keep [shopping](https://www.google.com/search?q=certified+headset+for+skype+2018&gl=UK). | |
Re: A little vague. As a developer you would create a new setup for your app. Unless you meant something else. | |
Re: I didn't find the clues in your post but I may have missed it. Anyhow I have run into non-shiny issues where the DNS was some ISP that was (rap. So with that in mind I have two ideas. 1. Test with a DNS like 8.8.8.8 and 2. Double check … | |
Re: Please show your work so far then add what issues or errors you are encountering. | |
Re: Since you didn't present code or your problem I'll comment that Rosettacode has many passages about this: https://www.google.com/search?q=rosettacode+polynomials | |
Re: Keep in mind I and the gang don't add anything that didn't come with VS. So the answer is none. But external to VS we do use WinMerge from time to time. | |
Re: Here we mark the thread solved. I did that for you. | |
Re: Far too vague. You essentially wrote "it doesn't work" which can apply to everything. Imagine if everyone posted like this? https://www.tensorflow.org/install notes 4 different OSes so there's so much more for you to tell. Start telling. | |
Re: How Facebook does this is with their very own Cloud computing platform. We all wish you could have that problem but the question how Facebook does that is out there. Example: https://en.wikipedia.org/wiki/Open_Compute_Project is the open source design of their cloud compute hardware. | |
Re: Just a comment. That post is a solid wall of text that the current US President would love as it may be stopping folk from reading it. Consider formatting it to a few paragraphs to make it readable. Unless the intent was "No one shall pass!" or reply. | |
Re: As usual, you have to show your code and design so far. Also, why not just use rcmd? https://www.google.com/search?q=windows+rcmd if you forgot. | |
Re: The more I read https://www.mono-project.com/docs/web/wcf/ the more I thought I would never use this. Why not just use Visual Studio (a free version) and then for Linux do what you must there? Also, is the service so specific it can't be done in the usual other languages? As in JAVA. | |
Re: I'm going to disagree here. What happens when there's a PDF is determined by the user's web browser, addons and more. There is no assurance what will happen when the PDF is sent. That is, you link to your PDF file as you would any other file. What happens depends … | |
Re: I hope you realize that's just the usual spam for TuneFab. Too often folk either don't know this or are being disingenuous. | |
Re: Why would you need libraries? AFAIK and I do have VS2008 at the office I didn't need any libraries to use SQL in VS2008. Everything was baked in. | |
Re: To me, you have too many speed variables. When you created the new Car in line 39 you passed in the initial speed but I see what looks to be some error in thinking as you have speed in your main, another in your class Car. So at line 52 … | |
Re: For legal advice, you should use your lawyer in the country you plan to operate. | |
Re: I can't guess what you want to discuss here. Are you selling such or asking for where I would go for same? | |
Re: My bet is your variable "id" is a number and numbers don't have leading zero's. https://www.w3schools.com/js/js_type_conversion.asp gives example of reporting the typeof statement to confirm. Since the code that created the value id isn't shown, you'll have to work that. | |
Re: Remember this is a well hashed out question at https://www.google.com/search?q=Accessing+class+variables+from+a+private+function+C%2B%2B&gl=US In the class you want access you could write functions or methods which are public to get and set those values. | |
Re: Sure. No problem. The Java app at https://github.com/MSUSEL/msusel-loc-metrics has full source and does all that. As to your file browser, you could look for that and then integrate the msusel effort. | |
Re: Both appear to create errors in my C++ compiler. Maybe you meant the return keyword? Here's a tutorial on that. http://www.cplusplus.com/forum/beginner/24461/ | |
Re: Just a thought. Since the linked site currently only has 189 items why not rip it one time onto another sheet and update as you see fit. Seems a lot of work for what doesn't appear to change often. PS. Added with edit. It's clunky but a while back to … | |
Re: I'd fix your Web Of Trust issues first. WOT blocked your site so I couldn't check it out. | |
Re: CHEAT! Place the numbers 1 to 999 across a row in your spreadsheet so you can see if data[i][35] is picking up the right number. I'm not offering to fix your code but will share how I worked a similar issue somewhere else. |
The End.