Showing 22 open source projects for "make a macro"

View related business solutions
  • 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
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    OpenH264

    OpenH264

    Open Source H.264 Codec

    ... environment, this will effectively make H.264 free for use on supported platforms. OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real-time applications such as WebRTC. Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks). Arbitrary resolution, not constrained to multiples of 16x16. Rate control with adaptive quantization, or constant quantization.
    Downloads: 68 This Week
    Last Update:
    See Project
  • 2
    Growtopia Auto Clicker/Macro

    Growtopia Auto Clicker/Macro

    Growtopia auto clicker for BFG, farm and PVP. Trusted and free.

    Free Auto clicker and macro for Growtopia. It is too easy to use. This program made by UfukGames. You can use this program to make BFG, farm and PVP faster. Tags (Ignore this part): Growtopia, Grow, Ubisoft, Growtopia auto clicker, Growtopia macro, Growtopia BFG hack, Growtopia unlimited diamond locks, Growtopia auto farm, Growtopia better PVP, UfukGames, Growtopia Hile, Growtopia Hack
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    PlutoUI.jl

    PlutoUI.jl

    A tiny package to make html"input" a bit more Julian

    A tiny package to make HTML "input" a bit more Julian. Use it with the @bind macro in Pluto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tullio.jl

    Tullio.jl

    Tullio is a very flexible einsum macro

    Tullio is a very flexible einsum macro. It understands many array operations written in index notation -- not just matrix multiplication and permutations, but also convolutions, stencils, scatter/gather, and broadcasting. Used by itself the macro writes ordinary nested loops much like Einsum.@einsum. One difference is that it can parse more expressions, and infer ranges for their indices. Another is that it will use multi-threading (via Threads.@spawn) and recursive tiling, on large enough...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Kemal

    Kemal

    Fast, effective, simple web framework

    .... Since Crystal does not allow using variables in macro literals, you need to generate another helper macro to make the code easier to read and write. You can add many blocks to the same verb/path combination by calling it multiple times they will be called in the same order they were defined. Browser redirects are simple as well. Simply call env.redirect in the route’s corresponding block.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    async-graphql

    async-graphql

    A GraphQL server library implemented in Rust

    .... I've been using Juniper, which solves the problem of implementing a GraphQL server with Rust. But Juniper had several problems, the most important of which is that it didn't support async/await at the time. So I decided to make this library for myself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    YueScript

    YueScript

    A Moonscript dialect compiles to Lua

    ... applications. So Yuescript is a new code base for pushing the language to go forward and being a playground to try introducing new language syntax or programming paradigms to make Moonscript language more expressive and productive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jester

    Jester

    A sinatra-like web framework for Nim

    The sinatra-like web framework for Nim. Jester provides a DSL for quickly creating web applications in Nim. All routes must be inside a routes block. Routes will be executed in the order that they are declared. So be careful when halting. The route path may contain a special pattern or just a static string. Special patterns are almost identical to Sinatra's, the only real difference is the use of @ instead of the :. In this case you might want to make the leading '/' optional too, you can do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pulover's Macro Creator

    Pulover's Macro Creator

    Automation Utility - Recorder & Script Generator

    Pulover's Macro Creator is a Free Automation Tool and Script Generator based on AutoHotkey language. It features a large range of automation commands, has a built-in recorder and can capture inputs in its interface. The macros can be executed from the program itself or you can export them to AutoHotkey Script format. Pulover’s Macro Creator can automate from simple mouse clicks to complex macros with loops and conditions. The built-in Recorder is a handy tool to create precise macros...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 10

    Tibetan Unicode Keyboard

    Screen keyboards in MS Excel and in Java for typing Tibetan characters

    A Tibetan character is formed by stacking the middle (core) character with lower character stack(s) and upper stack. The tools in this package has been tested to work well in Windows 10 and above. The Java version of this package should work across different systems. The MS Excel version does not work on Excel operating in MacOS. The Excel version uses Excel macros and VBA codes. One needs to Enable Macro to allow it to work. The motivation for this project is due to old proprietary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SimpleTraits.jl

    SimpleTraits.jl

    Simple Traits for Julia

    This package provides a macro-based implementation of traits, using Tim Holy's trait trick. The main idea behind traits is to group types outside the type-hierarchy and to make dispatch work with that grouping. The difference to Union-types is that types can be added to a trait after the creation of the trait, whereas Union types are fixed after creation. The cool thing about Tim's trick is that there is no performance impact compared to using ordinary dispatch. For a bit of background...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Sudoku spreadsheets

    Sudoku! Help to solve puzzles. Solve them for you. Generate puzzles.

    Sudoku! Spreadsheets with formulas to help you solve sudoku puzzles. - simple (but large) formulas that work in both excel and oo calc. - simple (short) formulas using 2 functions in VBA / OO Calc. Excel Addin to make playing sudoku in excel easier. - macros to mark cells, test your solution, erase the solution. - macro to help you solve the puzzle by giving hints, or even the answer. Version 1.4 of the addin can also generate puzzles for you. version 2.0 can solve...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    SnapMacro

    SnapMacro

    Free and Open source Cross-platform bot creator using Snap language

    Snap Macro Free and open source Cross-platform bot creator with a new scripting language called snap to interact with the mouse, keyboard, and screen using the snap scripting language Snap language has many features to make it easy to implement your own bot. For examples: - Variables, - Conditions, - Data types like integer, hexdecimal - Flow conditions like if, while loop, repeat loop - Sleep, exit, delay statements - get the current pixel in position and compare...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    xmake

    xmake

    A cross-platform build utility based on Lua

    xmake is a cross-platform build utility based on lua. The project focuses on making development and building easier and provides many features (.e.g package, install, plugin, macro, action, option, task ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing and building project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Notepad++ Batch Macros

    PHP Script to create shortcuts.xml for batch find and replace.

    php script to make a xml file you can copy and paste into the Notepad++ shortcuts.xml file. Batch find and replace is the only batch macro function tested so far. This script was created to convert all of the keystrokes from one font to the corresponding keystrokes of another font.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Gnuplot Editor

    Gnuplot Editor

    Interactive gnuplot script editor

    Ever needed to tweak a gnuplot script and got annoyed by constantly changing the script file, run gnuplot and display the resulting image? The gnuplot editor generates a preview of the plot for every change you make and quickly allows to show the created image file with a simple keystroke. Lines with errors are highlighted in the code and gnuplot output is shown in a separate widget. In addition it features all basic editor options, syntax highlighting and menu macros for often used gnuplot...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    DowningGames's open source portal. It contains: Our simple ActionScript obfuscator for Windows. It obfuscates code by renaming all of the functions and variables and optionally using #define-style macro substitutions. The Flash template used as a starting point to make Momentum Master, Momentum Master II, and Myrrored.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    rpnstr

    Rpn calculator, string and macro based

    rpnstring has a small amount of command by it self. Instead it provide interface to the C math library. The user can make own commands by using the macro facility. In that way the calculator can be adapted to each user according to the users needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    First of all like to thank: Vedro, Manticora, AmstaFF It is based on their code. This macro contains the leveling in noobzone to the first prof and the subsequent level up to 40-50 Job. In the future planing to make a macro to pass quests second prof, loading configuration for different episodes, etc. At the moment, the macro is fully configured and implemented for oldraggame.ru and includes: 1) Passage noob zone and taking any first prof. 2) Fully automated builds leveling Thief...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    VPreproc

    C++ Verilog macro preprocessor

    ...++. * Optimise some code for better reading or performance. INSTALL GUIDE Make sure you have GNU Make, gcc-g++, and boost library installed. Use make to make the project. The execute is named "vpreproc" in current directory. Using vpreproc --help for usage information. Any question or request pls write to <wsong83@gmail.com>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Minutes2Tasks

    Minutes2Tasks

    Create a task list while making minutes with OpenOffice or LibreOffice

    Easy install for Windows and OS X with this new and final version 1.2.2; click and play! When there is a task that has to be done by you, you activate the macro (through a keystroke or by using the menu). A window box comes up, where you can fill in the subject of the task, the due date and some other details. The macro also records in the background the filename if you were making minutes at the moment, the current date and a paragraph selected with text (hopefully related to that action...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Crossing Calls is a macro-based api for NASM to abstract syscalls and make portable assembly code. The project actuallly works on FreeBSD, DragonFlyBSD, Linux, Win32, DOS. We trying to include Minix 2 now and expand the syscalls range.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next