Search Results for "mac security software" - Page 8

Showing 248 open source projects for "mac security software"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    T-ABC

    Fórum de discussão para a TV Digital.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    CTRLR panel for Waldorf Microwave XT

    MIDI/Sysex editor for Waldorf Microwave II/XT/XTk

    monstrumWaveXL or (mwaveXL) is a Lua based cross platform application which sends MIDI and sysex data to/from the Waldorf Microwave II/XT/XTk from either standalone mode or as a VST in your favorite DAW. This is not a software emulator of a Waldorf synth, it is an editor for the actual synth thus requires a Waldorf microwave (xt xtk or II) synthesizer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Luasofia
    LuaSofia is a Lua binding of Sofia-Sip library. Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. We decided to use git, source code can be get at: git://github.com/ppizarro/luasofia.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mod_pLua

    mod_pLua

    An Apache module for developing web applications using Lua

    mod_pLua is a module for the Apache httpd web server, that enables the use of preprocessed (html-embedded) Lua scripts using a PHP-like syntax as well as CGI-style interfacing, but at a much faster pace. For a more detailed description, see the wiki: https://sourceforge.net/p/modplua/wiki/
    Downloads: 3 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    Using open source software to produce well typeset hymnbooks that can be customised to suit the local culture and history of the community. Currently aimed at a Catholic Latin Mass community in Australia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A make like tool which consists mainly of a C++ engine and a Lua interpreter which processes the build scripts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    !!! Albion 2 has moved to http://albion2.org !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SkyFireGMH

    SkyFireGMH -- A SkyFireEMU Administration Helper

    SkyFireGMH is an administration addon for the SkyFireEMU project. This addon is LUA/XML/Addon Native and all rights are hereby reserved by the creator (Alex Summers) until further notice beginning Dec 26th 2011
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Rumble Mail Server
    Rumble is a mail server suite for SMTP (ESMTPSA), HTTP, POP3 and IMAP4v1 with an extensive C/C++ and Lua API for scripting. It comes with support for SSL/TLS, SQLite and MySQL and has a web-based administration and webmail feature. Additional included modules feature greylisting, DNS blacklisting, SpamAssassin support and dynamic performance scaling as well as a multithreaded structure that allows for clustering of multiple servers for one or all domains, and with the ease of the Lua API,...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    The name stands for "General Purpose Abstraction Layer". GPAL is a set of C++ classes which are used to represent any kind of data and to manipulate them. Thanks to SWIG, it is usable in many programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BuildGen is a a cross-platform build script generator. It reads some easy to write cofiguration files and creates things such as IDE projects, Makefiles and other forms of build information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nixstaller is an Open Source project with the goal to create user friendly and flexible installers that work on various UNIX like systems. Some of its features are: small size overhead, large compatibility, Lua scripting and few dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Prime Mover is a small and flexible build tool intended to be used instead of make. It is intended to be deployed with the projects that use it, and does not requires installation to use. It is modular and can be extended using the Lua scripting lang
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A admin mod for the game garrysmod written in lua. This mod is designed to allow vastly greater control over users than other mods. The user interface may not be beautiful but the mod will be very powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Reality Factory 2 is a next-generation game authoring suite. It combines a flexible, fully scripted game development environment powered by Python with the Ogre3D engine, and supports all major desktop operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Improvement over standard SciTE with a bunch of lua scripts (with some external libraries) managed by customized SciteExtMan offering some IDE capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    nlua -- namespace Lua. nlua provides a C++ binding to Lua. The API is simple and reads like the C++ version of Lua`s official C-API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Library incapsulate lua state and give some additional features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Luabridge has moved to GitHub and is now being developed by Vinnie Falco: http://github.com/vinniefalco/LuaBridge Luabridge is a lightweight, dependency-free library for exporting C++ functions and classes to Lua environments. It uses standard-compliant C++ template metaprogramming and is written against Lua 5.1.2.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Data Acquisition and Control Software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BDK
    BDK: XBERRY DEVELOPMENT KIT CONICSOFT(NINGBO) CO,.LTD. This project moved to FreeBDK.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RecipeBook (Cataclysm update)
    A fan update to WoW API 4.0 of Ayradyss' World of Warcraft AddOn which tracks known tradeskills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SloppyVM is an odd virtual machine for SloopyASM, a ZASM type lanuage that is similiar to assembly. It as 2 parts: the compiler and interperter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LuaNotify is inspired on many libraries that do event dispatching, like py-notify, GSignals, QT event system, wxWidgets event system, etc. Making easier to implement lua software using Notifier/Observer pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenGDK is short for Open Game Development Kit. It's supposed to be a plug-in BASED (it's different from OGRE. OGRE is plug-in friendly), cross-platform, open source, general purpose (2D, 3D, client, server, editor), game development kit.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB