-
Replied To a Post in Laptop turns off screen but dosen't sleep
The usual story is that the owner installed Windows but omitted the usual updates from the laptop or machine maker for BIOS, drivers and apps. I've run into cases where … -
Began Watching Laptop turns off screen but dosen't sleep
I recently reinstalled Windows 10 on my laptop, since then it has been randomy not sleeping properly. After I had shut the lid of the laptop, I'd come back and … -
Replied To a Post in Got a problem with Drives
@J You ask why you can still boot on it and use it? The answer is it's not totally wiped out. I can only guess at the real problem since … -
Replied To a Post in Got a problem with Drives
@J, so www.lostpassword.com tools fail as well? That's terrible. It looks like the usual pull the drives and send them to drivesavers.com is next since Linux and lostpassword.com has failed. … -
Replied To a Post in unable to create User account ,even I ran it as Administrator
@AssertNull. When the old System() call ran from old TurboC which they didn't tell, a new instance of the shell can start without the admin rights. If yours worked then … -
Replied To a Post in String using c++
No hello first? I can imagine what will happen if you burst into the room and blurted this out. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then try again. -
Began Watching String using c++
Write a program to read a literal string ptr1 for no longer than 20 characters. Then use a function whose task is to all contents of ptr1 t ptr2 except … -
Gave Reputation to Reverend Jim in I want to learn about programming
1. Read 1. Write 1. Repeat We learn by doing. If you don't put in the effort you won't learn anything. -
Replied To a Post in unable to create User account ,even I ran it as Administrator
Sorry but this looks, what's the word here? Primitive. It also doesn't look to be for many versions of Windows today. You can imagine what chaos would happen if this … -
Began Watching unable to create User account ,even I ran it as Administrator
#include <stdio.h> void main() { char str[10], str1[10]; system("COLOR 74"); system("title Password Change "); system("mode con: cols=140 lines=30"); printf("\n\nWelcome to 'Jubayer IT Solution' Refresher'in C Programming App!!"); printf("\n\nType Your Desired … -
Gave Reputation to DIVYANSHI MANGAL in how to acces alternate element of a 2D array
maybe you can use it like this.. int b[n][m]; for (i=0;i<n;i++){ if ((i%2)==0){ for (j=0;j<m;j+=2) { b[i][j]=2; } for (j=1;j<m;j+=2){ b[i][j]=4; } } else if ((i%2)!=0){ for (j=1;j<m;j+=2){ b[i][j]=2; } … -
Gave Reputation to pty in Write a python script for mass renaming music files according to labels.
[Beets](https://github.com/beetbox/beets) is exactly this. Don't try to rip it off OP, it'll be painfully obvious. -
Replied To a Post in Positioning Switch on Validate Error
The link gives me a 403 forbidden. -
Began Watching Positioning Switch on Validate Error
I have a checkbox input switch set up over the Input text box that acts as an on/off switch for that particular field. I am also using jQuery Validator (jqueryvalidation.org) … -
Gave Reputation to happygeek in Write a python script for mass renaming music files according to labels.
Here's a better idea: you show us how far you have got with your code, and where you are having problems. Then someone can actually try and help you. Deal? -
Replied To a Post in How to manage social media?
Your post and question self answers. If you can't create or manage then you answered your question but maybe you didn't ask the right question. Try again? -
Began Watching How to manage social media?
How to manage social media? I can't actually create or manage the accounts. When I'm trying to login to my Twitter or Facebook account, they are asking to [create a … -
Replied To a Post in If Statement With Greater Than Not Working Properly
> [Editor's note: As of PHP 5.4.4 this is no longer true. Integral strings that overflow into floating point numbers will no longer be considered equal.] From http://php.net/manual/en/types.comparisons.php But the … -
Began Watching If Statement With Greater Than Not Working Properly
I have an If Statement that isnt loading the right image any help would be great <?php if($formattedNum6 > $PeriodSalesTarget):{ echo '<img src="images/TargetMetGreen.png" alt="" />';} elseif($formattedNum6 > $CummulativePeriodSalesTarget):{ echo '<img … -
Replied To a Post in List and Dictionaries
Here's an issue. Code works as I read above. The issue is that I would be guessing what the code was supposed to do. As code can work incorrectly but … -
Began Watching List and Dictionaries
Hi everyone, I struck with this code for few day , please help me and thanks in advance . Write the class AddressBook so the following code works: c = … -
Gave Reputation to happygeek in a program that inputs number of subject and marks and tells lowest marks
Basically all you have done so far is make a statement, and one that makes no sense. There is no question for anyone to answer, although we could guess that … -
Replied To a Post in Please help me with this homework
@a, now I've really worried that you told the truth about new to this. Did you skip classes and not complete prior homework? The reason I ask is what you … -
Began Watching Please help me with this homework
heyy can anyone please help me with this homework in java because i am new at this Create a program where it should appear in a dialog box your name,last … -
Replied To a Post in a program that inputs number of subject and marks and tells lowest marks
I want you to think if someone gave this request to you just like above. You may wonder why they were so short and more. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question so you know … -
Began Watching a program that inputs number of subject and marks and tells lowest marks
a program that inputs number of subject and marks and tells lowest marks -
-
Replied To a Post in Simple Line Calculator
I found no question here. There's the assignment but no question. Also,[ this is not urgent as in "my socks are on fire." ](https://www.mathworks.com/matlabcentral/answers/29922-why-your-question-is-not-urgent-or-an-emergency?requestedDomain=www.mathworks.com) Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question then try again by … -
Began Watching Simple Line Calculator
I have an urgent assignment. It would be so great if anyone could help me with the codes of this as I am not able to understand this: Here's the … -
Gave Reputation to IVDMindore in Need Help!
There are so many resources for learning SEO on the web. You can search on Google and you can see there are variety of options available as blogs, videos, online … -
Replied To a Post in Got a problem with Drives
@J. Yes, it could be getting worse. This is why pro's often pull the drives to clone or extract what can't be lost first. As to NTPASSWD and such, it … -
Replied To a Post in LC3 Converts hex or decimal to 16-bit binary
This may be your assignment for those that want to see it well formatted: http://www.ele.uri.edu/faculty/sendag/ele208/labs/lab06/lab6b.pdf While I've written a lot of assembler over the years, it appears this is something … -
Began Watching LC3 Converts hex or decimal to 16-bit binary
I'm stuck on converting hex or decimal to 16-bit binary,and I don't know how to start. Here is the tasks I need to do: Decimal Conversion Task: Add code that … -
Gave Reputation to AssertNull in Could please find why my code prints nothing?
> But in the end, flowing off the end of a **non-void** function still is undefined behavior. Correct. But is that relevant here in a **void** function like th OP's … -
Replied To a Post in Could please find why my code prints nothing?
I get the feeling you want to debate if a return statement is required. This is a well discussed area and I will not debate this. If this was submitted … -
Replied To a Post in Could please find why my code prints nothing?
Why doesn't void split() have a return statement? -
Began Watching Could please find why my code prints nothing?
I'm about to make code that read the text file line by line, then store it to stucture, then use quicksort. But my code doesn't print anything. Here is my … -
Replied To a Post in convert INR to USD for shopping cart
I googled that and found php examples out there for other API's. Example http://www.phpzag.com/convert-currency-using-google-api/ I know folk hate to do research but today, you can save a lot of time … -
Began Watching convert INR to USD for shopping cart
Hi friends i am working for an shopping cart using php script, i placed a drop down option to display currency rate as per user selection(INR and USD). By default … -
Replied To a Post in solving a linear simultaneous equation of 10 variable
You need to read how to ask the questions but https://www.codeproject.com/Articles/675908/Linear-Equation-Solver-in-Cplusplus can be inspirational. Sparse arrays and more ideas to avoid initial and limiting design decisions. -
Began Watching solving a linear simultaneous equation of 10 variable
urgent need: write a computer program in c++ that solves a linear simultaneous equation of 10 variable -
Replied To a Post in How to find the nth prime number (where n is the User input) c++
Just a tip. Many wheels can be had from stock. That is, functions like the test for prime has many ready to use solutions. Bolt that on and run. Look … -
Began Watching How to find the nth prime number (where n is the User input) c++
Hi guys. I am trying to create a program where the user inputs an integer and the program will cout the nth prime number. Unfortunatly when I try to cout … -
Replied To a Post in python
Windows you say? While I no longer have W7 to test on, I have a small app my client uses and for Python install I used the Python from Ninite.com. … -
Began Watching python
i couldnt install numpy in python3.3 windows 7 i have installed setuptools bt easy_install is unavailable if i try to install NumPy i get an error like "Command "python setup.py … -
Gave Reputation to Reverend Jim in Project C++: A player engine for RPG fighting
You might as well have said "I have the following code:" int main() { } "I just need a little help with the middle." Please read [this thread](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) for suggestions … -
Replied To a Post in Got a problem with Drives
Some machines are very picky about bootable USB. I switch to booting CD/DVD next. -
Replied To a Post in Toshiba laptop asking for HDD password and beeping
That's not good. Because of many reasons, this may be the end of that HDD. The password could be in the BIOS so go there and turn off the HDD … -
Began Watching Toshiba laptop asking for HDD password and beeping
I can't go into my Toshiba laptop. It is just beeping and asking for HDD password -
Replied To a Post in Got a problem with Drives
For Windows Server I would try NTPASSWD (tutorials and more are on the web) then if that's a no go then www.lostpassword.com which is cheap compared to a clean install …
The End.