5,436 Posted Topics
Re: Chrome updates mean, well, it means that you're never sure if new security in Chrome could bite you. https://www.google.com/#q=chrome+stops+working+with+asp.net+site&start=10 and other prior discussions find many possible causes but not one that I would call out. It's time to get the developer back in there to debug it. Frankly for the … | |
Re: Tip? When I start reading about a new area I use a search like this for tutorials. https://www.google.com/#q=dbus+tutorial Then I click on videos to watch a seminar or such. | |
Re: It appears there are tools out there ready to use like ckjm. https://www.google.com/search?hl=en&as_q=calculate+CBO+coupling+between+classes+JAVA finds this and the source if you want to see how it was done. | |
Re: The thing is, https://www.google.com/search?q=what+is+the+difference+between+client-side+programming+language+and+server-side+programming+language%3F&ie=utf-8&oe=utf-8 shows many have asked and answered this. One of the lessons new programmers seem to miss is to check prior answers. | |
Re: While there are a lot of Wireless Access Points and more, to implement this would also need understanding of your current network. Your question alone isn't enough detail. Since the usual is to not allow them on your network, you implement some guest network. We've never bothered with a ticket … | |
Re: Let's look at MAX_ORDER and your arrays. So that's 10 and the array would be from index 0 to 9. At line 28 and other places it looks like your code can use 10 as the index and get a fault. Think carefully about your array indexes. | |
Re: Over the years, I've seen that happen many times. Since we can't swap every board that happens to we pop in some NIC and disable onboard in the BIOS. | |
Re: wc (the word count, not the closet one) has been around for decades now. Here's the source. http://www.opensource.apple.com/source/text_cmds/text_cmds-84/wc/wc.c I'm sure you know to re-use code when you can. Word frequency seems to be done and done too. https://www.google.com/#q=c%2B%2B+word+frequency+counter | |
Re: http://www.w3schools.com/sql/sql_like.asp writes: > Tip: The "%" sign is used to define wildcards (missing letters) both before and after the pattern. You will learn more about wildcards in the next chapter. So maybe you don't need the % signs. | |
Re: That question looks like an assignment so go ahead and put your question in another reply. My question is: "What is this addictive operation?" | |
Re: @bmck I'd avoid such old posts. I might think you have a 9 year old laptop which my advice is to recycle responsibly. | |
Re: http://www.quantum-espresso.org/faq/installationwww/ seems to note resources specific to that system. The Windows version seems to lag so my nod is to go get VirtualBox and run the Linux apps there. http://www.howtogeek.com/170870/5-ways-to-run-linux-software-on-windows/ | |
Re: I see a LOT of updates at hp.com for this for W10. http://support.hp.com/us-en/drivers/selfservice/HP-15-Notebook-PC-series/7771410/model/8525054 hopefully gets you there but I see 10 or more items to install. Did you do that? | |
Re: Did you read prior answers like https://www.daniweb.com/programming/software-development/threads/56000/simply-question-how-do-i-return-a-string-from-a-function | |
Re: You usually start with the product maker asking for APIs and examples. | |
Re: Are you sure your example is for Windows? https://www.google.com/search?q=int+0x80+%3Bcall+kernel&ie=utf-8&oe=utf-8#q=int+0x80+%3Bcall+kernel+hello+world seems to tell me you are using Linux examples. | |
Re: Tell more about the external. Some folk burn out trying to SQL on FAT drives. https://ask.sqlservercentral.com/questions/51856/dbcc-checkdb-with-fat32-file-system.html | |
Re: At least it will learn to swear. https://www.google.com/#q=watson+learned+to+swear is good for a chuckle. Next I'll read it discovered the Sears Craftsman web site (hardware pron.) | |
Re: In short I use Android Studio. There are tutorials about it, examples and more on the web but what is this about coding on the Android tablet itself? My view is the current incarnation of Android tablets is all about being a consumption device. Creation is done elsewhere. Are you … | |
Re: I usually never find it either. But I have a routine that seems to work so I'll share. There are folk that want to root cause analyze so they rarely can be helped. So my method or procedure is this. 1. BACKUP! I've lost count of folk that don't and … | |
Re: Good question but no need for the code dump. Look at http://sourceforge.net/projects/metrics/ to measure your project's complexities. | |
Re: Duplicate? Without expanding on your question isn't a good idea. | |
Re: Not much of a question there. I see there are prior answers on the web like https://www.google.com/search?q=maclaurin+series+sin%28x%29.&ie=utf-8&oe=utf-8#q=maclaurin+series+sin%28x%29+in+C%2B%2B Dumping code here may not be enough. You may have to elaborate what issue you encountered and why code on the web wasn't used. | |
Re: I can't guess which Visual Studio this is. https://www.google.com/#q=how+to+add+a+dll+to+visual+studio+publish was a search I used when I needed other files to be published with my app. Maybe this is the search you were looking for. | |
Re: Why does this look so much like the post at http://stackoverflow.com/questions/34372321/i-need-help-to-structure-the-python-csv-to-json-in-the-following-format-pease | |
Re: This sounds familar. Remember I can't tell if this applies but given the time passing I'll share that we saw something like that years ago. It was some schematic software and lines would go missing. While there was much time wasted on this and never fixed, I found that changing … | |
Re: for(var i =0;i<=imagesarray.length-1;i++){ Changed line 12? | |
Re: I guess I should not watch TV with the kids as I think "MY EYES! THE GOGGLES DO NOTHING!" Here the compiler optimizes such away and I've yet to see C convert on its own from char to int. Are you a Java programmer? | |
Re: The repeating complaint I get is about folk losing their files. Any OS change is well, dangerous so seasoned PC users eventually know that "Everything not saved will be lost" (Wii quit screen.) So there are ideas to continue but first, are your files safe? If so try to see … | |
Re: Well there are things that distract folk from getting here like, ahem, Fallout 4. Then I'm seeing too many ask for solutions to say ["How to play video on jsp...](https://www.daniweb.com/programming/web-development/threads/501216/how-to-play-video-on-jsp)" without so much as a single line of code or what they tried. Here's what I'm seeing here and on … | |
Re: I've been using it a few ways. Now before I reveal them, some member just couldn't get it done. I don't know why but for me, I can text using **Ring.to and Google Hangouts.** I can't understand what their issues were but here, all working. That is, they went round … | |
Re: So you want to consume web resources? (that question may make your head hurt.) I'm thinking you can start with a search like this. https://www.google.com/#q=using+web+api+with+c%2B%2B | |
Re: Such a feat would be ground breaking. Something on the scale of a meteor impact site. Not only would you have to deal with getting all the files back into place but permissions and more. Then you have to deal with boot areas, NTLOADER issues and wow, just wow. This … | |
Re: How about the old (?) USB cable connection? | |
Re: Are you thinking of one platform to rule them all? Maybe Unity3D? | |
Re: > i want a working java application with code. For now you find interns or pay for such work. If this is for school, please watch the old film https://www.google.com/#q=dangerfield+back+to+school to see that more about paying others or having others do your homework. | |
Re: Is this the famous? [2 USD](https://www.google.com/#q=127+rps+to+dollars) keyboard? My thought is you need to take it as a lesson about cheap things and try another keyboard. | |
Re: Just in case, do any prior solutions like https://www.google.com/#q=change+label+text+vb.net work for you? | |
Re: So while there are PDF addons to VB, if I was to do this I might use my old methods instead. My old way was to push the file (doesn't matter what format) through a command line app that outputs to plain text for me to scan with my code … | |
Re: Small world. Many years ago I was tasked with speeding up a database system. Turned out we denormalized it. Many articles on the web abotu your 5 items but had to comment that normalization may not be what you want in every situation. More at https://www.google.com/search?hl=en&as_q=denormalization+in+database | |
Re: I didn't find anyone that got that to work. Try the AMD Athlon 64 X2 5050e next time. http://www.ebay.com/p/AMD-Athlon-X2-5050e-2-6-GHz-Dual-Core-ADH5050IADOBOX-Processor/74074946 pegs it at about 15 bucks. | |
Re: This looks pretty close to good old ROT13. I see many code examples at https://www.google.com/#q=rot13+in+visual+basic that do string work close to what you are asking. | |
Re: Small world. In a time not long ago I had to update firmware over serial ports so the design was in 2 parts. 1. A master app to spawn the update app and issue commands to the update apps. 2. The update app would get it's instructions on the update, … | |
Re: Having dealt with such before. It's all up to the client what they want. For me I made the leap over to C# since I wanted to move away from VB6 and prior. It also made deployment easier. | |
Re: @m You just described your app's behavior. In psuedo code it's something like this. The handler for the W keydown event would change some flag your event or loop that causes that look to stop. So in the W keydown event handler something like: ' W key pressed loopflag != … | |
Re: It looks like your array is 5 in size. So you can put 0 to 4 in the reference and 5 is too much. Fix or cheat? Create a six element array? I can't guess where you are in learning to code but my view is to understand arrays better. … | |
Re: Just one. Is VB6's SP6 installed? | |
Re: Wait, wait, don't tell me. Did you just reveal that you don't have a backup of those drives? It appears that is the first order of business. | |
Re: Since it's random, how is the answer different from say your count 0-9 that adds up to 100,000,001 having a random set of numbers? There is no correct answer so why run this millions of psuedo random sequences when the answer is random so we can head to the random … | |
Re: I would be guessing if this was about your Android app. Try to be a little clearer in the future. That said your topic on google finds the priors. |
The End.