mammadmortaji (27)in #cooking • 4 years agobutter chickenMarinate a cut and salted chicken with a mix of ginger paste and garlic and a half tablespoon of chili powder for 15…mammadmortaji (27)in #programming • 4 years agopure functionIs a function that only depends on the input parameters, not on what you have on the disk, your internet connection or…mammadmortaji (27)in #machine-learning • 4 years agonotes on normality test gathered from machine learning mastery websiteHere is the source: 1- The parametric models assume that the data has Gaussian distribution. If they are not, we…mammadmortaji (27)in #science • 4 years agoChallenge 2Think about the situation in which you need to prove something. For example ('cause we are talking about programming)…mammadmortaji (27)in #programming • 4 years agoThe downside of codingYou write a big amount of code, there are some errors and you fix them, and run the code for a long period of time.…mammadmortaji (27)in #programming • 4 years agoHow to make the user give you the right amountLet's assume you are writing a program in which user can input the amount of meat they have, and you give them what…mammadmortaji (27)in #programming • 4 years agoThe nasty thing about Java syntaxThe braces (I mean {}) are just semantically important. In other words, if you don't put them, it will not raise any…mammadmortaji (27)in #java • 4 years agoChallenge yourself: guess what would be the answer?Here are 2 pieces of Java codes: What do you think will be the output of right and left codes? Do you think they will be identical?mammadmortaji (27)in #java • 4 years agoAn interesting fact about java branchesIf you don't have an else in your branching statement, you may face an error. The reason is, the program might or…mammadmortaji (27)in #programming • 4 years agoTheoretically, all about programming is this two thingsBranching and looping are fundamental blocks for programming. All of the basic books about programming claim that if…mammadmortaji (27)in #loop • 4 years agoWhile loop"Hey joe; go to the town and don't come back until you find the doctor" Well, we call it a while loop. It says…mammadmortaji (27)in #java • 4 years agoA difference between Python and Java blocksYeah; I am learning Java as one of my university courses. But I was using Python since two years ago. So there are…mammadmortaji (27)in #learning • 4 years agoThe key is to keep it simpleThe number of things to learn about, books you are reading, and most relevantly, job positions you are going to send…mammadmortaji (27)in #learning • 4 years agoWhat I am going to do hereI hate social media. Each decade a hit of drugs will blast the population and gets as bad as possible. Maybe your…