Showing 21 open source projects for "make a macro"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 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: 74 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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: 1 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
  • Better time tracking for projects, billing, and payroll Icon
    Better time tracking for projects, billing, and payroll

    Journyx makes it easy to gather accurate time and expense data so you can make smarter, more informed business decisions.

    This product is especially great for project managers, COOs, finance professionals, accountants, or payroll admins in any industry.
  • 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: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 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: 2 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: 12 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: 0 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: 1 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: 0 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: 2 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
    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: 1 This Week
    Last Update:
    See Project
  • 21
    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