Showing 142 open source projects for "asn.1 c#"

View related business solutions
  • 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.
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 1
    sudokurapid is a library to solve sudoku puzzles. sudokurapid implements heuristic analysis which makes it possible to find solution or prove that there is no one very quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Virtual Chess Clock

    Virtual Chess Clock

    A simple and free chess clock software.

    Virtual Chess Clock is a chess clock software: it can be used to simulate a chess clock on computer (typically a laptop). Virtual Chess Clock is designed to be easy to use. It is free, open-source and multi-platform.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    wowchess

    wowchess

    Version 1.2

    Easy playing java chess game, You can play against own written wow chess engine, or other users, rewind games forward and backward, easily restart again or if needed replay the game on demand. Attractive user interface and effects. If You like to You can see other games being played, linux,win
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Silver Games Project is a collection of open source, multiplayer networked games being developed in Silverlight. All games are tied together with a common lobby server featuring a global ladder ranking system.
    Downloads: 15 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 5
    Uccilerator is a Chinese chess engine using UCCI protocol. The engine communicates plays chess with another engine on the chess server and decide how to make the next move.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DiceRoller V2.0 (for Skype)
    Dec 2013 update: The Skype Diceroller has become officially obsolete. Skype announced that they are discontinuing support for the Skype API, which the project depends on in order to read chat message data. Unfortunately, there isn't an alternative mechanism currently available to that would support the diceroller's functionality. This project is essentially on hiatus until a new API or other means of retrieving chat data from Skype becomes available. Thank you all for downloading. It was...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    Twilight Imperium Third Edition Rules

    A program dedicated to the ease of looking up certain rules/rule combi

    If you ever found yourself trying to host a nice game of Twilight Imperium, but it's been so long you forgotten some of the rules. You'd quickly realize that looking stuff up in the manual isn't easy. To make matters worse; if you are playing with one of the many game options, figuring out which rules change, and which doesn't can be a nightmare. Look no further. TwIR was created with this in mind. You select which settings you desire your game to have, and TwIR figures out which rules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The World Conquest Console Game

    The World Conquest Console Game

    A TBS game written in C++ but the twist is its only console based.

    Draft deploy and attack. The early beta version can only do these things. The alpha can only draft and show territories. The game should get up to the point where it has a text based map, more than 6 territories, and good AI. I have never made AI so it might not be perfect. This project will range from 1-4 months and is COMPLETELY opensource. You can change and share the code but share my link to sourceforge. First rate and i try and add a mac version. Five rates and a try and add a DOS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 10
    ... are Separated by bar. The points are numbers starting from 1 to 24 from home board. Each player has 15 checkers of his color choice (Select the color from Edit-Properties). This project is developed using C++/MFC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fangsatz

    Fangsatz

    Word guessing game similar to Catch Phrase designed for online play

    Make sure UDP port 1110 is open on the host machine, and have any number of remote people join and guess at words in turns by giving clues over a separate voice chat service such as Skype. The game was intended to be played with rules similar to those of Catch Phrase, but is designed for remote play for groups that can't get together in one place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Amazing Maze

    Amazing Maze

    Ein verrücktes Brettspiel für die ganze Familie.

    Ein verrücktes Brettspiel für die ganze Familie.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Vexed

    Vexed

    Vexed, the classic Palm game made in C# for .NET 4

    This is a full remake of the original Vexed for the Palm in the style of the Psion version by Ewan Spence which I loved. All the original level packs are there as well as the features from the Psion version (save/restore state, blocks remaining, undo and solve). It's one of the best puzzle games I've ever played and decided it needed a makeover for Windows. Open source, of course, you'll find the original on Sourceforge still at http://vexed.sourceforge.net/. I hope you enjoy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Connect Four

    A simple connect four game in C#

    This is a small and simple project which i used to work on creating a minimax algorithm. In its current state, the algorithm is finished. Future updates will try to: 1. Add heuristics instead of just checking for wins 2. Introduce alpha-beta pruning Other updates not concerning the AI will be: 1. Coins will fall down into place, instead of appearing 2. You can set if you want to play with 2 humans, 2 computers or an AI and a human. 3. You can select different AI's Lots of work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SANKit

    Read and write PGN format and test moves for legality.

    ... and reports no issues at this time. To use the code as a "framework" you would undefined "CLI". In addition, a small C++ program is included that takes as input a file of one or more PGN records, and outputs pure pristine PGN records as output. In addition to flagging errors at the move level, the program provides three boards around the move. NOTE: plan on budgeting a fair amount of time to read, re-read, and experiment with the documentation and cryptic uncommented code. You are on your own
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Mastermind

    Mastermind

    This is a simple Mastermind game, developed in c++ with SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Just messing around, attempt to create an Othello(Reversi) game in C#, learn about Artificial Intelligence, Model-View-Controller, Network Communications in C#, as well as learning Git for Source Control.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    AmiGoGtp is a version of the AmiGo Go program with a GTP (Go Text Protocol) interface added. It can be used as a weak but fast opponent for beginners and is of historical interest as one of the first open-source Go programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Tyranny is an open source client-server package that aims to create an online, multiplayer Monopoly-like game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a plugin for pidgin to play board games with other people who also use Pidgin and this plugin. The goal is to create a board game framework plugin for pidgin which can be easily extended to use a wide variaty of rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tripod is a board game for one to four players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SOSS - a chess pairing program. Features: enter result using bar codes, lots of configurable print outs, calculation of team competitions, administration of fees etc, adm. of leaders, multiple competitions in one event, html print outs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Chess For Windows
    Chess for Windows. Created in Visual Studio /VC++. Has a basic colorful interface, features AI/CPU player. Future versions will have drag'n'drop, take back option, more visual AI move, different difficulty levels...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    A semestral project. Simple game written in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    gnome is a set of project. gnome 2d is a implementation of robots riccochet with Win GDI. gnome 3d will be a DirectX 3D implementation with gnomes instead of robots.
    Downloads: 0 This Week
    Last Update:
    See Project