Skip to content

Instantly share code, notes, and snippets.

View j0nimost's full-sized avatar
😎
solo queuing

John Nyingi j0nimost

😎
solo queuing
View GitHub Profile
@rexim
rexim / main.rs
Last active April 3, 2024 19:40
The Most Memory Safe Buffer Overflow in Rust!
// The Most Memory Safe Buffer Overflow in Rust!
//
// Consider all the code below under Public Domain
//
// How to build:
// $ rustc main.rs
//
// Wrong password:
// $ printf "hello\n" | ./main
//
@rexim
rexim / 0001-Make-it-possible-to-include-files-over-https.patch
Last active April 13, 2024 15:16
TCC patch that enables including files via HTTPS using CURL
From 84c42091cbae3735c52e895221f3f95a87155756 Mon Sep 17 00:00:00 2001
From: rexim <reximkut@gmail.com>
Date: Wed, 30 Jun 2021 20:43:47 +0700
Subject: [PATCH] Make it possible to include files over https
---
Makefile | 2 +-
tcc.c | 5 +++++
tccpp.c | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+), 1 deletion(-)
@vadirajks
vadirajks / Alpha vs Beta Apps and Nightly vs Production Builds
Created October 12, 2019 07:01
Alpha vs Beta Apps and Nightly vs Production Builds
https://instabug.com/blog/alpha-vs-beta-apps/
https://stackoverflow.com/questions/46786486/alpha-beta-snapshot-release-nightly-milestone-release-candidaterc-whe
RC = Release candidate; probably feature complete and should be pretty stable - problems should be relatively rare and minor, but worth reporting to try to get them fixed for release.
GA = General availability (a release); should be very stable and feature complete
++++++++++++++++++++++++++++++++++
Alpha:
The alpha phase of the release life cycle is the first phase to begin software testing (alpha is the first letter of the Greek alphabet, used as the number 1). In this phase, developers generally test the software using white-box techniques. Additional validation is then performed using black-box or gray-box techniques, by another testing team. Moving to black-box testing inside the organization is known as alpha release
@ausfestivus
ausfestivus / AzureRegionData.md
Last active May 3, 2024 12:23
A list of the Azure regions

List of Azure Regions

A list of all the region names and locations for Azure

Creating the list

You can recreate the list anytime using this command:

az account list-locations -o table
87DQC-G8CYR-CRPJ4-QX9K8-RFV2B ( Ultimate Version)
KCQWK-Q43V3-M3F2T-83VGV-Y6VTX (Professional Version)
TTDB9-9YPYH-7FBVY-X2CTQ-D8F2H (Test Professional Version)
P27TG-XXX2W-XK8TK-QD9FK-V36W4 (Premium & Express Version)
6T3MC-YX8XF-7CWXW-462TQ-8G2B4 (Team Foundation Server)