/random_dev_notes.txt
0. StarCraft II Python Bot: Introduction
›
# Python library for StarCraft II «An easy-to-use library for writing AI Bots for StarCraft II in Python 3. The ultimate goal is simplicity ...
1. StarCraft II Python Bot: Gathering resources
›
# Command Center The Command Center is the main building you need. On it you build your workers. You start with one the match and can expan...
2. StarCraft II Python Bot: Building units
›
You need to check different things. When you want to create one Barrack you need : A location A worker Some requirements (such as Supply ...
Simplest terminal menu - Python
›
Here you can find a start up code for running your python project. Import the necessary code at the beginning and modify the options in the...
Unity - Oculus Quest 2 Development Setup
›
We are going to setup the environment and run a Demo application for the Oculus Quest 2 with Unity. # First Step You need to pair to your...
Blender - Procedural Sand Shader - with Download
›
Quick sand material / shader to add to your project, with a NodeGroup to make it easy to change the parameters. Download at the bottom of th...
Use Three.js inside Ruby on Rails
›
This example uses the online resources of three.js , we don't have to download any three.js packages. # Create the Rails webpage We are ...
Terran Bot for StarCraft II - Python
›
Find the explanation in https://xcran.blogspot.com/2022/03/0-starcraft-ii-python-bot-introduction.html import sc2 from sc2 import run_g...
Detener actividad de disco duro HDD desde terminal - GNU/Linux
›
Para detener la actividad del HDD de nuestro ordenador podemos hacer uso del comando hdparm , se usa como ejemplo el disco duro principal ...
Instalar .run en Ubuntu [GNU/Linux] desde terminal
›
Desde el terminal acceda a la carpeta con los comandos cd y cd .. Dar permisos de ejecución: $ sudo chmod +x archivo.run Ejecutar el archiv...
C Funtioncs - Count chars, words and lines
›
#include <stdio.h> #define IN 1 #define OUT 0 int main(){ int c, nl, nw, nc, state; state = OUT; nl = nw = nc = 0; w...
C Functions - Multiplication Example
›
#include <stdio.h> int multNumbers(int a, int b); int main(){ int number1 = 3; int number2 = 4; int mult; mult = m...
Inicio
Ver versión web