Your friendly neighborhood inframan.
-
Thoughtworks
- Pune, Maharashtra
- about.me/kulvind3r.singh
Pinned Loading
-
-
remotehwinfo
remotehwinfo PublicForked from Demion/remotehwinfo
RemoteHWInfo HWiNFO / GPU-Z / MSI Afterburner Remote Monitor HTTP JSON Web Server
C++
-
Mist: A browser overlay for non stea...
Mist: A browser overlay for non steam games built using AutoHotKey v2.0. Opens your installed browser for looking up guides, walkthroughs, maps or anyting else you want. 1; Mist: A browser overlay for non steam games.
2browserPath := "C:\Program Files\Mozilla Firefox\firefox.exe" ; replace with browser of your choice
3browserExe := "firefox.exe" ; exe of the browser in above line
4browserWidth := 1600 ; Horizontal size of browser you will like. Must be less than max horizontal resolution of primary monitor
5browserHeight := 900 ; Vertical size of browser you will like. Must be less than max horizontal resolution of primary monitor
-
SSL Certs Cheatsheet: Quick referenc...
SSL Certs Cheatsheet: Quick reference guide for setting up well generated self-signed / trusted certificates for your internal https connection requirements 1# SSL Certs Cheatsheet
23A quick guide to do all things certificate related.
45### 1. Self signed certificate and private key
-
Github GiFs crash course
Github GiFs crash course 1# Guide to Github GiFs
23## Constraints
41. Max 100 MB File size allowed in commit check in. Max 10 MB if you use drag and drop on web.
52. Anything above 50MB takes eons to load. You need to shrink file size as much as you can.
-
Crypt: Bare bones en/decryption scri...
Crypt: Bare bones en/decryption script based on aes-256-cbc algo. Handy to store file based secrets securely. 1#!/bin/bash
2set -e
3SCRIPT_NAME=$0
4OPT=$1
5FILES_PATH=$2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.