Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
Earn up to 16% annual interest with Nexo.
More flexibility. More control.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
High-performance CPU, GPU, and memory profiler for Python
...Its overhead is typically no more than 10-20% (and often less). Scalene performs profiling at the line level and per function, pointing to the functions and the specific lines of code responsible for the execution time in your program. Scalene separates out the percentage of memory consumed by Python code vs. native code.
Execute multiple commands in parallel and display output with ncurses
Usage: parexec NUMTHREADS
where NUMTHREADS is the number of commands you want to execute in parallel
The commands are read from stdin. Empty lines are ignored. Lines containing a single `-' instruct parexec to wait until all previous commands have finished before starting to execute further commands.
When sending a SIGINT to parexec (usually done when you hit CTRL-C) it will wait for currently running processes, but if they are done parexec will exit ignoring all the following commands.
...
Serbert is a command line utility which performs a Bit Error Rate Test (BERT) on serial lines for Unix and it's variants. It does this by transmitting bytes, and waiting for their uncorrupted return. Bit error rate testers are used to test and fault
This is the Linux kernel driver for the stmpe2401 and stmpe2402 GPIO expanders from ST Microelectronics. These i2c chips support up to 24 extra GPIO lines, have 3 programmable PWM outputs, an integrated keypad input, and rotator input controllers.
Simple GTK2 application allowing users to manually toggle devices attached to a parallel port device on or off (through the D0->D8 data lines), or run an automatic sequence based on a simple language contained in this program. Good for driving relays, etc