Showing 469 open source projects for "code copy"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 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.
  • 1

    Quality-Check

    Quality-Check is a small Java library for basic runtime checks of vars

    The goal of quality-check is to provide a small Java library for basic runtime code quality checks. It provides similar features to org.springframework.util.Assert or com.google.common.base.Preconditions without the need to include big libraries or frameworks such as Spring or Guava. The package quality-check tries to replace these libraries and provide all the basic code quality checks you need. The checks provided here are typically used to validate method parameters and detect errors during...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    MP3 Recoder

    Tool for recoding MP3 files

    MP3 Recoder allows users to convert audio files into lower bit rates, saving a marginally lower quality copy on an MP3 player and leaving the original file unchanged. It can create the file name on the MP3 player from the source file to circumvent limitations of MP3 players and to organize the target files. Existing metadata can be used for this purpose (MP3 files: ID3 tags, OGG vorbis: comments). See also the web site (link below). Developers Wanted: Willing to hand over this project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LaTeX Table Creator

    LaTeX Table Creator

    Simple Cross-platform LaTeX table creator with a GUI and console app.

    ... the output to b easily appended to an existing table. This application is intended for importing "large" amounts of data into a LaTeX table. It is not intended to make fancy formatting easier. It does not supply WYSIWYG view. The GUI application allows the user to paste text into the application select formatting, generate the LaTeX output and copy the LaTeX code. The GUI is written using wxWidgets. The console application uses an input and output file and flags to specify formatting.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    Beat Station

    beatStation is an openFrameworks tapping recorder

    beatStation can annotate onsets, beats or segments in audio files. Download the archive and extract/copy the directory on your local hard drive. Before starting the app you need to copy 2 or more sound files to annotate in the data/sounds/ subdirectory. You can also adjust different settings from the settings file. Take a look at the wiki page for more info. For instance, you can choose to tap with a midi interface or just use the keyboard. beatStation was designed as a game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5

    nwhess2freq

    Calculates frequencies/modes from an nwchem generated hessian

    This is a simple Octave script which calculates the frequencies/normal modes from an nwchem generated hessian matrix. The advantage of having a separate script for this is that you can use the same hessian to calculate frequencies for different isotopic substitutions i.e. you only have to run one nwchem calculation. The script is finished in its current form in the sense that it is feature complete. Feel free to amend, translate, copy, steal etc. See the README in the code repository...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project show the color and color code of any pixel on desktop. And copy to hexadecimal color code to further use. This application is most preferable for Developer and Designer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    AMXX Menu Generator v1.2

    Generates a menu in an AMXX plugin

    AMXX Menu Generator is a program that allows both new and experienced programmers to generate a menu for their AMX Mod X plugin. This program allows customization of every menu option available. The generator will generate a fully operational plugin if you enter everything correctly. Please note that this is my first program I've ever built, so please point out any bugs you may find. Also, suggestions are always...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    ArduEMS-328

    Arduino Engine Management System

    This project is based on the original open source MegasquirtAVR, which became the closed source commercial product known as VEMS. There is a full copy of the original website in the Downloads section. It has the same features as Megasquirt 1 and can be tuned in MegaTunix, MegaTune or TunerStudio as a Megasquirt 1 B&G2.0-3.0. The code is compiled for the ATmega328p so the supported boards should be: - Arduino Uno - Arduino Duemilanove - Arduino Diecimila - Arduino NG - Arduino Extreme v2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    omt Slice

    Java Screen Capture App

    Version 1.2.4 fixed some bugs.... New in 1.2 1. Quick Launch From Notification Bar 2. Copy Image Directly To Clipboard 3. 100% Transparency For Selected Area Slice is a pure java screen capture application. It's free and lightweight. MUST Require JRE Java SE Runtime Environment 7u21 Or ABOVE Download JRE : http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html You can download source code from below link: https://sourceforge.net/projects/omtslice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10

    WatchingResizer

    Watches a directory for JPG files and resizes them all

    The program is written as Windows service which watches a configurable directory, resizes all JPG images to a configurable size and stores them as a copy. The main purpose of this project is learning and practising C#. This time a bit more complex code and windows services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PlushCoder

    Encode/decode the "Plush Code"

    Application designed for the creation/deciphering of "Plush Codes" that are used by the aficionados of plush animal dolls. The code, based on the "Geek Code" of Usenet days, operates in a similar manner: condensing personal information and details of the level of involvement into a concise string of characters. The Plush Coder allows one to make such a code from drop down menus, and/or by manual additions/adjustments to code elements. The app likewise interprets any Plush Codes entered either...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MyPAPServer
    Mypapserver: Mypapserver is a Powerful server. Run a server any where any time . If you want to use MyPAPServer on an USB key, you just need to copy the entire MyPAPServer folder on the key. Be sure that all your scripts are in the folder 'www', 'wwwAsp', 'cgi-bin' and your databases in 'mysql/data'. A complete and ready-to-use environment for Asp.Net, Dot Net PHP, Perl, Cgi developers: MyPapserver is a package including the server-side scripting language PHP, Asp.Net, the web server Apache...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EPOLSIG

    EPOLSIG

    command line source code hash stamps

    EPO LSIG is a simple command line tool which puts a single signature line in your source code file. Thus it allows checking files against data corruption and eases version identification. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    LuaCalc

    Crossplatform stack calculator with very fast usage.

    Crossplatform calculator based on preprocessor to Lua language (CLua). CLua have a hybrid syntax between C-style and Lua and have some additions like inline condition operator etc. Easy and very fast in use. Helpful for debugging and analysing data. Enjoy! Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    fx3load

    fxload utility from linux-hotplug project updated for the FX3

    This is a branch from the fxload project, originally part of the linux-hotplug SourceForge project which seems to be abandoned. This branch incorporates the patch from Steven J. Magnani that adds support for Cypress FX3 USB 3.0 endpoint to the fxload utility. It has been tested on Ubuntu 12.04 with the FX3 development kit (part number CYUSB3KIT-001). Oddly, as of January 2013 Cypress doesn't include this utility with its (open source) Linux SDK but requires developers to purchase a copy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Radical approach to storing and editing song lyrics with chords. Renders text in any font, use different size or style for the chord symbols. Easily transpose songs, and export to PDF. Never go back with aligning chords with spaces again! Source code is hosted here: https://github.com/matvey83/softChord
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Code Appearance

    It's an application that beautify the code entered in the text field.

    Code Appearance is a small application that beautify the code before you put it on a forum or a website. What it does? It adds color to the code, like the syntax highlighting of your favorite IDE. The syntax files are easily customizable. How it works? You choose a syntax file, these files can be downloaded or made by you, and write/copy/open your code and click on execute. A new window will pop up with the result. On this new window, you will be able to save or copy the code to the clipboard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FL!P

    FL!P

    Flip data model framework, real-time collaboration-oriented

    Flip is a data model library, designed as a framework, real-time collaboration-oriented, transactional, portable and compact. Documentation : http://ohmflip.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web Design Pad

    Web Design Pad

    The fastest web designing software in the universe

    Web Design Pad is an advanced software which allows its users to build web pages quickly with its user friendly graphical web developing environment. Its integrated web browser allows you to copy the source code of websites into the application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    ValhallaChat Eclipse BT chat Windows 7

    Bluetooth chat on Winodws 7 64-bit. You can download it to develop a B

    BB9900 as Server 1.Copy ValhallaMobile.jar into BB 9900/Media Card/blackberry/documents/ 2.Click ValhallaMobile.jar to install it. 3.Click ValhallaChat icon/Create new room Windows 7 as client 1.Import the desktop.valhallachat package including res folder into /src under a Java Project on Eclipse. 2.Import the lib.valhallhchat into /src under a Java Project on Eclipse. 3.Download bluecove-2.1.0.jar http://code.google.com/p/bluecove/downloads/detail?name=bluecove-2.1.0.jar&can=2&q= 4.Download...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Webserver Malware Scanner

    Webserver Malware Scanner

    Simply scans your server for malicious files

    Webserver Malware Scanner is a simple script for detecting and analyzing web-based threats. It currently handles exploitkits, shells, obfuscated JavaScript codes, Executables, Iframes and port scans. Use the following command to download the latest version: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://webserver-malware-scanner.googlecode.com/svn/branches/ webserver-malware-scanner-scanner Would you like to test our latest versions? svn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    minimp3_chung
    minimp3 chung is a free small mp3 folder player written in compiled freebasic. Copy the program in your mp3's folder or copy mp3 files in the same folder as minimp3_chung.exe application , double click on the application then it will play the mp3 files with a stunning quality. To listen with dsp_chung looped on the system mixer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This small project provides an easy-to-code Proxy pattern. It is very general and can be applied to any situation. All the developer has to do is copy a small method template, and add some annotations. Voila!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    C0CMS Community Widget

    Community board widget for websites

    === Donate to the C0CMS Project === Flattr : https://flattr.com/t/961915 Paypal : http://slcnc.blogspot.fr/p/donatecontact.html === Deployment scenarii === * Basic scenario : copy and paste the following HTML code in any blog, CMS or website surpporting iframe-based widgets : <iframe src="http://shangri-l.dyndns.org/audio/road-travel-ZZL/" style="background-color:white;" width="100%" height="100%"></iframe> * Advanced scenario -download the latest version -edid the file : modify $addcode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WWWDaemon

    The world's first web server, by Tim Berners-Lee

    This is an archive copy of the first web server, written in 1990 by Tim Berners-Lee. It was recovered via efforts at http://www.reddit.com/r/compsci/comments/q4e57/help_save_the_worlds_first_webserver_we_need_to/ This WWWDaemon code is provided here for archival purposes, as a historic record in the development of the world wide web.
    Downloads: 0 This Week
    Last Update:
    See Project