-
Replied To a Post in Covid-19 Virus and N95
My SO wanted a COVID-19 test. Now does not want a COVID-19 test. https://imgur.com/gallery/ibRxcKG Is this the US standard for testing? Must be. -
Replied To a Post in Need help in Prolog
I take it this is not homework. If I needed this in Prolog I'd look at what has been submitted at https://rosettacode.org/wiki/Fibonacci_sequence#Prolog In parting, my Prolog is long gone. Last … -
Began Watching Need help in Prolog
Hi, I need help . I was suppose to Write a prolog program that ‘returns’ the first N Fibonacci numbers. for an example: fib_list_N(5, X) Output: X = [0, 1, … -
Gave Reputation to k191376 in Sound in C++
hey! i am new to c language please guide me** how can i add my own soundfile in a c program ( DEVC++ compiler ) by bloodshed ..** please guide -
Replied To a Post in Html5 video tag show play/pause button
I was following you along till I read the word "tag" in your question. In the past I used https://www.google.com/search?client=opera&q=play%2Fpause+button+on+a+html5+video for examples. But why you put tag in your question … -
Began Watching Html5 video tag show play/pause button
Helloi want to put a play/pause button on a html5 video tag. Any suggestions? -
Gave Reputation to pritaeas in jQuery .stop() all animation
How about turning it off and on again? Turning it off would instantly stop all animations. Turning it back on will only start new animations, no? -
Replied To a Post in Covert code C++ to C
In the link you supplied there's https://www.geeksforgeeks.org/prims-mst-for-adjacency-list-representation-greedy-algo-6/ which looks like C code to me. -
Began Watching Covert code C++ to C
Hello! I need urgently to convert this code in C. Please help meee https://www.geeksforgeeks.org/prims-algorithm-using-priority_queue-stl/amp/ Thanks!! -
Replied To a Post in How to create a triangle in Visual Studio?
OK, you have code but I can't find what has stopped you. We have plenty of prior examples to work from if we didn't want to dig through the C# … -
Gave Reputation to Reverend Jim in How have you been keeping busy during COVID19?
>So you're a Flat Earther? Living where I am it's hard to dispute based solely on direct observation, unless you discount things like the shadow of the Earth on the … -
Gave Reputation to Reverend Jim in How have you been keeping busy during COVID19?
It takes under 10 seconds to cross two lanes. Remember, I live on the prairies where you can stand on your front doorstep and watch your dog run away from … -
Replied To a Post in How to create a triangle in Visual Studio?
Can you clarify where you are stuck? Do you need a compiled ready to use app or can you share the code section that you have trouble with? -
Replied To a Post in How to disable sound on KeyDown event
So as Monty Python wrote "[I see you have a machine that goes Bing](https://www.youtube.com/watch?v=arCITMfxvEc)!" I'd try methods to turn it off such as noted in prior discussions like http://www.vbforums.com/showthread.php?748787-RESOLVED-Turn-off-ding-sound-when-enter-pressed-in-textbox -
Began Watching How to disable sound on KeyDown event
Hi, I'm using WindowsForm and I want to pass throu all textboxes with Enter (like using Tab). This code do things I want Private Sub Form6_KeyDown(sender As Object, e As … -
Endorsed Dani
-
Endorsed Dani
-
Endorsed Dani
-
Replied To a Post in How to create a triangle in Visual Studio?
Did you need to discuss research of such work? For me I might start with https://www.google.com/search?client=opera&q=how+to+draw+a+triangle+in+C%23 -
Began Watching How to create a triangle in Visual Studio?
I want to create a triangle with Windows Form in Visual Studio (c# code). In Form1 I have 3 textboxes that the user enters the lengths of the sides of … -
Gave Reputation to erich.lutz44 in Hi everyone, I'm erich.lutz44
Test -
Gave Reputation to Dani in i am creating a login page so that when user enter the information
Hi, What is the complete error message? PHP error messages typically say what line the error is on, etc. In investigating the code above, the biggest things that stand out … -
Replied To a Post in No video input problem.Please help
Let's split the issues into two. 1. Aurasync. Back to where you report issues. Example: https://rog.asus.com/forum/showthread.php?108158-AURA-SYNC-1-07-35-Report-any-issues-here/page36 2. Your PC issue. I can't find any PC details so it's not a … -
Began Watching No video input problem.Please help
Hello guys.I have a problem with my pc.It actually works good but after about 4-5 days when i restart it he won't boot up and shows me message on the … -
Deleted a Post in Best link building strategy in 2020
All possible link building methods have already been listed here, but I will add one more. Recently I saw an interesting article. They are talking about Link Bait. The examples … -
Replied To a Post in Python programming problem
What is WAP? As I deal with networks that would be Wireless Access Point so that's not right. As to the rest, we ask you to show your work and … -
Began Watching Python programming problem
WAP to check student is first ,second or third . If number is greater than equal to 60->>first If number is greater than equal to 45->>second If number is greater … -
Replied To a Post in Microsoft Word ends the spacing debate
Outside of APA and legal papers, I don't see any issue. For those that want to push back against APA and legal standards they are free to do so. But … -
Replied To a Post in Microsoft Word ends the spacing debate
This isn't so cut and dry. If you are submitting papers you may be required to do so in the APA style. https://gocolumbia.libguides.com/c.php?g=338877&p=2282177 notes where in Word to change the … -
Began Watching Microsoft Word ends the spacing debate
So apparently Microsoft Word’s latest release shows a grammar error if you do two spaces after a period, this ending the debate of which is correct. I used to do … -
Gave Reputation to Reverend Jim in Covid-19 Virus and N95
Trump is leaving it to the governors to decide when to re-open things, but he has stated he wants things to open up sooner rather than later. Trump is pissed … -
Replied To a Post in Covid-19 Virus and N95
Canada addresses the N95 shortage by autoclaving masks. If you are in the medical community you know what that device is. More story at https://www.cbc.ca/news/canada/manitoba/manitoba-researchers-answer-shortage-n95-masks-1.5518226 -
Replied To a Post in Covid-19 Virus and N95
A shipment of face masks finally showed up. Here's a picture of the side panel.  Made in Wuhan, China. Hmm, seems too much like the Simpsons but it's not … -
Gave Reputation to Reverend Jim in keep on getting function define is not allowed here
I see three mains, actually. -
Replied To a Post in keep on getting function define is not allowed here
I see a few issues. 1. What's up with lines 11 and 26? Two mains? 2. I won't count them again but the { and } seem unbalanced as well. … -
Began Watching keep on getting function define is not allowed here
the error is at the curly brace under void main() line 28 can some one help me...pleasee #include <iomanip> #include <curses.h> #include <stdlib.h> #include <fstream> #include <iomanip> #include <cmath> using … -
Gave Reputation to Reverend Jim in How to turn off windows 10 update permanently?
The only way to permanently disable it is to never connect to the internet. -
Replied To a Post in Assembly Receive 2 value from user
Why does this look like an assignment (homework) from Fatmanur Karapicak? -
Began Watching Assembly Receive 2 value from user
It converts only one number into binary. When 2 numbers are entered, I want them to translate and write them as binary.This is very important for me, I have been … -
Gave Reputation to johnie_1 in Checking Server status
I recommend you to use https://github.com/xPaw/PHP-Minecraft-Query to get the server status. Here is an example: https://github.com/xPaw/PHP-Minecraft-Query/blob/master/view_serverping.php Most Minecraft topsites like https://minelist.net use it to ping servers. -
Replied To a Post in Create Infinite Loop In Bash
For me that's a script with three lines. Echo something. do something sleep 60 goto top This is psuedo code so you need to craft it for the shell you … -
Began Watching Create Infinite Loop In Bash
I want to run a command for ever in the Linux bash. Also I want to put 60 seconds between command execution. -
Gave Reputation to surveypacific in How do I create a table in a database?
hello patiodude this might help you check it down below CREATE TABLE MyGuests ( id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, firstname VARCHAR(30) NOT NULL, lastname VARCHAR(30) NOT NULL, email VARCHAR(50), … -
Gave Reputation to surveypacific in How to use an php array in an sql query ?
hey litlemaster you can check this out program $query = "SELECT interests FROM signup WHERE username = '$username'"; $result = mysql_query($query) or die ("no query"); while($row = mysql_fetch_array($result)) echo $row['interests']; … -
Gave Reputation to may5457 in Java Help: Cannot find symbol
I have everything defined already double PI = 3.14159; float radius = 3.85f; float circumference = 2 * PI * radiusf; -
Replied To a Post in Java Help: Cannot find symbol
That's not enough code. As in what is PI and what is radiusF. -
Began Watching Java Help: Cannot find symbol
I keep getting CircleInformation.java:13: error: cannot find symbol float circumference = 2 * (PI * radiusF) ^ -
Replied To a Post in Python IDE for MacOS
First we ended our Apple work years ago. Let's not get into why. But it did give me a view into work there. Why not Xcode? Read how to use … -
Began Watching Python IDE for MacOS
Hi Guys. I'm getting bored, and so I'm looking at Python for a new challenge. I hoped to be able to use my Java NetBeans IDE to avoid an IDE … -
Replied To a Post in Which will be the best programming langugaes?
In the USA that could be COBOL. Some states were caught with old systems still running COBOL. For those that know COBOL, you just landed a big job.
The End.