-
Replied To a Post in My computer turned off and it won't come back on.
I understand the frustration of a dead PC but without make, model or if some built machine of parts all advice is generic and never can be spot on. For … -
Began Watching My computer turned off and it won't come back on.
I bought a second hand custom PC back in 2016 for gaming. The guy said it was plug and play, but my husband spent hours trying to get it to … -
Replied To a Post in How do you embed code editors in cloud based applications
Yes to the first question (forgot the ? mark.) I'd start with a search like https://www.google.com/search?&q=open+source+code+editor+cloud but I can't see how anyone can determine best except you since you didn't … -
Began Watching How do you embed code editors in cloud based applications
Is there a mechanism to embed code editors(Python, Java, Javascript) within a cloud based application. What are some of the best open source option ? -
Replied To a Post in I need help with my live video streaming website
You took a misstep there by going with YouTube. YouTube's model does not appear to support this. I'm told what you are asking for is done widely in another industry … -
Began Watching I need help with my live video streaming website
Hello friends, I have a website on which I embedded my YouTube channel, but I need my users to pay before they can watch live videos. Help me. -
Replied To a Post in drbobtm@gmail.com
What I think it is can upset some. Try the usual work first. I'll take it you are new to all this. 1. Remove all power, remove the battery EVEN … -
Began Watching drbobtm@gmail.com
Toshiba P25-S520 satellite with green battery lights charged & power to the unit on , when power button to turn on unit is pushed, power on button blue light flashes, … -
Replied To a Post in Is avatar change possible?
@macfan, try this. Make a reply and attach it to your post so the image file can be examined for issues. PS. Added with edit. I don't have a Save … -
Replied To a Post in Create a function that reads data from multi layer JSON file
The link was broken for me so I have no idea what's there. Try keeping your code in the discussion along with what line of code you are having trouble … -
Began Watching Create a function that reads data from multi layer JSON file
I want to make a function in ReactJS which can read values from multi layer JSON file (http://latamdscmtrg03:4001/api/get/?dbtype=oracle&servername=LATAMDSCMTRG03&username=SCPOMGR&pwd=scpomgr&port=1521&sid=JDAS&sqlquery=SELECT%20*%20FROM%20UDT_PROMPT_VIEW) -
Gave Reputation to zunam in calculate the grades for a student using if..else statements.
1. Will ask the user to enter the marks scored by a class of 20 student for their economics test (the exam is a paper out of 80 marks) 2. … -
Replied To a Post in Is avatar change possible?
On Daniweb I clicked on the icon in the top right area of the page which gives up a menu of items. You want to click on Control Panel then … -
Began Watching Is avatar change possible?
Is it even possible? If yes, than how to do it? -
Replied To a Post in HTTP request failed! HTTP/1.1 50
Using another DNS I was able to resolve that and look at the web page. It does not offer a download link so tell me without any fudging that you … -
Replied To a Post in java script to python
@Dani and others. One of my clients manufactures door operators which are controlled with an single board computer with motor controls. The motor is sometimes called a servo by some. … -
Began Watching java script to python
how would one convert this to python? var unlockedState = 1000; var lockedState = 2200; var motorPin = 14; var buttonPin = 4 var ledPin = 17 var blynkToken = … -
Replied To a Post in HTTP request failed! HTTP/1.1 50
I looked up hdtvler2.etvserver.com with my DNS and that failed. Check that your DNS is resolving that name. -
Began Watching HTTP request failed! HTTP/1.1 50
Hello, I want to read the url (m3u) from this link, unfortunately I get the following error message. what's wrong. I'm relatively new to php sorry url = `https://www.hdtvler.tv/show-tv-canli-hd-yayin-izle/` want … -
Gave Reputation to Reverend Jim in digit count and sum
Is it your plan to post all your homework here for someone else to do? You also posted the "reverse words" question and found a kind-hearted person to do it … -
Replied To a Post in can you convert it by Java please?
This looks very close to what I read at https://www.geeksforgeeks.org/queue-linked-list-implementation/ @Ruba, the link shows implementations in a few languages including Java. -
Began Watching can you convert it by Java please?
class Node(object): def __init__(self, data): self.data = data self.nextNode = None class Queue(object): def __init__(self): self.head = None self.tail = None self.size = 0 def enqueue(self,data): self.size += 1 newNode … -
Replied To a Post in Hi everyone, I'm linkstore
We've veered off the welcome mat here. I'll share we turn on -wall or -WALL for GCC compiles. For our code, we resolve all the errors and warnings or understand … -
Replied To a Post in How do I uninstall windows 10
I've never uninstalled Windows no matter which version. All I've ever needed to do is to install the OS of choice. That in all cases for me has wiped out … -
Began Watching How do I uninstall windows 10
Please I currently need a quick answer on how I can uninstall windows 10 -
Replied To a Post in Hi everyone, I'm linkstore
What paid tools do you like? After seeing many folk correct errors on their own with tools such as mentioned so far, should I recant and well, what should we … -
Replied To a Post in Hi everyone, I'm linkstore
I really like W3C's tool. So beyond that how can folk automate site checking for other than valid code. As in items that matter. Both tools have helped fledging web … -
Gave Reputation to Dani in Hi everyone, I'm linkstore
I put a lot more weight in the W3C Validator because it's either valid code or it's not. Using a compiled language as an analogy, W3C Validator checks for parse … -
Gave Reputation to Reverend Jim in Covid-19 Virus and N95
And as for that $500 billion slush fund that Congress will oversee (as laid down in the bill passed by Congress and the Senate)? Trump basically said f\*\*k you - … -
Gave Reputation to Reverend Jim in Covid-19 Virus and N95
And as for that $500 billion slush fund that Congress will oversee (as laid down in the bill passed by Congress and the Senate)? Trump basically said f\*\*k you - … -
Replied To a Post in Hi everyone, I'm linkstore
I like the analyzers because they give you a good first look at sites then you use your expertise to fine tune or ignore some of the results. Not everyone … -
Replied To a Post in Hi everyone, I'm linkstore
Well done. https://gtmetrix.com/reports/linkstore.com.vn/mClRHeOP only complained about one thing. I rarely see that good a score. -
Began Watching Hi everyone, I'm linkstore
I have just designed this web: https://linkstore.com.vn/ -
Replied To a Post in Covid-19 Virus and N95
From someone that works in a hospital. 1. They get one N95 mask a week. 2. **Management has warned all staff that if they speak to the media or post … -
Replied To a Post in Tkinter in Python
I think the answer is don't destroy what you need later. Also, read a nice discusion about when to use it at https://www.daniweb.com/programming/software-development/threads/66698/exit-a-tkinter-gui-program -
Began Watching Tkinter in Python
I want to recall a root that i had destroyed. But if i use root.destroy() Then when i want to recall root, It doesnt work...... ..........Please answer my question...... -
Replied To a Post in C++ reading and writing to files
Are the dat or txt files in the folder the executable is in? I know in Visual Studio the folder can change based on your compiler settings so I can't … -
Began Watching C++ reading and writing to files
I am doing this program for a cs class. I am trying to create menu based system that will allow the user to input the number that corresponds to the … -
Replied To a Post in Change PW via RDP
Let's see what RDP does first. I'm reading https://en.wikipedia.org/wiki/Remote_Desktop_Protocol So yes you can. You set up your remote session and use the system your IT provided to change passwords. But … -
Began Watching Change PW via RDP
Is there a way to change a host workstation password using RDP? -
Replied To a Post in Covid-19 Virus and N95
There's a flood of news and events that no one can keep up. You noted the EPA. How about supension of habeas corpus? Link and remember there are many. https://www.politico.com/news/2020/03/21/doj-coronavirus-emergency-powers-140023 … -
Gave Reputation to Reverend Jim in Trump
RE: Allocation of Covid-19 resources... “He calls all the governors,” Trump said. “I tell him, I mean, I’m a different type of person. I say Mike, don’t call the governor … -
Replied To a Post in Hide your folders disguise them to "Recycle Bin" ::
@vanhungvox. On all your computers you backup what you can not lose. Restore from your last backup. No backups? This is usually when folk learn backups were never optional. -
Began Watching Hide your folders disguise them to "Recycle Bin" ::
Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E} e.g., if we have a folder games press F2, then type, "games.{645FF040-5081-101B-9F08-00AA002F954E}" see the magic.... then to get to original form, remove the extension … -
Replied To a Post in Trump
> EPA suspends enforcement of environmental laws amid coronavirus [We don't give a hoot, pollute!](https://www.motherjones.com/environment/2020/03/environmental-protection-agency-enforcement-coronavirus/) -
Gave Reputation to Muhammad_232 in how to create blog website
can you help me to teach c# and asp.net lanaguges? -
Gave Reputation to mariah1902 in laptop screen turned black but laptop still running
I think probably you need to change the whole display. Everytime I had such problem I changed the dispay. -
Gave Reputation to mariah1902 in Laptop turns off screen but dosen't sleep
Surely it is a windows problem. Just reboot your device with the latest windows 10 again. -
Gave Reputation to mariah1902 in My laptop turns on but the screen shows nothing / remains off.
So if your monitor is not even showing anything, then maybe you have a problem with your graphics. This is a hardware issue. -
Gave Reputation to mariah1902 in Battery on a brand new laptop
I am using my laptop for more than 3 years now. When I use my laptop I plug in my wire and use it. Only in case of outside I …
The End.