Revision: 0.0.1
GDD Template Written by: Benjamin “HeadClot” Stanley
- Overview
- Theme / Setting / Genre
- Core Gameplay Mechanics Brief
- Targeted platforms
const listToObjectMappings = (list) => { | |
let x = {} | |
for (var i=0; i<list.length; i++){ | |
x[':' + i.toString()] = list[i] | |
} | |
return x | |
} | |
let statuses = ['available', 'in-transit', 'delivered'] | |
let mappings = listToObjectMappings(statuses) |
Revision: 0.0.1
GDD Template Written by: Benjamin “HeadClot” Stanley
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
What this guide covers:
# | |
sudo su - | |
cd /usr/local/bin | |
mkdir ffmpeg | |
cd ffmpeg | |
wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.2.1-amd64-static.tar.xz | |
tar xvf ffmpeg-4.2.1-amd64-static.tar.xz |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
using System.Runtime.InteropServices; | |
using System; | |
/* | |
* Simple C# PoC to enable WebClient Service Programmatically | |
* Based on the C++ version from @tirannido (James Forshaw) | |
* Twitter: https://twitter.com/tiraniddo | |
* URL: https://www.tiraniddo.dev/2015/03/starting-webclient-service.html | |
* | |
* Compile with: |
Bash script that enables Metal API for League of Legends on macOS.
After installing League of Legends, you can run this script to enable Metal API for the game.
You can expect a performance boost of up to ~2x FPS.
To run the script, download the script and run it in Terminal.
Or, open Terminal and type the following command: