Skip to content

Instantly share code, notes, and snippets.

View Stilmant's full-sized avatar
🧑‍💻

Michaël Stilmant Stilmant

🧑‍💻
View GitHub Profile
@Stilmant
Stilmant / Maybe a solution
Last active November 7, 2022 10:29
Bitbucket configuration of GCM
https://community.atlassian.com/t5/Bitbucket-questions/APP-Password-not-working-with-Git-Bash/qaq-p/1964120
https://community.atlassian.com/t5/Bitbucket-questions/Disable-OAuth-authentication-when-pulling-the-code-with-Git/qaq-p/2013099
https://community.atlassian.com/t5/Bitbucket-questions/APP-Password-not-working-with-Git-Bash/qaq-p/1964120
@Stilmant
Stilmant / gist:6f5fea33dfebffe8eb50b3c0ddceb816
Created April 5, 2022 09:09
ssl dcertification discussion
https://thesysadminchannel.com/setup-ssl-certificates-on-xampp/
@Stilmant
Stilmant / gist:beb05636724efb9af4ed43684f336826
Created January 31, 2022 13:11
lock mouse at close range
Add-Type -AssemblyName System.Windows.Forms
[system.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | out-null
$c1 = [System.Windows.Forms.Cursor]::Position.X
$c2 = [System.Windows.Forms.Cursor]::Position.Y
for (;;)
{
$p1 = [System.Windows.Forms.Cursor]::Position.X
$p2 = [System.Windows.Forms.Cursor]::Position.Y