5,437 Posted Topics
Re: Here you go. Enter the following at http://www.quitebasic.com/ 2000 CLS 2010 PRINT "This BASIC program is just a sample of things you can do with Quite BASIC. You will see drawing on the canvas, user input/output, and in the program are examples of most of the supported BASIC commands." 2020 … | |
Re: Nod to Reverend Jim but want to note it's pretty awful how many people encrypt the only copies of files/folders they have without backups in the clear elsewhere. There are plenty of discussions where the (former) file owner melts down over the losses. | |
Re: That's not how most forums work. If you were putting up a job for hire that's one thing but here you did a short intro without enough detail. Think about your classes in system desing or others where you make your software design documents. You omitted not only that but … | |
Re: In short, there is no manual and if there was this would be specific to your model and version OS. Since Android had no less than 10 versions and some hundred plus makers the only constant is there is no consistancy. At the office I work on our Android apps … | |
Re: Before you do anything else, encrypt those passwords. Your code shows a classic blunder in name and password databases. The good news is there are discussions about that with this search: https://www.google.com/search?q=vb.net+one+way+password+encryption&gl=US Because such passwords must not be stored in the clear you have to consider what this apps is … | |
Re: A few comments. Use the code formatting when posting code. Also, this will add line numbers so you can point out which line. | |
Re: The more I read at http://phantomjs.org/ the more your question sounds incomplete. > PhantomJS is a headless web browser scriptable with JavaScript. It runs on Windows, macOS, Linux, and FreeBSD. So if you want to call up some script from PHP, well, you would research that with something like https://www.google.com/search?q=php+run+javascript&gl=US … | |
Re: Sorry but this can't be true. At 39 dollars that's less than a hour of any programmer or consultant's fees. I will write that I'm not happy with questions I see about Mobirise here. Look around and folk appear to be lost about what Mobirise is about. Maybe that company … | |
Re: Since the Wombat One and Two source code is out there, look up how to do a diff and see what they changed. But I have to ask, since Wombat has evolved why would anyone need to do this today? Are you leaving out some detail like homework assignment? There … | |
Re: This sounds like an assignment and not a discussion. In most forums you show your work and point out where you have an issue so folk can weigh in on what could be amiss. If you want to put up a job for hire, you do that. | |
Re: That's a big project. And not how one would usually go about this. I can't guess if you installed the drivers and set the PC up to dial up your dial up internet service but your post as-is would be something of a many month long project if you were … | |
Re: I'm unsure if you are applying yourself here. Given https://www.google.com/search?q=PHP+PASSWORD+CHANGE+EXAMPLES&gl=US are plentiful I worry that you are not doing much research. That aside, there are a lot of BAD EXAMPLES out there that teach password storage in insecure ways. Now your code does not reveal the usual problem where passwords … | |
Re: Something seems to be seriously wrong with the new discussion creation. Folk are picking the code snippet topic when that's for solid examples or tutorials. Not for questions. Can you help by telling us why you choose this format for posting? | |
Re: The clue here may be "Nothing's worked". Did you at least test that your email server/service is working with those (email) command by telnet? https://www.google.com/search?q=Sending+or+viewing+emails+using+telnet&gl=US for example. I've lost track of folk that want to send email via scripts or php and their email server doesn't allow it. | |
Re: iOS 4.x versions are from 2010. https://en.wikipedia.org/wiki/IOS_version_history#iOS_4 If your iPad or iPhone is that old, I don't expect this to get fixed. Time for a new iPad or phone. | |
Re: I'd rewrite that question. Maybe you wanted to ask which Samsungs have OTG. But OTG is a minefield so I'd be very exact in your question. | |
Re: I see no code there to open a panel. That's probably why. Or you decided to not show your complete minimal viable example. | |
Re: I don't see the problem here. Apps can sit in the tray and depending on the app's coding either do nothing on a click or a right click. What you want it to do has no bearing on what happens. If you are trying to identify what it is, you … | |
Re: @omi4u. I took a look at your posts so far and it looks like you ask for others to write code for each problem you encounter. It's your code to write. Then when it fails then you share that code passage, the error and hopefully a minimum viable example. Asking … | |
Re: That's an odd choice for your forum post. A code snippet is for you to share your final work. If you have a question, use the other styles. | |
Re: Sending mail shouldn't be a Mobirise feature UNLESS they host the site and charge for the email service. Look for prior "I want a web page to send email" discussions to see what is involved. You are a web developer and may have to up your game or just use … | |
Re: Small world. I am working on making a new post about such an upgrade to old gear and did use the 1050 Ti. Here's a link to that successful upgrade: https://www.cnet.com/forums/post/3ef4c495-10ec-4348-8dc1-1322367b0f7f/ The PC in that discussion has only a 320 or so Watt PSU and is very old. I used … | |
Re: I worry that this is a duplicate of https://www.daniweb.com/hardware-and-software/macos/threads/519467/i-m-so-sick-of-not-being-able-to-download-anything-on-my-macbook#post2250633 in which I note the error message may not be what you wrote. Cross and duplicate posting for the same issue only adds more confusion. Why not update one or the other post and remove the duplicates? By update I mean … | |
Re: The code snippet posts are for sharing completed works you want to share. As to language conversions you would turn to prior discussions about such work or if you don't plan to do this yourself post this as a For Hire along with project details, deadlines and pay. | |
Re: Since Wombat 2 has a stack pointer register, I don't see why we would do this. Tell more. https://www.researchgate.net/publication/220094525_CPU_Sim_31_A_tool_for_simulating_computer_architectures_for_computer_organization_classes notes Wombat 1 through 7. If you need a stack, use one with a stack ready to go. | |
Re: Your image looks to me as if it was Javascript such as http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/ | |
Re: Dani's link looks great. I want to share something from an industry I worked as an engineer in for years. Look at the date and time stamp as it changes from white to black at this link: https://i.imgur.com/TvPksPt.mp4 Took me a few passes before I figured out why. Neat feature. | |
Re: You need to add more detail. "The file is damaged and should be moved to the trash." is a more common message but you may have some other language or typed from memory. I googled "The file is damaged and should be moved to the trash." and found so many … | |
Re: Let's hear more. The fastest to screen images I've seen are bitmapped so they incur zero decompression and decoding. I also drop the number of colors from millions to 8 if the image is simple such as a pushbutton or such. You can't predict the speed most of the time … | |
Re: That's not quite enough detail. If this was mine I'd do the usual canned air cleaned (what is and how to use is on the web for those that don't know how.) If that doesn't help I'd share a Web Speccy report which can reveal issues. Read how to share … | |
Re: I've received unsolicited messages too. Some were spam and you covered that by banning them. Just like Jim, I will just ignore folk that try to connect and there is no details about them. If their profile is that sparse and they do nothing to start the relationship I'm going … | |
Re: My advice is to get to Bleepingcomputer.com and follow their posting rules then they use a suite of scans and tools to clean this up. Yes, you could google your way to what things are, try the usual Malwarebyte scans but I feel what you want is exactly what Bleepingcomputer.com … | |
Re: Good question. It's been kicked around for a very long time. Read from https://www.google.com/search?q=colors+don%27t+match+in+browsers&gl=US | |
Re: Wait, wouldn't the author of that supply how to install instructions? If they didn't ask them how now along with advice to document this. | |
Re:  There was some odd thing earlier today but it seems to have passed. | |
Re: That's funny given it's April 1st. | |
Re: TL;DR There is no magic for this one. But I will comment about joining. I haven't tried it again since all the changes but there's a rule about the software I write which is "Don't make me think." The apps I currently work on have me thinking about how to … | |
Re: New members seem to misunderstand what "Code Snippet Repository" is for. It's for you to share working snippets. Not this. | |
Re: It appears you've been [working this since 2011](http://www.vbforums.com/showthread.php?667364-search-code-connections-pour-timekeeper-Ronald-data-jack-x628)? Also checking https://www.c-sharpcorner.com/forums/restore-fingerprint-data-for-timekeeper-ronald-jack-x628c and other discussions it appears this is far too rare a device. My advice is to hunt down the manufacturer and ask if such operations are supported and more. | |
Re: You can post images here so no need to expose us to that download site.  | |
Re: I'm seeing bad call log information. This is not new so I'd stop spending time on this, delete the log and make sure you have your phone under your control from now on. Change your lock code too. Again, this isn't the first report of this and so far it's … | |
Re: 1. You wrote left of the decimal point. Wouldn't that be the [Int() function](https://www.google.com/search?q=python+int+function&gl=US)? 2. Now for the right of the decimal how about the value minus the int(value)? | |
Re: I'm going to jump to the end rather than spend time mucking about. Since you want this in **C** here's a [tutorial to use Gnu MultiPrecision Library](https://www.cs.colorado.edu/~srirams/courses/csci2824-spr14/gmpTutorial.html). Or you could use char array and code it yourself. | |
Re: Remember it's your assignment. You would research this or farm it out. Here you share where you are stuck by supplying the minimum viable example showing where you are stuck. | |
Re: I'll start with "when you have a hammer, everything looks like a nail." That is, I see no reason you can't parse in javascript. It may not be easy or good looking but it is possible. | |
Re: I wonder about line 107. room_flooring is called out but I can't find where that method is in that class. | |
Re: As to the delayed emails, I can write the same here. Day late, dollar short. | |
Re: "Red Hat uses strict trademark rules to restrict free re-distribution of its officially supported versions of Red Hat Enterprise Linux" So this is a Linux you pay for? Sorry, I'd go get a really free Linux. | |
Re: "That OS" has a long history. I recall it being closer to Windows 95 than today's NT based Windows. I don't expect it to ever be finished. You are better off on some Linux IMO. |
The End.