h_ajsf.hashnode.devWriting simple CV scanner using JuliaSimple tool to search key words in the PDF file, this could be mainly used for CV scanning: The sweet thing in script languages is the developer himself id the user, so no need to do so many checks for users errors, as you can catch and fix them imme...Sep 19, 2019
h_ajsf.hashnode.devWriting simple CV scanner using RustSimple tool to search key words in the PDF file, this could be mainly used for CV scanning: Note: Once you done with this, may you like to have a look for the equivalent one in Julia lang here Required crates: config = "0.9" => To read "key-words"...Sep 19, 2019
h_ajsf.hashnode.devCompile Rust for AndroidNDK: Android Native Development Kit The most annoying headache was the need of building a linker, considering NDK19+ this headache is no more there, as Google already built it for you, with each minSdkVersion First of all you need to install Android...Sep 12, 2019