I hereby claim:
- I am hjpotter92 on github.
- I am hjpotter92 (https://keybase.io/hjpotter92) on keybase.
- I have a public key ASDhAUbOrJrr42KSvr16FYe-V7LbKGVLcz5dWYZ6E2GAQgo
To claim this, I am signing this object:
math.randomseed( os.time() ) | |
local Random, Read, Write = math.random, io.read, io.write | |
Write "Number of players -> " | |
local tPlayers, iNumPlayers = {}, Read '*n' | |
Write "How many rounds? -> " | |
local iRounds = Read '*n' | |
io.input():flush() |
{ | |
"auto_complete_commit_on_tab": true, | |
"auto_match_enabled": true, | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"default_line_ending": "unix", | |
"dictionary": "Packages/Language - English/en_UK.dic", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Consolas", | |
"font_size": 10, |
Option Explicit | |
' Converts a number from 100-999 into text | |
Function GetHundreds(ByVal MyNumber) | |
Dim Result As String | |
If Val(MyNumber) = 0 Then Exit Function | |
MyNumber = Right("000" & MyNumber, 3) | |
' Convert the hundreds place. | |
If Mid(MyNumber, 1, 1) <> "0" Then | |
Result = GetDigit(Mid(MyNumber, 1, 1)) & " Hundred " |
I hereby claim:
To claim this, I am signing this object:
original file taken from gcp docs at: https://cloud.google.com/storage/docs/access-logs
descsription taken from: https://cloud.google.com/storage/docs/access-logs#format