For my link archive: [Wayback] version control – Migrate from bitbucket to GitLab – Stack Overflow
Documentation: [Wayback] Import your project from Bitbucket Cloud to GitLab | GitLab
–jeroen
Posted by jpluimers on 2022/05/24
For my link archive: [Wayback] version control – Migrate from bitbucket to GitLab – Stack Overflow
Documentation: [Wayback] Import your project from Bitbucket Cloud to GitLab | GitLab
–jeroen
Posted in BitBucket, Development, DVCS - Distributed Version Control, git, GitLab, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2022/05/23
Printing on MacOS can be less Plug&Play than one hopes for.
For default printer drivers on MacOS for the same printer:
One solution for my OKI MC363 is to use the HP PCL driver and fake it as a HP Colour LaserJet 9500 (which provides a similar amount of memory, and colour duplex A4 printing):
Posted in Apple, Development, EPS/PostScript, Hardware, Mac OS X / OS X / MacOS, MC342 printer/scanner, OKI C332, OKI MC363/MC363DNW, OKI Printers, Power User, Printers | Leave a Comment »
Posted by jpluimers on 2022/05/20
Every now and then you revisit old Windows versions. It seems a fact of life.
If course those lack more recent features, one of which is the default View with which Windows Explorer starts.
In Windows 10 you can switch it between “This PC” and “Quick Access”. Not so with Windows 8.1.
Posted in Power User, Windows, Windows 10, Windows 8.1 | Leave a Comment »
Posted by jpluimers on 2022/05/18
Subtitle:
GetFullPathName
thread-unsafety because ofSetCurrentDirectory
isn’t, so derived functions (like DelphiGetDir
/ChDir
/TPath.GetFullPath
, or .NETSystem.IO.Path.GetFullPath
) are not thread-safe either (via The Old New Thing)
A while ago I got a big reminder because ofΒ [Wayback] What are these dire multithreading consequences that the GetFullPathName documentation is trying to warn me about? | The Old New Thing:
Posted in Delphi, Development, Pascal, Software Development, Turbo Pascal, Windows Development | Leave a Comment »