• May 30, 2025 •kimdylan05-04cd
0 likes • 1 view
refre
• May 13, 2025 •rejordon17-9956
fsdfsdfsdf
• Oct 8, 2025 •opovolotskyi-7e4a
0 likes • 5 views
var obj = { prop: 1, getProp: function(){ return function () { console.log(this.prop); } }, };
• Apr 26, 2025 •C S
0 likes • 3 views
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none
• Aug 7, 2024 •naiferomar366-60ef
aaaa
• Nov 18, 2022 •AustinLeath
0 likes • 11 views
#!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd hostname > /var/www/html/index.html