• Oct 20, 2025 •a.povolotskiy-279a
0 likes • 1 view
var obj = { prop: 1, getProp: function(){ return function() { console.log(this.prop) }; }, }; obj.getProp()();
• Jan 10, 2025 •alexandr.zaikin.9999-c10d
delivery.HTTP(publicMux, delivery.Service{ CalculateSaleEvent: usecase.NewCalculateSaleEvent(saleCalculator), TmEnrichMany: usecase.NewTmEnrichMany(saleCalculator), })
0 likes • 2 views
import os
• Oct 8, 2025 •opovolotskyi-7e4a
0 likes • 5 views
var obj = { prop: 1, getProp: function(){ return function () { console.log(this.prop); } }, };
• Nov 18, 2022 •AustinLeath
in case of SCCM error 0x800700A1 do the following: diskpart list disk (list all disks on system) select disk 0 (0 being the disk to setup) clean (wipes the disk) create partition primary (creates windows partition) select partition 1 (selects the first partition) format quick fs=NTFS (sets format of primary partition) assign letter C (assigns the drive letter to "C") exit (exits diskpart)
• Jun 1, 2025 •abeRodrz99
0 likes • 3 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>