Showing 166 open source projects for "code extract"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1

    TextHunter

    User friendly toolkit to extract structured data from free text.

    TextHunter is being developed to support researchers who need to extract information from large volumes of free text. For example, in epidemiology, clinical researchers often need to review large numbers of electronic medical records to identify variables that describe the patient (symptomatology, medication status etc). This often a tedious process, increasing the difficulty and cost of research. To address this, TextHunter provides two key tools: - An efficient annotation interface to help rapidly code large volumes of documents - A means to automatically generate information extraction algorithms, so that manual review of the entire document set is unnecessary Designed to run on desktop hardware, TextHunter is already being used in the UK Mental Health Biomedical Research centre (http://brc.slam.nhs.uk/) to speed research in several major projects. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Thymeleaf Property Extractor

    Thymeleaf Property Extractor

    A Java-written extractor for all your Thymeleaf localization strings

    Thymeleaf Property Extractor (ThExtractor in short) is a java-written app that given a folder or a html file, extracts every Thymeleaf localisation tags (for example: th:text="#{myString}") to a properties file, to ease and fasten the development of your Spring web app. It's really easy to use! Just run the jar, and browse for your HTML (or a folder containing them) in the first field, and browse for a target .properties file (or create one!) in the second field. And then... do magic!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    reconfig

    This program can manage input/output database of text files data

    This package can get configuration from files, pages and databases. The main class can get input data from files, remote site pages, a database or the result of execution of given PHP code. The class can extract values from the input data using regular expressions or custom PHP code and saves it to files or a database. Currently it supports MySQL, PostgreSQL and Microsoft SQL server databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pyringe

    Pyringe

    Debugger capable of attaching to and injecting code into python

    pyringe is a powerful Python process “syringe” that attaches to a running interpreter and lets you introspect—and even execute code inside—that live process. It blends debugger-style attachment (via gdb/ptrace techniques) with Python-aware helpers so you can inspect threads, frames, locals, and heap objects without restarting the target. This is invaluable for post-mortem diagnosis of production daemons where reproducing a bug in a dev shell is impractical. pyringe can inject arbitrary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    AnalysesOracle Performance Doctor is a tool which helps you to understand the behavior of your application on Oracle database level. The tool does: 1. Extract execution plan for all SQL’s executed by specified db user and print it to file on server side. 2. For all executed SQL statements the tool will provide more performance version of sql text by using built-in module dbms_sqltune.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Extract-xiso is the premier backup tool for creating and extracting disc image .iso's of XBox games. OS support includes Linux, FreeBSD, Mac OS X (i386 and PowerPC), Windows and other UNIXes. Obtain the latest source code from sourceforge's CVS.
    Leader badge
    Downloads: 309 This Week
    Last Update:
    See Project
  • 7
    AdLint

    AdLint

    Open source and free source code static analyzer

    AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99. AdLint is written in Ruby. So, it is available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    CODES Plugin

    mining sourCe cOde Descriptions from developErs diScussions

    CODES (mining sourCe cOde Descriptions from developErs diScussions) is an Eclipse plugin to automatically extract method descriptions of Java Systems from discussions in StackOverflow. Actually, CODES implements an approach defined in a previous work in a previous work (a research paper entitled "Mining source code descriptions from developer communications" by S.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    XTVFS Reader

    C++ classes and application to read XTVFS and FAT32 file system images

    ...The XTV file system is used on PVR, e.g. Sky+, to store recorded programmes. The class library can be used to copy unencrypted (i.e. free-to-air) programmes from a disk image. I wanted to extract a recorded program and I was not able to find an open-source tool that could, or even a programming library for accessing xtvfs, so I wrote one. I am calling this alpha as I only wrote it for myself and while it works for my use, it may not suite others. I am not intending to extend the code further but wanted to give others code to start from. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    JSDecodeR

    JSDecodeR

    Extract scripts from a deeply-encoded code.

    JSDecodeR is a fast and powerful tool which helps you decoding and extracting scripts from encrypted, packed and obfuscated JavaScripts codes! This tool is designed to decode most of these scripts, even if they are encoded several times and by multiple encoding tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SqlFormatter

    SqlFormatter

    Lightweight php class for formatting sql statements

    ...I found myself having to debug auto-generated SQL statements all the time and wanted some way to easily output formatted HTML without having to include a huge library or copy and paste into online formatters. I was originally planning to extract the formatting code from PhpMyAdmin, but that was 10,000+ lines of code and used global variables. The SqlFormatter class has a static method 'format' which takes a SQL string as input and returns a formatted HTML block inside a pre tag. If you don't want syntax highlighting and only want the indentations and line breaks, pass in false as the second parameter. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    prcs2hg

    Command to convert a PRCS project to Mercurial revisions

    prcs2hg is a command (and also a Python package) to convert a PRCS project to Mercurial revisions. It would help you publish the revision history of an obsolete project whose changes were maintained with PRCS. prcs2hg requires a working prcs command to extract versions from a PRCS repository and this project also provides the restored 'k' versions of PRCS for use with prcs2hg. The source code repository is separately hosted on Bitbucket with a public issue tracker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Digital signing using a Smart Card

    Java code that enables you to sign documents using a smart card.

    With this library, you'll be able to access a smart card and extract its information. If the smart card contains a key store, you can use it to create digital signatures. This library currently implements signing of PDF documents using the Belgian eID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Ramdisk Injector

    An Android Ramdisk Injection Tool

    Injector is a recovery script that enables you to modify the ramdisk on multiple devices, without having to worry about creating device specific code. The injector will extract the ramdisk for you, and it will write it back to the boot partition once you are done. All you have to do, is create any script that does whatever work you need it to do, place it in the injector.d folder, compress the updater archive and upload.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Ogg Omg Metadata Getter for PHP

    Previously known as Ogg.class.php

    This is a continuation of Ogg.class.php by Nicolas Ricquemaque, which in turn was a split from File_Ogg by David Grant (don't you love Free Software?). Initially this project will just fix bugs and make minor adjustments to Ogg.class.php code, no backward incompatible changes will be made without an announcement. The version numbers will continue from the 1.3g, the latest released version of the ancestor project. Note: This project will __not__ help you to convert your media files into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Corrupt Office Data/Text Extract Service

    Corrupt Office Data/Text Extract Service

    PHP code for recovering text/data from corrupt & healthy office files

    Several free web services exist for converting MS Office, Open Office files and RTF to text/data. This service does so as well but also works with some corrupt instances of the files. This project requires you installing your own file uploader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Dupless - a duplicate file solution

    extract unique file sets from sets with duplicates

    Do you have lots of files? I do, particularly image files. There are lots of duplicates and I want to extract a unique set from the larger set. That is what dupless does. Written in Java, using sqlite, it is some simple code that solves the duplicate file problem. All of the code is contained in the .jar file, both source and binary. Currently it writes scripts for use on Linux or Windows. See the Wiki or the README.txt in the .jar file for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A resource for political accountability; a compilation of statistics and information on Canadian Members of Parliament, and possibly other levels of government. The project includes the website code, as well as the tools used to extract the informati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Java API extractor

    Extract public skeleton and javadoc comments from Java source code.

    Extract public skeleton and javadoc comments from Java source code. This tool is helpful for programming teachers who have a completely implemented solution from which they would like to extract the skeleton code to provide to students to implement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    sim2c

    C-code Generation from Simulink Models using Flex and Bison

    This project follows classical technique for code generation from Simulink models for an embedded system application. Commercially available tools for code generation are Embedded Coder from Mathworks and TargetLink from dSpace. Flex and Bison are used in this project for code generation. Flex and bison are widely used code-generation tools and are free. Model parser generated from Flex and Bison has the capability to parse model file and extract all the information related to blocks and lines in the model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ElementWords

    chemical symbols words checker

    A small FORTRAN program which checks whether a specific word can be generated out of the symols of the chemical elements. To run the program extract the given archive. You NEED the list of elements which is given in the archive (elements). Just run the program (ElementWords) in the same folder as the list of elements. If you want you can compile from the FORTRAN code (elementwords.F) Some Examples: Physics : P H Y Si C S Iron : Ir O N Netherlands : Ne Th Er La N Ds Have Fun
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    My Button

    My Button

    My Button is open source java web browser

    My Button is open source java web browser. Develop for school and college projects and learning purpose. Download source code extract .zip file and copy “mybutton” folder from “parser\mybutton” to C:\ Import project “omtMyButton” in eclipse. Require Java 6. Download .exe and source code : https://sourceforge.net/projects/omtmybutton/files/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PhenoProcess

    A MATLAB tool to process canopy digital repeat photography

    This MATLAB tool / GUI allows you to process time series (digital repeat photography) of vegetation and extract a smoothed time series of the greenness of this vegetation across a growing season. The software allows you to select multiple regions of interest (save and load these) and output the resulting smoothed data series to text file for further processing and statistics. Compiled standalone versions of the MATLAB code will be provided soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PHPMySMB

    Access your network through the Web

    PHPMySMB is a fork from smbwebclient. It provides web access to a network using the Microsoft protocol SMB. The code is currently mainly based on smbsebclient. Plans are : 0.8 : extract images/css/langs from the original and unique file 0.9 : create a dedicated samba php file 1.0 : code cleanup and bugfixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple Javascript program lets you make epic flavortext for your novel,story,website, trading card,etc. or copy and paste 2 lines of code and give your visitors a new line every time they hit refresh. extract all, open flavortextmaker.html and see!
    Downloads: 0 This Week
    Last Update:
    See Project