Showing 23 open source projects for "ack"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    ACK NestJs Boilerplate

    ACK NestJs Boilerplate

    NestJs v10.x Boilerplate. Repository Design Pattern. MongoDB

    ACK NestJS Boilerplate is a starter project for building scalable backend applications with NestJS, providing authentication, validation, and logging utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ripgrep

    ripgrep

    Regex pattern directory search tool that respects your .gitignore

    ...By default, ripgrep will ignore your .gitignore and skip hidden files or directories and binary files automatically. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. ripgrep supports arbitrary input preprocessing filters which could be PDF text extraction, less supported decompression, decrypting, automatic encoding detection and so on. In other words, use ripgrep if you like speed, filtering by default, fewer bugs and Unicode support.
    Downloads: 70 This Week
    Last Update:
    See Project
  • 3
    Netty-socketio

    Netty-socketio

    Socket.IO server implemented on Java

    This project is an open-source Java implementation of Socket.IO server. Based on Netty server framework. Supports 0.7...0.9.16 (netty-socketio 1.6.6) and 1.0+ (netty-socketio latest version) version of Socket.IO-client. Supports distributed broadcast across netty-socketio nodes (Redisson, Hazelcast). Supports OSGi, supports Spring, lock-free and thread-safe implementation, and declarative handler configuration via annotations. YourKit is kindly supporting this open source project with its...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    blink code search

    blink code search

    GUI of indexed grep in Windows and Linux. Source code indexing tool.

    GUI of indexed grep in Windows and Linux. A source code indexing tool, near instant code search tool and navigation. Good for small to medium size code base. It supports fuzzy matching, auto complete, and live grep for real time query. Manage different projects and switch for different projects Drag and drop of filenames to your favourite editor. Source code and demo video in: https://github.com/ychclone/blink
    Downloads: 3 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    OpenResty SystemTap Toolkit

    OpenResty SystemTap Toolkit

    Real-time analysis and diagnostics tools for OpenResty

    The openresty-systemtap-toolkit is a collection of SystemTap-based scripts designed for real-time analysis and diagnostics of OpenResty and its core components, including NGINX, LuaJIT, and ngx_lua. It provides developers and system administrators with tools to trace performance bottlenecks, memory usage, request distribution, regex execution, Lua execution, and file I/O behaviors in production systems. The toolkit helps identify leaks, analyze TCP queues, inspect shared memory usage, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KCP

    KCP

    A fast and reliable ARQ protocol

    KCP is a fast and reliable protocol that can achieve the transmission effect of a reduction of the average latency by 30% to 40% and reduction of the maximum delay by a factor of three, at the cost of 10% to 20% more bandwidth wasted than TCP. It is implemented by using the pure algorithm, and is not responsible for the sending and receiving of the underlying protocol (such as UDP), requiring the users to define their own transmission mode for the underlying data packet, and provide it to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ack2 (ack)

    ack2 (ack)

    ack 2 is no longer being maintained. ack 3 is the latest version

    ...It defaults to searching only relevant files while skipping build artifacts, VCS directories, minified bundles, and other noise, which dramatically reduces false hits. Filetype filtering is first-class: you can target languages by name (--perl, --python, --js) or define your own groups, and ack maps common extensions automatically. Results are colorized with context options, PCRE regular expressions are supported, and output is tuned for quick scanning across many files. The tool respects .gitignore and its own ignore mechanisms, and it offers sensible defaults that require minimal flags for day-to-day use. By optimizing for developer workflows rather than raw POSIX compatibility, ack2 helps you navigate large codebases with less typing and less cognitive load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Silver Searcher

    The Silver Searcher

    A code-searching tool similar to ack, but faster

    The Silver Searcher (often referred to as ag) is a fast, open-source command-line code-searching tool, designed as a faster alternative to ack, with a focus on programming-related searches and integration with ignore files. Ag is quite stable now. Most changes are new features, minor bug fixes, or performance improvements. It's much faster than Ack in my benchmarks. Ack and Ag found the same results, but Ag was 34x faster (3.2 seconds vs 110 seconds). My ~/code directory is about 8GB. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Anak Krakatoa Defined Crypt

    Anak Krakatoa Defined Crypt

    Uma implementação diferente do algorítmo de Virgenère

    ...Isso seria o ideal, mas infelizmente ele utilizava todos os 256 caracteres do conjunto ASCII, quer dizer, ele também incluía em seus cálculos todos os caracteres de controle (DEL, CR, LF, ACK, etc.). Esse componente, foi INTEIRAMENTE convertido e otimizado a partir do JavasScript VIRGENERE ENCRYPTION criado por Francisco Ryan Tolmasky (opossum@mailcity.com) e usa uma tabela fixa contendo pares de caracteres comuns em meu idioma, nunca saindo desse intervalo evitando assim o aparecimento de caracteres indesejados na string criptografada resultante
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    ack.vim

    ack.vim

    Vim plugin for the Perl module / CLI script 'ack'

    ack.vim is a Vim plugin interface to the ack command-line tool, providing fast, grep-like search functionality directly within Vim. It displays search results in a split window and supports navigation through them seamlessly. This plugin was designed as a Vim frontend for the programmer's search tool ack. ack can be used as a replacement for 99% of the uses of grep. The plugin allows you to search with ack from within Vim and shows the results in a split window. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    The Amsterdam Compiler Kit (obsolete)

    Moved to https://github.com/davidgiven/ack

    Moved to https://github.com/davidgiven/ack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    socketReader sends and receives messages via TCP/IP socket and file system. M:N routing is supported. Many communication paths can be configured in parallel. Both, Linux/Unix and Windows, are supported.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    NetStress-NG

    NetStress is a DDoS and network stress testing tool.

    Syn Flood Attacks SYNFlood with static source port SYNFlood with random source port SYNFlood with static source ip address SYNFlood with random source address SynFlood with fragmented packets ACK Flood Attacks ACK Flood with static source port ACK Flood with random source port ACK Flood with static source ip address ACK Flood with random source address ACK Flood with fragmented packets FIN Flood Attacks FIN Flood with static source port FIN Flood with random source port FIN Flood with static source ip address FIN Flood with random source address FIN Flood with fragmented packets UDP Flood Attacs Static source port udp flood UDP flood with random source port UDP Flood with static source ip address UDP Flood with random source address UDP Flood with fragmented packets ICMP Flood ICMP Flood with all options random(source ip, icmp type, code) HTTP Flood ... ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Ack

    advancedcommonKnowledge (acK)

    The commonKADS methodology uses abstract concepts, intimately related to each other, but not that easy to follow if they are new to you.Only after deep digging and practice in the methodology one can eventually understand the concepts, their relationships and the fine tuning process that takes place during the modelling process, both in the Context and in the Concept model. These subtle relationships have now become visible and clear through this tool, so that, in addition to easing the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    sape

    self defense system

    This is a proof of concept. A tool developed at Universidad Tecnologica Nacional (Argentina). It detects attacks and it responses with isolation attacks. It's supposed to be on the same network of the protected hosts. It must be capable to see all the traffic. It's a basic IPS with a self defense module. So it can prevents future attacks from the same hosts, which is identified by its mac address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RJE FlexCubizer

    Convert Alliance Access RJE files to FlexCube compatible format

    ...Unfortunately the implementation of this interface is lacking in some versions: 1. It cannot handle batch files containing multiple messages. 2. It does not correctly handle a FIN ACK message paired with a FIN Output message (it treats the pair as single FIN ACK messages, basically ignoring the FIN Output message). This utility aims to solve the above problems by acting as a converter/preprocessor for FlexCube. Other back-office applications might also find this useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Networking_Project

    A UDP client/server networking engine with test harness

    Currently I keep track of RTT, it uses IP to distinguish between users(but I give them an ID to print out to keep it cleaner), I have a keep alive on both the server and the client, and an ACK system. There is also a simulator to run tests such as dropped packets and slower packets that normal among other things. In order to change port/IP it must be changed in the "Input.txt" in the solutions directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A file system to socket interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    YASP (Yet Another Simple Processor) is a 8-bit microprocessor with microcontroller capabilities (I/O ports, REQ, ACK) that can be used as a small computer for educational purposes. Its development environment includes simulators and assemblers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    It's a supporting service for Nagios, which enables the Nagios Admin {& Contact.cfg's Moderator} to ACK any Alert/Notification mailed to them by just forwarding that mail to a GMail-id owned by them. One ID can be used for multiple Nagios Servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Modification of netkill to send zero window ack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This application is part of a research project on the rhetorical potential of hrefs in links. Reads HTML, exposes the hrefs by writing them out, creates a [bubble! ack!] sorted list of the hrefs, and opens a csv file with domain counts in Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ack!Mud Visual Area Editor is an editor to modify and create Ack!Mud area files more easily than the in-game area editor. Built using Java SWT/JFace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB