Search Results for "code block installer" - Page 19

Showing 471 open source projects for "code block installer"

View related business solutions
  • 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
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    What one block of code and a database can do to produce a web page can be undone by another block of code and the web pages, netting the source database. Here\\\\\\\'s how to take back information from the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Takes the yabb boardmod project and customises code to work with osCommerce project. osCommerce is very well supported in terms of 3rd party contributions, however some of these can be daunting for someone with little programming knowledge. Using a custom
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This program is a installer for KDE sourcefiles. It compiles the code for you so as you need it. It's for UNIX like operating systems. programmed with python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A geek code generator that generates 3.12 compatible geek code block. It lets you add your real age and many other functions not seen in other geek code generators. The geek code block is formatted dynamically, shown on screen and stored in a file
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Beautifier highlights and indents source code using highlight configuration files (which are similar to Ultraedit highlighting files). Beautifier handles line/block comments, keyword highlighting, correct indentation, and string highlighting. More advance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Installer Options is a small utility used to create option dialogs for use by NullSoft's NSIS installer application. NSIS is a very powerful install program, but lacks the ability to create dialog boxes to prompt the user for additional information. Please Note: This is an old project that was eventually integrated into NSIS distribution directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dynamics of Stochastic Block Models
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    zammad_installer

    Unofficial Zammad installer

    This little script aims to simplify and to automate as much as possible the whole Zammad installation process as described here: https://docs.zammad.org/en/latest/install/centos.html https://docs.zammad.org/en/latest/install/ubuntu.html https://docs.zammad.org/en/latest/install/debian.html https://docs.zammad.org/en/latest/install/suse.html Of course, there are a few Ansible playbooks that you may use as well. They did not work for me. I started as an old-school UNIX-SysAdmin and,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Endcoder

    A block based IDE for programming languages.

    A simple way to code that allows for faster coding methods and faster project completion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10

    addend

    This 'addend.py' code is a python utility intended for the BLIND folks

    For Visual Impaired (VI) folks it is NOT easy to listen to and explore large python code files where the number of indent spaces on each line of code has a syntactical meaning for python interpreters. 'addend' adds #comments, like '# :end: if' , or '# :end: for' etc, for easier sound recognition when a syntax block structure has ended as defined by python's space indentation rules. Those added '# :end:' comment lines are placed whenever a syntax block has ended in python. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Temp Mail Detector
    Temp Mail Detector offers an API, and free code libraries to help you detect and block temp mails. Access the libraries on our Github: https://github.com/TempMailDetector/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    whitespace-steganography

    Use HTML's interpretation of multiple spaces to hide base64 code

    Use HTML's interpretation of multiple spaces to hide base64 code on any HTML page. Example: wget -O - 'https://example.org/' | grep -E '\[[0-9]+\]' | sed 's/\s\s\s\s/1/g' | sed 's/\s\s\s/0/g' | sed -r 's/\[[0-9]+\]//g' | tr -d -c '10' | fold -w 6 | tr '\n' ' ' > binary.txt bash binary-base64-tobefree.sh binary.txt | base64 -d > decoded-output.txt ---- Useful for ENcoding: Kate for Linux has a "block/rectangular selection" tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Verifier/validator for the install4J commercial Java installer. Uses a simple hash comparison taken remotely and a local installation binary. Code is in subversion!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    OnceBuilderDBinstaller

    php database installer from file .sql

    Introduction *OnceBuilderDBinstaller * -- is a fully visual DB intaller from .sql file. Installer is part of OnceBuilder Core and Admin LTE template. Highly customizable and easy to use. Works on many screen resolutions from mobile devices to large desktops.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    tcb-algorithm

    Transactional circular buffer

    The transactional circular buffer algorithm allows interrupt handlers concurrently append and remove data to/from the same instance of the buffer. Composite data types can be used as the buffer data element without requirement to block interrupts during new data copying into the buffer.Use of LL/SC instructions on buffer control structure packed into a 32 bit word makes it possible to avoid interrupt blocking on all the buffer operations on 32 bit platforms like ARM Cortex-M3. The source code from the Code section can be compiled with GCC 4.7 from GNU Tools for ARM Embedded Processors [https://launchpad.net/gcc-arm-embedded/] and requires ARM CMSIS library [http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Control-Freak

    Visual Automation & UI Authoring

    This is a general purpose tool optimized for managing, programming and automating machines, services and apps or just loose parts of code snippets. It comes with a visual block language and a visual GUI designer which lets you inter connect and automate all sorts of devices. It has built-in support for TCP, UDP, Serial, MQTT, SSH, Arduino/Raspberry-PI or access to your custom API via HTTP. Public Homepage: http://pearls-media.com/control-freak/ On Github: https://github.com/net-commander/windows-dist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ScratchKit

    ScratchKit

    Build a Linux Operating System using source code.

    The idea is to develop a set of bash scripts designed to automate the building of a Linux OS using source code. This scripts will build pacman - a package manager used & developed for/by ArchLinux, do the branding, build the CDs/DVDs, an installer is also planned for the CDs/DVDs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    RasberryPiBacnetController

    RASPBERRY PI BACNET CONTROLLER

    ### Procedure to compile ### - Unzip the project and copy it to home or any directory of your choice in RPi - Browse to RasberryPiBacnetController directory - enter command 'sudo make' to compile code - enter command 'sudo make clean' to clean code ### To Run project ### - Execute below command after compiling project ./BAS_RPi_Port - The 'BAS_RPi_Port' linux executable file is located at '../RasberryPiBacnetController/' path ### Prerequisites ### - Raspberry pi should have g++ compiler To install g++ compiler, enter below command: sudo apt-get install build-essential APDU - The application Protocol Data Unit. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SG Input Box

    SG Input Box

    A static library by Michael Haephrati to add InputBox to c++ program

    ...There are several building blocks in programming that are available in most of the languages and make life easy. For example, the ability to pop up a message. In Win32 that would be MessageBox(). Another building block is Inputbox. InputBox() is a very handy command for prompting the user for an input. You can find it in VBA and Visual Basic. However, while Message Boxes can be easily displayed in any c++ program, there is no direct way for calling InputBox like command. For that reason I created SGInputBox(). I am providing this code as a Static library, and with no Resources, which I think is the most comfortable way to be used, and it can be used by Console Applications, plain Win32 applications or any other type of c++ application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    sippet

    sippet

    C++ SIP stack based on Chrome source code

    This C++ library has been designed as a Chrome SIP stack. Sippet is an open-source SIP User-Agent library, compliant with the IETF RFC 3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and P2P communication services. The main target was to enable Javascript applications to use UDP, TCP and TLS transports along WebSocket. Existing SIP solutions for the browser are forced to use the WebSockets API to...
    Downloads: 0 This Week
    Last Update:
    See Project