- The Federalist Party was a conservative and nationalist American political party and the first political party in the United States. It dominated the national government under Alexander Hamilton from 1789 to 1801. The party was defeated by the Democratic-Republican Party in 1800, and it became a minority party while keeping its stronghold in New England. It made a brief resurgence by opposing the War of 1812, then collapsed with its last presidential candidate in 1816. Remnants lasted for a few years afterwards.
- Self-modifying code (Wikipedia)
In computer science, self-modifying code (SMC or SMoC) is code that alters its own instructions while it is executing – usually to reduce the instruction path length and improve performance or simply to reduce otherwise repetitively similar code, thus simplifying maintenance. The term is usually only applied to code where the self-modification is intentional, not in situations where code accidentally modifies itself due to an error such as a buffer overflow.