5,430 Posted Topics
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: 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 … | |
Re: My last MIPS system was years ago. We wrote in C and used a C compiler. If you don't want to setup a C compiler you can compile online. Try http://ellcc.org/blog/?page_id=340 and set the output to MIPS. | |
Re: I have to ask why Turbo C. Maybe it's out there as a free download but to learn such a dated system would have you unlearning what you learned. https://en.wikipedia.org/wiki/Borland_Turbo_C pegs it out at 1987. You can do far better with say a online system like http://ideone.com/ and other fiddles. … | |
Re: So something like this? public class HelloWorld{ public static String newline = System.getProperty("line.separator"); public static void main(String []args){ String me = "your name" + newline +"your address" + newline +"city, state and ZIP" + newline +"your telephone number" + newline +"your college major"; System.out.println(me); } } | |
Re: Let's say 121.x.x.x is your public IP address. Ever hear of [Dynamic_DNS](https://en.wikipedia.org/wiki/Dynamic_DNS)? | |
Re: I had to find a contact for a company and the usual path didn't work. Since they were on a stock exchange I use Yahoo's Financial web page and was able to make the call. Here's an example. http://finance.yahoo.com/q/pr?s=CSCO+Profile | |
Re: The channel is set by the WAP (wireless access point) and not your laptop. It would be nice if they had use channel 9 there as well as 1 and 5 elsewhere but you can get experts to battle over channel choices. In this case, try another WiFi adapter. I'll … |
The End.