Skip to content

Instantly share code, notes, and snippets.

View Alhadis's full-sized avatar

John Gardner Alhadis

View GitHub Profile
@Alhadis
Alhadis / modern.ie.vms.json
Created June 3, 2021 05:14 — forked from amolofos/modern.ie.vms.json
modern.ie json dataset
<script>
var edgePortal = window.edgePortal || {};
edgePortal.vms = {
"id":"20150817",
"releaseNotes":"http://az792536.vo.msecnd.net/vms/release_notes_license_terms_8_1_15.pdf",
"osList":[{
"osName":"Windows",
"softwareList":[{
"softwareName":"HyperV_2008R2",
"browsers":[{
@Alhadis
Alhadis / efirestool.c
Created April 9, 2021 21:25 — forked from stek29/efirestool.c
efirestool -- tool to work with APPL efires archives
#include <sys/types.h>
#include <unistd.h> // write
#include <fcntl.h> // open, close
#include <stdio.h> // fprintf
#include <string.h> // strerror, strdup, strchr
#include <stdlib.h> // free, EXIT_*
#include <sys/mman.h> // mmap, munmap
#include <sys/stat.h> // fstat
#include <errno.h> // errno
#include <dirent.h> // DIR, dirent, opendir, readdir