public abstract class Conciousness
{
public abstract Action Handle(SensoryData sensoryData);
}
Chase <3 also wants me to join their tournament.
Chase <3: hi dude
Chase <3: what is your rank?
maus 「マウス」: Not sure.
maus 「マウス」: Wanna find out?
Chase <3: we have our own team we need to play in the tournament, we are missing one person
Chase <3: we have our own team we need to play in the tournament, we are missing one person
Chase <3: you can help us?
This file contains 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
public class BasicAuthentication | |
{ | |
public const string Scheme = "Basic"; | |
public const char DelimiterSymbol = ':'; | |
public string Username { get; } | |
public string Password { get; } |
This file contains 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
/** | |
* The characters which will be used in the ID. | |
* Note that similar characters such as 0 and O are removed. | |
*/ | |
const CHARACTERS = "23456789ABCDEFGHJKLMNPQRSTUVWXYZ"; | |
const ID_LENGTH = 5; | |
const randomCharIndex = () => Math.floor(Math.random() * CHARACTERS.length); | |
const getRandomChar = () => CHARACTERS[randomCharIndex()]; |
This file contains 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
import 'dart:async'; | |
class Game { | |
String id = null; | |
Duration tickDuration = const Duration(microseconds: (1000000 ~/ 60)); | |
DateTime updated = DateTime(0); | |
Timer _timer = null; | |
Game(String this.id); |
Install this: https://www.nexusmods.com/cyberpunk2077/mods/107 (otherwise FPS is cut in half)
Set this as launch options:
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/share/vulkan/icd.d/radeon_icd.i686.json RADV_PERFTEST=aco WINEDLLOVERRIDES="xaudio2_7=n,b" PULSE_LATENCY_MSEC=100 %command% --launcher-skip
Other recommended mods:
- Weather Probability Rebalance: https://www.nexusmods.com/cyberpunk2077/mods/3196 (moodier)