d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Practice Java
Add Reply New Topic New Poll
Member
Posts: 3,579
Joined: Feb 1 2009
Gold: 400.50
Mar 1 2015 07:08am
Hey guys,

do you know some webpages with examples to practice some java in eclipse?

i only know codingBat.com
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Mar 1 2015 07:25am
projecteuler for some more mathy problems, I did all the codingbat ones myself, all one liners in Python.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Mar 1 2015 02:31pm
Quote (j0ltk0la @ Mar 1 2015 09:25am)
projecteuler for some more mathy problems, I did all the codingbat ones myself, all one liners in Python.


Python can't do one liners you nut bag.
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Mar 1 2015 02:41pm
Quote (AbDuCt @ Mar 1 2015 02:31pm)
Python can't do one liners you nut bag.


Code
>>> def RubySucks(): return 'Yes'
...
>>> RubySucks()
'Yes'
>>> print('Yes, it can') if RubySucks else 'Heh'
Yes, it can
>>>

Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Mar 1 2015 03:17pm
Quote (j0ltk0la @ Mar 1 2015 04:41pm)
Code
>>> def RubySucks(): return 'Yes'
...
>>> RubySucks()
'Yes'
>>> print('Yes, it can') if RubySucks else 'Heh'
Yes, it can
>>>


Gz on not creating anything meaningful.

Python can't do real one liners <3
Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Mar 1 2015 03:21pm
Quote (AbDuCt @ Mar 1 2015 03:17pm)
Gz on not creating anything meaningful.

Python can't do real one liners <3


It is just a lot harder than other languages, there are plenty of lambda hackers out there.
Member
Posts: 3,579
Joined: Feb 1 2009
Gold: 400.50
Mar 3 2015 04:06am
Especially i want to handle with Arrays.
Create new variable and save it on Position 6 of the array for example.
Or counting Arrays

Member
Posts: 62,204
Joined: Jun 3 2007
Gold: 9,039.20
Mar 3 2015 05:36am
Quote (DiabloPago @ Mar 3 2015 04:06am)
Especially i want to handle with Arrays.
Create new variable and save it on Position 6 of the array for example.
Or counting Arrays


Try building something?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll