Showing 429 open source projects for "reg52.h"

View related business solutions
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple encodings. q fully supports all types of encoding. Use -e data-encoding to set the input data encoding, -Q query-encoding to set the query encoding, and use -E...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ali

    ali

    Generate HTTP load and plot the results in real-time

    Generate HTTP load and plot the results in real-time. A load testing tool capable of performing real-time analysis, inspired by vegeta and jplot. ali comes with an embedded terminal-based UI where you can plot the metrics in real-time, so lets you perform real-time analysis on the terminal. Press l (or h) to switch the displayed chart. On all charts, you can click and drag to select a region to zoom into.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MolMarker

    MolMarker

    Java software to evaluate the results obtained by molecular markers

    ... and UPGMA or NJ dendograms. It can calculate the frequencies of null alleles in the case of genetic data as well as H (heterosigosity) and PIC (polymorphic Information Content) values. Parentage analyses gives a list of possible parent-offspring combinations, and likelihood ratio statistics corresponding to the detected combinations. For details see MolMarker Manual.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    flv.js

    flv.js

    HTML5 FLV Player

    An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. This project relies on Media Source Extensions to work. flv.js works by transmuxing FLV file stream into ISO BMFF (Fragmented MP4) segments, followed by feeding mp4 segments into an HTML5 <video> element through Media Source Extensions API. flv.js is written in ECMAScript 6, transpiled into ECMAScript 5 by Babel Compiler, and bundled with Browserify. FLV container with H.264 + AAC / MP3 codec playback. Multipart...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5

    ArdWeighno

    Ultra simple way to connect a load cell to an Arduino.

    A load cell bridge can be driven by two Arduino Nano outputs configured as an H bridge. An AC coupled op-amp amplifier is used to amplify the signal and synchronous detection used to measure the signal. Timer 2 is used to drive the bridge and timer 0 is used to trigger the analog to digital converter. The hardware consists of a Nano, a single general purpose op-amp, a feedback resistor, coupling capacitor, compensation capacitor and bypass capacitor. Measurement speed is 122 Hz with four...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Taskell

    Taskell

    Command-line Kanban board/task manager with support for Trello boards

    ... a more complicated column setup then you will want to use H/L to move tasks between columns. By default times are stored in the Markdown file as UTC. If you would like local times (and are unlikely to open the file in lots of different timezones) then you can set localTimes to true in the markdown section of the config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    httpstat

    httpstat

    It's like curl -v, with colours

    Windows/BSD/Linux supported, HTTP and HTTPS supported as well. For self-signed certificates use -k, and skip timing the body of a response with -I. Follow 30x redirects with -L. Change HTTP method with -X METHOD. Provide a PUT or POST request body with -d string. To supply the PUT or POST body as a file, use -d @filename. Add extra request headers with -H 'Name: value'. The response body is usually discarded, you can use -o filename to save it to a file, or -O to save it to the file name...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GetScreen command line

    GetScreen command line

    Easy Screenshot Windows command line (similar to 'scrot' under Linux)

    ...) -x : position x coordinate (by default : 0) -y : position y coordinate (by default : 0) -w : width size (by default : full screen) -h : height size (by default : full screen) -k : hotkey (by default : S) -d : delay before (by default: 0) -c : file conf : (by default : NONE) -h or --help : print help Examples : getscreen -o test -k S -p start -x 10 -y 10 -w 100 -h 100 getscreen -m direct -o test -p start -x 10 -y 10 -w 100 -h 100 getscreen -m hide -p c:\\program~1\\gimp2\\gimp2.exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    link-dups

    Generate hard links for duplicate files

    Searches for files that are duplicates of each other and creates a script that will cause hard links to replace files that are duplicated so saving disk space. Download executable and type 'link-dups -h' for command line help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    Snoise

    Snoise

    Command line tool for scaling and denoising images

    Snoise is a command line tool for scaling and denoising images. Usage: snoise -i <input image> -o <output image> -s <scale amount> -d <denoise amount> -t Usage example: snoise -i in.jpg -o out.png -s 1.5 -d 10 Type "snoise -h" to display the help message.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    React- Native MAKE

    React- Native MAKE

    A collection of everyday React Native CLI tools

    A collection of everyday React Native CLI tools. Everyday tools for simpler React Native development. Once installed, plugins are available through the React Native CLI. You can get the list of available plugins by running react-native -h within your project's folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TransPose

    TransPose

    PyTorch Implementation for "TransPose, Keypoint localization

    TransPose is a human pose estimation model based on a CNN feature extractor, a Transformer Encoder, and a prediction head. Given an image, the attention layers built in Transformer can efficiently capture long-range spatial relationships between keypoints and explain what dependencies the predicted keypoints locations highly rely on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JSweet

    JSweet

    A Java to JavaScript transpiler

    ... on well-typed descriptions of JavaScript APIs, so-called "candies", most of them being automatically generated from TypeScript definition files. These API descriptions in Java can be seen as headers (similarly to *.h header files in C) to bridge JavaSript libraries from Java. There are several sources of candies for existing libraries and you can easily build a candy for any library out there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Celestial Precomputation

    Celestial Precomputation

    Sight Reduction for Air Navigation with Python

    Warning: I found an error if the DR position is on the southern hemisphere. The PUB249 pdf files did not show this error and are correct (as far as I checked). All Revisions 8+ and the Windows release have been fixed. This Python TK application calculates a good set of stars for a 3 star fix, makes all calculations similar to the FAAs Celestial Computation Sheet (see FAA doc FAA-H-8083-18). Also, you can create a PDF file that generates Pub 249 Vol 1 for any epoch you specify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Available Subnet Finder

    A Python Script to find unused subnets

    ... to another Python script, or independently. Help available on within the interactive shell via help() or via cli via -h.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QuickNoteCLI

    QuickNoteCLI

    QNC is a command line interface app for creating quick notes

    usage: QNC -a,--append Append text to the last note -c,--clear Clear all notes -d,--delete <arg> Delete note by index or name -e,--erase Erase last note -h,--help Print help -l,--list Print note list -n,--name <arg> Specify note name -N,--nano Open in nano editor (If installed) -p,--print Print last note text -r,--rename <arg> Rename last note -s,--show <arg> Show note by name -S,--dbs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    openbu

    openbu

    Lightweight L5e vehicle with freely accessible engineering documents

    WE ASSUME NO LIABILITY FOR ANY SAFETY ISSUES OR DESIGN FLAWS! --> STILL IN PROGRESS !!!! This Project includes the engineering documents of a three wheeled sigle seated electric lightweight L5e-A vehicle. The vehicle is designed to be build with "simple" Tools and machines in an individual production or very small batches. All documents in this product are accessible with open source or freeware Software. Used Software: - LibreOffice - Free CAD + FEM Workbench ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Free SLOC

    Free SLOC

    Free SLOC counts physical lines of code (SLOC) for many languages

    Free SLOC is a lightweight application for counting physical lines of code (NOT logical lines of code 'LLOC') for many format files, as Java, Python, C, C++, HTML,..., as well as comment lines, blank lines and delimiter lines. Use GUI or console mode (type -h in command line to see options). Use double-click right button in tree to open folder or see source file. Source code in Files tab (Kotlin)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Superfine

    Superfine

    Absolutely minimal view layer for building web interfaces

    Superfine is a minimal view layer for building web interfaces. Think Hyperapp without the framework—no state machines, effects, or subscriptions, just the absolute bare minimum (1 kB minified+gzipped). Mix it with your favorite state management library or use it standalone for maximum flexibility. When describing how a page looks in Superfine, we don't write markup. Instead, we use the h() and text() functions to create a lightweight representation of the DOM (or virtual DOM for short...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Conversor GPX -> KML with speed

    Conversor GPX -> KML by php

    Conversor de fichero GPX a Google Earth KML, si el fichero GPX contiene los datos de velocidad, se generará la ruta y mostrará en el mapa la velocidad en cada punto. La velocidad se muestra en km/h. Se dispone del fichero index.php yu el nombre de fichero del GPX tiene que ser el mismo. El fichero de salida.kml ha de tener permisos de grabación para que se sobrescriba el fichero
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Scrcpy GUI

    Scrcpy GUI

    A simple & beautiful GUI application for scrcpy

    Scrcpy was created by the team behind the popular Android emulator Genymotion, but it is not an Android emulator itself, it displays and controls Android devices connected via USB or TCP/IP, it does not require any root access. It works with GNU/Linux, Windows, and MacOS. Scrcpy works by running a server on your Android device, and the desktop application communicates using USB (or using ADB tunneling wireless). The server streams the H.264 video of the device screen. The client decodes...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 22

    LDhelmet

    Fine-scale recombination rate estimation.

    NOTE: This project has migrated to GitHub: https://github.com/popgenmethods/LDhelmet LDhelmet performs statistical inference for fine-scale variable recombination rate estimation. The source code and the recombination maps for two populations of Drosophila melanogaster are available for download. Reference: Andrew H. Chan, Paul A. Jenkins, Yun S. Song (2012). Genome-Wide Fine-Scale Recombination Rate Variation in Drosophila melanogaster. PLoS Genet 8(12): e1003090. doi:10.1371...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dolphin DVR Player

    Dolphin DVR Player

    One very easy-to-use powerful but totally free player for DVR videos

    Dolphin DVR Player is one very easy-to-use powerful but totally free player for DVR videos, NVR Videos, HVR videos and CCTV videos. Dolphin DVR Player is one professional H.264/H.265 video player and can play all H.264/H.265 video files smoothly. Dolphin DVR Player is also one NVR, HVR and CCTV video player, only if the video coding is H.264 or H265, the Dolphin DVR Player can detect the video coding type automatically.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 24
    Voya Media

    Voya Media

    A free media player that easily plays your music, pictures and videos.

    Voya Media is a free cross-platform media player that easily plays your music, pictures and videos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Approximate Recursive Multipliers
    We provide an open-source library of approximate recursive multipliers described using Verilog HDL. In case of usage please refer to: H. Waris, C. Wang, C. Xu and W. Liu, "AxRMs: Approximate Recursive Multipliers using High-Performance Building Blocks," in IEEE Transactions on Emerging Topics in Computing, doi: 10.1109/TETC.2021.3096515.
    Downloads: 0 This Week
    Last Update:
    See Project