Skip to content

Instantly share code, notes, and snippets.

HLL RCON Wishlist

Last updated: 06/04/2023 - Changelog

Maintainer: Abu

Contributors:

  • (WTH) Abu
  • [HLL Fr] Dr.WeeD / Maresh
  • NoodleArms[BEER] / emathey
  • [1.Fjg] FlorianSW
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active April 24, 2025 13:43
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
@Kostanos
Kostanos / json-to-csv.php
Created May 24, 2013 03:28
Convert JSON array file to CSV. Use the array keys as the first row. Command line using: json-to-csv.php json.filename > csv.filename
#!/usr/bin/php
<?php
/*
* Convert JSON file to CSV and output it.
*
* JSON should be an array of objects, dictionaries with simple data structure
* and the same keys in each object.
* The order of keys it took from the first element.
*
* Example: