greptilian logo

IRC log for #friendlyjava, 2015-02-12

##friendlyjava on freenode

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
07:26 Richard_2340985 joined ##friendlyjava
08:10 mr_lou joined ##friendlyjava
08:18 Richard_2340985 joined ##friendlyjava
09:10 aditsu joined ##friendlyjava
15:27 Aerogers joined ##friendlyjava
15:28 Aerogers how would i go about turning a string into an equation?
15:29 Richard_2340985 tokenize it
15:31 Aerogers then what
15:32 Aerogers can i add tokens with a .add() or something like it?
15:33 Richard_2340985 you take char by char and look if it is a number or an operator
15:33 Richard_2340985 and assign these to appropriate classes
15:34 Aerogers thanks i will do that. this is my first time working with String tokenizers.
15:35 Richard_2340985 you just call the different parts tokens
15:35 Richard_2340985 some figures together make a number for example
15:37 Richard_2340985 aa = a² or the name "aa" - these are the problems you have
15:38 Aerogers do i use a for loop?
15:41 Aerogers thanks for a the help
15:44 Aerogers joined ##friendlyjava
15:47 Richard_2340985 oh you can use while, I think, until you get the string-termination
15:47 Richard_2340985 is that your homework? :D
15:50 Aerogers no writing my own system
15:52 Aerogers i have been trying to make it work for my neural network code
23:06 Richard_2340985 joined ##friendlyjava

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

##friendlyjava on freenode