Showing 51 open source projects for "punch"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    eqMac

    eqMac

    macOS System-wide audio equalizer & volume mixer

    System audio equalizer for macOS. Professional grade Parametric EQ & volume mixer. If you feel like your audio device (Headphones or Speaker) does not have enough Bass (low frequency) punch, or vice versa, you can adjust that using eqMac. macOS does not have a direct way to access the System Audio stream, so we use the eqMac Audio driver to divert the system audio to the driver's input stream. Then eqMac captures that Input audio stream processes it, and sends it directly to the output device. Expert EQ, unlimited bands, fully customizable (Filter Type, Frequency, Gain, Bandwidth). ...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    GoAWK

    GoAWK

    A POSIX-compliant AWK interpreter written in Go, with CSV support

    ...The A, W, and K in AWK stand for the surnames of the three original creators: Alfred Aho, Peter Weinberger, and Brian Kernighan. Kernighan is also an author of The C Programming Language (“K&R”), and the two books have that same each-page-packs-a-punch feel. AWK was released in 1977, which makes it over 40 years old! Not bad for a domain-specific language that’s still used for one-liners on Unix command lines everywhere. GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV mode for reading and writing CSV and TSV files. This feature was sponsored by the library of the University of Antwerp. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NibblePro

    NibblePro

    CAM software for punch press machines (CNC punching)

    NibblePro is a free CAM application for turret punch press machines. It imports DXF drawings, allows tool assignment from a configurable revolver, generates punching operations (single punch, nibbling, arcs, hole grids, corner notches), and exports NC programs. Features: - DXF import with multi-part sheet layout - Configurable tool revolver (.arw format) - Punching, nibbling lines/arcs, hole grids, corner notches - NC export (G-code, repositioning G25/G27) - NC simulation with step-by-step animation - Available in Polish, English, and German Windows SmartScreen may flag the installer with a "Windows protected your PC" warning, because the executable isn't code-signed with a commercial certificate (those cost too much for a free hobby project). ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    EZPunch Standard is a stand alone Time Clock application for the individual or small business. EZPunch Standard runs on a single computer, recording the in and out times for any number of individuals. An optional dashboard widget and/or menu widget make clocking in and out a snap, or launch the program to set your options, generate reports, and more!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    SubRip 1.57.1-THD

    SubRip 1.57.1 + changes to handle each VOB as their own SRT

    I have been ripping entire DVD series to digital and needed a way to handle each VOB on its own and needed a way to save the .srt as the VOB name coming in. I grabbed SubRip 1.57.1 and modified it to do those things. My process: DVD Decrypter to pull the VOBs off the disks. I keep each DVD under separate names under the bigger Series name. I move the Special features to their own folder. I then do a DIR *.VOB /S /B to get a listing of just episode entries. I take that and put in in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Lockheed MAC 16 mini emulator

    Emulator for Lockheed Electronics Company MAC-16 minicomputer (1969)

    My first java program is an attempt to relive the days I spent maintaining a Lockheed Electronics Company minicomputer installation in an old electricity generating station. I had a little bit to do with this machine around 1978. There was two of them in a failover configuration with the standby machine available for program and data development. My goal is to get the development package called DEVSYS to run from a paper tape image that I have hung onto for all these years. The program has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Beasties

    Beasties

    Defeat all the beasties to claim victory!

    Beasties is an OS-independent game written in Java (as of ver2.0.0, prior versions written in Python). The object is to defeat a number of monsters without dying. You have a knife, a gun, extra ammo, and a few medical supplies to help you
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SI Simple

    SI Simple

    Simple SportIdent Results Processing

    Software to process orienteering results from a SportIdent download box after the event, then create html version of the results and IOF XML export. Based on SIDResults.tcl by Ken Hanson. This is useful in two situations: 1) When you run an event with the SI training kit and don't have a computer at the event 2) When something goes wrong with whatever software you were using and you want to generate results from the download box SI Simple has a number of features to help with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sigma TSI

    Sigma TSI

    A multifaceted Project Management and Engineering Database

    This is the TSI distribution of the Sigma database. The Sigma Database is used to manage a control projects. It has been used successfully on major engineering projects around the world. Key components include: -Documents -Correspondence -Requirements Management -Defects -Any data set relevant to the project With the data assembled and organized on one place Sigma is then able to automatically track project status and automate workflows to individuals. Sigma can connect all the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    STM32 machine language monitor

    Machine language monitor program for the STM32F103C8T6 "Blue Pill"

    Allows a few rudimentary commands to be entered on the STM32 Minimum System Development Board Module ARM STM32F103C8T6 available from various online outlets. The code was originally forged in C but limitations in that approach led me to ARM assembler, and fortunately GNU compiler collection helped in that transition. Small assembler code experiments can be typed into the module's read write memory, displayed and executed. One strange, annoying feature is that the code running in the STM32...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Linux-Intelligent-Ocr-Solution

    Linux-Intelligent-Ocr-Solution

    Easy-OCR solution and Tesseract trainer for GNU/Linux

    Linux-intelligent-ocr-solution Lios is a free and open source software for converting print in to text using either scanner or a camera, It can also produce text out of scanned images from other sources such as Pdf, Image, Folder containing Images or screenshot. Program is given total accessibility for visually impaired. A Tesseract Trainer GUI is also shipped with this package. Forum : https://groups.google.com/forum/#!forum/lios Video Tutorial :...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    ksqlDB

    ksqlDB

    The database purpose-built for stream processing applications

    ...Seamlessly leverage your existing Apache Kafka® infrastructure to deploy stream-processing workloads and bring powerful new capabilities to your applications. Use a familiar, lightweight syntax to pack a powerful punch. Capture, process, and serve queries using only SQL. No other languages or services are required. ksqlDB enables you to build event streaming applications leveraging your familiarity with relational databases. Three categories are foundational to building an application: collections, stream processing, and queries. Streams are immutable, append-only sequences of events. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    TimeMachine

    Time keeping software with simple punch in, punch out operation.

    Time keeping software with simple punch-in and punch-out and time-sheet emailing!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tiny Alien

    Tiny Alien

    Tiny Alien - Micro Serving on a Shoestring

    Tiny Alien is presented as a micro web server platform that can deliver dynamic websites securely. Backed by a ultra-light server sided scripting ability Tiny Alien packs a very powerful punch into the smallest of spaces. This rendition allows you to host a tor based web service that is highly resilient and easily deployed thanks to http://www.floodgap.com/httpi/ for their excellent webserver. ;) This is not for the faint of heart as you will be required to understand shell commands throughout to get the best from this Tiny Alien platform. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Game Design Document (GDD) => https://sourceforge.net/p/shootnpunch/wiki/GDD/ SVN repository (source code) => https://sourceforge.net/p/shootnpunch/code/ SVN repository (tortoiseSVN) => https://svn.code.sf.net/p/shootnpunch/code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    allow22

    Punch a temporary hole through your firewall to reach your network

    When VPN isn't available and you need to get into your and your linux server. IP forwarding is turned on and port 22 bocked with IPtables. This is a bash script/CGI that if you know the URL and know the remote IP address where you are coming from, you can open a hole with iptables using a web browser and never have to login to the server. Then lock it back down when you are done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OneOver

    OneOver

    One Shooter, Overblown, An Asteroids-esque game that never ends.

    Made with GameMaker: Studio, OneOver simplifies gaming to its bare essentials while adding a little kick/punch in the process. Nothing fancy here, just plain old-school gaming. Game Engine - GameMaker: Studio 1.4... SFX - bfxr.net [evolution.voxeo.com] Font - Visitor / dafont.com Graphics & Coding - Allan Grzicic v1.4.1.1 [Numbers 1.0] (Released Aug 31, 2017) - Letters changed to numbers (counting forwards and backwards from 0-40) v1.4.1.1 [English Alphabet 1.1] (Released Aug 31, 2017) - Sprites and objects removed for letters (obj_eab, obj_eas, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Genriko (Global News) Android App

    Genriko (Global News) Android App

    Read News from popular new blogs like The Guardian, The Punch, etc

    A news and articles android application (.apk) with over 50 local and International RSS News Channels. The only news app hosted on multiple servers with EXTREME speed and STRONG reliability. Read News from popular new blogs like The Guardian, The Punch, BBC e.t.c, all at once. You can now advertise on Genriko, ads are placed on all articles. Visit http://genriko.net.ng/advertisewithgenriko
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TimeFlow Time Clock Software

    TimeFlow Time Clock Software

    TimeFlow is a revolution in employee time management.

    ...While other solutions force a slow and tedious web page on you, our real software experience gives you a efficient and easy to use solution for your workforce. Get your employees to punch in and out without a browser. You like apps on your phone why not on your desktop? Add a biometric option and you've got a rock solid solution to your payroll needs. 30 days free!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    AwlsomeBuntu

    Customized Openbox Desktop Environment on Ubuntu

    Welcome to AwlsomeBuntu, the beginning of a project to create an Ubuntu Distribution with a lightweight, customized Openbox Desktop Environment, but with enough punch to act as a normal environment on ANY computer. The lightweight of it allows it to be put of devices such as Netbooks (2010) or old Workstations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Punch Card

    Record computer activity and visualise time spent

    Note down when you start a task, and when you complete it. Log how long you locked your machine. Record a list of running programs. Visualise all this in an interactive way. Make filling in your corporate time-sheet a little easier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ROVELLA

    ROVELLA

    Free TCP hole punch 4all

    ROVELLA allows to share TCP resources over the internet, also from machine behind firewall and without a public IP nor static. It is simple and inexpensive. You can run multiple instances on a single public machine to share multiple services also on different machines. Version is 0.1, but it works pretty well!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Smash The Game (LD31)

    Smash The Game (LD31)

    A 2.5D Unity Local Multiplayer game

    ...The goal is to knock the other boar out of the screen. As soon as one boar is not rendered anymore, it dies! First you try to increase the opponents multiplier, that way it will be easy to punch him out of the screen! Attacks: - Simple jabs: will increase the multiplier - Strong push: will NOT increase multiplier, but will push the enemy significantly - Special dash: very strong attack with a cooldown Items: - Swirl: will put the screen upside down - Zoom: will zoom in, that way the screen gets smaller - Snowball gun: you can try and freeze your opponent - Apple: will reduce the cooldown for your special attack - Heart: reduces your multiplier - Snowflake: everything will get icy! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Celebrity Horoscopes

    celebrity planetary positions+yr 1800-1990 daily positions in db

    ...Another with date/planetary positions. join these two tables to get vedic planetary positions for celebs(38,000+ celebrities as on project creation date) tables: "punch" (short form for punchang) - contains planetary position for all days between 1800 to 1990. "celebs" : name, dob, celebrity description. usage: >"sqlite3 celebhoro.db" > select * from celebs,punch where celebs.date=punch.date and name like '%Statham%'; sqlite> .schema punch sqlite> .schema celebs sqlite>select * from punch where date='1896-10-2'; NOTE: '1896-10-02' will not work. leading zero needs to be removed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB