Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
inputs
- Page 1
Benchmarking DeepSeek R1 for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… DeepSeek's thinking abilities are still limited for longer text
inputs
. Try DeepSeek's larger models to see if you get…
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
… the password and make sure you properly sanitize any user
inputs
so the email sending can't be abused. <?php…
Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
2 Months Ago
by RKE2
Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements!
Inputs - splitting of database - SQL Server 2005
Programming
Databases
13 Years Ago
by skumar_nasa
… multiple database with synonyms 3. multiple instance multiple database Need
inputs
on the below queries: Which best method we can go…
Re: Inputs - splitting of database - SQL Server 2005
Programming
Databases
13 Years Ago
by skumar_nasa
… objects). This is what we are trying to do Need
inputs
on the below queries: Which best method we can go…
Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by Lunaticrr
…Another stump. This time I have to recieve two
inputs
from the user and perform a few math operations using… both those two
inputs
. Meaning I have [B]String a, b;[/B]… for my two user
inputs
. Is it possible to get all 4 of my …6 more String variables and recieve 6 more
inputs
, to a total of 8…
Re: Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by iamthwee
…stump. This time I have to recieve two
inputs
from the user and perform a few math …operations using both those two
inputs
. Meaning I have [B]String a, b;[/…B] for my two user
inputs
. Is it possible to get all 4 of …String variables and recieve 6 more
inputs
, to a total of 8
inputs
from the user.[/QUOTE] Depends…
Returning any number of inputs in reverse
Programming
Software Development
15 Years Ago
by EvanRG
… to go about allowing the user to input as many
inputs
as they want, then when they stop the program will… print all
inputs
in reverse. The reverse part is easy, and declaring and… user how many arguments they would like to input. - If
inputs
less than 1, tell user that their request cannot be…
Submit inputs values using normal button(type !=submit), how to keep and clear values
Programming
Web Development
15 Years Ago
by Moderns
… my form, I have 3
inputs
(one textarea and two text
inputs
), I am validating their value …it must enter the value of those three
inputs
in my database in case they are true… then all
inputs
values must be cleared. In case AJAX … in case ajax returns error. I can clear
inputs
from Javascript, but it will be cleared on…
add new inputs but saving the other
Programming
Web Development
12 Years Ago
by titosd
… but not 100% I want to add the
inputs
when a user select a value from select.…thing. I want to add number of hidden
inputs
when the user select value from the first select… value i want to add another
inputs
, and to save the
inputs
that added it in the first …quot;2", i want to add 2 hidden
inputs
<select id"s2"> <…
Re: Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by iamthwee
[QUOTE=Lunaticrr]Not really. The user
inputs
2 numbers, but the program automatically does all four operations, … I have 4 int variables and to convert the String
inputs
into int data and then used from there by the… need to go back to basics. [CODE]PLEASE ENTER TWO
INPUTS
?A:B PRINT A+B PRINT A-B PRINT A…
Invoking a shell script which expects user inputs
Programming
Software Development
15 Years Ago
by Rahul1123
…script from python. This shell script while running expects user
inputs
based on which it proceeds to perform several actions. …I want to automate the process of sending the user
inputs
(may be from a file) I am using the …and then the Popen.communicate method to pass the user
inputs
. The communicate method only passes the first input and …
JavaScript Control of Form Inputs
Programming
Web Development
14 Years Ago
by terrymold
… again I have an HTML form with three groups of
inputs
. These
inputs
are all text. Group 1 has 1 input, group… 2 has one input, and group 3 has 3
inputs
. What I would like to do is this... If a… user
inputs
any data into a particular group input, then entry to…
Multiple Inputs...
Programming
Software Development
13 Years Ago
by MrAppleseed
…quot;Command Prompt") there is no definitive number of
inputs
that you can input, for instance; you can either… of solving this problem, is by either writing all
inputs
to a text file, reading them, _then_ processing them…. Or somehow splitting the
inputs
into tokens, and _then_ processing them. But I feel …
How: Save multiple texbox inputs and load back?
Programming
9 Years Ago
by carlcsolis
…] -> result form. I know how to display all combined
inputs
on all textboxes on the result form; [code] result.Show… and would like to continue later, can we save all
inputs
from all textboxes into ONE save file and open it… be displayed in their respective textbox for future use? Save
inputs
and load
inputs
back to their own textboxes? Thanks.
Re: Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by Lunaticrr
Not really. The user
inputs
2 numbers, but the program automatically does all four operations, no choice given and prints it out for the user. I can't figure out how that is to be done, since I have 4 int variables and to convert the String
inputs
into int data and then used from there by the math functions.
Detecting garbage inputs
Programming
Software Development
20 Years Ago
by sgbartley
… have have a program doing salaries. In this program all
inputs
should be numeric. If they aren't the program won… functions one would detect "input garbage" (non-numeric
inputs
) and ask for correct…
Re: Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by Lunaticrr
I'm just trying to do output the results of addition subtraction multiplication and division from only 2 intputs by the user. Meaning they were to input number 1 and number 2, say 2 and 2, then the program would output the results of both those numbers being added and subtracted and so on. Only from the two
inputs
.
Re: Multiple operations from 2 inputs.
Programming
Software Development
19 Years Ago
by iamthwee
You mean something like this? [CODE]PLEASE ENTER TWO
INPUTS
?A:B PLEASE ENTER AN OPERATOR ? C IF C='+' THEN …
How to give inputs from keybpard for STL containers
Programming
Software Development
16 Years Ago
by ambarisha.kn
… and binary operations. Here i have intilaised all
inputs
. I want to give
inputs
from keyboard instead of intialisation or direct Push_back… check the following code and please help me to give
inputs
from keyboard. [code] #include<iostream> #include<vector…
Re: Returning any number of inputs in reverse
Programming
Software Development
15 Years Ago
by Tom Gunn
The standard container classes will grow as you add to them, so there is no need to ask the user for how many
inputs
. You can even use a reverse iterator to go backward on most of the containers. [URL="http://en.wikipedia.org/wiki/Vector_%28C%2B%2B%29"]Here[/URL] is a start for research.
Limit for number of html inputs
Digital Media
UI / UX Design
12 Years Ago
by tedkurtz
… input with the entrant's ID and two text-box
inputs
for the items I wanted to edit. I found that… each case that is approximately 1000
inputs
. I use the POST method to transfer the
inputs
. I'm using PHP to process…
Re: Limit for number of html inputs
Digital Media
UI / UX Design
12 Years Ago
by JameB
Could be that the information from the 1000
inputs
is taking too much time to transfer and the process … three or however many pages, with each page having ~1000
inputs
. . . . . Just wondering though, why do you need that many…
inputs
anyways?! Do you think people will enter 500 people at …
check whether terminal inputs are not character
Programming
Software Development
12 Years Ago
by hg_fs2002
… main function. Now, I want to check whether all the
inputs
are not character (they are not necessarily int, they can… I don't know how to do it here because
inputs
are pointers and it's not straightforward like when you… get
inputs
from scanf() so just checking the ascii characters or something…
Re: Playing with inputs
Programming
Software Development
20 Years Ago
by Asif_NSU
thanx man! But the program should also quit if there are more than two
inputs
. I can see the program discards additional
inputs
but i want it to exit for more than two
inputs
.
Re: Playing with inputs
Programming
Software Development
20 Years Ago
by Dave Sinkula
… quit if there are more than two
inputs
. I can see the program discards additional
inputs
but i want it to exit… for more than two
inputs
.[/QUOTE]There are several ways. I would prefer to respond …
Re: Invoking a shell script which expects user inputs
Programming
Software Development
15 Years Ago
by jlm699
… in order to work with a program that expects multiple
inputs
you'll need to communicate with the stdin of the…
Re: Finding the highest and the lowest number out of 5 inputs...
Programming
Software Development
15 Years Ago
by mrnutty
… and lowest number out of 5
inputs
then get the average of the remaining 3
inputs
... In some instances, it gives me…); cin >> num1; max = min = num1; //then get other
inputs
while comparing the value [/code] Then post back when you…
Playing with inputs
Programming
Software Development
20 Years Ago
by Asif_NSU
In my program i will be taking two
inputs
, lets say two integers. If the number of input is … and after that it will again ask for two new
inputs
-- and will continue this way. How do I accomplish this…
Using inputs from keyboard
Programming
Software Development
20 Years Ago
by jonnie83
I am having a problem with
inputs
. I can get the input using the cin command but … to use the input to open a file with the
inputs
name ie the user types in FRED. cin>>…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC