Category: AskMeCode

  • Best IDE

    The best thing about Visual Studio is intellisense. In my opinion, best IDE ever created. You can use Turbo C++ too. Install Visual Studio Code and add the C Visual Studio is the best of the bunch by a long shot, if you can handle the cost. If you’re just starting out and need something…

  • 1. Know Your Customer Customer Identification Program

    The Know Your Customer process is an important part of the effective screening process. This is a term used by businesses to describe their efforts to verify the identity of their clients and assess potential risks of illegal intentions for the business relationship. The process goes as far back as 1997, when the Financial Action…

  • The Greatest Programmers of Our Time-Ever

    /** * The Factorial program implements an application that * calculates the factorial of a number and prints * it to standard output. * * @author Seeta (seetadev@gmail.com) * @version 1.0 */ public class Factorial { public static void main(String[] args) { int num = 5; long factorial = 1; for(int i = 1; i

  • What is a factorial function? A definition and explanation of this much-used programming term

    In computer programming, factorial is a very common term. What does it mean? A factorial is represented by an exclamation mark: ! It means that you multiply a series of descending natural numbers. 2! = 2 x 1 = 2 3! = 3 x 2 x 1 = 6 4! = 4 x 3 x…

  • A Beginner’s Guide To Panda Express

    It’s been about two decades since the first panda express opened in the United States. In that time, it has become one of the most popular restaurants in the country, even though it is often overlooked by people who aren’t familiar with its history. The restaurant has grown from a single location to more than…

  • 10 Best Features of Programiz c

    Programiz c is a programming language that helps you create your own programs. It is a great resource for learning how to program and it can be used to help you design your own software. Here are 10 of the best features of Programiz c. The first feature that I want to talk about is…

  • Why You Should Apply To This Codeathon (if you’re an intermediate or senior level Web Developer)

    Heard about this event from a friend and decided to go for it. Here’s what happened. It was a great event and I learned so much about myself and the world around me. When my friends asked me what I did over the weekend, I told them that I went to a codeathon. They gave…

  • Data Science using Python

    Data Science using Python A blog about understanding the language of data science by implementing algorithms and leveraging the code to help one become a confident, competent coder in python. Data Science using Python A blog about understanding the language of data science by implementing algorithms and leveraging the code to help one become a…

  • Google Cloud Platform To Launch Java 9 and 10 Support

    Google Cloud Platform To Launch Java 9 and 10 Support: A technical blog about Google CloudPlatform’s support for the newer versions of the Java programming language, by Google Cloud Developer Advocate Felipe Hoffa. Google is also launching a new GCP codelab that demonstrates how to use Java 9 and 10 with Google App Engine Flexible.…

  • Java vs. Language Now That We’ve Moved to Java 8 and the New Java Development Kit, Should You Upgrade?

    Java vs. Language: Now That We’ve Moved to Java 8 and the New Java Development Kit, Should You Upgrade? By: Rafiq Wayani January 28, 2015 I have been working with Java since its inception. I have seen several changes to the language and have been involved in several discussions around the pros and cons of…