-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello guys,
i have "UserProfile" in my site which we have stored in xml
fromat of xml is as below
<UserProfile xmlns="">
<BasicInfo>
<Title value="Basic Details" />
<Fields>
<UserId title="UserId" display="No" right="Public" value="12" />
<EmailAddress…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This code should take an integer, create pipes, spawn two children, wait until they are dead, and start all over again. However, around the third time around the loop I lose my prompt to enter a number and it no longer prints the number I've entered. Any ideas?
#include <stdio.h>
#include…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In My current application,
I need to import users from gedcom file.
these users may exist in my registered users or i need to create one registered user for the same.
now gedcom file contain s many information
e.g. PersonalDetails,Addresses, Education Details, ProfessionalDetails
this is one sample…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a C# program that will open a text file, parse it for certain criteria using a RegEx statement, and then write a new text file with the changed criteria.
For example:
I have a text file with a bunch of machine codes in it such as:
X0.109Y0Z1.G0H2E1
My C# program will take this and…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am building a PHP registration form which takes the following fields for up to 20 athletes:
First Name Middle Initial Last Name
Federation Number Address City State
Zip DOB SSN Phone Email
I am only through 7 of the fields for each fighter and my php file is very large (over 40kb). Is…
>>> More