Showing 282 open source projects for "except"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1
    PathFinding.js

    PathFinding.js

    A comprehensive path-finding library for grid based games

    The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser. It comes along with an online demo to show how the algorithms execute. (The pathfinding speed is slowed down in the demo). Note that this project only provides path-finding algorithms for 2D space. If you need to work in a 3D environment, then you may use @schteppe's fork. When instantiating path-finders, you may pass in additional parameters to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Handy TCP/IP Server/Client Tools

    Various TCP/IP servers, clients and network management tools

    ... can also be used as a Ethernet over UDP tunnel to remote bridge PC's local NIC, VXLAN, UDP proxy etc. Visit the Wiki page for detail. GUI tools include a network monitoring tool PMON, a SNMP and IP scanner. The project aim is to make them as light weight tools that can be directly executed in command prompt without the need of installation. (Except pmon and UBridge to bridge PC's NIC which require Winpcap). The whole package can be put into USB flash and 伴侶highly portable.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3

    Copy Recursive

    copy all files recursively from source to destination

    Linux bash script that copies all files (except folders) recursively from source dir to destination dir. usage: './copy recursive.sh' source_dir destination_dir Copyright © 2015 DPD- (Davide Peressoni) <dp.d-@live.it> 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; either version 2 of the License, or (at your option) any later version. for more info: https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Wacky Wheels Remake [DEAD]

    Wacky Wheels Remake [DEAD]

    Wacky Wheels Remake

    Project is dead. I'm trying to remake Wacky Wheels in Java using LWJGL. I'm not planning any 3D objects (except walls and static map objects), all entities are sprites with original textures + some modified or added. Expected features for v0.5: - Race single maps and campaigns like in original game - Play deathmatch maps - Split screen for all maps - AI opponennts for all maps - No network multiplayer - Maybe sounds - Possibility to write mods Expected features for v1.0...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5

    Websocket Server and Client

    This project is a chat application that uses browser sockets

    This project uses web sockets to contact the chat server. It can support one to one communication or one to many or even to all communication. The server is written in C and the user interface is in html, css and javascript. It works in mozilla very well except for some small bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    fsh

    An entertaining interactive desktop aquarium

    ... except other sharks, while barracuda will eat basic and ninja fsh. Ninja fsh take the fight to the predators, and actively hunt down sharks and barracuda. Laser sharks will shoot at anything they can eat once it lines up with their laser. You can customize how many of each fsh you get, along with a number of other parameters (like whether predators eat or just kill, whether to show blood on kills, etc) using the fshConfig program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    fckgLite is a WYSIWYG editor for DokuWiki. It uses the FCKeditor and converts the editor’s HTML to DokuWiki markup using Javascript. It supports the complete DokuWiki syntax except for embedded php and html. Its more recent companion ckgedit uses the CKeditor and can be downloaded from the files listing by clicking on the 'Browse All Files' link.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    HtmlTextExtractor

    HtmlTextExtractor is a utility to extract html articles From html pag

    HtmlTextExtractor is a utility to extract html articles From html pages it use a smart algorithm to find the articles in the page HtmlTextExtractor will remove everything except the articles Usage In the source folder type your folder directory which contains your Html files In the destination folder box type your output folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SIRA_PRISE

    SIRA_PRISE

    SIRA_PRISE client side ecosystem

    The SIRA_PRISE client side ecosystem, that is, everything there is to SIRA_PRISE except the server itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 10
    CSGO-Helper

    CSGO-Helper

    monitor tool for csgo

    Turns off all monitors except the primary monitor and turns on digital vibrance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Install_Safe_Adobe_Flash_Player

    Safe Adobe Flash for Mac

    Mac's seem relatively safe from malware and viruses except when it comes to java and flash. This is a more secure version of flash for your mac. If this is marked as malicious by your browser it is most likely because it has a .dmg extension. Download and enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JGGJCalendar

    JGGJCalendar

    A fully customizable datepicker for your Swing application!

    ... and the formatting rules before and after the initialization. JGGJCalendar supports the Gregorian calendar, the Imperial Japanese calendar and Thai Buddhist calendar. It was built to be fully customizable: you can easily change every color of the widget to match your application style and you can easily translate the interface (except for the Locale dependent data).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    simple C utils

    A small collection of C utilities working on POSIX/WIN32

    This is just some small utilities in C that I use and re-use in different projects. They are self-contained (except that most depend upon CUtils). It can compile and work on Linux and WIN32, most probably on any POSIX system, too. For now it contains: - CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser - CNet: a simple message passing library for C - jCNet: a compatible CNet lib for Java - CSNet: a compatible CNet lib for C# - CPano: an equirectangular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    wineftd2xx

    Linux Wine dll.so for FTDI's D2XX devices

    This is a Linux Wine dll.so that substitutes for FTDI's D2XX drivers. It is effectively a shim layer between the FTDI's Linux D2XX drivers and Microsoft Windows applicatons running under Wine. Almost all calls are emulated, except those that have no meaning under Unix. To date, however, it has been tested only with the Intronix LogicPort running under 32-bit Intel Linux. 64-bit Intel should also work. Note that wine version >= 1.7.27 is recommended.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Latest on Arxiv

    Parse the latest Arxiv RSS stream and get your institute preprints

    ... this software as a demonstration on how we do it at the Kapteyn Astronomical Institute. The script is run daily as a cron command. Feel free to take and modify this code any way you want. But if you are using it, I'd love to at least here from you and know I didn't put this up for nothing. The program has no major prerequisites, except the Python package pyPdf. It is build for Python 2.6.x series, but will probably work on many others as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Codeme PHP Framework

    Build your php applications fast & secure

    ...::except(). Request::all(); Input (same as Request)' Database::connect(). Database::query(). Database::fetch_assoc(). Database::insert_id(). Database::hasError(). Database::num_rows(); Cookie::get(). Cookie::make(); Session::get(). Session::make(); Response::json(). Response::download(); Cache::enable(); Redirect::to(); Http::sendPostTo(). Http::sendGetTo(). Http::getDataUrl(). Http::copyDataUrl(); Dir::create(). Dir::listFiles(); File::exists(). File::create(). File:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DummyFileCreator

    DummyFileCreator

    Creates dummy files

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TEACryptor

    TEACryptor

    Encrypts text files

    Uses the Tiny Encryption Algorithm to encrypt text files. This program can only encrypt text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    e-Exam

    e-Exam

    Testing students has never been easier!

    This program is a replacement to paper-based exams. You have to write the test in a text file and then load it from the program. From there you have the option of choosing exactly how many questions you want in the test (the questions will be chosen at random), you can also randomize the order of the possible answers of all of the questions (while still maintaining the "right" correct answers), or if you want you can also randomize the order of the questions. You will also be prompted for a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    wmcdplay

    CD player based on ascd designed for WindowMaker

    There's nothing in the program that makes it *require* WindowMaker, except maybe the look. It's extremely customizable, provides great control, and runs on a 64x64 window. You can get it too look almost like anything, provided of course you READ the documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    elf.map

    An offline map viewer for android. Map based on GPS data.

    An offline map viewer for android. Features: 1. Offline map based on GPS data 2. Filter objects by type 3. You can remove some type files that you don't need, except "points.llu" and "points.str". 4. GPS location Map data converted from osm xml file (http://www.openstreetmap.org). Use "MapMaker" to convert map. It based on linux-x64. example: "./MapMaker greater-london.osm . -0.95 51.28 0.5 0.5" For test, extract "map-demo.zip" to sdcard root dir. Absolute path is "/sdcard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RClock

    RClock

    A relative clock with support for away-time.

    A relative clock starts countering from zero when you open it: it's relative from the moment you open it. Thus it's like a timer, except you can tell it you're leaving between say 13:00PM and 15:00PM so it won't increment during that period. You can even add this "away-time" afterwards! Very handy for breaks when counting working hours or as a productivity tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HolyWar: The battle for Faith

    HolyWar: The battle for Faith

    Classic backgammon in fantasy setting with a lot of missions.

    Holy War: The battle for Faith [Fantasy Backgammon] Is the variation of Bacgammon game in fantasy setting. Features: - Classic backgammon rules (except "7"-rule) - 3 factions (crusaders, saracens and undead) - 3 campaigns with a lot of missions - Fight with AI and human (hot-seat) Engine: HTML5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    .... It is extremely fast, but uses only 32-bit float. And finally, the fourth works on CPU, but uses arbitrary precision (OpenMP), so it hasn't limit for depth (except rendering time).
    Downloads: 0 This Week
    Last Update:
    See Project