Questions tagged [user-data]
513 questions
0
votes
1 answer
Get user input from Entry (Tkinter) on click of Button
Code objective: to get User data on click of Button using Tkinter and
Code as follows:
class myClass:
def OnClick():
userData = entry.get()
root.destroy()
return userData
def myFunction()

WEshruth
- 769
- 3
- 16
- 32
0
votes
0 answers
Cocos2d - Alternative for CCNode userData
I am using CCNode userData property to define whether a touched sprite has had a node built upon it (using Ray Wenderlich's - Tower Defence Tutorial).
The problem I am having is that for every new sprite position I touch and build upon, the previous…

Eric
- 27
- 6
0
votes
1 answer
amazon debian AMI user data
I've just try the Debian 7.1 AMI on AWS(from the Marketplace). I've some problem with my user-data script.
He's not executed during the boot time, my script works well with the Amazon AMI but not with Debian(I've also try with a simple script: echo…

Matt
- 4,309
- 7
- 38
- 52
0
votes
1 answer
CodeIgniter Invalid Driver Requested (Sessions)
I'm receiving the following error on all pages in a CodeIgniter application.
Invalid driver requested: Session_userdata
Does anyone have any idea what causes this? I don't seem to be able to find any information on this and can't seem to diagnose…

Ryan
- 3,552
- 1
- 22
- 39
0
votes
1 answer
Asterisk Realtime User Registration
I am using Asterisk Realtime architecture.
I try to dynamically and automatically register user data on my mysql. But i can't set the user info on mysql db.
Thanks.

eyupkarakullukcu
- 1
- 1
0
votes
0 answers
Parsing user data as text - no format in text
My focus is to parse some plain text, which has the information about the users, including what browser, version, and what operating systems each user used, and extract such information (browser/version, operating system/version....)
Is there any…

Simo
- 2,292
- 5
- 30
- 45
0
votes
2 answers
Codeigniter Session (User data)
I searched on google and found that here at Stack there are several people with similar problems to mine, but none of the answers actually solved my problem. I have an application developed on codeigniter, it uses the library "SESSION" and…

Paulo Reis
- 15
- 1
- 10
0
votes
1 answer
Box2D & Cocos2d level reset issue
I have a very simple level that has a single static body (and associated sprite) in it. When the user touches the body, I remove the sprite, destroy the body and replace it with a dynamic body with a new sprite, and then I transition to a new…

Scooter
- 4,068
- 4
- 32
- 47
0
votes
2 answers
Install LAMP on EC2 instance
I am using java api for EC2 instance creation.
While creating EC2 instance i want to install MYSQL server on that instance.
So how can i install MySQL server on EC2 instance by passing user data ?

Pravin
- 2,871
- 5
- 26
- 29
0
votes
4 answers
User logging: what dat should be retained?
Background: working a user q&a site where users logged,etc. What user/visitor data should be retained?
ip address
date/time
etc

cbrulak
- 15,436
- 20
- 61
- 101
0
votes
2 answers
Who trigger the aws user-data?
I have see all the document on the AWS, but I still don't konw who trigger the user-data after the operation system is installed. Is the startup script automatically run the user-data(and download the content of user-data) or the AWS server will…

SoYoung
- 315
- 1
- 3
- 10
0
votes
0 answers
How to read a data,values from a text box on a webpage?
how to read or fetch the values or data's that a user entered on a webpage in IOS?
i have to get the information that a user entered on an webpage,
any related answers are appreciated.
thank you

Gopi.cs
- 985
- 1
- 16
- 41
0
votes
1 answer
parse userdata field of all key frames of MPEG header from rtp video stream using GStreamer
How to parse MPEG stream using GStreamer..? I need to process all userdata field of only key frames(not P-Frames) of MPEG stream.
MPEG stream is coming through rtp protocol. I am able to display the video using GStreamer pipeline, but, my final…

apache
- 133
- 1
- 2
- 9
0
votes
1 answer
How to retrieve specific user data during a session
I have a profile system set up on my site where users can sign up, fill in their username, password, and a short "about me" description. When viewing their profile, I can't seem to get the "about me" stuff to show up correctly. It keeps displaying…

user1532061
- 1
- 1
0
votes
2 answers
Computer isn't saving session
The session on a computer is not being saved across pages. It is on my computer, but not on a different one. The computer has cookies enabled. Is there anything that might cause a computer not to save sessions?

Dylan Buth
- 1,648
- 5
- 35
- 57