Search Results for "wordlist generator windows"

920 programs for "wordlist generator windows" with 1 filter applied:

  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 1
    InfyOm Laravel Generator

    InfyOm Laravel Generator

    API and Admin Panel CRUD Generator for Laravel.

    We love open-source technologies and believe in contributing back to the community. With our proven expertise, our packages are used by thousands of developers every month. Generator Builder is an add-on package for Laravel generator which helps the developers to create CRUD and APIs via a visual interface. Swagger Generator package is an add-on package of Laravel generator which helps you to generate documentation of your APIs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Re2c is a tool for writing very fast and very flexible scanners. Unlike any other such tool, re2c focuses on generating high efficient code for regular expression matching. As a result this allows a much broader range of use than any traditional lexer.
    Leader badge
    Downloads: 1,705 This Week
    Last Update:
    See Project
  • 3
    Make-A-Video - Pytorch (wip)

    Make-A-Video - Pytorch (wip)

    Implementation of Make-A-Video, new SOTA text to video generator

    Implementation of Make-A-Video, new SOTA text to video generator from Meta AI, in Pytorch. They combine pseudo-3d convolutions (axial convolutions) and temporal attention and show much better temporal fusion. The pseudo-3d convolutions isn't a new concept. It has been explored before in other contexts, say for protein contact prediction as "dimensional hybrid residual networks". The gist of the paper comes down to, take a SOTA text-to-image model (here they use DALL-E2, but the same learning...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    PHP Snowflake

    PHP Snowflake

    An ID Generator for PHP based on Snowflake Algorithm

    An ID Generator for PHP based on Snowflake Algorithm (Twitter announced). Snowflake is a network service that generates unique ID numbers at high scale with simple guarantees. If you want to generate unique IDs using the snowflake algorithm, you must ensure that sequence numbers generated within the same millisecond on the same node are unique. Based on this requirement, we have created this package which integrates multiple sequence number providers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 5
    SPI FLASH Library for STM32

    SPI FLASH Library for STM32

    W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL

    W25qxx, N25Qxx, and other SPI FLASH drivers for stm32 HAL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    SocketCAN userspace utilities and tools

    SocketCAN userspace utilities and tools

    Linux-CAN / SocketCAN user space applications

    SocketCAN userspace utilities and tools. This repository contains some userspace utilities for the Linux CAN subsystem (aka SocketCAN).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Laravel Craftable

    Laravel Craftable

    Admin panel builder / CRUD generator for Laravel

    Hi Crafter, welcome to the official documentation for Craftable 6 - a Laravel-based open-source toolkit for building administration interfaces. It's an administration area minimalistic template. A starting point for developing back-office systems, intranets, or CMS systems. Craftable is a Laravel-based open-source toolkit for building administration interfaces. It ships with a powerful CRUD generator to speed up the development of your CMS, CRM or other back-office system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MyBatis Dynamic SQL

    MyBatis Dynamic SQL

    SQL DSL (Domain Specific Language) for Kotlin and Java

    This library is a general-purpose SQL generator. Think of it as a typesafe and expressive SQL DSL (domain-specific language), with support for rendering SQL formatted properly for MyBatis3 and Spring's NamedParameterJDBCTemplate. The library also contains extensions for Kotlin that enable an idiomatic Kotlin DSL for SQL. The library will generate full DELETE, INSERT, SELECT, and UPDATE statements. The DSL implemented by the library is very similar to native SQL but it includes many functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    stduuid

    stduuid

    A C++17 cross-platform implementation for UUIDs

    A C++17 cross-platform single-header library implementation for universally unique identifiers, simply know as either UUID or GUID (mostly on Windows). A UUID is a 128-bit number used to uniquely identify information in computer systems, such as database table keys, COM interfaces, classes and type libraries, and many others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 10
    Discord Rich Presence

    Discord Rich Presence

    C# custom implementation for Discord Rich Presence

    This is a C# implementation of the Discord RPC library which was originally written in C++. This avoids having to use the official C++ and instead provides a managed way of using the Rich Presence within the .NET environment. While the official C++ library has been deprecated, this library has continued support and development for all your Rich Presence needs, without requiring the Game SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    openFrameworks

    openFrameworks

    Cross platform toolkit for creative coding in C++

    ... functionality that's not part of the core. export is for DLLs and dylibs that need to be put in each compiled project. The scripts folder has templates and small scripts for automating OF per platform. project generator is a GUI-based tool for doing new projects - this folder is only there in packaged releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GraphQL Kotlin

    GraphQL Kotlin

    Libraries for running GraphQL in Kotlin

    ... and changes in either have to be reflected in both locations. As your schema scales to hundreds of types and many different resolvers, it can get more difficult to track what code needs to be changed if you want to add a new field, deprecate or delete an existing one, or fix a bug in the resolver code. graphql-kotlin-schema-generator aims to simplify this process by using Kotlin reflection to generate the schema for you. All you need to do is write your schema code in a Kotlin class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Laravel Admin Panel

    Laravel Admin Panel

    Laravel Admin Panel

    An admin panel for managing users, roles, permissions & crud. If you are using Laravel 7+ then scaffold the authentication with bootstrap for a better experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Barbecue is a Java library that enables the creation of barcodes in a variety of standard formats that can be displayed as Swing/AWT components, included in printed output, generated as EPS and SVG and displayed in a web application.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 15
    Strong Password Generator

    Strong Password Generator

    Chrome Extension Generates a strong password based on preferences

    Generate strong passwords easily with the Strong Password Generator Chrome extension. Create secure passwords with custom length and special character options. Copy your generated password with just one click. Enhance your online security with this user-friendly password tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RoughSwift

    RoughSwift

    Create hand-drawn, sketchy, comic shape in Swift

    Create hand-drawn, sketchy, comic shape in Swift. RoughSwift allows us to easily make shapes in a hand-drawn, sketchy, comic style in SwiftUI. Use the generator in draw function to specify which shape to render. The returned CALayer contains the rendered result in the correct size and is updated every time the generator is instructed. The beauty of CALayer is that we can further animate, transform (translate, scale, rotate) and compose them into more powerful shapes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ipynb-quicklook

    ipynb-quicklook

    Generator for Jupyter/IPython notebooks without further dependencies

    A Quick Look generator for Jupyter/IPython notebooks without further dependencies. This plugin has now been integrated into a native macOS app, Jupyter Notebook Viewer. This is the recommended way to install the QuickLook generator. A stand-alone Quick Look generator for Jupyter/IPython notebooks on macOS. Contents are rendered on-the-fly using nbviewer.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Virtual MIDI Piano Keyboard

    Virtual MIDI Piano Keyboard

    Virtual MIDI controller for Linux, Windows and OSX

    VMPK is a virtual MIDI piano keyboard for Linux, Windows and OSX. Based on Qt and Drumstick the program is a MIDI event generator using the computer's alphanumeric keyboard and the mouse. It may be used also to display received MIDI notes.
    Leader badge
    Downloads: 1,005 This Week
    Last Update:
    See Project
  • 19
    PAGE
    PAGE is a drag-and-drop GUI generator for Python and Tkinter which generates Python modules that display a relatively simple GUI constructed from Tk and Ttk widget sets using the Place Geometry Manager. PAGE supports the construction of multiple toplevel GUI's. PAGE is a cross-platform tool running on any OS that has a current version of Python installed. PAGE output requires only Python Tkinter and runs on Linux, Unix, Windows, OS X, and even Rasperian. Version 8 is a major release which...
    Leader badge
    Downloads: 553 This Week
    Last Update:
    See Project
  • 20
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming...
    Leader badge
    Downloads: 453 This Week
    Last Update:
    See Project
  • 21
    Password Keeper + Generator

    Password Keeper + Generator

    Free portable cross-platform graphical multi-user password manager

    ... - Graphical User Interface. PKG use crypto security random generator. Developed with Java Spring Framework. Tested in Windows/Linux. Need Jre-1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source - https://github.com/harp077/pkg . If you like this - put a star on https://github.com/harp077/pkg/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tiki Wiki CMS Groupware

    Tiki Wiki CMS Groupware

    The Free / Libre / Open Source Web App with the most built-in features

    ... features include a wiki engine, news articles, discussion forums, newsletters, blogs, file galleries, bug and issue trackers (form generator), polls/surveys and quizzes, banner management system, calendar, maps, mobile , RSS feeds, category system, tags, an advanced themeing engine, spreadsheet, drawings, inter-user messaging, menus, advanced permission system for users and groups, search engine, external authentication, etc. Security reports: https://security.tiki.org
    Leader badge
    Downloads: 215 This Week
    Last Update:
    See Project
  • 23
    Iso2Mesh - A 3D Mesh Generation Toolbox

    Iso2Mesh - A 3D Mesh Generation Toolbox

    A 3D surface and volumetric mesh generator for MATLAB/Octave

    A simple yet powerful mesh generator based on MATLAB/GNU Octave language, creating finite-element mesh from surfaces or arbitrary 3D volumetric images (such as MRI/CT scans) with fully automatic workflows.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 24

    COBOL copybook to XML converter

    Converts cobol copybooks to Xml/Java objects

    CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa. Source is now available in GitHub: https://github.com/bmTas/cb2xml
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 25

    MegaMekLab

    Create meks and more!

    MegaMekLab is a Mek creator program. Currently it can create Meks, vehicles, battlearmor, and conventional infantry. It can also print PDF record sheets for almost all Battletech units. Created units can also be exported to formatted text or html for posting online.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next