Small Basic forum The fractal demo in action I like this friendly IDE, it’s really simple to start with programming with such kind of tool. As you can see in the picture of the fractal code sample, the interactive help displays the function prototype (here SetPixel) when you need it. Handy! [Fo...
100 Essential Skills for GeeksAnton Olsen
for (( exp1; exp2; exp3 )); do COMMAN> until COMMANDS; do COMMANDS; done function name { COMMANDS ; } or name > variables - Names and meanings of so> getopts optstring name [arg] wait [-n] [id ...] hash [-lr] [-p pathname] [-dt] [name > while COMMANDS; do COMMANDS; ...
One of the UI component we use often isListView,for example when we need to show items in a vertical scrolling list. One interesting aspect is this component can be deeply customized and can be adapted to our needs. In this first post i want to analyze the basic concepts behind it and ...
100 Essential Skills for Geeks | GeekDad | Wired.comAnton Olsen