create HTML presets from steam collections (with a second, optional, mods collection)
https://armapresetcreator.co.uk/
converts jpg, png to PAA and vise versa
crypto | |
as a developer | |
don't believe me | |
quote tweet this with | |
👇 | |
🧵 | |
here’s what you need to know | |
Wrong answers only | |
you're already behind |
create HTML presets from steam collections (with a second, optional, mods collection)
https://armapresetcreator.co.uk/
converts jpg, png to PAA and vise versa
Discord timestamps can be useful for specifying a date/time across multiple users time zones. They work with the Unix Timestamp format and can be posted by regular users as well as bots and applications.
The Epoch Unix Time Stamp Converter is a good way to quickly generate a timestamp. For the examples below I will be using the Time Stamp of 1543392060
, which represents November 28th, 2018
at 09:01:00
hours for my local time zone (GMT+0100 Central European Standard Time).
Style | Input | Output (12-hour clock) | Output (24-hour clock) |
---|---|---|---|
Default | <t:1543392060> |
November 28, 2018 9:01 AM | 28 November 2018 09:01 |
I am writing this guide becuase I coudn't find a proper one online which contained all the information I was searching for. I will try to guide you through the process of enabling link aggregation (802.3ad) with your Ubiquiti hardware and your Unraid server. Note: not all of Ubiquiti's hardware supports link aggregation (LAG). As of the time of writing Ubiquiti states the following.
Applicable to all UniFi Switch models excluding the USW-Flex and USW-Flex-Mini.
Source: Ubiquiti
Various editor/arma sqf stuff.
/** | |
* Retrieves all the rows in the active spreadsheet that contain data and logs the | |
* values for each row. | |
* For more information on using the Spreadsheet API, see | |
* https://developers.google.com/apps-script/service_spreadsheet | |
*/ | |
function readRows() { | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var rows = sheet.getDataRange(); | |
var numRows = rows.getNumRows(); |