Competitive programming Updated 2025-07-16
Competitive programming website Updated 2025-10-14
Compile MicroPython code for Micro Bit locally Updated 2025-07-27
To use a prebuilt firmware, you can just use What that does is:
uflash, tested on Ubuntu 22.04:git clone https://github.com/bbcmicrobit/micropython
cd micropython
git checkout 7fc33d13b31a915cbe90dc5d515c6337b5fa1660
uflash examples/led_dance.py- convert the MicroPython code to bytecode
- join it up with a prebuilt firmware that ships with uflash which contains the MicroPython interpreter
- flashes that
To build your own firmware see: Compile MicroPython code for Micro Bit locally on Ubuntu 22.04 with your own firmware
Compiler Updated 2025-07-16
Compiler toolchain Updated 2025-07-16
Complete basis Updated 2025-07-16
Finding a complete basis such that each vector solves a given differential equation is the basic method of solving partial differential equation through separation of variables.
The first example of this you must see is solving partial differential equations with the Fourier series.
Notable examples:
- Fourier series for the heat equation as shown at Fourier basis is complete for and solving partial differential equations with the Fourier series
- Hermite functions for the quantum harmonic oscillator
- Legendre polynomials for Laplace's equation in spherical coordinates
- Bessel function for the 2D wave equation on a circular domain in polar coordinates
Compton scattering Updated 2025-07-16
Classic theory predicts that the output frequency must be the same as the input one since the electromagnetic wave makes the electron vibrate with same frequency as itself, which then irradiates further waves.
But the output waves are longer because photons are discrete and energy is proportional to frequency:
The formula is exactly that of two relativistic billiard balls colliding.
Compton Scattering by Compton Scattering (2017)
Source. Experiment with a caesium-137 source. Compulsive hoarding Updated 2025-07-16
Computable function Updated 2025-07-16
Computable number Updated 2025-07-16
Computational protein folding Updated 2025-07-16
Computer-aided design Updated 2025-07-16
Computer chess competition Updated 2025-10-14
Computer chess interface Updated 2025-07-16
Computer font Updated 2025-07-16
Computer hardware Updated 2025-07-16
Computer manufacturer Updated 2025-07-16
Computer music file format Updated 2025-07-16
Looking for formats that:
- are human readable plaintext files
- can be converted/played as MIDI
- can be converted to sheet music PDFs
- supports basic guitar effects (bends and slides)
Computer physical principle of operation Updated 2025-07-16
There are unlisted articles, also show them or only show them.
