Tag: Coding
-
Microsoft Activation Scripts (MAS):
A Windows and Office activator using HWID / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections. Download / How to use it? Method 1 – PowerShell On Windows 10/11, right-click on the windows start menu and select PowerShell or Terminal. Copy-paste the below code and press enter…
-
Learn CSS (Full Tutorial)
CSS Introduction (#1) CSS is the language we use to style a Web page. What is CSS? CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a lot of work. It can control the layout of multiple web pages all at…
-
Learn R (Full Tutorial)
R Introduction What is R R is a popular programming language used for statistical computing and graphical presentation. Its most common use is to analyze and visualize data. Why Use R? It is a great resource for data analysis, data visualization, data science and machine learning It provides many statistical techniques (such as statistical tests, classification,…
-
Learn Kotlin (Full Tutorial)
Kotlin Introduction What is Kotlin? Kotlin is a modern, trending programming language that was released in 2016 by JetBrains. It has become very popular since it is compatible with Java (one of the most popular programming languages out there), which means that Java code (and libraries) can be used in Kotlin programs. Kotlin is used for: Mobile applications…
-
Learn PHP (Full Tutorial)
PHP Introduction What You Should Already Know Before you continue you should have a basic understanding of the following: HTML CSS JavaScript If you want to study these subjects first, find the tutorials on our Home page. What is PHP? PHP is an acronym for “PHP: Hypertext Preprocessor” PHP is a widely-used, open source scripting language PHP…
-
Code The Future – Select Tutorial To Start Coding
HTML[Open] Java[Open] JavaScript[Open] CSS[Open] Python[Open] SQL[Open] Swift[Open] PHP[Open] Kotlin[Open]
-
Learn SQL (Full Tutorial)
Introduction to SQL SQL is a standard language for accessing and manipulating databases. What is SQL? SQL stands for Structured Query Language SQL lets you access and manipulate databases SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987 What Can SQL do?…
-
How to make Fake Virus in VS code (100% Safe)
⚠️WARNING⚠️ Do not attempt this prank on those prone to heart attacks and if you are that of a douche to prank someone prone to heart attacks with a (scary) prank im not responsible. Step 1: For Everyone Who Doesn’t Know How to Make a .VBscript|only Works on Windows: Find your note pad. Easiest way…
-
Learn JavaScript (Full Tutorial)
JavaScript Tutorial JavaScript is the world’s most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced. Examples in Each Chapter With our “Try it Yourself” editor, you can edit the source code and view the result. Example My First…
-
Learn JAVA (Full Tutorial)
Java Introduction What is Java? Java is a popular programming language, created in 1995. It is owned by Oracle, and more than 3 billion devices run Java. It is used for: Mobile applications (specially Android apps) Desktop applications Web applications Web servers and application servers Games Database connection And much, much more! Why Use Java? Java works on…
-
Learn HTML (Full Tutorial)
HTML is the standard markup language for creating Web pages. What is HTML? (#1) HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display the…
-
Tails |Free Download and what is Tails|
Install Tails Install Tails from Windows You need 1 USB stick Only for Tails! 8 GB minimum Windows 7 or later 2 GB of RAM 64-bit a smartphone or a printer to follow the instructions 1 hour in total 1.3 GB to download ½ hour to install Your steps Download Tails Verify your download Download balenaEtcher…
-
How to build a simple notepad app for Android
In this post, you are going to learn to make a basic notepad app. This is a great project to get to grips with because it will lend itself to a range of alternative uses as similar concepts can be used to create SMS apps, email apps and anything that requires text input. This will allow…
-
How to make your own Antivirus Program for Windows Platform
Let’s do something creative, In this Post, I’ll going to show you How to make your own Antivirus Program for the Windows Platform. Follow the steps in this simple tutorial and you can Create an Antivirus for yourself. I know what you’re thinking. You thinking something like, How can I create an Antivirus? Trust me this…