Showing 62 open source projects for "net-snmp-5.9.4-1.x64.exe"

View related business solutions
  • The AI-powered unified PSA-RMM platform for modern MSPs. Icon
    The AI-powered unified PSA-RMM platform for modern MSPs.

    Trusted PSA-RMM partner of MSPs worldwide

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
    Learn More
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 1
    jq

    jq

    Lightweight and flexible command-line JSON processor

    jq is like sed for JSON data - you can use it to slice, filter, map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. jq is written in portable C, and it has zero runtime dependencies. You can download a single binary, scp it to a far away machine of the same type, and expect it to work. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. Data in jq is represented as streams of JSON values - every jq expression runs for each value in its input stream, and can produce any number of values to its output stream. jq filters run on a stream of JSON data. The input to jq is parsed as a sequence of whitespace-separated JSON values which are passed through the provided filter one at a time. ...
    Downloads: 100 This Week
    Last Update:
    See Project
  • 2
    Vim

    Vim

    Vim - the ubiquitous text editor

    ...Vim supports a wide range of customization options, enabling users to tailor workflows to their exact needs. Its active development and long-standing community ensure continuous improvements and long-term reliability. Vim is an improved version of the editor "vi", one of the standard text editors on UNIX systems.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 3
    PipeDream (Colton Software)

    PipeDream (Colton Software)

    An integrated word processor, spreadsheet and database for RISC OS

    ...You can even use PipeDream 4 as a database for storing parts lists, names and addresses, details of personal collections and mark sheets. PipeDream 4 requires RISC OS 3.1 or later to run. If you only have RISC OS 2.0 or 2.01, PipeDream 3 is the one for you.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    SC

    SC is a C based meta/programming language/environment

    SC is a C based/compatible language that uses a binary source code format and a "special" editor to provide a far more advanced programming and meta-programming environment. The basic philosophy is to "simplify" the "form" and not the "meaning" of C. SC allows you to write source code that can analyze and modify itself. Which in turn allows you to create far more compact and powerful libraries, templates, toolkits and simply source code, using techniques similar to aspect and/or language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 5
    MahaKurawa.My.ID URL Extractor

    MahaKurawa.My.ID URL Extractor

    MahaKurawa.My.ID URL Extractor is Simple Tool to extract unique URL

    MahaKurawa.My.ID URL Extractor is Simple Tool to extract unique URL from any text content in instant. It's useful when you lazy enough to identify and copy-paste URL from your content one by one by yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CONVERTCP

    CONVERTCP

    Text File Codepage Converter for the Windows command line

    ...It runs on Windows XP onwards (tested on XP, Windows 7, Windows 8.1, Windows 10, and Windows 11). The "readme.txt" file and the Wiki gives you some more information. You'll find the compiled tool for 32 bit (x86) and 64 bit (x64) Windows in the "bin" directory. The C source code is available in the "src" directory. Just click on the "Files" tab. Regardless if you have or don't have a SourceForge account - whenever you have questions about CONVERTCP or you want to give feedback then you are welcome to post it in the forum. Click on the "Discussion" tab.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    wordTabulator
    ...It can generate index of word elements extracted from defined text set. Word elements may be words, N-grams or phrases (syntagmes). The program can process texts as in ordinary 1-byte encoding (ANSI), as in multibyte UTF-8 encoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Uncap

    Uncap

    Map Caps Lock to Escape or any key to any key

    ...No additional file or script is required. It is a single-file executable. It is very lightweight. The executable is only about 100 KB in size. It occupies less than 1 MB of memory and negligible CPU while running.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Uosk

    Uosk

    Unicode On-Screen Keyboard: insert text snippets into any Windows app

    Uosk (formerly Charmappino) is a virtual keyboard that opens any ASCII, ANSI, UTF-8 and UTF-16 text file and converts words (e.g. separated by spaces) into buttons. Clicking one button the text snippet is pasted into any text editor (Notepad, WordPad, MS Office, OpenOffice...). You can edit snippets directly in Uosk, and save them as a new txt file. The snippet can also be copied to clipboard. It's basically a virtual keyboard with ability to set any amount of characters in one button. Uosk comes with some preset keyboard: Arabic, box drawing, Devanagari, emoji, Greek, Hebrew, Hiragana, IPA, Katakana, Russian and Windows-1252.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 10
    elvis vi

    elvis vi

    elvis, a vi text editor clone

    The original source tarball for Evis version 2.2_0, unmodified, is in Files. README.txt gives tips for compiling on modern compilers (gcc-4.4.5 / linux) and using Xcode for Apple Sierra OS. Elvis is a vi(1) (visual ed) vi editor clone (vim is another clone). "vi" is short for "visual ed(1)" (the 1 means see manpage for ed in section 1 of unix manual pages). vi as a visual editor means typical keyboard editing with ed(1) accessible to do complex editing jobs that developers often require (emacs is a heavyweight better than vi, but harder to use).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    GloVe

    GloVe

    GloVe model for distributed word representation

    ...Training is performed on aggregated global word-word co-occurrence statistics from a corpus, and the resulting representations showcase interesting linear substructures of the word vector space. The links provided contain word vectors obtained from the respective corpora. If you want word vectors trained on massive web datasets, you need only download one of these text files! Pre-trained word vectors are made available under the Public Domain Dedication and License. If the web datasets above don't match the semantics of your end use case, you can train word vectors on your own corpus. The demo.sh script downloads a small corpus, consisting of the first 100M characters of Wikipedia. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IMPORTANT NOTE: This project has moved to Github: https://github.com/pkozelka/libxml2-pas Pascal units accessing the popular XML API from Daniel Veillard ( http://www.xmlsoft.org ). This should be usable at least from Kylix and Delphi, but hopefully also from other Pascal compilers (like freepascal).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    nlconvert

    nlconvert

    Convert newlines in text files

    This package consists of six command-line utilities that let you convert the newlines of a text file from one style to another. It currently supports CR/LF (DOS/Windows), CR (Macintosh) and LF (Unix) newlines. It doesn’t try to be “intelligent”, since that will almost always fail at some point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Text Analyzer

    Text analyzing software

    An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output: 1. the total occurrences of every word in the text 2. the exact line of every occurrence of every word 3. the exact position in the line of every occurrence of every word 4. the exact paragraph of every occurrence of every word 5. the exact sentence of every occurrence of every word The output is also written in a .txt file in the same directory as the Text Analyzer executable file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TEA is a text editor that provides a wide range of text-processing functions (over 100) and the syntax highlighting. There are two branches of TEA: Qt-based and GTK-based.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Notepad replacement program, evolution from Notepad2, because I can't join to the group, so I create a project on sourceforge, My goal is support MDI, and based on scintilla project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    this tool is like a On-Screen Keyboard but it's writes unicode control character RLE or LRE and RLM or LRM The function of it is correction the direction of writing Useful in programs that does not support right to left languages Discussion in Arabic forum:- http://www.mexat.com/vb/threads/1014415 and http://www.mexat.com/vb/showthread.php?t=1040255 vs project http://www.mediafire.com/?9b451ss158oc5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CloudBeamer Development Project

    CloudBeamer Development Project

    A LaTeX editor to create Beamer presentations on the Cloud

    ...This development project is intended to design new features for CloudBeamer and has so far reached the goal of adding Cloud Storage for presentations and images contained within them. This feature is designed in a modular way, which will allow in the near future to support other Cloud storage platforms than the one which is actually avaliable (Dropbox).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project aims to be a dictionary manager for EDICT and CCEDICT like dictionaries, using GTK and Qt as GUIs (also looking for comandline operations).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ein Toll für das Linux Mint Wiki unter: http://www.linuxmint.bplaced.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A small lib designed for editing text files by line, easy read/write/modifying without getting the whole content first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Edbrowse is a comprehensive editor, browser, and email client that provides access to the net through a command line interface, appropriate for speech or braille. It also supports scripting, to interact with the net in the background, or in batch mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ECB is a file/code browser for Emacs. It can be used to browse any type of file and supports parsing of Java, C, C++, Elisp and some other code like perl, TeX, LaTeX. All browsing windows are within one frame and they are deletion-protected (eg by C-x 1)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    This project has MOVED to http://savannah.gnu.org/projects/libiconv/ !!! This library provides an iconv() implementation, for use on systems systems which don't have one, or whose implementation cannot convert from/to Unicode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A WYSIWYG XML editor. The goal of this editor is to enable (web)developers to create an easy to use interface for authors to edit XML content. See the wiki for a more detailed description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB