Search Results for "code read ntfs master file table?setfreedomcookie"

Showing 19 open source projects for "code read ntfs master file table?setfreedomcookie"

View related business solutions
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 1
    tabtoy

    tabtoy

    High performance tabular data exporter

    High-performance tabular data export tool. Support Xlsx/CSV as mixed input of tabular data. Support JSON/Golang/C#/Java/Lua/binary source, data, and type output. Automatic cell data format checking, accurate to cell errors. Support predefined enumeration can use Chinese enumeration type. Support table splitting, support multi-person collaboration. Support KV configuration table, convenient to use the table as a configuration file. Multi-core concurrent export, cache acceleration, export...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    DNP3 Protocol Win Linux  test tool code

    DNP3 Protocol Win Linux test tool code

    DNP3 Outstation and client simulator, Source code Library, win, Linux

    DNP3 Protocol - v21.06.008 Complete implementation of DNP3 protocol standard including File transfer. Binary Input, Double-bit Binary Input, Binary Output, Counter Input, Analog Input, Analog output, Octect String, virtual terminal String. support CROB, analog output command with "select-before-operate" or "direct-execute" command execution modes Industry proven, tested with all leading test tools. DNP3 Protocol RTU Outstation Server Simulator, Client Master Simulator, Source...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Windows Install

    Windows Install

    Installing Windows from macOS. Suitable for Hackintosh and Macintosh

    Installing Windows from macOS. Suitable for Hackintosh and Macintosh (install drivers yourself). Possibility to make a backup. There is no need to create an installation flash drive. The utilities used are wimlib and ntfs-3g and others.
 Thanks to Joseph P. Zeller and his https://github.com/jpz4085/BCD-SYS project for their tremendous help. There is a drag and drop support function. Compatible with Mac OS X 10.13 and up. Intel only! Training video - https://youtu.be/-w_ehC2-ghc Be sure...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 4
    jfMonitor

    jfMonitor

    Network / Storage Monitoring Solution

    ...: - jfMonitor is a multi-client / server setup - each client will report file system usage to the server - any client (or server) can also ping any locally connected network which requires pcap installed. WebSite : http://jfmonitor.sf.net Source Code : https://github.com/pquiring/javaforce/tree/master/projects/jfmonitor
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    EtherCAT Explorer

    Graphical explorer for EtherCAT network

    Small EtherCAT graphical Explorer in C#. Show cyclical data Allows read/write acyclic SDO Allows EEPROM read out Read slave description from it's XML file Can control the slaves state Full open source code with 2 simples master code for C# developpers. Full Java sample code for developpers. Base on Soem lib (GitHub). Npcap (with Wireshark maybe) should be installed before in Winpcap compatible mode : don't miss the check box ! EtherCAT™ is a registered trademark of Beckhoff...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 7
    TOML

    TOML

    Tom Preston-Werner's obvious, minimal language

    Tom's Obvious, Minimal Language. By Tom Preston-Werner, Pradyun Gedam, et al. TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. TOML shares traits with other file formats used for application configuration and data serialization, such as YAML and JSON. TOML and JSON both are simple and use ubiquitous data types...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8

    Patch-clamp data reader

    Library for reading files created by HEKA Pulse and Patch-master.

    Package and libraries (dll in windows) which read files, created by Pulse (ReadPulse.dll) and Patch Master (ReadPMaster.dll) software from HEKA company. Can read a Trace from a whole group, series or or a sweep. Service information about pulse protocols, voltage, amplifier state and so on also is retrieved. Detailed description of functions can be found in the source code. Files readpmaster.lpr and readpulse.lpr contain full lists of exported functions with the descriptions. Project Nest-o...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xsv

    xsv

    A fast CSV command line toolkit written in Rust

    ... the data and start examining it. The next thing you might want to do is get an overview of the kind of data that appears in each column. The stats command will do this for you. The xsv table command takes any CSV data and formats it into aligned columns using elastic tabstops. These commands are instantaneous because they run in time and memory proportional to the size of the slice (which means they will scale to arbitrarily large CSV data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 10
    This tool enables users to search their NTFS formatted harddrives within seconds. It uses the MFT( master file table) of NTFS to search for files very fast. Ermöglicht eine extrem schnelle Dateisuche auf NTFS formatierten Festplatten.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11

    QASreport

    QASreport - is a multi-platform C ++ Qt library for building reports

    QASreport - is a multi-platform C ++ Qt library that contains a set of classes for building reports. It is a mix of designer and report generator output means. It is intended to add to the application of automation to create, save, report output. Reports templates are stored in XML format. And can be stored and loaded from a file on disk, memory, or table blob fields. The library contains built-in designer, available in run-time, with the ability to work like a normal graphic editor. Possible...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    CSVboard

    CSV editor to open CSV files with minimum effort

    CSVboard is a tool for loading CSV files with minimum effort. Since I placed a great importance on its easy of use I implemented a search and filtering engine which provides you with the facility to efficiently find specified rows within a table. DON'T FORGET TO READ THE QUICK TUTORIAL!! Features: Lightweight and portable Set and reset title with Ctrl+q and Ctrl+w Auto-set column widths Auto-detection of delimiters Load files by Dragging&Dropping XML export Powerful search...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 13

    Ransomware Recovery Tool

    Why pay Ransom when you have Ransomware Recovery Tool for decryption

    Ransomware Recovery Tool is one of the most proficient and effective recovery tool to recover files infected by Ransowmware and other viruses. When a virus like Trojan, Melissa, I Love You, Code Red, Zeus or any other types of virus like Wannacry Ransomware enters into your system,it encrypts your files and make it inaccessible due to which it is very hard for a user to use those files. In recent times, Wannacry Ransomware attack is the most recent one and trust me it created havoc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    garlic

    garlic

    GaRLiC=Gambas Raw Lines of Code, a Gambas2 code library for use in SMB

    Building blocks, small demo apps, and pieces of sample code for Gambas2. Also see more recent Garlic3 project on https://sourceforge.net/projects/garlic3. All can be used to take a look how things can be done in Gambas, not with the idea to supply a product or a finished program. The sourcecode can easily be run from Gambas2 on Linux. Some small programs that appear here are in real use in a small business, but no warranty is given! SimpleDemo contains more complete apps that can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    sqlite database manager

    sqlite database manager -sqdatabase - free powerfull database manager

    sqlite database manager -sqdatabase- free powerfull database manager. With this application you can make your crud operation (insert update delete read) and tou can run your sql code or if you want to work with excel with database advantages you can use this application import your excel file or sql file and that is all !! And new version 3 came!! With version 3 added pagination ! some bugs fixed now sqdatabase more stable and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Relation Tags

    Source code for be able to use Relation Tags.

    Source code for be able to use Relation Tags. It is part of project VocabularyMem but can be used separately. Relation Tags are tags which can be relationed together . For example tag "Paris" and tag "France" can be relationed with a relation "is part of". This code is created from 0 and is able to define which type of relation we use, using most elemental mathematic properties. It is strongly recommended to read "Relation Tags guide for programmers". Inside source zip, also contains dialogs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Java Database

    Simple Database written in Java

    A simple database with commands similar to those of SQL. It is to be run from the command line. (java -jar DatabaseJAR.jar) The application allows users to create tables, add data to the tables, view data from tables using various filters, back-up and restore the database, read commands from a text file, perform various set operations (such as union and intersection) on tables, and define indices on tables to allow faster manipulation. (To simplify the binary tree structure, the define...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ... read https://sourceforge.net/p/jchart2d/jchart2d-uimenu/code/ci/master/tree/readme-binaries.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    .NET project which allows Backup/Restore of NTFS reparse points. No program is available to perform this operation other than custom scripts or full disk backup/restore. This is essential to any production environment which uses NTFS reparse points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next