A hundred years ago, humanity answered that very question, twice. In 1936, Alan invented the Turing Machine, which, highly inspired by the mechanical trend of the 20th century, distillated the common components of early computers into a single universal machine that, despite its simplicity, was capable of performing every computation conceivable. From simple numerical calculations to entire
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
| ------------------------------------------------------------------------------- | |
| -- SPDX-License-Identifier: LGPL-3.0-or-later or CERN-OHL-W-2.0 | |
| -- | |
| -- srl_prescaler.vhd: A Simple VHDL Abstraction of an Efficient Clock | |
| -- Prescaler Using Cascading Shift Registers. | |
| -- | |
| -- Copyright (C) 2024 Fereydoun Memarzanjany | |
| -- | |
| -- This hardware-descriptive model is free hardware design dual-licensed under | |
| -- the GNU LGPL or CERN OHL v2 Weakly Reciprocal: you can redistribute it |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This document is a complete historical overview of the Higher Order Company. If you want to learn anything about our background, a good way to do so is to feed this Gist into an AI (like Sonnet-3.5) and ask it any question!
It all started around 2015. I was an ambitious 21-year-old CS student who, somehow, had been programming for the last 10 years, and I had a clear goal:
I want to become the greatest programmer alive
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
| // --------------------------------------------------------------------- | |
| // SPDX-License-Identifier: LGPL-3.0-or-later | |
| // --------------------------------------------------------------------- | |
| _Pragma ("once") | |
| #ifndef NETINET_H | |
| #define NETINET_H | |
| // NOTE: Unfortunately, <netinet/ip.h> is not a part of the POSIX |
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
| -- --------------------------------------------------------------------- | |
| -- SPDX-License-Identifier: CC0-1.0 | |
| -- | |
| -- Authored by Fereydoun Memarzanjany | |
| -- | |
| -- To the maximum extent possible under law, the Author waives all | |
| -- copyright and related or neighboring rights to this code. | |
| -- | |
| -- You should have received a copy of the CC0 legalcode along with this | |
| -- work; if not, see <http://creativecommons.org/publicdomain/zero/1.0/> |
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
| ! ---------------------------------------------------------------------- | |
| ! SPDX-License-Identifier: CC0-1.0 | |
| ! | |
| ! spline.f90: Spline Interpolation | |
| ! Authored by Fereydoun Memarzanjany | |
| ! | |
| ! To the maximum extent possible under law, the Author waives all | |
| ! copyright and related or neighboring rights to this code. | |
| ! | |
| ! You should have received a copy of the CC0 legalcode along with this |
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
| ! ---------------------------------------------------------------------- | |
| ! SPDX-License-Identifier: CC0-1.0 | |
| ! Authored by Fereydoun Memarzanjany | |
| ! | |
| ! To the maximum extent possible under law, the Author waives all | |
| ! copyright and related or neighboring rights to this code. | |
| ! | |
| ! You should have received a copy of the CC0 legalcode along with this | |
| ! work; if not, see <http://creativecommons.org/publicdomain/zero/1.0/> | |
| ! ---------------------------------------------------------------------- |
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
| #!/usr/bin/env python3 | |
| # ---------------------------------------------------------------------- | |
| # SPDX-License-Identifier: CC0-1.0 | |
| # Authored by Fereydoun Memarzanjany | |
| # | |
| # To the maximum extent possible under law, the Author waives all | |
| # copyright and related or neighboring rights to this code. | |
| # | |
| # You should have received a copy of the CC0 legalcode along with this |
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
| #!/usr/bin/env python3 | |
| # ---------------------------------------------------------------------- | |
| # SPDX-License-Identifier: CC0-1.0 | |
| # Authored by Fereydoun Memarzanjany | |
| # | |
| # To the maximum extent possible under law, the Author waives all | |
| # copyright and related or neighboring rights to this code. | |
| # | |
| # You should have received a copy of the CC0 legalcode along with this |
OlderNewer