This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using UnityEngine; | |
| public class ProgrammingChallenge : MonoBehaviour | |
| { | |
| /// <summary> | |
| /// In this programming challenge, you have to print out longest string without repeating characters | |
| /// </summary> | |
| void Start() | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Email us at Support@niteout.co for data deletion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |