Showing 508 open source projects for "vs"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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.
  • 1
    ...The following components are ready now: Price Of The State template (Joomla template) Price Of The State data table component (Joomla component for displaying fiscal tables) 'Buy your state' (virtual shop for public services) Number of the day Interesting numbers 'Calculate What Do You pay' (Tax calculator) News: 2.12.2013 - Added support for multilingual site. 16.5.2013 - Added quadrant tooltips to datatable component 21.4.2013 - Added functionality "budget vs reality comparison" to datatable component 06.4.2013 - Template updated, new functionality added (Running Tax display)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Super Battleship World

    Super Battleship World

    Battleship through network

    This is a Battleship game developed by myself for academic purposes. Main Features: - Player VS PC - Player VS Player through network - Chat available in PvP mode. For playing through network, first you have to create the server and then ask Player 2 to enter the host IP in order to join the game. Attached you'll find the compiled code (JAR) and the sources (Netbeans project). Currently it needs a lot of improvements which I can't find the time to do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Dominion-Strategie-Simulator

    Free Dominion Browsergame

    Version 1: single player, test best strategies to get the 5. province. Version 2: 1-8 players, test strategies against others. Webinterface and development versions. Version 3: human player vs. computer strategie. Version 4: Multiplayer Browsergame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Unbroken Promises allows you to keep track of promises to yourself and others by tracking how well you've done in the past vs. current.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5

    makeprojects

    Auto generate VS, Codewarrior, Codeblocks, XCode projects

    This tool will scan your directory for source files and then generate a project file for Codeblocks, XCode, Visual Studio, Metrowerks CodeWarrior, FreeScale Codewarrior. It runs on Linux, MacOSX and Windows and can generate the files for any host from any platform. Great care is taken to make sure project file updates change as little as possible to make source control change lists as minimal as possible. This is the main IDE project file generator used by Olde Sküül!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The vs Cobol screen handler converts screens defined in a simple meta-language (using standard text files) to Cobol sourcecode which can be accessed using PERFORM statements. Copyright (C) 1988-2013 Albert Gielis This software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2.0 as published by the Free Software Foundation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    InsaneBalls

    InsaneBalls

    Action-packed local multiplayer game

    ...There are three different game modes to test your skills: * Free for All: Collect as many balls as you can and return them to the neutral base. * King of the Ball: Collect the one ball and keep it as long as you can. * Team vs. Team: Play in team to collect more balls than the enemy and return the balls to your base. Each map features different types of power ups, active turrets, and some further extras. Fast reflexes and advanced dexterity will lead you to victory. Now download the game and use the innovative matchmaking lobby to start a match against your friends!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PWDTK.NET

    .NET Secure Password Hashing API

    This API uses the PBKDF2 specification with HMACSHA512 as the underlying pseudo random function (PRF) to perform the salted hashing over a specified number of instances to eliminate the feasibility of rainbow table attacks & drive up the computing cost of generating said tables, this is known as key stretching. This API also provides the capability to create BIG crypto random salt strings, because the BIGGER & more RANDOM your salt, the better! (anti-rainbow tables) I was going to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Xedi is small combo (tree VS text) XML editor with some useful functions, code highlighting and validation on-the-fly. You can choose edition mode in realtime: tree or text editor.
    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
  • 10
    Make-It-So

    Make-It-So

    Converts Visual Studio solutions to gcc makefiles for Linux

    MakeItSo converts Visual Studio solutions to gcc makefiles for Linux. It will convert all projects in a solution and create a makefile for each one. It also creates a master makefile that will build them in the correct dependency order. Many self-contained solutions can be converted just by running MakeItSo against the solution file. For more complex solutions, you can provide extra information to MakeItSo, for example to replace Windows-specific external libraries with Linux versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SharePoint Foundation User Sync Tool

    VS (C#) program used to sync SP with AD

    A Visual Studio 2008 (C#) program that allows you to synchronize Contact and User Information List (and others) from Active Directory to SharePoint Foundation. What make this project a bit unique are the following: 1) This program allows to you browse a sites library list and items along with Active Directory to help determine which fields map to which fields in your lists. 2) The program can run in /silent mode to be used as a windows task scheduled job. You can also include a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PWDTK.NET MOBILE

    .NET Secure Password Hashing API for Windows Phone OS

    Similar to my project PWDTK.NET (http://sourceforge.net/projects/pwdtknet/), I have decided to port this over to the mobile environment for use in the Windows Phone OS. This is essentially the same as PWDTK.NET however it is using HMACSHA256 as the underlying PRF of the PBKDF2 spec as opposed to HMACSHA512. This is due to Microsoft not including HMACSHA512 in the Windows Phone SDK. Usage is essentially the same as with PWDTK.NET so you may also like to look at the PWDTK.NET project for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Guardian Frontend

    Guardian Frontend

    The Guardian DotCom

    This repository hosts a major part of The Guardian’s web application stack, historically the Play Framework–based code that serves the newspaper’s content at scale. It orchestrates rendering of articles, live blogs, and interactive pieces while integrating advertising, analytics, identity, and paywall-adjacent features. The codebase coordinates with upstream content APIs, image services, and media platforms to compose pages dynamically with caching and edge-friendly layouts. Operationally,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mint is an name-authority and vocabulary service that compliments ReDBox application. The open source solution is developed and supported by the Queensland Cyber Infrastructure Foundation (QCIF). As part of the ANDS-funded Metadata Stores Project, the University of South Australia has developed a number of customisations to enhance this system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    phpMerch - Retail Merchandise Planning
    phpMerch is a feature-rich 100% web-based Chain and Store Planning product, with SKU-level planning in process. Written using PHP/Javascript/AJAX utilizing mySQL database. Download now available. Will priortize / release enhancements on request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    User Picture Enhanced
    This .NET app has the ability to add and remove the default user display pictures. It adds pictures by using a screen-shot tool that can be re-sized. There is also an option to import some pre-shot images. (Compiled with C# in VS)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Plants vs. Zombies Trainer LSGVDZ

    Plants vs. Zombies Trainer LSGVDZ

    its a nice trainer for Plants vs. Zombies

    A very good trainer with options like Unlimited suns and Unlimited money! :) Enjoy the Game :):):)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    imdbrating

    Get rating of movies and series form imdb

    ...Search for a series # python rating.py the it crowd Name : The IT Crowd Genre: Comedy Rating: 8.5 Season No of Episodes :6 Title: Jen the Fredo Rating: 7.9 Title: The Final Countdown Rating: 7.9 Title: Something Happened Rating: 7.2 Title: Italian for Beginners Rating: 7.9 Title: Bad Boys Rating: 8.2 Title: Reynholm vs Reynholm Rating: 7.3 Season No of Episodes :6 Title: From Hell Rating: 7.6 Title: Are We Not Men? Rating: 8.0 Title: Tramps Like Us ...................
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SimpleTextEditorNMASIC

    Simple Text Editor

    IDE: MS VS 2005 Written in: C# version of .NET: 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Comments Code Snippet for C#

    Surrounds selected code with a comment block in C#

    This code snippet surrounds selected code with a comment block (/* comment */). Should work for all versions of Visual Studio starting from 2005. To find the code snippet path used by VS, go to Tools -> Code Snippets Manager. Select Visual C# in the Language drop down. Expand the Visual C# folder and note the file location. Place this file in that location. Restart VS, select a group of code, right click -> Surround with and it should be there with the name: Comments Snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Spaxe Hilk

    Spaxe Hilk

    Turn based tactical battle multiplayer game with Aliens and Marines

    Spaxe Hilk is a turn based tactical battle game, where marines battle it out against aliens. It's still early in development but coming on nicely. Spaxe Hilk is purely multiplayer and can be played with 2 or more people, depending on the mission. Watch a preview: http://www.youtube.com/watch?v=NdWXLmkPlJ0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    King Of Fighters VS. Mortal Kombat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    passphrase-generator

    Generate a set of random passphrases for you to choose from.

    ...It also provides estimates for the entropy of the generated passphrases. The randomization is based on /dev/urandom and SHA1. See http://xkcd.com/936/ for an entertaining take on passwords vs. passphrases. See my post in stackoverflow for links to other solutions and discussions on passphrases vs passwords: http://stackoverflow.com/a/12646320/1148030
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Star Wars VS Halo

    amazing free indie RTS game

    An amazing RTS Game
    Downloads: 2 This Week
    Last Update:
    See Project
Auth0 Logo