Is String Numeric





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 5 6 7 Next »
5
Date Submitted Sat. Sep. 8th, 2007 11:52 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Determine if a graph is bipartite.
5
Date Submitted Sat. Sep. 8th, 2007 11:49 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Ordenate array with a queue.
3
Date Submitted Sat. Sep. 8th, 2007 11:46 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Ackermann recursive.
5
Date Submitted Sat. Sep. 8th, 2007 11:41 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
View swatch time in c++
8
Date Submitted Tue. Mar. 6th, 2007 7:26 PM
Revision 1
Helper albud
Tags JavaScript | String
Comments 1 comments
I like to have these two methods in my toolbelt, even though it's syntactic sugar, I think it aids clarity.
10
Date Submitted Thu. Dec. 21st, 2006 3:48 AM
Revision 1
Scripter shachi
Tags addCharAt | JavaScript | manipulation | String
Comments 0 comments
Adds any character at the given index of a string.

NOTE: Count starts from 0
10
Date Submitted Wed. Dec. 20th, 2006 10:26 AM
Revision 1
Scripter shachi
Tags JavaScript | manipulation | removeCharAt | String
Comments 1 comments
This simple function simply removes the character at the given index from a string.

NOTE: The count starts from 0
3
Date Submitted Sun. Dec. 10th, 2006 2:24 PM
Revision 1
Beginner assbach
Tags Random | String
Comments 1 comments
create a random string of 16 chars
9
Date Submitted Thu. Nov. 16th, 2006 5:30 AM
Revision 1
Beginner Celebhir
Tags characters | PHP | split | String
Comments 0 comments
Function that splits a given string into sections based on the allowed length for a section. Does not split words up. Splits string on Space character (can be set to another character)
4
Date Submitted Tue. Nov. 7th, 2006 10:28 AM
Revision 1
Helper fastmike
Tags Java | String | System.IO
Comments 0 comments
To create a chatprogram in java we need 2 classes one for Client and one for Server from which the client will be able to connect and exchange text messages. to compile the code simply type these commands in command prompt window:-
1)ipconfig(memorize the Ip address)
2)javac client.java
3)javac server.java
4)java server 10.69.23.203 (You need to type your own ip address)
5) After this you need to open another command prompt window(Make sure the server command prompt window is also open). now type:
java client 10.69.23.203
Thats it.
if anyone have any problems please post a comment and i will answer all of your questions or if you are having trouble in compiling.
« Previous 1 2 3 4 5 6 7 Next »