priceBox.js

This is an easy way to make price inputs or other float inputs validate and readable. The script operates on the inputs with class .priceBox. The script is triggered on ‘keyup’ while you write. Adds dots on thousands,millions etc. Does not allow more than 2 decimal digits Removes non numeric characters. Holds value in data-float. […]

Ολογράφως , παλίο script νέα εφαρμογή

Πριν χρόνια είχα γράψει ένα scriptακι που δημιουργούσε κείμενο από αριθμούς με δεκαδικό μέρος. Αργότερα το χρησιμοποίησα για να εκδίδω τιμολόγια και μετά το πρόσθεσα σε μια εφαρμογή php για έκδοση τιμολογίων. Σήμερα έφαγα όλο το πρωί και το έκανα μια μικρή web εφαρμογή! http://olografws.ratikal.gr/ Η εφαρμογή διαθέτει και μια απλή api κλήση που μπορεί […]

Android Studio jni C Hello World

Prerequisites & Knowledge base Installed Android Studio. NDK support for Android Studio. You can install it from SDK Manager. A little bit of C and java knowledge Testing on Android device or simulators. Create Android Project Open Android Studio. Select Start new Android Studio Project. Set Application name. In this guide I will use HelloC. […]