Download the windows image you want.
AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)
So Home wont work.
Must be one of the following:
const array2d = array1d | |
.reduce((cur, i) => { | |
/* transform 1d array to 2d */ | |
let lastInd = cur.length-1 | |
let lastVal = cur[lastInd] | |
if (lastVal.length === 3) { | |
return cur.concat([[i]]) | |
} |
(async () => { | |
let guid = prompt("Paste in GUID"); | |
let cast = (data) => { | |
return data.results.result.map(obj => { | |
let tracks = obj.trackclients.trackclient | |
if (tracks.length == 0) { | |
tracks.push({ track_title: 'Unknown', track_mix_artist: 'Unknown' }) | |
} |
/* | |
JSON5 parser module | |
License: | |
This software is dual-licensed to the public domain and under the following | |
license: you are granted a perpetual, irrevocable license to copy, modify, | |
publish, and distribute this file as you see fit. | |
No warranty is implied, use at your own risk. | |
Credits: |
[GAME]D:\Steam\steamapps\common\Mafia II\pc\mafia2.exe.2616.STEAMSTART | |
[GAME]C:\Users\Inlife\AppData\Local\2K Games\Mafia II\Data\vfs.bin | |
[GAME]C:\Program Files (x86)\Steam\ClientRegistry.blob | |
[GAME]C:\Program Files (x86)\Steam\ClientRegistry.blob | |
[GAME]D:\Steam\steamapps\common\Mafia II\pc\sds_en\info | |
[GAME]C:\Users\Inlife\AppData\Local\2K Games\Mafia II\Saves\videoconfig.cfg | |
[GAME]D:\Steam\steamapps\common\Mafia II\edit\sdsconfig.bin | |
file_patcher: redirecting game file sdsconfig.bin to D:\Projects\m2o-reborn\binary\game_files\sdsconfig.bin | |
[GAME]D:\Steam\steamapps\common\Mafia II\pc\shaders\ShaderCache[NV__].sc | |
[GAME]D:\Steam\steamapps\common\Mafia II\pc\shaders\ShaderCache[ATF4].sc |
// Sample for reading a file asynchronously using libuv | |
// taken from https://www.snip2code.com/Snippet/247423/Sample-for-reading-a-file-asynchronously | |
#include <stdlib.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <uv.h> | |
static uv_fs_t openReq; | |
static uv_fs_t readReq; |
local R = regexp("[A-Za-z0-9]"); | |
function isalnum(value) { | |
return R.match(value.tochar()); | |
} | |
function url_encode(value) { | |
local escaped = ""; | |
for (local i = 0; i < value.len(); i++) { |
#!/usr/bin/ruby | |
# Create display override file to force Mac OS X to use RGB mode for Display | |
# see http://embdev.net/topic/284710 | |
require 'base64' | |
data=`ioreg -l -d0 -w 0 -r -c AppleDisplay` | |
edids=data.scan(/IODisplayEDID.*?<([a-z0-9]+)>/i).flatten | |
vendorids=data.scan(/DisplayVendorID.*?([0-9]+)/i).flatten |
I hereby claim:
To claim this, I am signing this object: