Showing 816 open source projects for "hj-split"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1

    Free Screen Recorder for Windows 10

    Effortlessly record and capture pc screen with this screen recorder

    Many people use screen recording to produce tutorials, record gameplay, or capture a video call. There are numerous solutions available, each with its features and benefits. And you're in luck if you're browsing for a free and trustworthy screen recorder for Windows 10 because this software is one of Windows's best free screen recorders. Indeed, professional streamers, YouTubers, and gamers worldwide use this powerful software. It allows you to seamlessly record your screen, webcam, and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    Masamune.Controls

    A set of WPF controls

    The library contains a set of useful custom controls and supporting classes. It was a part of Masamune but I decided to split it because there were no cross references.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    android-backup-splitter

    Create a single adb backup for each app /sd and inform of missing apks

    This project consists of two shell scrips. One splits an adb backup into several ones by app name extracting the contents of the tars to a temporal folder and then re-taring everything to get the individual ab for each android app. The other shell script uses Tar Binary Splitter to divide the main tar inside the adb backup without extracting anything from the tar, so is by far the best method. Other software is needed. The bundle is included in Android Backup Extractor, with the...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    file-splitter-rejoiner

    file splitter and rejoiner

    /* * * Freeware * Open Source * 2 tools in one application * using .Net 4.8 * (1) Simple files splitter and rejoiner tool using memory buffer * (2) Simple files base64 encoder and decoder using random sized Stream GB/TB+ data sizes * A good tool for an essentials inventory * Just when required. * Simple precise short and straightforward coding * Tested bugs free and perfect when I developed and released it. * * Developer: Tushar Jain * Release Time: 09:33 PM *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Forta

    Forta

    Subtitle Editor

    ...You can easily create, sync, translate, adjust subtitle lines. Features: Adjust display time Aggressive linebreak Create/adjust/sync/translate subtitle lines Merge short lines / split long lines Visually sync and/or adjust a subtitle Convert between 40+ formats Save personal settings Full formatting Automatically saving Check overlaps Coloring short reading lines Coloring every line longer than 37(or more) letters
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Splitties

    Splitties

    A collection of hand-crafted extensions for your Kotlin projects

    ...These libraries are intended to reduce the amount of code you have to write, freeing code reading and writing time, so you can focus more on what you want to build for your users (even if you're the only one), or have more time to have fun. This project is named "Splitties" because it is split in small modules, distributed as independent libraries, so you can add only the ones you need to your project/module, helping reduce the size of the final binary that users' devices will need to download and keep in the limited storage (BTW, everything is limited). Some Android targeting modules have content similar to what Anko offers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    qiji-font

    qiji-font

    Typeface from Ming Dynasty woodblock printed books

    ...A work in progress. Named in honor of 閔齊伋, a 16th-century printer. Intended to be used with Kenyan-lang, the Classical Chinese programming language. Download high-resolution PDFs and split pages into images. Manually lay a grid on top of each page to generate bounding boxes for characters (potentially replaceable by an automatic corner-detection algorithm). Generate a low-poly mask for each character on the grid, and save the thumbnails (using OpenCV). First, red channel is subtracted from the grayscale, in order to clean the annotations printed in red ink. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    textureAtlasTools

    textureAtlasTools

    A set of tools for slicing a texture atlas to individual components

    ...Manually select some tiles in the texture atlas (that are placed in difficult positions) Add them to a json file following this pattern: json file; you can use any image editing tool such as GIMP to manually select and inspect the location, width and height of each selection. Run the tool with the split; this will automatically create a folder with separate files from the selections, as well a [basefilename]_sliced.png file containing the texture without the sliced files. Manually upscale all the resulting files with the correct transparency / seamless mode, including the [basefilename]_sliced.png from the previous step. it is important to use the same scale factor for all the files. you can leave some of the files unscaled (including the basefile).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    ...Application input can be obtained from files, command line, keyboard or by redirecting output from another console application. The Base16 algorithm provides encoding in such a way that each byte of data is split into two 4-bit values ​​and represented by two hexadecimal digits. Also, this utility can restore the original data from text containing a hex dump. Base16 can be useful for developers, system administrators, and other professionals who work with binary files or data. System requirements: MS Windows with .NET Framework 4.0 installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    BetterScroll

    BetterScroll

    Inspired by iscroll, supports more features and has better performance

    ...BetterScroll provides a class whose first parameter is a plain DOM object when instantiated. Certainly, BetterScroll inside would try to use querySelector to get the DOM object. In BetterScroll 2.X, we split the 1.X-coupled feature into the plugin to achieve on-demand loading and reduce the volume of the package. Therefore, @better-scroll/core only provides the most core scrolling capabilities. If you want to implement the pull-up load, pull-down refresh function, you need to use the corresponding [plugin] (/en-US/plugins).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    splitjob

    Reads from stdin, splits and sends to parallel invocations of commands

    Useful to split up jobs over multiple CPU cores or even multiple computers. Examples: tar -cf - /bigdirectory | splitjob -j 4 gzip > big.tar.gz splitjob "ssh h1 bzip2" "ssh h2 bzip2" < f > f.bz2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    multiScroll.js

    multiScroll.js

    multiscroll plugin by Alvaro Trigo. Create scrolling split websites

    A simple plugin to create multi-scrolling websites with two vertical scrolling panels. Customizations of the plugin are available upon request for a reasonable price. This plugin its in Beta version. Suggestions are more than welcome, not only for feature requests but also for coding style improvements. multiScroll.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, and Opera 12... It works with browsers with CSS3 support and with the ones...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SplitFile

    Split a file into multiple files based on keys.

    Split a file into multiple files based on a range of columns, or on a record delimiter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Web based cataloging and dedupe application. Highly optimized for processing journal articles. Reads MarcXML and dedupes records using the field 773 combined with a fuzzy search on the title. Written for bibnet.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    openPOWERLINK

    openPOWERLINK

    An Open Source POWERLINK Stack

    openPOWERLINK is an Open Source Industrial Ethernet stack for communication in hard real-time. It can be operated as both, Managing Node (master) and Controlled Node (slave). With version 2.0, the source code has been cleanly split into an application-oriented user library and a time-critical stack driver. The latter may be moved to a dedicated communication processor or into a kernel module to deliver enhanced performance while still keeping the API in user space. A full documentation of the stack is available on the web site: http://openpowerlink.sourceforge.net The following page can be used to report a security vulnerability: https://sourceforge.net/p/openpowerlink/discussion/
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16

    kAtomics

    Geometric kernel for CAD programs using an atomic approach

    This kernel uses a discrete approach where the geometry is split into "atoms" at a fixed resolution (e.g. 1µm). The aim is to make full use of the parallel processing capabilities of modern graphics hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WeBooK

    WeBooK

    Powerful Web collector & Html Editor & Ebook builder 3 in 1.

    ...You can create unlimited folders for your files, drag and drop to change it’s position.You can search any file by keywords, edit the content, write your own content by creating an empty page. Split and merge files As you can move pages between files, you split or merge by putting pages into one or different files. Create an ebooks in seconds Select the pages that you want to include in your ebook, customize your book information, including the title, author, language, description, output formats and cover. Support multiple formats WeBook supports EPUB2/EPUB3/KOEPUB/PDF/MOBI/AZW3.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    vscode-data-preview

    vscode-data-preview

    Extension for importing, viewing, slicing, dicing, and charting JSON

    Data Preview extension for importing, viewing, slicing, dicing, charting & exporting large .json array .arrow .avro .parquet data files, .config .env .properties .ini .yml configurations files, .csv/.tsv & .xlsx/.xlsb Excel files and .md markdown tables with Perspective - streaming data analytics WebAssembly library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MX Terminal

    MX Terminal

    A chat style app for the M32, X32, M-Air, X-Air digital consoles

    MX Terminal is a simple chat style app that can control the Midas and Behringer digital consoles including the M32, X32, M-Air and X-Air. Built on the popular Live Toolbox OSC engine, the text based interface provides the user full OSC,tidbit and the new English commands sets. Responses from the console can be returned in real world values (db, hz, etc.) instead of OSC values.And text to speech (TTS) is available for these responses for the visually impaired.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    tris-webpack-boilerplate

    tris-webpack-boilerplate

    A Webpack boilerplate for static websites with all the necessary tools

    ...Webpack is the new standard for bundling JS which Gulp wasn't capable of. Thankfully Webpack can both run tasks and bundle js. Instead of having one big webpack.config.js, we'll split our production and development builds into two new configs called webpack.dev.js and webpack.prod.js. Configurations we want on both development and production will go in the webpack.common.js config.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RadonDB

    RadonDB

    RadonDB is an open source, cloud-native MySQL database

    ...It was designed to create the open-source database our developers would want to use: one that has features such as financial high availability, large-capacity database, automatic plane split table, scalable and strong consistency, this guide sets out to detail the inner workings of the radon process as a means of explanation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SplitMergePPTx

    App to split and merge powerpoint files

    This application splits and merges Microsoft .pptx files. The application is developed in Java1.6 using NetBeans8, maven, Apache POI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Keypirinha

    Keypirinha

    A fast keystroke launcher for Windows

    Keypirinha is a fast launcher for keyboard ninjas on Windows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    parallel_hmmer

    Lets HMMER programs use databases presplit to compute nodes.

    Modified HMMER that can utilize databases split across compute nodes, as opposed to using one large database on the master node and moving all of the data across the network on each run. Also implements a web server interface which is aware of these changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OHHTTPStubs

    OHHTTPStubs

    Stub your network requests easily!

    ...Instead of writing the content of the stubs you want to use manually, you can use tools like SWHttpTrafficRecorder to record network requests into files. This way you can later use those files as stub responses. OHHTTPStubs is split into subspecs so that when using Cocoapods, you can get only what you need, no more, no less. OHHTTPStubs supports Swift 2.2 (Xcode 7), Swift 2.3 (Xcode 8), Swift 3.0 (Xcode 8+) and Swift 3.1 (Xcode 8.3+).
    Downloads: 0 This Week
    Last Update:
    See Project