Το 1990, ένα πρωτοφανές έγκλημα συντάραξε την Ελλάδα. Ένας μεταπτυχιακός φοιτητής δολοφόνησε δύο καθηγητές/ερευνητές του Πανεπιστημίου Κρήτης και του Ιδρύματος Τεχνολογίας και Έρευνας: τον αστροφυσικό Βασίλη Ξανθόπουλο και τον φυσικομαθηματικό Στέφανο Πνευματικό. Ήταν απόγευμα της 27ης Νοεμβρίου, και ο Βασίλης READ MORE
Month: November 2019
Android DevOps Gitlab CI/CD
Gitlab project https://gitlab.com/agascompany/android-devops DevOps is a set of practices that combines software development (Dev) and information-technology operations (Ops) which aims to shorten the systems development life cycle and provide continuous delivery with high software quality.[1][2] https://about.gitlab.com/blog/2018/02/14/setting-up-gitlab-ci-for-android-projects/ A successful Git branching model https://nvie.com/posts/a-successful-git-branching-model/ Image for building Android apps on Gitlab CI READ MORE
Android detekt
Static code analysis for Kotlin https://arturbosch.github.io/detekt/ Add plugins { id(“io.gitlab.arturbosch.detekt”).version(“[version]”) } detekt { toolVersion = “[version]” input = files(“src/main/kotlin”) filters = “.*/resources/.*,.*/build/.*” baseline = file(“my-detekt-baseline.xml”) // Just if you want to create a baseline file. } add to app apply plugin: READ MORE
nickOS is here
nickOS is up and runnnig http://nickagas.com/nickos/ username root password toor Welcome Welcome oneye is one of the most genius ways to access your data from everywhere with anything you have around. The oneye software is an open source cloud software READ MORE