• Aug 7, 2024 •naiferomar366-60ef
0 likes • 2 views
aaaa
• Oct 20, 2025 •a.povolotskiy-279a
0 likes • 1 view
var obj = { prop: 1, getProp: function(){ return function() { console.log(this.prop) }; }, }; obj.getProp()();
• 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
• May 13, 2025 •rejordon17-9956
0 likes • 0 views
fsfsdfsdfdsfsdf
gggg
• Apr 26, 2025 •C S
0 likes • 4 views
[*.cs] indent_style = space indent_size = 2 tab_width = 2 csharp_new_line_before_open_brace = none