Skip to content

Instantly share code, notes, and snippets.

View resistancelion's full-sized avatar
💭
aka: digital-strike, neo2010, mr.Pain, your32root. Be safe

Leo resistancelion

💭
aka: digital-strike, neo2010, mr.Pain, your32root. Be safe
View GitHub Profile
@resistancelion
resistancelion / philosophica_exteact_on_emergent_systems.MD
Created May 15, 2026 05:12
Philosophical treatise on Emergent Systems (2019, redaction version as of 13.05.2026)

Philosophical Extract #1

Emergent systems

1.1 Additionary on definition

Emergent systems are systems that consist of multiple elements and posses emerging properties, which individual element cannot provide (example: motion systems, biological lifeforms, chemical compounds and their isomers)

1.2 Elements of the emergent systems

While it is true that emergent system emerges into having unique properties, which cannot be achieved through elemental objects, their derived properties like a jigsaw puzzle is present in one or other surface (abstract - metaphor) of individual object, so changing the values, properties, morphologies and topologies of base elements in emergent systems lead to shift in whole field of possible properties and overall behavior of the whole constructed system. It is possible to put system boundaries into the elements' designs, but emergent systems can be treated as elements for new, bigger emergent systems an have their own layers of variable and invariable interactions, gett

@resistancelion
resistancelion / download_php.bat
Created July 19, 2020 11:30
PHP Win installion scipt (x86/64) - Administrators privelegies required
/*>NUL
cls
@echo off
set lws=php
@chcp 65001>NUL
setlocal
set binary_dir=%windir:~0,3%php\bin
where php.exe >nul 2>&1 || goto :check
goto :update
:check