5,430 Posted Topics

Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
311
Member Avatar for Borzoi

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 …

Member Avatar for mike_2000_17
0
6K
Member Avatar for amith_ami

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.

Member Avatar for rproffitt
0
107
Member Avatar for writerervin

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

Member Avatar for rproffitt
0
104
Member Avatar for vikasmca2k11

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 …

Member Avatar for diafol
0
81
Member Avatar for 9tontruck

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.

Member Avatar for ddanbe
0
171
Member Avatar for עידן

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.

Member Avatar for rproffitt
0
153
Member Avatar for Vinny_1

"Do provide evidence of having done some work yourself if posting questions from school or work assignments" https://www.daniweb.com/community/rules

Member Avatar for rproffitt
0
1K
Member Avatar for plus65Naomi

Did you complete the Webinars? http://www.lansa.com/events/

Member Avatar for plus65Naomi
0
267
Member Avatar for LibraryCode

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/

Member Avatar for JamesCherrill
0
302
Member Avatar for Jane Curtis

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 …

Member Avatar for rproffitt
0
371
Member Avatar for paul1145

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.

Member Avatar for Reverend Jim
0
399
Member Avatar for Trevor_5

So line 70. What if divider is zero? Did you print each variable to see if that happened?

Member Avatar for Trevor_5
0
156
Member Avatar for mouaadable

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.

Member Avatar for mouaadable
0
361
Member Avatar for Nick_10

This made me [research like this](https://www.google.com/#q=recording+in+html5+and+javascript).

Member Avatar for harshalone
0
706
Member Avatar for throwaway443344

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?

Member Avatar for rproffitt
0
767
Member Avatar for jas5988

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.

Member Avatar for ddanbe
0
212
Member Avatar for MarkQ97

How about [sort -r](http://alvinalexander.com/unix/edu/examples/sort.shtml)

Member Avatar for Gribouillis
0
3K
Member Avatar for Tiffany888

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 …

Member Avatar for rproffitt
0
253
Member Avatar for admin1

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 …

Member Avatar for rproffitt
0
207
Member Avatar for tearose49

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 …

Member Avatar for CimmerianX
0
267
Member Avatar for MilitantAT

How about a [while loop](http://www.tutorialspoint.com/cprogramming/c_while_loop.htm) starting at line 7?

Member Avatar for rproffitt
0
1K
Member Avatar for COKEDUDE

In short when it's big. Longer answer at http://www.learncpp.com/cpp-tutorial/74a-returning-values-by-value-reference-and-address/

Member Avatar for rproffitt
0
80
Member Avatar for nana_1

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 …

Member Avatar for nana_1
0
660
Member Avatar for lewashby

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

Member Avatar for hassan_16
0
222
Member Avatar for COKEDUDE

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).

Member Avatar for ddanbe
1
241
Member Avatar for homeboy
Member Avatar for invisal
0
314
Member Avatar for commando1200

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.

Member Avatar for rproffitt
0
265
Member Avatar for commando1200

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?

Member Avatar for rproffitt
0
335
Member Avatar for Saeid_1

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

Member Avatar for rproffitt
0
212
Member Avatar for wateryman96
Member Avatar for negru

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 …

Member Avatar for rproffitt
0
277
Member Avatar for meghajatana

@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 …

Member Avatar for rproffitt
0
200
Member Avatar for Jaspreet_3

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.

Member Avatar for rproffitt
0
1K
Member Avatar for joeywheels

In the past this hack was simple defacement. Clean it up, lock down your site and try a scan with https://sitecheck.sucuri.net/

Member Avatar for joeywheels
0
2K
Member Avatar for Von_1

@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 …

Member Avatar for rproffitt
0
292
Member Avatar for Xethiro

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

Member Avatar for Xethiro
0
217
Member Avatar for sherwin_2

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 …

Member Avatar for rproffitt
0
111
Member Avatar for destiny_2

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 …

Member Avatar for Dani
0
608
Member Avatar for jeffersonalomia
Member Avatar for diafol
0
277
Member Avatar for chrisschristou

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 …

Member Avatar for rproffitt
0
289
Member Avatar for kouty
Member Avatar for Traevel
0
391
Member Avatar for hefaz

Try completing a ribbon tutorial first like http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs

Member Avatar for rproffitt
0
549
Member Avatar for san_man

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.

Member Avatar for ddanbe
-2
316
Member Avatar for hadisur_rahman

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.

Member Avatar for rproffitt
0
126
Member Avatar for webecedarian

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?

Member Avatar for SalmiSoft
0
602
Member Avatar for James_43

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.

Member Avatar for James_43
0
3K
Member Avatar for kayleigh0411

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/

Member Avatar for Traevel
0
938
Member Avatar for tony75

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 …

Member Avatar for rproffitt
0
374
Member Avatar for jkon

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 …

Member Avatar for Dani
3
1K

The End.