demo
53 Files
10288 Views
Latest files of demo
import java.util.Random fun main() { val options = arrayOf("Rock", "Paper", "Scissors") while (true) { p
IDENTIFICATION DIVISION. PROGRAM-ID. HelloWorld. PROCEDURE DIVISION. DISPLAY "Hello, World!". STOP RUN.
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
/* Reset some default styles */ body, h1, h2, p { margin: 0; padding: 0; } /* Style the header */ header {
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<html> <head> inrroduction</head> <title>self intro</title>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html> <head> <title>Auto Vibration on Page Load</title> </head> <body> <script> // Funct
<!DOCTYPE html> <html> <head> <title>Vibration Button</title> </head> <body> <button id="vibrateButton"><h1>Vibrat
<!DOCTYPE html> <html> <head> <title>Vibration Button</title> </head> <body> <button id="vibrateButton">Vibrate<
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in
// program to check if a number is prime or not // take input from the user const number = parseInt(prompt("Enter a positive
#include <iostream> using namespace std; int main() { int i, n; bool is_prime = true; cout << "Enter a positive
#include <iostream> using namespace std; int main() { int n; cout << "Enter an integer: "; cin >> n; if ( n
#include <iostream> using namespace std; int main() { int year; cout << "Enter a year: "; cin >> year; // le
using System; class Program { static void Main() { Console.WriteLine("Hello, World!"); } }
fun main() { println("Hello, World!") }
print "Hello, World!\n";
package main import "fmt" func main() { fmt.Println("Hello, World!") }
fn main() { println!("Hello, World!"); }
object HelloWorld { def main(args: Array[String]): Unit = { println("Hello, World!") } }
(=<`:9876Z4321UT.-Q+*)M'&%$H"""'~}|Bzyxwvutsrqponmlkjihgfedcba`_^][ ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-, +*
section .data hello db 'Hello, World!',0 section .text global _start _start: ; Write the string to stdout (
<!DOCTYPE html> <html> <head> <title>My Web Page</title> </head> <body> <h1>Welcome to My Web Page</h1> <p>Th
CREATE TABLE Students ( StudentID INT PRIMARY KEY, FirstName VARCHAR(50), LastName VARCHAR(50), Age INT );
let length = 5.0 let width = 3.0 let area = length * width print("Area of the rectangle: \(area)")
<!DOCTYPE html> <html> <head> <title>My PHP Web Page</title> </head> <body> <h1>Welcome to my PHP Web Page</h1>
name = "John" greeting = "Hello, #{name}!" puts greeting
#include <iostream> using namespace std; int factorial(int n) { if (n <= 1) return 1; return n * factoria
public class SumCalculator { public static void main(String[] args) { int num1 = 5; int num2 = 10;
const currentDate = new Date(); console.log(`Current Date and Time: ${currentDate}`);
const currentDate = new Date(); console.log(`Current Date and Time: ${currentDate}`);
print("Hello, World!")
<!DOCTYPE html> <html> <head> <title>JavaScript Interactive Demo</title> <style> /* Custom CSS for the butt
<!DOCTYPE html> <html> <head> <title>CSS Loading Spinner Animation</title> <style> /* Custom CSS for the lo
<!DOCTYPE html> <html> <head> <title>Continuous Fade In and Out Animation with CSS</title> <style> /* Custo
<!DOCTYPE html> <html> <head> <title>Fade In and Out Animation Demo</title> <style> /* Custom CSS for the a
<!DOCTYPE html> <html> <head> <title>Non-Bootstrap Animation Demo</title> <style> /* Custom CSS for the ani
<!DOCTYPE html> <html> <head> <title>Bootstrap Form Demo</title> <!-- Include Bootstrap CSS from a CDN --> <lin
<!DOCTYPE html> <html> <head> <title>Bootstrap Progress Bar Demo</title> <!-- Include Bootstrap CSS from a CDN -->
<!DOCTYPE html> <html> <head> <title>Bootstrap Modal Demo</title> <!-- Include Bootstrap CSS from a CDN --> <li
<!DOCTYPE html> <html> <head> <title>Bootstrap Grid Demo</title> <!-- Add Bootstrap CSS from a CDN --> <link re
<!DOCTYPE html> <html> <head> <title>Bootstrap CSS Demo</title> <!-- Add Bootstrap CSS from a CDN --> <link rel
<!DOCTYPE html> <html> <head> <title>JavaScript Demo Page</title> <style> body { font-family:
<!DOCTYPE html> <html> <head> <title>My Unique Demo Page</title> <style> body { font-family: "
demo commented something @demo/code/hello-world.asm
demo commented something @djdj/me/problems/leetcode/Q1757_Recyclable_and_Low_Fat_Products.sql