Skip to content

Instantly share code, notes, and snippets.

View ZeronSix's full-sized avatar

Vyacheslav Zhdanovskiy ZeronSix

View GitHub Profile
@0xjac
0xjac / private_fork.md
Last active April 12, 2026 18:06
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare [email protected]:usi-systems/easytrace.git

@subfuzion
subfuzion / curl.md
Last active April 12, 2026 18:28
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@bkaradzic
bkaradzic / orthodoxc++.md
Last active April 2, 2026 12:34
Orthodox C++

Orthodox C++

This article has been updated and is available here.