最新发布第2072页
DC++ Clients (Java, Kotlin)
DC++ Clients (Java, Kotlin),Hello everybody! I've decided to train my skills in Java/Kotlin; the topic for this purpose is DC++ client, so for now I'm wondering does anybody know w...
Detecting academics’ major from facial images
Detecting academics' major from facial images, The Idea A few months ago I read a paper with the title 'Deep Neural Networks Are More Accurate Than Humans at Detecting Sexual Orien...
Proficiently Manipulate Metadata in your Password Protected Documents using Java API
Proficiently Manipulate Metadata in your Password Protected Documents using Java API,Online file sharing services these days are commonly used by the average Internet user and peop...
Clustering Strava club riders
Clustering Strava club riders,Have you ever wondered how well you qualify in your Strava club? Do you want to know the level of your friend's club? Would you like to find those tha...
Local Variables Type Inference in Java
Local Variables Type Inference in Java,To be short, This post is about a type called var, which is introduced in java 10. Before started using var type, i have analysed and summari...
Python app for pulling DFES information
Python app for pulling DFES information,URL : https://github.com/RavenTheDev/PullDFES I would love some feedback on my latest app in Python. After some people in my local area were...
Building a data structure with nothing but functions
Building a data structure with nothing but functions,A simple but far reaching consequence of being able to nest functions is that data can be stored in the enclosing scope - or cl...
Christmas Tracking – How to track Rubric’s cube Object in python
Christmas Tracking - How to track Rubric's cube Object in python,A month ago I am thinking about what to write in December and I decided that the best thing to close this year is t...
The difference between libraries and frameworks with analogies
The difference between libraries and frameworks with analogies, Img source: geeksforgeeks.org Software developers use the words libraries and frameworks very frequently and interch...
Map, reduce and all these stuff
Map, reduce and all these stuff,Continuing with a functional approach of python we take a look to the List functions. we will provide a little example for each one of this function...
#100DaysOfCoding changed my life…
#100DaysOfCoding changed my life..., ... and I'm only on Day [003/100]! The first time I heard of the #100DaysOfCoding challenge was in 2014. I read an article about Jennifer Dewal...
Making an IDE
Making an IDE,Hi, Me and my friend are planning on creating an IDE for Java, But we haven't really worked on such thing and we are wondering how difficult this could be, and also w...