Skip to main content

MASM Over Explained

Jun 29, 2021LeifMessinger
Loading...

More Plaintext Posts

Untitled

Jun 1, 2025abeRodrz99

0 likes • 2 views

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>

Untitled

Feb 21, 2025leafboo

0 likes • 1 view

console/log

Untitled

Mar 14, 2025melikdev

0 likes • 2 views

console.log('hello world')

AWS EC2 Cloud-Init User Detail

Nov 18, 2022AustinLeath

0 likes • 11 views

#!/bin/bash
yum -y install httpd
systemctl enable httpd
systemctl start httpd
hostname > /var/www/html/index.html

Untitled

Aug 7, 2024naiferomar366-60ef

0 likes • 1 view

gggg

C# .editorconfig

Apr 26, 2025C S

0 likes • 3 views

[*.cs]
indent_style = space
indent_size = 2
tab_width = 2
csharp_new_line_before_open_brace = none