Showing 243 open source projects for "empty"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 1
    Kavvvka

    Kavvvka

    Automated tabletennis competition form for match in KAVVV Leage (BE)

    ...Teams are 3 players, and they play 9 games + one double game. Calculation of the individual winning sets (and lost), and winning matches (and lost) is done, like needed to fill the official form. Print function for empty or filled form and official form to send in. If you want to try the program, just download the kavvvka.gambas file and use the gambas2 interpreter. Created on openSUSE/KDE but should work on all main Linux distributions given that Gambas 2 is installed from the distro repositories (complete IDE = most easy, or interpreter and required libraries). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java Google Alerts API

    Java Google Alerts API

    A java library allow user get, create, delete, update google alert.

    Java Google Alerts API provides you with a lightweight library especially designed to help developers create, delete and update Google alerts within their applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MIPVAR

    MIP VARiant calling tool

    ...An example of the command is given below. The two input files are essential to specify the sample and run configuration. The environment argument should always be set to EMPTY. A brief description of other required files can be found in the example input files (see sampleConfigExample.txt and runConfigExample.txt). Run command: java -Dsnappy.disable=true -Dlogging.config=/path-to-pipeline/MIPVAR-<version>-package/conf/logback.xml -cp "/path-to-pipeline/MIPVAR-<version>-package/lib/*" org.umcn.gen.mip.pipeline.RunMIPPipeline -sampleConfig /path-to-file/sampleConfig.txt -environment EMPTY -overridePipelineConfig /path-to-file/runConfig.txt Output: - Bam files per sample - VCF - Coverages per MIP per Sample
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BitSend
    ...You can mine BSD without mining equipment. You need only 5000 BSD and a server with static IP address. Why a 6 min Chain? BitSend does not generate thousands of empty blocks daily. This doesn't make a coin better or secure. Only 240 blocks will generate per day.Your advantage is a fast client synchronization and less harddisk space. Why 4,35 Mio Coins in year? Bitsend has a slow Distribution. We generate per Year ~4.35 Mio BSD.In 4 years also 17,4 Mio BSD. Example: Litecoin generate today (after first blockhalving) in 4 years 21 Mio LTC. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    HTML5 Placeholder jQuery Plugin

    HTML5 Placeholder jQuery Plugin

    A jQuery plugin that enables HTML5 placeholder behavior for browsers

    HTML5 Placeholder jQuery Plugin is a jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet. You’ll still be able to use jQuery.val() to get and set the input values. If the element is currently showing a placeholder, .val() will return an empty string instead of the placeholder text, just like it does in browsers with a native @placeholder implementation. Calling .val('') to set an element’s value to the empty string will result in the placeholder text (re)appearing. The plugin automatically adds class="placeholder" to the elements that are currently showing their placeholder text. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NosRegister

    NosRegister

    NosRegister | WebPage

    NosRegister its an register page with server status check, developed in html, php and javascript + AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DVCS-Ripper

    DVCS-Ripper

    Rip web accessible (distributed) version control systems: SVN/GIT/HG

    DVCS Ripper is a security and forensics toolkit that reconstructs source code repositories accidentally exposed on web servers. It understands multiple version-control systems—Git, Mercurial, Bazaar, and Subversion—and crawls their metadata directories to rebuild full history where possible. The utilities handle partial or blocked directory listings by guessing object paths and assembling missing pieces from loose files. Investigators and red-teamers use it to demonstrate the risk of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ava: Testdata Xsl

    Ava: Testdata Xsl

    generates Testdata on base of excel: creates xml,excel,csv,html,sql,+

    this tool for test-data-generation receives an 'excel-sheet' as primary input. second important paramter is the 'number of test-records to produce'. The excel-data will be reused as long data is needed. This tool is hightly paramatrisazable by the use of 'xsl scripts'. data can be created, updated, modified and finally exported in a format of your choice Main Fuctions: (1) Generates Testdata (excel, xsl, xml) (2) Exports generated testdata in multiple formats (csv, excel, html,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Letterdans

    Game for children that learn to read (original version in Dutch)

    Teachers or parents tool to help children exercise. Children get mix of characters that belong to two words. At the bottom to empty rulers wait for the right letters to be dragged and dropped. An image gives a hint. Teacher or parent can fill the data with simple txt file and png or jpg files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    task

    Efficient thread pool task scheduling framework

    ...You don't have to worry about the task-running-overtime, because the task framework has been implemented to monitor the timeout task, once the task is running out of time, the task monitor will remove it from the thread pool, but also to help you automatically end the timeout task. 3. The task scheduling framework has excellent performance, if the task queue is empty, the framework will automatically enter into the waiting state until the task queue has a task to add. This will greatly reduce the consumption of CPU. 4.The framework is very easy to use, for example: TaskQueue queue = new TaskQueue(); taskAssigner = new TaskAssigner(queue, 10); taskAssigner.start(); queue.add(task);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MineSweeper Pygame

    Simple minesweeper game in python

    project created on: 2013.05.25 bitbucket repo: http://bit.ly/pyminesweeper_bitbucket Simple minesweeper game in python CONTROLS: Right Click - "flag" the box; also start next game Left Click - reveal empty box(es) or mine Based on the game "Memory Puzzle" from pygame tutorial http://inventwithpython.com/pygame/chapter3.html UPDATE 1.2 (05.11.2015): Major code refactoring UPDATE 1.3 (06.09.2015): Bugfixes; Minor code refactoring # README # In order to run minesweeper you need to install PyGame http://pygame.org/download.shtml Easy way is to install it via wheel, see e.g. http://stackoverflow.com/a/28127864 If 64-bit wheel (.whl) package installation fails, try its 32-bit version. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vim Markdown

    Vim Markdown

    Markdown Vim Mode

    ...When it is 1, and only if a link can be split in two parts by the pattern '#', then the first part is interpreted as the file and the second one as the named anchor. This also includes urls of the form #anchor, for which the first part is considered empty, meaning that the target file is the current one. After the file is opened, the anchor will be searched.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    PostX Gnu/Linux (Was Audax Gnu/Linux)

    PostX Gnu/Linux (Was Audax Gnu/Linux)

    PostX is a Debian based distribution.

    ...The live-mode default username is: audax and the password is: live Even though the above values should get you started, I strongly urge everyone to take a brief look at the release notes, which are found from PostX Gnu/Linux pages: http://www.techtimejourney.net/audax/ PostX info page (updated 27th of May with correct shortkeys and essential information about Chromium browser and Fluxbox (fixing the empty window issue) ) http://www.techtimejourney.net/postx-gnulinux-info-page/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    .... ---------------------------------------------- NAME cncc - count C/C++ source lines and bytes SYNOPSIS cncc [OPTIONS]... [FILE]... DESCRIPTION Count code-lines, empty-lines, comment-lines, code-fields, empty-fields, comment-fields of C/C++-sources which
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    Medium.js keeps HTML code within content editable semantic, simple, and clean. Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. Much more expressive and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    purpleelephant

    purpleelephant

    Development has moved to github

    Purple Elephant is a free and open source cross-platform 2D traditional animation editor, tester, player and compositor. Part of Purple Animation Tools by O. Bahri Gordebak See Wiki for details. Note that Sourceforge project page doesn't always show the latest download. Please click Files above and browse files before download. Latest version is 1.4 right now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SimpleFileSorter

    A simple file sorter to help organize files and folders.

    NOTE: This project is in beta stages. However, I plan to develop this into a bigger, and easier to use program. SimpleFileSorter has a simple concept of searching a user specified folder to sort all of the files into subfolders based on extension or user specified locations. We are committed to keeping this program simple and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SoftwareTechnology_KovácsMáté

    This project is for the Software Technology class at my university.

    ...The program must have a console menu or console command line so that the user can manage the database tables with commands or with menu options. The databases contain tables. The tables contain columns. The columns have names, types and can-be-empty-flags. The column type defines the possilble values of that column, which can be boolean, integer, real or string. If the can-be-empty-flag is not set, than writing data to that row is obligatory. The program must save every table into separate text files (the form of the file name is: <databasename>_<tablename>.dat). These files must contain the count of rows and table specific properties and the rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Paycoin XPY Blockchain

    Download Paycoin Wallet: https://github.com/GAWMiners/paycoin/releases

    WARNING: Only use these data files IF YOU HAVE AN EMPTY (or no) WALLET. While it "may" be fine to put these in with an existing wallet, and use the -rescan option, the target audience here is new paycoin installs with an empty wallet. Who needs this? - Any first-time user of paycoin, who wishes to avoid the lengthy block chain download through the p2p network. Instructions: - Unzip and copy blk*.dat files into your paycoin data directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    angular-local-storage

    angular-local-storage

    AngularJS module that gives you access to the browsers local storage

    An AngularJS module that gives you access to the browsers local storage with cookie fallback. You can install angular-local-storage using 3 different ways. For local testing (when you are testing on localhost) set the domain to an empty string ''. Setting the domain to 'localhost' will not work on all browsers (eg. Chrome) since some browsers only allow you to set domain cookies for registry-controlled domains, i.e. something ending in .com or so, but not IPs or intranet hostnames like localhost. Configure whether events should be broadcasted on $rootScope for each action. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    ...Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2 dimensions, from the lowest digit of the 2 odd integers both upright and upleft, its factors, and in the 2d space they are rectangle edges of, those pixels/digitbits must be on when there is an on bit somewhere downleft and downright after crossing empty cells, but if it finds either whole diagonal row empty then it must also be empty/zerodigit. The 2 main rules are: Any 2 cells below may both turn off and turn on the one above, or the reverse, and any on cell may move horizontally to an empty cell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    wespo

    An unofficial tool to create a .po file for your wesnoth add-on

    This program is an unofficial tool for the game wesnoth. It allows you to easily create an empty .po file for your add-on (skele.po) that can be used as a source for your add-on translations. Unlike the official tool WesCamp, you will run wespo on your local PC and you will obtain immediately your .po file. And it allows you to customize the output information related to a string, if you need it. See Advanced Usage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CLC

    Counts the non-empty, non-comment lines of code in your files.

    Code Line Counter By Sonicarrow V 1.0 Code Line Counter is a CLI tool to count the number of non-empty and non-comment lines of code in a document. Support: Python Java C Installation: Put "clc.bat" and "clc.py" in your C:\Windows folder. (For other OS, anywhere in your system path works.) Usage: Open a command line or terminal of choice. Navigate to the folder with the code file. Run the command: "clc [p|j|c] <filename>" p = python j = java c = c ex: "clc p test.py" "clc j Random.java" Output: CODE LINES: 335 // number of lines of actual code --------------------- Comments: 121 // lines within single or multi line comments Empty Lines: 54 // lines that contain only whitespace characters Total Lines: 510 // total lines in the file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Text to dbf util

    Text to dbf util

    The program includes 3 components: a text-delimited format database

    The transformation occurs in 5 templates and depends on empty fields (and,in - keeping)/(,a,,,b, - type csv), separators separators (a,"b, b",g), spaces (b,g),the initial blank (,a,,,b). The utility works with register character fields - set upper or lower case, uppercase the first character (with or without spaces). The table is cleared from the characters to the left, to the right, with both sides content fields and within fields, if there are gaps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    sitecheck

    Modular web site spider for web developers.

    More than just a link checker, sitecheck is a website spider (also known as a crawler) which can assist with SEO by testing an entire site plus both inbound links from search engines and outbound links to other sites for the following issues: looping redirects (HTTP 301/302), broken links (HTTP 404), server errors (HTTP 500), spelling mistakes, low readability scores (using the Flesch Reading Ease test), missing/empty/duplicate meta tags, duplicate content, slow page speed, W3C validation errors and accessibility errors. Sitecheck can also spot some common causes of PCI compliance failure such as insecure content on secure pages, SQL injection/cross-site scripting (XSS) vulnerabilities, insecure encryption ciphers and open mail relays. Sources of information leakage such as email addresses and IP addresses in the headers or the page will be logged. ...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo