ALX

12 bookmarks
Custom sorting
HTML Cheat Sheet
HTML Cheat Sheet
Online interactive HTML Cheat Sheet contains useful code examples and web developer tools, markup generators and more.
·htmlcheatsheet.com·
HTML Cheat Sheet
Gitpod
Gitpod
·gitpod.io·
Gitpod
Online IDE - Code Editor, Compiler, Interpreter
Online IDE - Code Editor, Compiler, Interpreter
Build and Run your code instantly. Online-Ide is a quick and easy tool that helps you to build, compile, test your programs online.
·online-ide.com·
Online IDE - Code Editor, Compiler, Interpreter
Welcome to ALX YOU
Welcome to ALX YOU
Share your memories, connect with others, make new friends
·alx.numerimondes.com·
Welcome to ALX YOU
Online C Compiler
Online C Compiler
The user friendly C online compiler that allows you to Write C code and run it online. The C text editor also supports taking input from the user and standard libraries. It uses the GCC C compiler to compile code.
·programiz.com·
Online C Compiler
CodeSandbox: Code, Review and Deploy in Record Time
CodeSandbox: Code, Review and Deploy in Record Time
CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.
·codesandbox.io·
CodeSandbox: Code, Review and Deploy in Record Time
Best Online Linux Terminals and Online Bash Editors
Best Online Linux Terminals and Online Bash Editors
If you want to practice Linux commands and bash shell scripts, you can do that in a web browser too. Here we list the best online Linux terminals you can use for free.
·itsfoss.com·
Best Online Linux Terminals and Online Bash Editors
task1 - Google Docs
task1 - Google Docs
start Declare int num1,num2,square1,square2, sum as variable Initialize sum=0, square1=1 and square2=1 printf(“enter the first number”) read num1 printf(“enter the secondnumber”) read num2 square1=num1*num1 square2=num2*num2 sum=square1+square2 printf(“the sum is,sum)
·docs.google.com·
task1 - Google Docs