4,901 Posted Topics

Member Avatar for sanket_6

How long it takes to learn a new skill depends on many things. Among them are: 1. Your current skill set. Do you have any experience in programming in any other language? You have given us no indication of this. 1. What language you are planning to use. You haven't …

Member Avatar for jmvazq
0
495
Member Avatar for davy_yg

Please explain. When I ran it with some numbers, my output was Interest = 1976.07 What were you expecting?

Member Avatar for Reverend Jim
0
177
Member Avatar for Krisrei
Member Avatar for Reverend Jim

When I retired in 2008 after carrying a cell phone for years on standby for our control centre I swore I would never get another cell phone. I was wrong. It took ten years but I finally broke down and got a SpeakOut pay-as-you-go FiGO Ultra. It's got everything I …

Member Avatar for Reverend Jim
0
523
Member Avatar for Pajji

System Idle Process is just unused cycles. The higher this number the less busy your CPU is.

Member Avatar for rproffitt
0
362
Member Avatar for Reverend Jim

There are a number of very old threads on CUDA so I'm starting a new one rather than resurrecting an old one. Does anyone here have any experience setting up and developing in CUDA on a Windows platform? I know that there is a system that can be set up …

Member Avatar for Reverend Jim
0
3K
Member Avatar for lewashby

If you are restoring to factory then I suggest that once restored you download two programs (both free) [EaseUS Partition Master](https://www.easeus.com/partition-manager/epm-free.html) [Macrium Reflect Free Home Edition](https://www.macrium.com/reflectfree) Install EaseUS and run it to shrink the system drive to something like 120 gig. Then creade a partition on the unused space and …

Member Avatar for Reverend Jim
0
656
Member Avatar for Izzah_2
Member Avatar for davy_yg

If you are just learning IT security then you should first learn the definitions of 1. ASCII 1. SQL Injection Attack before asing the question. ASCII is a mapping of bit patterns onto characters (EBCDIC and unicode are two others). SQL injection is a method of embedding unwanted (to the …

Member Avatar for Reverend Jim
0
2K
Member Avatar for happygeek

>And likewise, Pornography is wrong and it's spread and use should not be tolerated or encouraged by society For those people who believe that increased access to porn would spur an increase in sexual assault, the exact opposite has occurred. Availability of porn via the internet has exploded since 1995, …

Member Avatar for happygeek
0
1K
Member Avatar for Jacob_14

The nice thing is we can infract/ban and still leave the post visible as a warning to others. For those people who don't see the harm in having someone else do their homework, how would you like to get surgery from a doctor who got his medical degree that way? …

Member Avatar for sandy_5
-7
393
Member Avatar for lewashby

And if you can't remove the drive and have to run a recovery program, run it from some other media like a USB stick.

Member Avatar for vasdrakken
0
596
Member Avatar for Andrew_48

You may have an excellent connection to your router, but why would you think the router connection to the wifi would be any better than connecting to the wifi directly? All you'd be doing is moving the bottleneck one step farther from your computer.

Member Avatar for Sarah_29
0
535
Member Avatar for ddanbe

I think that in a few years the term "self-driving car" will refer to a car that you drive yourself rather than a car that drives itself.

Member Avatar for mike_2000_17
0
2K
Member Avatar for Tom_33
Member Avatar for Reverend Jim
1
636
Member Avatar for PRASANNA_3

You don't need a regex for that. Just take any line starting with `Inode count`, split on blanks, then take the last element. Or, if you pipe the output from `df` to `grep` you can filter out only the `Inode count` lines. Pipe the output from that to your script …

Member Avatar for Reverend Jim
0
332
Member Avatar for MiketheBook

If you've done a factory reset you might try looking it up on [router default passwords](http://192-168-1-1ip.mobi/default-router-passwords-list/)

Member Avatar for Reverend Jim
1
766
Member Avatar for Jean-Claude

Beware of the double-dot problem. This occurs when using an Excel object from within another application. Instantiate intermediate objects before you use them. For example, use a local variable for the sheet object then operate on stuff in the sheet using that object. If you don't then multiple copies of …

Member Avatar for Neena_3
0
671
Member Avatar for Trevah

A c++ program that prompts the user to input "I want someone else to do my homework for me with absolutely no effort on my part". If the person inputs "yes", it outputs "failed" then prompts the user to show a little effort before running again.

Member Avatar for Reverend Jim
-1
234
Member Avatar for Markuss_1

And lose the GOTO. There are times when a GOTO is acceptable, even preferable, to the structured equivalent. This is not one of them.

Member Avatar for Schol-R-LEA
0
392
Member Avatar for James_95

I suggest using a bitwise AND to test if the rightmost bit is a 0 or 1.

Member Avatar for Smith5646
0
394
Member Avatar for riahc3

It's still there but unnecessarily difficult to post in. Start by going to the programming area. Right underneath "Start New Discussion" and "Realtime Chat" you'ss some tabs labeled "ALL New Solved Unanswered More v". Click on "More v" and "Code Snippets" is at the bottom. Start by making a regular …

Member Avatar for Dani
0
323
Member Avatar for alierainy123
Member Avatar for rproffitt

RE: tire analogy, I can see whan a tire is flat. I can't see when a CMOS battery is dead. Also, CMOS batteries last for years so I would imagine most people would opt for a newer, faster computer when faced with a possible couple of hundred for a repair …

Member Avatar for Reverend Jim
0
379
Member Avatar for zebnoon1
Re: C#

For future reference, please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question), particularly the part about picking a descriptive thread title.

Member Avatar for Reverend Jim
0
205
Member Avatar for random_1

The simplest explanation would be that they are arrays that are initialized to zero. For example, if you declare an integer array of size 100 and whatever language was used to crerate the exe automatically sets the default value to zero (some languages may not do this) then you will …

Member Avatar for Reverend Jim
0
312
Member Avatar for Reverend Jim

This code generates an ascii maze of up to size 30x30. If you try to generate a larger maze then you will likely run out of stack space. There is no way to increase the size of the stack in vbscript. Each cell in the maze is represented by a …

Member Avatar for Reverend Jim
0
607
Member Avatar for Obbie_1

Are you still looking for the code for accessing a scanner? I had to do the same thing. I was tired of having to go through multiple forms and third party apps so I was able to find come vb code which I modified so that I could go directly …

Member Avatar for Reverend Jim
0
3K
Member Avatar for ajeckhobar

He hasn't been on Daniweb for four years. Please do not revive old threads. Start a new thread with your question.

Member Avatar for Reverend Jim
0
4K
Member Avatar for Absolute_1
Member Avatar for Dev_9

Easily done, but what do you do if the folder contains an executable or an image file?You don't want to delete ^M in those.

Member Avatar for Reverend Jim
0
793
Member Avatar for Hansly

>I do not know that there are rules here. Were you not presented with the rules/TOS or a link to them when you signed up/posted? And did you decide to not read them?

Member Avatar for John_191
0
476
Member Avatar for happygeek

And I just got a PM from him saying "cheers". I thought newbies couldn't send PMs.

Member Avatar for Dani
1
502
Member Avatar for Mina_2

Your approach is completely wrong. You should be creating an array of denominations from largest to smallest, then using a loop to remove multiples of each decreasing denomination. Once you have your array set up, your code to do the change shouldn't be more than 10 lines.

Member Avatar for Reverend Jim
0
304
Member Avatar for Kang_1
Member Avatar for Saida_1

billtax= bill *6.75; I'm assuming that tax here is 6.75%. What you have coded is actually 675%. I think you want billtax= bill *.0675; and if billtax is bill + tax then billtax= bill * 1.0675;

Member Avatar for Reverend Jim
0
313
Member Avatar for NEctovelius

Do a google search for beep codes for your specific computer (which you didn't bother to mention).

Member Avatar for Reverend Jim
1
34K
Member Avatar for Ellena
Member Avatar for dongtrien

You can use the Windows disk management console, `diskmgmt.msc`. Right click the USB disk and select `Format`. Pick the file system type on the format dialog. If that doesn't work you can always use the `diskpart.exe` utility from the command line, but you gave to be running the shell as …

Member Avatar for Reverend Jim
0
3K
Member Avatar for SRI SAI
Member Avatar for Basel_1

> if you help me I will kiss you I'll pass, thanks. Please read the [Posting Rules](https://www.daniweb.com/welcome/rules) and [this thread](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) for suggestions on how to post meaningful questions.

Member Avatar for Reverend Jim
0
21K
Member Avatar for devs4p
Member Avatar for happygeek
0
788
Member Avatar for Daniel_84
Member Avatar for JamesCherrill
-1
1K
Member Avatar for fatima_7

The outputs should be the same no matter what language you code it in, at least if you code it correctly.

Member Avatar for rproffitt
0
508
Member Avatar for mustefa_1
Member Avatar for fatima_7

Posting the same question over and over is not going to get the results you want. What it **WILL** do is get you infracted. Play nice.

Member Avatar for Tarek_2
0
702
Member Avatar for fatima_7
Re: SQL

Are we supposed to pore over the code blindly or are you going to give us any hints? What are the symptoms? Are you getting any feedback like "syntax error"? If so, please post the error message and associated information. Or is it a logic error - the SQL code …

Member Avatar for john_111
0
619
Member Avatar for John_189

Before we get to your problem, let's address a more fundamental problem. A block of code like if (month == 1) // January numdays = numdays; if (month == 2) // February numdays = numdays + 31; if (month == 3) // March numdays = numdays + 28 + 31 …

Member Avatar for Reverend Jim
1
440
Member Avatar for Reverend Jim

I've been using GenuTax since 2013 to file my Canadian tax return. It's provided free and does the job nicely, but it misses one feature. Up north we can do pension splitting. That means I can offload some of my pension income onto my spouse, hopefully putting us in a …

0
316
Member Avatar for AKKS123

The first thing I would do is leave it powered off for a couple of hours (in case it is an overheating problem). Then I would try booting it into diagnostic mode and running the diagnostics. If this is available it is likely available by pressing F12 (can vary from …

Member Avatar for Reverend Jim
0
176

The End.