Skip to content

Instantly share code, notes, and snippets.

@SolidJuho
SolidJuho / SolidCoopTM.c
Created May 27, 2022 13:22
Arma reforge task manager
[EntityEditorProps(category: "GameScripted/Coop", description: "Allows task management.")]
class SCR_CoopTaskManagerClass : SCR_BaseTaskManagerClass
{
}
//------------------------------------------------------------------------------------------------
class SCR_CoopTaskManager : SCR_BaseTaskManager
{
[Attribute("", UIWidgets.Auto, "Entity names of intial tasks - assigned to connecting players automatically.", category: "TaskManager: COOP")]
protected ref array<string> m_aInitialTaskNames;
using UnityEngine;
public class ProgrammingChallenge : MonoBehaviour
{
/// <summary>
/// In this programming challenge, you have to print out longest string without repeating characters
/// </summary>
void Start()
{
@SolidJuho
SolidJuho / instructions.txt
Last active December 4, 2021 18:45
Niteout data deletion instructions
Email us at Support@niteout.co for data deletion
Started on 20 Jul 2021, 12.39.20
Polling SCM changes on master
Using strategy: Default
[poll] Last Built Revision: Revision f75d59ca8aeb17b6c752541fadbe1e4092f75c0c (refs/tags/0.1.29.1)
The recommended git tool is: NONE
using credential b7853207-c48d-41e6-9119-a127f3549d1a
> git.exe rev-parse --resolve-git-dir C:\Users\XXXX\AppData\Local\Jenkins\.jenkins\workspace\XXXX\.git # timeout=10
Fetching changes from the remote Git repositories
> git.exe config remote.origin.url https://bitbucket.org/XXXX/XXXX.git # timeout=10
Fetching upstream changes from https://bitbucket.org/XXXX/XXXX.git
@SolidJuho
SolidJuho / resume.json
Last active May 17, 2026 19:38
Resume 2026
{
"meta": {
"theme": "data-driven"
},
"basics": {
"name": "Juho Vatanen",
"label": "Software Developer - Consultant / Team lead",
"picture": "https://vrkiwi.org/wp-content/uploads/2021/05/T0V01A002-UDPFGQHQC-9200d8b0d3e8-512.jpg",
"summary": "Defense Simulation Engineer with over 4 years of experience bridging the gap between complex software architecture and military-grade simulation. Experience on creating custom solutions with HLA/DIS/STANAGs and C2 integrations.",
"email": "juho.vatanen@gmail.com",