-
Replied To a Post in Are you going to get the vaccine?
>The first court ruling about this agrees... At least until GOP controlled state legislatures pass their own laws. In spite of all the rhetoric about how we should let the … -
Gave Reputation to r2012344j in Write a program in C++ which prompt the user to enter the value of hours wo
Write a program in C++ which prompt the user to enter the value of hours worked and the program will compute and display the gross pay and netpay.The gross pay … -
Replied To a Post in Are you going to get the vaccine?
In spite of what certain politicians and right-wing talk show hosts are saying/screaming, requiring proof of vaccination to fly, or requiring the same, or a mask to enter a private … -
Replied To a Post in how I put code blocks in the forum topics?
It looks like `<\>` -
Replied To a Post in I am new is coding in Python, kindly assist to eliminate this error:
You are using things both as functions and variables. Compare the following with your code class Employee: def __init__ (self, name, basic, house): self.name = name self.basic = basic self.house … -
Replied To a Post in Program to find out the roots of a quadratic equation
Start by googling "gaussian elimination". -
Replied To a Post in Are you going to get the vaccine?
You can get all other kinds of fake ID online. Why not vaccination cards as well. I just wish when they announced the v-cards they also mentioned the massive penalty … -
Replied To a Post in Maze puzzle games
Are you offering, or asking? -
Replied To a Post in Are you going to get the vaccine?
Mine was bluetooth. And of course they used the wrong version so it won't connect to anything. In another three days I can get my "fully vaccinated" card/digital token so … -
Replied To a Post in What is the best way to identify fake Twitter followers?
Huh. You'd think if it was that easy to remove fake followers that Twitter would do it automatically. Or am I just being naive? -
Replied To a Post in Write a program using function to compute the number of zeros in the array
Sure thing. Here it is in APL for any rank of `arr` z ← Zeroes arr z ← +/0=,arr -
Gave Reputation to Anshumaan in Solution of this question
Biology versus Chemistry Each subject has their own terms and each term has a weightage representing its importance. Terms and their weightage are given in two files namely biology.txt and … -
Replied To a Post in What is the best way to identify fake Twitter followers?
So many possible highly sarcastic answers that my head may explode. The easiest answer is the number of fake followers is proportional to your political or financial advantage in having … -
Replied To a Post in Software creation
You start by reading a book or tutorial on programming. Google will help you find something. I suggest you start with Python. It's a good language to learn the fundamentals. -
Revoked Solved Status for Js validate string (not working?), but number run ok. js / php.
Hello. I have this code. I want to show 'correcto' when 'response' is 'ola', but not working. I have this procedure to do it fails: -Change php response (echo) to … -
Marked Solved Status for Js validate string (not working?), but number run ok. js / php.
Hello. I have this code. I want to show 'correcto' when 'response' is 'ola', but not working. I have this procedure to do it fails: -Change php response (echo) to … -
Replied To a Post in Ans for c questions
Question: What is the third letter of the alphabet? Answer: c -
Gave Reputation to Hardik_6 in What is code for this in C lang.
2 5 10 17 5 8 13 20 10 13 18 25 17 20 25 32 -
Replied To a Post in Sum of two numbers
My guess is it's one of those pointless intro exercises, like "add two numbers using only bitwise operations" that some professors think will teach you something useful. The only thing … -
Gave Reputation to rproffitt in Sum of two numbers
Given the lack of details why not? #include <stdio.h> int main() { int loops; loops = 1 + 2; printf("loops is now = %i !", loops); return 0; } -
Gave Reputation to Nisha_13 in Sum of two numbers
By using loops -
Replied To a Post in Learning how to program in c++
1. What card game? 1. Why C++ 1. What don't you know? -
Replied To a Post in Creating table in SQLite
What part are you having trouble with? -
Marked Solved Status for Android mobaile
Hi.please support my mobile -
Revoked Solved Status for Reinstallation/Activation Problems
My sister likes to bush buttons, any buttons, all buttons. As a result, I felt her computer could not be fixed. I reinstalled Windows 10 pro for her from an … -
Replied To a Post in condition to play audio till user press escape key
I did just that in [this project](https://www.daniweb.com/programming/software-development/code/523613/a-multiple-timer-application-in-python-wxpython#post2263711). If you have any questions please post them in that thread. The code is posted there. -
Replied To a Post in visual basic window form
It's like giving some directions on how to get to a destination. The directions depend entirely on knowing the starting point. -
Replied To a Post in Reinstallation/Activation Problems
>The command doesn't show a product key Works just fine for me. -
Replied To a Post in Revisionism and accelerationism
Meaningless collection of buzzwords. But if you want to have a discussion in English I'm up for it.  -
Gave Reputation to rproffitt in Reinstallation/Activation Problems
I used the method Rev Jim noted about "don't have the key." Now there are things that happens too often so I'll keep it short. 1. The client only had … -
Replied To a Post in Reinstallation/Activation Problems
If the computer had Windows 10 on it previously and had been through the entire installation and activation process then there should be no need to enter a licence key … -
Replied To a Post in c++ computer science
The effort you get is the effort you give. You haven't provided any context or even a question. -
Replied To a Post in except ValueError... i dont know how to fix it
If you are going to print out `y = a^x + b`, and you are going to prompt for `a`, `b`, etc, then you might as well use `a` and … -
Replied To a Post in What is studying Computer Science in College like?
Ditto for me, another dinosaur. Let me just add an analogy. Learning to play the piano well isn't just a matter of remembering which keys to press, and when. It's … -
Replied To a Post in Another Way to load multiple queries on multiple textboxes
And please look into parameterized queries. The way you are doing it leaves you open to SQL injection attacks. You might as well learn to do it the safe way … -
Replied To a Post in Which antivirus do you use the most?
Same here - what comes with Windows 10. -
Replied To a Post in Programming fundamental using python
42 -
Replied To a Post in adobe phtostoshop
Or use [gimp](https://www.gimp.org/) for free. -
Revoked Solved Status for Strange (Pun2) RPC Problem. (With Error msg that doesn't show up on google
Hi all, I'm getting a strange error every time I try to send a score update using an rpc using Photon Unity Networking (And Unity3d). Here is the Error. RPC … -
Marked Solved Status for Strange (Pun2) RPC Problem. (With Error msg that doesn't show up on google
Hi all, I'm getting a strange error every time I try to send a score update using an rpc using Photon Unity Networking (And Unity3d). Here is the Error. RPC … -
Replied To a Post in how to convert to vb.net?
Keep in mind that indentation in Python is critical to understanding the program flow. The way this code was posted (without indentation) renders it useless. -
Replied To a Post in convert pseudo to python code
That's not pseudo code. For the record, neither is this Do my homework for me -
Replied To a Post in list all the elements that pecede a certain element in python array
I'm not sure I follow. Can you please specify the exact output you want for the given input? Incidentally, an easier way to initialize that list is myarray = 'G … -
Replied To a Post in PYTHON IF ELSE help pls
`input` always returns a string so the test is not necessary. In your case the result of `type(age) != int` will always be `True` so the first part if the … -
Replied To a Post in Hi I am Saeed , from Iraq
Welcome to Daniweb. -
Replied To a Post in Hi everyone, I'm foumzeur
Welcome to Daniweb. -
Edited How to pass the text from text box to rich textbox in other form
Hello guys. I'm having a problem passing the text from the text box to the rich textbox in another form. If you guys can help me. Any idea, And this … -
Replied To a Post in how to change buttontext in vbnet using code
It should work as written. For example, to toggle between two strings you could code Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click If Button1.Text = "On" Then … -
Edited Incorrect Syntax near "= "
Hello guys, I just want to ask for some help with my program I'm a beginner and new here This my code : Under ButtonAdd Dim adapter 2 as New … -
Replied To a Post in Incorrect Syntax near "= "
Try putting a double quote before `SELECT`.
The End.