Showing 38 open source projects for "h.264.t2"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    NVTOP

    NVTOP

    GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel

    NVTOP stands for Neat Video card TOP, a (h) top-like task monitor for GPUs and accelerators. It can handle multiple GPUs and print information about them in a htop-familiar way. Currently supported vendors are AMD (Linux AMD GPU driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915 driver), NVIDIA (Linux proprietary divers), and Qualcomm Adreno (Linux MSM driver).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    fd

    fd

    A simple, fast and user-friendly alternative to 'find'

    ...While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. fd is designed to find entries in your filesystem. The most basic search you can perform is to run fd with a single argument: the search pattern. Instead of just showing the search results, you often want to do something with them. fd provides two ways to execute external commands for each of your search results: the -x/--exec option runs an external command for each of the search results (in parallel), or the -X/--exec-batch option launches the external command once, with all search results as arguments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Dolphin-DVR-Pro

    Dolphin-DVR-Pro

    Professional CCTV DVR data recovery software.

    Many new users wish to learn more about the features of Dolphin CCTV DVR data recovery software. Users can learn this actually by using the DVR recovery trial software. Here is a proven list of Dolphin DVR features:
    Downloads: 44 This Week
    Last Update:
    See Project
  • 4
    MSI Afterburner

    MSI Afterburner

    MSI Afterburner: Overclock, monitor, and optimize your GPU.

    MSI Afterburner is the world's most recognized and widely used graphics card overclocking utility. It provides a comprehensive suite of tools for gamers and PC enthusiasts to enhance their graphics card's performance and monitor its health. With MSI Afterburner, users can overclock their GPU to achieve higher frame rates in games, undervolt to reduce power consumption and heat, and customize fan curves for optimal cooling. The software also includes an on-screen display (OSD) feature that...
    Downloads: 116 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Iperf 2

    Iperf 2

    A means to measure network responsiveness and throughput

    Iperf here is a means of measuring networks - capacity & latency (including ECN) over sockets both TCP and UDP. The goals include maintaining an active iperf code base across a broad set of platforms and operating systems. This is a multi-threaded design that scales with the number of CPUs or cores within a system. It supports both high impact and low impact techniques to obtain and report network performance. Current release: 2.2.1, Nov 4th, 2024 About iperf 2 and iperf3: Read...
    Leader badge
    Downloads: 9,709 This Week
    Last Update:
    See Project
  • 6
    MouseClickTool

    MouseClickTool

    A simple and effective mouse clicker, compact and high-performance.

    README: https://sourceforge.net/p/mouseclicktool/code/ci/master/tree/README_en.md Left/right mouse clicks, long-press, and mouse wheel scrolling Customizable click interval (in milliseconds) Customizable hotkeys Scheduled triggering and timed launching of external programs Dark mode support Automatically saves settings to a temporary file (no registry modifications) Customizable scripts (Beta): How do I write scripts? https://sourceforge.net/p/mouseclicktool/code/ci/master/tree/README_en.md#h-write-custom-scripts Github: https://github.com/lalakii/MouseClickTool
    Leader badge
    Downloads: 271 This Week
    Last Update:
    See Project
  • 7
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing SDK in C++20

    DocWire SDK, a standout C++20AI driven data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document format support and the ability to extract valuable insights from email boxes, databases, and websites using cutting-edge AI. DocWire SDK aims to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    mbp-fedora

    mbp-fedora

    Fedora ISO with Apple T2 patches built-in

    mbp-fedora is a custom Fedora Linux spin tailored specifically for Apple MacBook Pro devices, particularly those with T2 chips and newer hardware. This project provides an Ansible-based automation toolset for configuring Fedora to work optimally on MacBooks, handling quirks related to Apple’s proprietary hardware such as keyboard, touchpad, Wi-Fi, audio, and secure boot features. It aims to make Fedora a first-class experience on Apple hardware without requiring deep Linux knowledge or manual driver patching, and it’s actively updated with fixes for new kernel versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    AnalysePlugin
    ...For generating the dll file I use a msdev compiler. If you like to port it to other OSs just let me know your changes and I'll incorporate it. Best Regards, Mattes H.
    Leader badge
    Downloads: 701 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    VDT - Visual Disk Test
    VDT - Visual Disk Test : performs I/O tests on files, partitions, and/or disks with visual feedback/follow-up, offering flexible test area selection by size, location, percent, or combinations thereof, plus test duration control by time or size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 1 This Week
    Last Update:
    See Project
  • 12

    Available Subnet Finder

    A Python Script to find unused subnets

    ...For example, if you want to find all the available /19 networks available within your 10.0.0.0/8 space, you could feed this subnet all your known networks, and it will give you subnets which are not used. This can be used as a module 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
  • 13
    ncdu

    ncdu

    Ncdu is a disk usage analyzer with an ncurses interface

    Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don’t have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Right-Click Extender

    Right-Click Extender

    Hide or Unhide Hidden Files Right Click

    To remove the hidden attribute for a file or selected files to unhide them, enable “Show hidden files, folders and drives” option in the Folder Options dialog. Then select the files for which you want to remove the “H” attribute, right-click on the selection and click “Show / Hide selected files” context menu entry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Accent Tool Suite

    Accent Tool Suite

    Accent interfaces and controls systems through goals and policies

    Accent (Advanced Component Control Enhancing Network Technologies) is a comprehensive tool suite that interfaces a variety of communications systems and allows these systems to be controlled through goals (high-level user aims) and policies (lower-level system rules). Accent has been applied to the domains of: o Call Control: for telecommunications, particularly call control in Internet telephony o Home Care: for home automation and telecare, particularly for domestic appliances...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    BoneOS

    Barebone linux os build environement

    BoneOS is *not* a linux distro but a build enviroment setup to build a linux based appliance mainly targeted at embedded world and low power/memory platforms. BoneOS is based on T2 linux SDE and share it's initial code base with mon0wall, askoziapbx, teebx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    i2cnet

    An i2c to TCP/IP adaptor to allow easy remote control of an i2c bus.

    ...Install i2c-tools: apt-get install i2c-tools 2. Extract the binary: tar -zxvf i2cnet-1.0.0-rpi.tar.gz 3. Run the utility: ./i2cnet For usage information: ./i2cnet -h
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pracplay's Glean

    Pracplay's Glean

    Pracplay Installers and Files

    Glean download hosting has been moved. New users, request Glean access here : http://www.pracplay.com/glean/demo Existing users, Ctrl+H us.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IHaskell

    IHaskell

    A Haskell kernel for the Jupyter project

    ...IHaskell is based upon the IPython architecture and frontend, so learning about that will help. You can write your own extensions using the IPython javascript API, for instance. Use h to learn more about the modal interface IHaskell/IPython provides. IHaskell adds a few features on top of the IPython frontends, such as automatic character concealing (typing -> yields an arrow) and input cell folding (via the left and right arrow keys, or the buttons). If input cell folding isn't showing up, you can explicitly enable it via the "Cell Toolbar" (select 'Hiding').
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AnomalyDetection

    AnomalyDetection

    Anomaly Detection with R

    AnomalyDetection is an R package developed by Twitter for detecting anomalies in seasonal univariate time series. It implements the Seasonal Hybrid Extreme Studentized Deviate (S‑H‑ESD) test, which reliably identifies both global and local outliers in data with trends and seasonality—commonly applied to system metrics, engagement data, and business KPIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    xxcopy Shell Extension

    Simple Windows Shell Extension for xxcopy

    Simple Shell Extension for xxcopy for windows (32 & 64 bit). Uses the following flags by default. /tc /ba /h /k /e /pb /yy /oa"destFilePath/Log.txt" *MUST HAVE XXCOPY INSTALLED*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Wordpie Python Based Brute Force

    Wordpie Python Based Brute Force

    Python Based Brute Force Password Cracking Assistant By Clownsec

    ...Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa ./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p ./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    AirKey

    Gesture mapping for the Leap Motion

    CURRENT VERSION: AirKey v0.9 Simple program for Windows to utilize the gesture capabilities of the Leap Motion - check readme.txt. Feedback welcome, either here in the Discussion or at forums.leapmotion.com - http://bit.ly/1eT6TI8 An overview of the available gestures can be found at http://youtu.be/nyZ1yF2G_dQ There is also a very convenient configuration editor with a GUI available, created by Sharp: http://www.irishacts.com/misc/airkey-gui.exe, with an explanatory video at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    NS3 QoE Monitor

    QoE Monitor allows NS3 users to evaluate QoE in simulated environments

    ...QoE Monitor is currently developed by the Networking Research group of University of Modena and Reggio Emilia (http://www.unimore.it/). List of currently available features: - PSNR/SSIM computation for H.264 video transmission - G.711 audio transmission - Basic RTP emulation - Receiver side jitter estimation, according to RFC 3550 To do: - support new audio and video codecs - support new audio and video formats - develop objective audio evaluation metric(s) Update 02/27/2013: The latest archive has been updated to include some new features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    speedt

    Rough internet speed testing tool (CLI)

    This tool was intended to be run under OpenWrt (so it's small and has no dependencies) but it can be also built/run under most other *nixes and Windows. It's very easy to use, run it with -h or --help argument to see a brief howto. I hope someone finds it useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB