Link
2 notes
·
View notes
Text
0 notes
Text
Force IPv4 for apt
apt-get -o Acquire::ForceIPv4=true update
To make the setting persistent, create the file 99force-ipv4 in /etc/apt/apt.conf.d/.
sudoedit /etc/apt/apt.conf.d/99force-ipv4
Put the following contents in it:
Acquire::ForceIPv4 "true";
0 notes
Text
0 notes
Link
JerryScript is the lightweight JavaScript engine intended to run on a very constrained devices such as microcontrollers:
Only few kilobytes of RAM available to the engine (<64 KB RAM)
Constrained ROM space for the code of the engine (<200 KB ROM)
The engine supports on-device compilation, execution and provides access to peripherals from JavaScript.
0 notes
Text
0 notes
Text
0 notes
Text
0 notes
Text
Типа регулируемый БП.

Собрал себе регулируемый БП на основе LM1085 (ну и вообще на всём что похоже на LM317). И понял, почему это плохая идея для лабораторников - когда регулиющий резистор начинает "искрить", то на выход улетает практически полное напряжение с трансформатора. В моём случае - это 28 вольт. Так что, это очень, очень, очень плохая идея.
0 notes
Text
0 notes