5,436 Posted Topics
Re: @Reo_1, as I read https://sourceforge.net/p/sevenzip/discussion/45797/thread/0b918e30/ I get the feeling you must proceed with care about the added files to this zip file or the password and vanish. There's also a discussion where the password is cached so there's that. | |
Re: While I sympathize over the loss, there's not much magic here. Laptops are notoriously fickle when they get old. Watch a few more youtube disassemble videos and carefully go over your work. But there's a generice reset I try on dead PCs that is worth a shot. Power off, remove … | |
![]() | Re: Just a thought. Since IE is not usually used for non-interactive tasks, SYSTEM may be the wrong user context. Also, the new security noted at https://www.autoitscript.com/autoit3/docs/libfunctions/_IECreate.htm can cause the browser to ask a question and you are not there to answer. PS. This is mainly a guess here. I'm not … |
Re: For this I had to read http://blog.grayghostvisuals.com/css/image-url/ again. Since the root is simply / there is no reason to think you can jump above / with a ../ here. So what is ../ to / ? | |
Re: You'll want to tell the forum what you think is wrong but line 1 glares at me with that extra space after the # sign. Is that what you are seeing in the compiler errors? About line 14 you see some basic coding issues. It seems you have your main() … | |
Re: Crossposted at https://www.physicsforums.com/threads/c-problem-with-accessing-struct-variables.859995/ it seems. See replies there about reading your code. | |
Re: From the story so far, you never wrote the HDD is not working so I'll take it the OS is blown or someone installed it when the BIOS was set to IDE emulation and the default is other. Anyhow, if the HDD is detected but no OS found, wipe the … | |
Re: Hello new member. I don't use hbase but if it did I'd be reading from https://www.google.com/search?q=bulk+delete+in+Hbase&ie=utf-8&oe=utf-8 | |
Re: @M "they've been tested." How? Did you take the laptop to your working desktop area and plug the Ethernet that works with your desktop into this laptop? | |
Re: Let's read a bit about the Intel HD 3000 test results. http://www.notebookcheck.net/Intel-HD-Graphics-3000.37948.0.html shows a sea of red with many zeros and single digit results. What made you think this graphics solution was better? It's not the CPU at issue here, it's the graphics solution (which is, well, how to write … | |
Re: I'd read https://github.com/lgarron/chrome-devices-in-new-tab as there is source and how you need to sign in on Chrome on each device to be added to that list. | |
Re: @Artur_4, I haven't seen such in over a decade, but the source appears to be at ftp://download.canon.jp/pub/driver/bj/linux/ That's a lot of source to digest. | |
Re: Here's the [search](https://www.google.com/search?q=get+the+program+folder+name%3F&ie=utf-8&oe=utf-8#q=get+the+program+folder+name%3F+C%2B%2B) I used. | |
Re: Each test you listed might be a function. Since it's a string, you'll have fun with string functions too. Show some code and tell why you think it failed. | |
Re: Are you sure you wanted to use preincrement in the loops? More at http://stackoverflow.com/questions/484462/difference-between-i-and-i-in-a-loop | |
Re: Over the years we reduced power by moving from desktops to laptops. Such a transition was planned and worked well. We didn't have to find a solution as laptops came down in price along with power requirements. Facilities did adopt more efficient lighting early on. Now almost all LED with … | |
Re: As I read a few priors from https://www.google.com/search?q=diff+Perl+Script&ie=utf-8&oe=utf-8 maybe this has been done many times before. I think you need to know about "diff" but many folk never learned the basic text commands so they don't know the lingo. Hope this helps. | |
Re: I see you asked at https://linustechtips.com/main/topic/554759-ost-to-pst-question/ and there's a fine answer there. What does not work are those repair tools you see spammed a lot. Don't fall for that spam! | |
Re: This looks like you are trying to get metrics on your software. Skip all this and go get metrics at http://metrics.sourceforge.net/ Source is there too. | |
Re: OK, you have 16 names. So for the grouping you listed, you want 4 groups. Since there are 5 females, that leaves 1 extra. As the names have been randomnized the sauce is in your printout. Use the group number as the loop variable. And then a counter for F … | |
Re: There are now many mirror solutions today. I don't use them but maybe you only need this search to try a few. https://www.google.com/#q=mirror+ios+to+windows | |
Re: Think carefully about your posts. It appears that many folk expect others to craft an app with a post like yours. Can you share why you posted this? | |
Re: I think you didn't do anything wrong. However if I were to consider a lite SQL I'd consider OTM (other than Microsoft) SQL solutions like MySQL (still looking over MariaDB) and of course SQLITE. https://www.sqlite.org/download.html shows the binaries to be in the under 10 megabyte size. My oldest MySQL system … | |
Re: Did you open up print.py and see if it has some mix of tabs and spaces for indenting? | |
Re: If you peek under the Android covers you find many languages so the answer is you'll get into assembler, C, C++, Java, XML and so much more. We won't be seeing you again for about a decade as you churn out 16 million lines of code for your own OS. … | |
Re: I'd avoid Metro as the UI due to complexity. I read a little from https://www.google.com/#q=python+metro+ui and well, sounds too deep for a first outing. https://www.google.com/#q=python+click+hello+world is more common a starting point. | |
Re: Given 2% could be measurement error I would not fix this. | |
Re: Sorry for the delay. But let's tackle a few items. To do this without .NET you'll have to use a language other than VB.net, C# and so on. But I don't see any reason to avoid .NET here. -> Now to work. There are so many code examples on the … | |
Re: Why code this when grep could do that in one line? https://www.linode.com/docs/tools-reference/search-and-filter-text-with-grep | |
Re: Let's check a basic thing. You claim the file name is "wall" but later on write "WALL". In almost every OS today those are not the same file. | |
Re: Idea. The source for itoa is on the web so why not make a function from the source? | |
Re: Why not look into open source viewers? [Example search here.](https://www.google.com/search?q=Windows+Photo+Gallery&ie=utf-8&oe=utf-8#q=Windows+Photo+Gallery+open+source) | |
Re: Just thinking here. A long time ago we needed to no have plain text just floating around with ticket details. So way way back then we used a single ROT13 on the strings before sending it across the network. I wonder if as simple as that. Don't let plain text … | |
Re: Nod to hericles here. Example code at https://msdn.microsoft.com/en-us/library/ms228595.aspx | |
Re: Since there are already OSes out there I tend to write apps or solutions that I learn from or generate income. I think you need to read a prior comment again at https://www.daniweb.com/programming/software-development/threads/502676/windows-photo-gallery-like-program#post2197359 | |
Re: While I have my suspicions I don't know your PC. Try finding what locked the file with ["handle." See link.](http://stackoverflow.com/questions/241178/command-line-tool-for-finding-out-who-is-locking-a-file) | |
Re: This sounds as if the factory restore system is gone. I'm running into laptops that came with 8, someone installed 7 and left the now unsuspecting laptop owner with a time bomb. To recover you need recovery media you created when you got the laptop. If not, order them. | |
Re: My bet is your phone is using its WiFi hotspot rather than a tether. As such the ports are more than one. Just like when you use a WiFi router or hotspot you get to use 65,535 ports. I know some call this tethering but as an old router coder, … | |
Re: Try this. <?php $string = 'Hello<br>'; print($string); $string = 'Bye<br>'; print($string); ?> You can test it at http://phpfiddle.org/ | |
Re: Frankly this should be done later on in the project. Let's say you were to create a thing. The thing has yet to be created and you wanted to name it before it took form. You now see why you pick a title then change it later. I've seen many … | |
Re: It appears others have done this. More at[ link.](https://www.google.com/search?q=GUI+using+COSMOS.&ie=utf-8&oe=utf-8) | |
Re: Double check this for me. Read http://caniuse.com/#feat=input-event Is it broke in Chrome too? | |
Re: Small world. I can't reveal much but we used Tesseract and filtered the output in our code. We never thought to ask Tesseract to do such a filter. | |
Re: I think you need to be clearer about your needs here. Encrypting what your app needs to remember is well done and a bottomless pit. https://software.intel.com/en-us/android/articles/sample-code-data-encryption-application and dozens more examples are on the web if I needed to encrypt some items for use later in my app. Maybe your real … | |
One of the best tips I learned long ago was to turn on all warnings and error messages from the compiler or development system. Yet last week, once again a big system was being worked on and the bug was tracked down to *uninitialized variable*. Now this isn't specific to … | |
Re: This sounds like you need to research web game sound engines. Try these. https://www.google.com/#q=web+game+sound+engine | |
Re: Did you try Zmodem? https://www.google.com/#q=raspberry+pi+zmodem seems to say it's been done. | |
Re: Does not look to be a two way street. That is, it's a method we can use to automatically configure IPv6 host addresses. An IPv6 device will use the MAC address of its interface to generate a unique 64-bit interface ID. However, this doesn't mean that a DHCP assigned address … | |
Re: What about this 20 line solution? https://www.pubnub.com/blog/2015-08-25-webrtc-video-chat-app-in-20-lines-of-javascript/ | |
Re: Mar Na, you have 6 posts now that dance around but never really come out and tell what you are trying to accomplish. In a few I see ready to use tools that have source so I would be left guessing what your big picture is here. Do yourself a … |
The End.