Skip to content

Instantly share code, notes, and snippets.

View tomaytotomato's full-sized avatar
🥑
Smash that

tomaytotomato tomaytotomato

🥑
Smash that
View GitHub Profile
@tomaytotomato
tomaytotomato / goals_2020.md
Last active January 11, 2020 19:04
Goals for 2020

Personal goals made open source for transparency.

Overarching Goals

  1. 💪 Fitness
  2. 📈 Spend money wisely and save 💵
  3. ✒️ Create more (writing, coding, design)
  4. 🤖 Automate More, Do Less

Daily Goals

@tomaytotomato
tomaytotomato / ArmA 3 Move Static Object
Created July 2, 2017 16:17
Script allows you to move a static object from one position to another using a time delay and speed
/**
Arguments
1 - object to move (non player object etc)
2 - starting position (use an invisible helipad)
3 - ending position (use an invisible helipad)
4 - move distance (metres)
5 - timing, i.e. speed
example : null = [this,posA,posB,1,0.001] execVM "move_object.sqf";