-
Replied To a Post in Google translater
Was there a problem and question here? You didn't put much effort or this was a post you didn't complete. -
Began Watching Google translater
Exception in tkinter callback error -
Replied To a Post in Address searchPrec (List L, infotype X, address *Prec)
Is this test? I see this line of code at https://github.com/rivasyafri/ADT/blob/master/adt%20list%20linier/list.c -
Began Watching Address searchPrec (List L, infotype X, address *Prec)
Address searchPrec (List L, infotype X, address *Prec) -
Replied To a Post in I am an begginer and I wanna learn Open GL
Everyone starts somewhere. I take it you are still learning how to search for such so here's how I would look. -> https://www.google.com/search?&q=udemy+opengl -
Began Watching I am an begginer and I wanna learn Open GL
Hi, I am a begginer and I can't find an useful full and free tutorial for using Open GL in game development... do anyone know a place to learn it? … -
Replied To a Post in Hi everyone, I'm Lesley
Say hi to Mr. Burns for me! -
Began Watching Hi everyone, I'm Lesley
Hi everyone, I'm Lesley, Im 25 I currently work as an IT and marketing consultant for a Canadian company that develops employee monitoring software. Wish everyone a good day! -
Replied To a Post in reading information from file /proc
Simplest code (incomplete) I know of. f = open('/proc/meminfo') f.read() f.seek(0) f.read() More at https://linux.die.net/lkmpg/x769.html Sorry, but I should have noted where to get source too for a good ps: … -
Began Watching reading information from file /proc
i’m looking for the steps to write a c program which work as the command PS and i know that i should read the information from pseudo file /proc but … -
Replied To a Post in Do You Like To Play Gambling? What Casino Do You Prefer?
Sadly this sounds like what drug dealers do. Free taste! - https://www.herald-dispatch.com/news/drug-dealer-admits-to-giving-free-sample/article_ce289f74-e9c3-58ce-8cce-d7483e774627.html -
Replied To a Post in postfix to infix & the result. stack C++
https://www.google.com/search?&q=3x1%2B2-9 says it's -4 but to me it wasn't clear what was expected versus what happened. Also, what was the assignment? The assignment appears to be missing here so it's … -
Began Watching postfix to infix & the result. stack C++
Hello! I have a homework in which i should do this: **Input x+-3129 Output: 3x1+2-9=-4** I wrote this code and my output is : **3-1+2x9** Can somebody help me to … -
Replied To a Post in Do You Like To Play Gambling? What Casino Do You Prefer?
> The pandemic hit a country that was already home to big gamblers. A House of Lords report titled “Gambling Harm – Time for Action” published in July 2020 found … -
Replied To a Post in Do You Like To Play Gambling? What Casino Do You Prefer?
Read https://www.daniweb.com/posts/jump/2156447 first. I'm not the person to ask about this as there were people I know (they have seen become homeless and lost in the world) over gambling addition. … -
Began Watching Do You Like To Play Gambling? What Casino Do You Prefer?
Do You Like To Play Gambling? What Casino Do You Prefer? -
Replied To a Post in Get the device name
device name is not in the API as I know it. Even https://www.freecodecamp.org/news/exploring-device-detection-for-better-user-experiences-in-2020/ doesn't know it. Now from memory there are ChromeOS devices that register with Google but I'm going … -
Began Watching Get the device name
Hi DW. Anyone knows how I can get the device name the browser is running on? I mean something like on the attached image with Javascript?  -
Replied To a Post in Salvaging a good windows 7 hard drive from a dead msi motherboard.
The closest fix I know of is to replace the motherboard with the same make and model. Remember you asked for 100% and that is the only fix I know … -
Began Watching Salvaging a good windows 7 hard drive from a dead msi motherboard.
So my MSI mpower z77 motherboard died 2 weeks ago. Last year I had cloned the drive from mechanical to ssd. This was also before i knew about sysprep methods. … -
Replied To a Post in code problem with a queue C++
Just me thinking it through the ??? section in psuedocode: while there are objects in the queue { for loop interating the names vector from first to last { if … -
Began Watching code problem with a queue C++
Hello! So I have this homework that i have no idea how to continue. this is an exemple of input,but i have to do it for a general one: **7 … -
Replied To a Post in How to become a Java master or advanced?
My thought here is there is an issue with [hypothetical cognitive bias](https://en.wikipedia.org/wiki/Dunning–Kruger_effect) . But beyond skill in Java, what about the other skill such as problem solving? Being a master … -
Began Watching How to become a Java master or advanced?
Yeah, same with the topic how can I become a Java master or advanced? Now I have finished Programming 2, but I don't know that, which level of my skill … -
Edited [(ngModel)]="service.formData.OrderNo"
[(ngModel)]="service.formData.OrderNo" -
Edited [(ngModel)]="service.formData.OrderNo"
[(ngModel)]="service.formData.OrderNo" -
Replied To a Post in find the appearance of words from input text file ,in other text file
In regard to "as I want." To me this was a two step solution. Step 1 was to use a common word frequency routing and the second to grep out … -
Replied To a Post in find the appearance of words from input text file ,in other text file
This sounds like we can re-use prior works. 1. First we need that word count. Here's Rosettacode: https://rosettacode.org/wiki/Word_frequency 2. Now we have those counts, a grep will be fine. Here's … -
Began Watching find the appearance of words from input text file ,in other text file
Hi..please can anybody help me..im beginner and i have a hard assignment i need to write a c++ program that do the follwoing : 1.aske the user to enter two … -
Replied To a Post in help with this code and write urgent
Please show your work and let's chat about what is stopping you. -
Began Watching help with this code and write urgent
Q2. Write a method called countOdds in java that takes an array of 10 integers as a parameter which is given by the user. The method counts the odd numbers … -
Replied To a Post in FireWorks Algorithm
https://en.wikipedia.org/wiki/Fireworks_algorithm seems to do this well enough. -
Began Watching FireWorks Algorithm
Explain Fireworks algorithm briefly? -
Gave Reputation to Edward Lance in Need code to get free space and used space in hard drive ..
some link you may interest to see https://www.youtube.com/watch?v=saAcQAcYhYA -
Replied To a Post in read a closed Excel.xlsx file
Question: What do you mean by "closed"? There are so many vb.net "read an excel file" examples on the web now that I have to guess why you added this … -
Began Watching read a closed Excel.xlsx file
I wish to read from a closed excel file, a few years ago I found a website using ADO and it worked but now I cannot find this website I … -
Replied To a Post in How to handle "statement label must be unique" in Marie assembler
Could it be the spacing? Your post failed to share the format of your code so without checking for code correctness I wonder if your formatting failed you. Read https://forum.allaboutcircuits.com/threads/help-with-program-in-marie-assemby.29923/ -
Began Watching How to handle "statement label must be unique" in Marie assembler
here is my code... JnS Print Halt Print, HEX 2 PrintString, Load PrintName Skipcond 800 JumpI Print Output Clear Load PrintName Add Increment Store PrintName Clear Jump PrintString PrintName, DEC … -
Replied To a Post in local host server from PC to network with 3 or more devices using router?
Windows since about Windows 3.1x or WFWG (Windows For WorkGroups) has file and printer sharing capability. What's happened since those days is the Web has a lot of tutorials about … -
Replied To a Post in please solve this for me.
This is a help and more site. For homework you show your work and tell what area you have trouble with. If you want a homework solution site, well there … -
Began Watching please solve this for me.
Write a program which asks the user to open a bank account either Current or Savings. Your program will display the following menu at the start: Press 1 for Current … -
Replied To a Post in local host server from PC to network with 3 or more devices using router?
The "connect" you describe is typical. But you left out what exactly you need this server to do. Before we get into Filezilla, I want to share that last week … -
Began Watching local host server from PC to network with 3 or more devices using router?
I want to connect 3 or more devices with one adminstrator device (PC) by using router for the network connection. The PC Windows 8 Should i use server program like … -
Replied To a Post in Countdown timer using LC3 Assembly Langugae
I don't see what it's not possible. Many times folk forget to check the Community Rules at https://www.daniweb.com/welcome/rules about showing effort. My reply is what I'd do if it was … -
Replied To a Post in Countdown timer using LC3 Assembly Langugae
I'd skip that work and head straight to a C compliler such as http://users.ece.utexas.edu/~ryerraballi/ConLC3.html Remember I take it this is not a homework or such assignment (you didn't tell.) -
Began Watching Countdown timer using LC3 Assembly Langugae
I want to make a timer that will countdown from a number that a user will give such as 20 min. If it is easier I could use the timer … -
Replied To a Post in Build and Play, In what order?
Small world, my two sons each have an Omen running W10. There are choices here but none require a new W10 License. 1. Just install W10 and let it digitally … -
Began Watching Build and Play, In what order?
OMEN Computer- The OS is installed on a NVMe SSD 256GB. I purchased a new NVMe SSD 2TB. Now when I switch them out I will lose the OS. I … -
Replied To a Post in Develop the following HTML page (with CSS file). The following apply : The
Please read https://www.daniweb.com/programming/threads/534891/python-problem-solve#post2277663 -
Began Watching Develop the following HTML page (with CSS file). The following apply : The
Develop the following HTML page (with CSS file). The following apply : The text "2020-2021" is heading style 3 at center of The figure is highlighted with grey color. The …
The End.