Tagged Questions
1
vote
1answer
32 views
Validating user input strings in Python
So I've searched just about every permutation of the words "string", "python", "validate", "user input", and so on, but I've yet to come across a solution that's working for me.
My goal is to prompt ...
0
votes
3answers
36 views
input string in python 3
I have string variable test, In Python 2.7 this works fine.
test = raw_input("enter the test") print test
But in Python 3.3. I use
test = input("enter the test") print test
and I get an error ...
0
votes
1answer
56 views
i have four string values from method. how to combine strings?
so i will get the value of these string from a method, and i need combine them as a file address, but i can't combine the string like i did on FILE_PATH_STRING. I tried to use concat method, but it ...
0
votes
2answers
38 views
Python: Using run time inputs to change key values in a function
import sys
def fun( a=7, b=1 ):
print a, b
fun()
fun( a=5 )
fun( sys.argv[1:] )
The first fun() prints out '7,1', the second prints out '5,1', but the third prints out '['a=8', 'b=6'] 1]'. I ...
-2
votes
1answer
62 views
How do I use the replace function on input in javascript [closed]
I have this code so far
<!DOCTYPE html>
<html>
<body>
<p>Convert Link</p>
<p id="youTube">http://www.youtube.com/watch?v=6eo5RDBLbVU</p>
<button ...
1
vote
1answer
34 views
My program works in Python shell but doesn't recognize my input when it runs in cmd.exe
Hey I'm totally new at this and not sure why I'm even trying to run my code in the cmd.exe...
But, when I run my script in there it doesn't recognize when I type in my correct password for the input. ...
0
votes
3answers
59 views
Passing a user-entered input value to another php page
I have an input box in index.php which takes some user input and queries a database using that input field as an attribute. This input is stored in $arrInput[0].
I also have a link to inspect.php ...
0
votes
3answers
49 views
Using a calculation and a string in an input. (Python 2.7)
I'm having this annoying problem in Python 2.7, it won't let me do this
numbers = raw_input(numbers + 1 + ': ')
I want it to print out 'numbers + 1' as a number in the console but..
It comes up ...
-1
votes
1answer
46 views
When I'm using a Scanner to input a String, the program skips a variable
For some reason, when inputting employee names the insertion point skips employee 1 and goes right to employee 2. However, it appears that employee 3 and beyond will input correctly. Here's my ...
0
votes
2answers
55 views
Get user input as int or str
I'm very new to python and believe me, I've searched endlessly for a solution to this but I just can't get it.
I have a csv with a list of monitoring plots. With the code below, I have been able to ...
1
vote
0answers
66 views
Seperating fields out of a string in Hive
I have the following problem...
I work with Hive and want to add a file with several (different) rows of Strings. Those contain fields with a fixed size, like this:
A20130420bcd 34 fgh
where ...
0
votes
2answers
90 views
Comparing user input string to string read from text file
I'm currently writing this program that I require to read info from a text file and to then compare the info read to a user input and output a message saying if it was a match or not.
Currently have ...
1
vote
3answers
76 views
How to reverse words of a Java String
Im trying to make a program to take input for a string from the scanner, but i want to break up the string that was inputed and reverse the order of words. This is what i have so far.
Scanner input ...
0
votes
0answers
11 views
Need help on how to input text to neural network & process it?
I am currently working on "Natural Language Neural Network and its
Application to Question-Answering System" IEEE paper.
I have some problems regarding implementation of the neural network which ...
-1
votes
1answer
42 views
How to count string frequency from an imported file in python? [closed]
I have a section of my program in which i want it to read a string of characters to be inputted by the program user,
And count and print the number of time it occurs in this text from a file....
...
0
votes
1answer
42 views
I am trying to force a script to accept user input, but it breaks on the second input
I am new to Power shell and I cant seem to wrap my head around this one.
The Code works when you take the input out and place actual values in for each $number and $Name as seen in the bottom ...
0
votes
2answers
97 views
Have to Enter Input Twice for Scanner to Read it
So in this code, under the class "Run" in the method "run", the Scanner seems to not want to take in input from the fist attempt, only on the second line does it take input. I say second line because ...
0
votes
1answer
43 views
passing a input file as a parameter
I really need help on my java project. My problem is that I am new to Java and I can't figure out how to pass a input file in java.
I need to open a .dat file, read the file, and set it as a named ...
0
votes
3answers
191 views
Removing punctuation and white space from a string in c?
This is for homework at school. I'm not asking for correct answers just a push in the right direction. An explanation as to why this is going wrong would be great as well as an explanation of the ...
1
vote
1answer
102 views
Lisp - Splitting Input into Separate Strings
I'm trying to take user input and storing it in a list, only instead of a list consisting of a single string, I want each word scanned in to be its own string.
Example:
(input)
This is my input. ...
1
vote
1answer
462 views
User defined String array size/input Java
I'm trying to write a menu powered program in Java. I'm having a bit of trouble using a for-loop to read user input to my string array though. When I change the array from String to int the code works ...
0
votes
3answers
430 views
Using Powershell to permissions a user folder based on operator input
I'm new to Powershell, and need some guidance.
I need to create a script which will enable a operator to create a remote user folder based on the operator's (string) input. The script would then take ...
1
vote
3answers
151 views
C++ getline() doesn't end input
string str, temp;
string c;
cout << "Insert the character that ends the input:" << endl;
getline(cin, c);
cout << "Insert the string:" << endl;
getline(cin, str, ...
1
vote
2answers
99 views
Java: String from scanner.next() and .equals() comparison failure
I have an input read from scanner, which I am then comparing to a hard coded string variable
String MOVE = input.next(); // I type in "MOVE N"
MOVE = MOVE.trim();
System.out.print(MOVE.equals("MOVE ...
0
votes
4answers
197 views
reading multiple variable types from single line in file C
Alright I've been at this all day and can't for the life of me get this down, maybe you chaps can help. I have a file that reads as follows
1301,105515018,"Boatswain","Michael R.",ABC, 123,="R01"
...
0
votes
0answers
55 views
Finding string in file and setting it to another in C
So I have a file that has this line in it " 1301,105515018,"Boatswain","Michael R.",CSE, 230,="R01" " and I want to get each element, separated by the commas, and store it into its corresponding ...
1
vote
3answers
259 views
Create class instance with string input (python)
I want to create class instances and name them with user input strings. Something like this, that actually works. Any ideas?
class Account:
balance=0
input("What's your name?") = Account()
If ...
0
votes
1answer
117 views
Wont wait for getline C++ [duplicate]
I have a console application that shopuld wait for the user to input a string. It has to be getline, because it could contain spaces. But it doesn't wait for input, it skips it and runs the functions ...
0
votes
3answers
333 views
Python 3.3 TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
New to programming and am unsure why I am getting this error
count=int(input ("How many donuts do you have?"))
if count <= 10:
print ("number of donuts: " ) +str(count)
else:
print ...
0
votes
1answer
63 views
Making user input a command in IPython
I'm fairly new to python, and this question might be fairly specific to the situation. I'm using IPython to create graphs of physics simulations.
The problem I'm running into is when I try and create ...
-1
votes
2answers
73 views
C:: how: run a error check that a string is too long in a loop
Struggling with some homework and for the life of me, I cannot figure this out.
pseudo logic would be
printf("Enter a string\n");
then run loop to check if the string is longer than 10 chars
if ...
0
votes
3answers
91 views
C prog - need to check a part of string while user enters input
I am trying to write a program where I need to check when a sequence of character is pressed while taking the input from user at the run time. I am not sure how to do that.
for example, my sequence of ...
1
vote
1answer
112 views
scanner nextLine() allowing input that is either one or two words
I know this has been asked to death, but I have yet to search and find a case quite like mine so i figured i'd ask...I have this little code here...
System.out.print("What would you like the name of ...
2
votes
3answers
147 views
Check if input is a string in a loop
I am currently writing a program in Python 3.3.0 which prints out the n first square numbers and finally prints out their sum. The condition is that the user can only compute an integral number of ...
0
votes
2answers
109 views
reading in missing data c# input string was not in a correct format
I am new to C#. I have been trying to read in a dataset with missing data. After reading in the headers, I read in the rest of the file using:
List<int> idList = new List<int>();
...
-2
votes
2answers
100 views
converting user input strings to hash in java [closed]
In JAVA - I want a little program that can take user input and convert that string to hash (either md5 or sha1). If possible also convert the hash to string. Please advice me how can I accomplish ...
0
votes
2answers
71 views
How do I fix the input allowed into an input box?
How do I fix the input allowed into an input box?
Basically I want the user to be only allowed to type in numberical values (no spaces or symbols) also I want the inputbox to appear in this structure
...
0
votes
1answer
67 views
Specific String input in Java
I'm making a program that asks for a 5 digit string, containing a letter, then a "-" and 3 numbers.( eG: A-123) I'm using split with the delimiter "-" to split the letter and the numbers, but the ...
2
votes
7answers
114 views
Check if string is in string (list of strings)
I'm new here and to C++. I've had some experience in python, and found "if a in b" really easy, and I'm wondering if there's an equivalent in C++.
Background
I've been trying to make a list of ...
4
votes
5answers
65 views
Several string inputs for one variable
Is there any other way to shorten this condition?
if (oper.equals("add") || oper.equals("Add") || oper.equals("addition") ||
oper.equals("Addition") || oper.equals("+"))
I was just wondering if ...
0
votes
2answers
158 views
Checking first character in a string when reading from text file causes exception: Should be quick/easy :)
This should be a relatively quick fix for a more experienced programmer...I just wanted to input a text file and put a '#' in front of every line that doesn't begin with a '>' or a '+'. The problem is ...
1
vote
1answer
47 views
Reading in part of an input string with arbitrary number of spaces
I am working on a program that allows a user to add a "department" to school records. The departments are stored as structs like this:
struct Department{
string ID;
string name;
};
To add a ...
1
vote
3answers
72 views
String input won't print with space?
System.out.print("\nEnter name: ");
String name = input.next();
System.out.println("Added: " + name);
When I input a name like "Ciara Lim", it only reads "Ciara" and disregard "Lim". I figured I ...
0
votes
3answers
158 views
Check if “cin” is a string
I have a simple little script I am coding, and I am trying to not allow people to enter a string, or if they do make it revert to the beginning of the function again. Here's the input code I have:
...
1
vote
2answers
98 views
How to make function input become a string, if it's not?
So basically, let's say you define a function and then write something in () brackets after then function. If I write function(gay), it ends up as 'error name not defined' Python2.73
def ...
-6
votes
2answers
75 views
How to input an array in C++? [closed]
How to input an array in C++? input - 2 3 56. need to store in array A[0]=2, A[1]=3, A[2]=56?
1
vote
1answer
68 views
Argparse File Output in Brackets and Single Quotes
Objective: To add a prefix or suffix to a string.
Problem: The output to the file is modified to include a [''] around the input. (ex: ['prefix']word, or word['suffix'])
Question: How do I remove ...
0
votes
6answers
309 views
take string input using char* in C and C++ [duplicate]
Possible Duplicate:
Reading string from input with space character?
I am facing problem in taking a string(technically character array) as input.
Suppose i have the following declaration:
...
1
vote
2answers
99 views
Reading an input with space in c++
currently I am doing to read input with spaces in it.
int main() {
char str[100];
string st;
cin.getline(str,100);
st=str;
}
I want to utilize the functions that come along with the string, ...
-1
votes
1answer
102 views
Trouble reading from file [closed]
I'm having trouble getting together a way to read the following file:
a
b
c
d
e
f
g
NODESABOVEEDGESBELOW
a b 1
a e 1
b c 4
b g 2
e g 3
c d 2
g d 8
d f 1
d h 3
All lines before the string ...




