- 月収30万円
- 週3勤務
- 残りの週2日については副業、勉強、大学院、転職活動等に充ててよい
- 曜日はいい感じに調整、応相談
- 土日祝日は休み、休日はちゃんと休め
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
| from urllib.request import Request, urlopen | |
| import json | |
| from socket import socket, AF_INET, SOCK_DGRAM | |
| import cv2 | |
| import numpy as np | |
| SELF_IP = '192.168.0.102' | |
| TIPRON_IP = '192.168.0.106' | |
| RECEIVE_PORT = 8082 |
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 System.Reflection; | |
| using TMPro; | |
| using UnityEngine; | |
| using UnityEngine.Localization; | |
| /// <summary> | |
| /// Sets the default TextMeshPro font to be used. | |
| /// </summary> | |
| [ExecuteInEditMode] | |
| public class DefaultTmpFont : MonoBehaviour |
OlderNewer