Search Results for "sed for windows" - Page 2

Showing 65 open source projects for "sed for windows"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    rq

    rq

    A tool for doing record analysis and transformation

    This is the home of the tool called rq (record query). It's a tool that's used for performing queries on streams of records in various formats. The goal is to make ad-hoc exploration of data sets easy without having to use more heavy-weight tools like SQL/MapReduce/custom programs. rq fills a similar niche as tools like awk or sed, but works with structured (record) data instead of text. It was created with love out of the best parts of Rust, and is distributed as a dependency-free binary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ugmug

    destroys characters

    As a GNU Linux writer for over 20 years, I use linux... emacs, nano, joe, vi, vim, even gedit once in a while. Usually based on client preference. So... .when they used a 3rd party - the third party vendor used something in Windows that generated bad characters... for CODE snippets. It was either do it manually - no... or run a grep sed. .. Of course! Maybe someone else has this terrible situation. Use this script/yad gui to fix the Windows users errors. The honest solution is use Linux...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jl

    jl

    Functional sed for JSON

    jl ("JSON lambda") is a tiny functional language for querying and manipulating JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    unix_to_mac_os

    unix_to_mac_os

    Portable Collection of Unix Utilities to MAC OS X

    Portable Collection of Unix Utilities to MAC OS X : aria2 axel coreutils findutils fping grep gzip hexedit lftp mawk msmtp mutt ncftp ngrep nmap p7zip parallel pv rsync rtorrent sed tar unrar wdiff wget wput zsync Watch https://youtu.be/l5NlyoCoFCQ for usage instructions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    Win-Brash

    A Windows Native Bourne Shell Interpreter

    Win-Brash is a recoding, from scratch, of the Bourne shell as a native Microsoft Windows multi-threaded command line application. It uses Bourne shell syntax but recognizes Windows file names. The TAB key helps convert Unix style pathnames to fully valid windows pathnames. It also adds missing backslashes -- to reduce the need to always type two. For Documentation see: http://www.bordoon.com/brash To give brash.exe a try, use the download link to get winbrash-1.2.16.zip. Unzip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    XMLStarlet is a set of command line utilities (tools) to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for text files with UNIX grep, sed, awk, diff, patch, join, etc utilities.
    Leader badge
    Downloads: 1,174 This Week
    Last Update:
    See Project
  • 7
    jlibsedml
    A Java library to facilitate SED-ML support for systems biology applications to read, validate, edit, and write SED-ML documents in compliance with MIASE guidelines. Also contains modules to execute simulation tasks and produce outputs. This project also contains the SED-ED editor application for SED-ML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    camerubuntu-15.10

    camerubuntu-15.10

    Camerubuntu 15.10-amd64 est une distribution basée sur Ubuntu.

    ...; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez. Si vous voulez ajouter des logiciels ou lancer la mise à jour dans camerubuntu-14.10, vous devez d'abord ouvrir le terminal et taper ces commandes: 1) sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list 2) sudo apt-get update
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    camerubuntu-14.10

    camerubuntu-14.10

    Camerubuntu 14.10-amd64 est une distribution basée sur Ubuntu.

    ...; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez. Si vous voulez ajouter des logiciels ou lancer la mise à jour dans camerubuntu-14.10, vous devez d'abord ouvrir le terminal et taper ces commandes: 1) sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list 2) sudo apt-get update
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • 10

    mheg2xmltv

    Converts DVB-T MHEG-5 Data to XMLTV for EPG listings.

    This project uses a few simple scripts to convert data grabbed from RedButton download (rb-download) into XMLTV format that MythTV uses for program guide listings. Code repo moved to github. https://github.com/solorvox/mheg2xmltv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    transformenator

    transformenator

    Text and binary file transformation

    Text and binary file transformation. Text-based sed, awk, etc. failed me when I needed a simple way to transform binary files to something else. Transformenator is what resulted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Binary Stream Editor

    A stream editor in java that can handle text/binary formats

    A stream editor that can be invoked by another java program or also the command line. It can handle binary data too. Unlike newline based programs like sed, it allows different ways of reading the stream through the traverser, buffer and commands interfaces. A traverser decides how the data is read. This data is stored in the buffer. The commands decide what to do with this data. All data is handled as characters, by specifying an encoding. For binary data, the encoding ISO-8859-1 is used...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    ...: - Many applications allow an export of its data to CSV or Excel(were it could be saved to CSV) - It is possible to pre- and postprocess the data, e.g removing version numbers before comparing - It is easy to create CSV data from logfiles and other resources by using unix tools like sed or awk - CSV can be loaded into other applications, especially Excel, were it can be formatted by macros for analyzing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Ben(Zai)Ten is a graphical modeling environment for computational and systems biology. It supports the community exchange standards: SBML, SBRML, SED-ML as well as ontologies: MIRIAM, SBO, ChEBI, KEGG, GO
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ldif-preg_replace

    sed-like modify and convert LDIF files using regular expressions

    This small perl tool allows you to easily modify LDIF files with the power of regular Expressions. Unlike the sed-command this tool deals well with LDIF files, supporting base64 encoding/decoding and wrapping/folding. It can be used in a pipe, making it the ideal choice for automation and enhances common commands like ldapsearch and ldif-extract.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pysed
    Pysed is a stream editor, is used to perform basic text transformations from a file or from pipeline. It reads text, line by line, from a file and replace, insert or print all text or specific area.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    EpidermalERKMAPK

    Scripts for Modelling Human Epidermal ERK-MAPK Activation

    ...-0509-4-157]. This package includes: - MATLAB code containing the model definition, together with a script to perform non-linear least squares optimisation for a subset of parameters - python scripts which use libSBML to create an SBML representation of the model - SED-ML scripts which execute the SBML model under a range of conditions, produce output plots to recapitulate results shown in Cursons et al. (2015).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A generic BOINC wrapper for legacy applications utilizing GitBox (a variant of BusyBox): Use POSIX like shell scripting and built-in commands like tar, awk, sed, zip, etc. to control and execute your legacy application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    freqgen for SDRSharp

    Yet another little frequencies.xml generator for SDRSharp

    A script to create easy the frequencies.xml file for SDR-Sharp (Windows Version and maybe other plattforms). For bugs and hugs send an email to dj6382zulu <at> gmail.com You only need the good old bash and sed Enjoy it how easy you can create this file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WhyWaitForever Documents

    WhyWaitForever Documents

    Technical Documents

    The Docbook source for a number of technical documents that describe how a number of software utilities can be used. The scripts within the documents are at at a usable stage but may need minor changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CygwinMirrorTest

    Cygwin Mirror Speed Test

    ... Unix machine, or on Windows machines with Cygwin installed. The only requirements are: Executables: perl, wget, sed standard shell commands: cat, grep, cut, sort, uniq) Perl modules: Time::HiRes, Net::Ping If you are using Cygwin, you may need to install perl, wget, and sed. The rest will already be there. If you are using another Unix, you may need to install wget and perl with your package manager, and the Perl modules with the cpan program (bundled with Perl).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MFileGrepSubst

    Command Line Program to replace Search Strings in files.

    This command line program replaces regular expression search strings in files with new strings. The program is cross platform compilable. The program is much like passing files to sed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    herman is an edit in place utility like (a very simple subset of) sed or perl, but implemented in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    La Renkontiĝo-administrilo kreiĝis kiel administrilo por Internacia Seminario, sed nun estu ŝanĝota por ebligi uzadon por ajna Esperanto-renkontiĝo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WebBuild is a collection of scripts for Cygwin or UNIX shells, using awk and sed, to develop HTML pages in an easy way, having a template and source files containing the content to publish.
    Downloads: 0 This Week
    Last Update:
    See Project