Skip to content

Instantly share code, notes, and snippets.

View jay's full-sized avatar
🇺🇸

Jay Satiro jay

🇺🇸
  • New Rochelle, New York, United States
View GitHub Profile
@jay
jay / PostJSON.c
Last active July 31, 2022 20:35
Use libcurl to POST JSON data.
/* Use libcurl to POST JSON data.
Usage: PostJSON <name> <value>
curl-library mailing list thread:
'how do i post json to a https ?'
https://curl.haxx.se/mail/lib-2015-01/0049.html
* Copyright (C) 2015 Jay Satiro <[email protected]>
https://curl.haxx.se/docs/copyright.html
@jay
jay / make_RunAtWinlogon.bat
Last active December 26, 2017 20:27
Build RunAtWinlogon program
:: This batch file builds the RunAtWinlogon program.
:: http://reboot.pro/files/file/255-runatwinlogon/
::
:: BUG: Although this builds both x86 and x64 versions it looks as though
:: ServiceKick.au3 needs to be changed if using x64 version from RunAtWinlogon
:: to RunAtWinlogon64.
::
:: The include and Aut2Exe directories are needed from autoit-v3.zip
:: https://www.autoitscript.com/site/autoit/downloads/
::