5,430 Posted Topics
Re: Here's what I do. I order it on Ebay since a call to Dell costs more than the part. As to Dell in your country, hit dell.com and check where that takes you. Dell, if they have an office in your country would then be found and called. I don't … | |
Re: Frankly this sounds like you've confused RDP and routing. I'm going to dismiss 99% of what you wrote and just write you are asking how to route using your linux server. This is not to hold a tutorial or seminar on routing so I'll just share what looks close enough … | |
Re: Email so far doesn't allow you to control what you send me. So for now, you know not to send what you don't want shared to the world. | |
Re: Here's a thing. epub is a zip so unzip, edit and zip. http://support.redjumper.net/hc/en-us/articles/201908311-How-to-manually-edit-an-ePub-file | |
Re: That's too big a question. My choice of the database varies with my application. If on a web then I go with the usual SQL or what's included with the web host package. If it's an app I go with SQLite since it's self-contained, embeddable, zero-configuration SQL database engine. Try … ![]() | |
Re: First there are prior discussions on that so I'll keep it short. When you resize you redraw the contents. Most examples have a handler that does this for the object. Pausing here so to not duplicate the web. | |
Re: My guess is the font isn't fixed width. I don't have much of your code or device to work with (in fact none) but the most common gaffe is the font used. | |
Re: "Do provide evidence of having done some work yourself if posting questions from school or work assignments" https://www.daniweb.com/community/rules | |
Re: Skip down to "How to draw sequence diagrams" at http://www.agilemodeling.com/artifacts/sequenceDiagram.htm I think they spell it out quite well and for me pencil and paper are my first cuts at the diagram. After that, when I need the pretty version I use UMLET at http://www.umlet.com/ | |
Re: For now, the reigning king of archive is the printed word. At about 1 million words you can find [works that have been around for 50 and more years.](https://en.wikipedia.org/wiki/List_of_longest_novels) I'm unsure what more assurance you want on M-disc after reading what's on the web. http://www.pcworld.com/article/2933478/m-disc-optical-media-reviewed-your-data-good-for-a-thousand-years.html is 20 times the time … | |
Re: I see more tag writers at http://id3.org/Implementations For some this may mean too many choices. PS. Sorry if you want source code. You can peruse the list at the link and see if they provide that. Some appear to do that. | |
Re: So line 70. What if divider is zero? Did you print each variable to see if that happened? | |
Re: While I'm unsure what you are doing, did you try the free Virtual Router from say this [link](https://virtualrouter.codeplex.com/)? I've used it before and it did what I needed. | |
Re: This made me [research like this](https://www.google.com/#q=recording+in+html5+and+javascript). | |
Re: Hmm. I see 5 bids at https://www.freelancer.com/projects/assembly/Mips-assembly-program-read-input/ for this as of now. Looking for a discount? | |
Re: I put that code on an online IDE and the code section starting at line 30 seems to be troublesome. I suggest you rewrite it to use your array and not make assumptions about the array being in contiguos memory and of a 6 byte size. | |
![]() | Re: How about [sort -r](http://alvinalexander.com/unix/edu/examples/sort.shtml) |
Re: The way I read your code is that k is 1 and i is 2 on every click of the button. If you meant to increment a number, why Dim? Nod to [Static](https://msdn.microsoft.com/en-us/library/z2cty7t8.aspx?f=255&MSPPError=-2147217396). Note: This only tackles part on what you are trying to do, so as to not write … | |
Re: While I do and did write too much assembly language long ago, I've always had to tell those that I want help from what CPU this is for. In the case of a PC I might have to write that I'll be using BIOS calls for string I/O. But you … | |
Re: Happened once to me. Not a hard lockup so I did a Ctrl+Alt+Del and used the Sign out option. Then the power down and that got me out. On the next power up it worked. This issue seems to happen to a few and it's on the web. Here's a … | |
Re: How about a [while loop](http://www.tutorialspoint.com/cprogramming/c_while_loop.htm) starting at line 7? | |
Re: In short when it's big. Longer answer at http://www.learncpp.com/cpp-tutorial/74a-returning-values-by-value-reference-and-address/ | |
![]() | Re: That question 2 looks like it's straight out of a book on programming C++. In fact the one I looked up had it on page 321. To me a quick flip through the book seems to show there's a lot of text and work you had to complete before this … ![]() |
Re: http://answers.microsoft.com/en-us/office/forum/officeversion_other-word/create-word-2010-form-and-convert-it-to-a-pdf-with/a6739dc7-e973-4ea4-882e-d0bdfa2217db?auth=1 is the quick no answer. To make these there is an entry price of about 20 bucks. https://www.pdfill.com/how_to_word_to_pdf_form.html | |
Re: This is one of those "it depends" questions. If you compile with GCC and other compilers, well, not to give away the answer so read: http://ridiculousfish.com/blog/posts/will-it-optimize.html There's another issue with [strlen() is it is still dangerous at times](http://ridiculousfish.com/blog/posts/will-it-optimize.html). | |
Re: Since j doesn't start from 0 but one time. Try moving line 4 to after line 6. | |
Re: I thought we dove into this. My bet is you didn't want to read up on channels and why I never use channel 1. Posting again? Let's hear what you want to try next in your old post. | |
Re: But what WiFi is that? 802.11n, g, ac, ??? And what about the ODFM? Finally, given WiFi Channels (google that for the Wikipedia) isn't 1 or the highest channel a bad idea? | |
Re: I've done that on many systems over the years and how I do that varies if I'm on Windows, Android and Linux. I'm sure you looked up priors at https://www.google.com/#q=show+stars+password+in+c%2B%2B | |
Re: So something like https://studio.code.org/flappy/1 ? | |
Re: It looks like you started with the concept of a linked list with left and right then in your delete decided to serially read in the file but skip over the item to be deleted and finally rename the files. That would fundamentally break a linked list and is not … | |
Re: @meghajatana, This is a great intro to a programming and system issue of "What time is it?" You may think your question is simple but most systems I know pull time from local time which may be in sync or not with all 20 machines. I've seen such end in … | |
Re: I looked this up at http://pastebin.com/3TGy9Pmi and this looks like the same as your post. The assignment seems to be fairly open ended. That is, there is more than one correct answer but most important it must be your answer. | |
Re: In the past this hack was simple defacement. Clean it up, lock down your site and try a scan with https://sitecheck.sucuri.net/ | |
Re: @all. The debate of whether to be a fish store or a store that has tackle and bait has been kicked around for some time. So while sharing a C code to a Pascal question is like the OP asking for salmon and getting carp. Maybe it will do fine … | |
Re: So why bother with those pesky number to character conversions (line 50) when we have System.out.format? https://docs.oracle.com/javase/tutorial/java/data/numberformat.html | |
Re: There are many thoughts about shortening code. There the academics where code must be "just so" and no more. There is practical where the code met the spec (did the spec call out it must be 10 line long?) There is long term maintenance where the code must be clear … | |
Re: There are so many help desk support jobs that are you asking about Nuclear Reactor Support or Windows or something else? Windows really didn't change too much in 5 years and most support desks have scripts for tier 1 calls and as you learn more the move you up to … | |
Re: Is this your 3rd post on what looks like the same topic? ![]() | |
Re: Read your code. Notice that by line 12, the array is indeed all zeros. And i, j are pointing at the last element of the array. And line 7's effect is wiped out. As in, map[5,5] is zero by line 12. So read your code at 13 and i, j … | |
Re: I see and read 48 at http://www.joelonsoftware.com/articles/Unicode.html | |
Re: Try completing a ribbon tutorial first like http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs | |
Re: Since I would write the code differently in C or C++ maybe you need to specify the target language first? Plus, this question is on the web so there's that. | |
Re: http://stackoverflow.com/questions/33578317/how-many-different-ranks-are-possible-in-an-exam-with-10-students-if-ties-are-al finds same question with -7 and counting. I take it you are new so why not try again but show your work or ideas next time. | |
Re: https://www.daniweb.com/community-center/daniweb-community-feedback/threads/500635/cant-loggon-on-when-posting-using-daniweb-creddentials confirms the legacy login still works. How did you post without logging in? | |
Re: I think it's been hurting heads for many years now. https://www.google.com/#q=html5+video+stretch finds you may have to find other video players or just bite the bullet and make the video exactly what you want in the first place. | |
Re: standard deviation 0-9 2.8722813232690143 was my answer. But I did add a line prior to line 1: import java.lang.Math; // header stuff MUST go above the first class Ran it at http://www.compilejava.net/ | |
Re: My choice would be to redesign. Use 2 scripts the 1st script checks in with your mothership for an update to the 2nd script. If there is an update, the new script is downloaded, and then called. To delete script 2 you issue a new script as need be. It … | |
Re: It's a good question. I think it gets hits about getting help with coding but then the newest of the new type in their homework without even trying. Some will rebuke folk as "not helpful" or worse. I don't mind a puzzling issue or sharing what I've done about this … |
The End.