HYHasan Yousefinh_ajsf.hashnode.dev·Sep 19, 2019Writing 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...00
HYHasan Yousefinh_ajsf.hashnode.dev·Sep 19, 2019Writing 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"...00
HYHasan Yousefinh_ajsf.hashnode.dev·Sep 12, 2019Compile 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...00