Projects tagged ‘c’ and ‘csharp’


Jump to tag:

Projects tagged ‘c’ and ‘csharp’

Filtered by Project Tags c csharp

Refine results Project Tags .net (99) dotnet (25) asp.net (23) windows (23) game (20) java (19) mono (18) linux (12) api (11) php (10) python (9) framework (9)

[254 total ]

3 Users

Complete, lightweight and portable C# library for Facebook: gives complete access to Facebook functionalities (API, Chat and more), does browserless login and runs on Microsoft .net, Microsoft .net ... [More] for Mobile (Compact Framework) and Mono. --- On the 12th of February, 2009 I've received a "Cease and Desist" e-mail from Facebook's lawyers. As a result, the project will be closed at latest the 19th of February, 2009. For now, the copies of that letter are kept personal. If you'd like a copy, contact me: http://contact.ali.tokmen.com/ It's been a great pleasure to work with such creative, realistic and helpful people. [Less]
Created 11 months ago.

2 Users
 

Open source clients for the Tugs' Uptime Project. The Tugs' Uptime Project tries to be an alternative to the dead Uptime Project.
Created 9 months ago.

1 Users
 

Like listening to online radio?QuickTuner removes the hassle of browsing and bookmarking out of online radio (aka webradio) and lets you "tunes" and listen like you would a normal radio. ... [More] QuickTuner is a radio tuner application which tunes by browsing to the radio's live streaming webpage and lets the sound streams through without actually having to leave the webpage opens all the time. QuickTuner doesn't do any fancy tricks it wasn't meant to do. You tell QuickTuner where your station is, and next time you can tune and listen in as few as 3 click, which is double-clicking the quicktuner icon and clicking the play button. :-) You can also change stations quickly by selecting from a drop-down list so no bookmarking or remembering anything, you save it once and it's there like a radio pre [Less]
Created about 1 year ago.

1 Users
   

oSpy is a tool which aids in reverse-engineering software running on the Windows platform. With the amount of proprietary systems that exist today (synchronization protocols, instant messaging, etc.) ... [More] , the amount of work required to keep up when developing interoperable solutions will quickly become a big burden when limited to traditional techniques. However, when the sniffing is done on the API level it allows a much more fine-grained view of what's going on. Seeing return-addresses for each recv/send call (for example), can prove useful when you want to look at the processing code at that spot in a debugger or static analysis tool. And if an application uses encrypted communication it's easy to intercept these calls as well. oSpy already intercepts one such API, and is the API used by MS [Less]
Created about 1 year ago.

1 Users

Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII, serial RTU, serial over USB ASCII, serial over USB RTU, TCP, and UDP protocols.
Created about 1 year ago.

1 Users

DotNet dependency injection internal DSL. Separates application wiring from classes, making objects into building blocks.
Created about 1 year ago.

1 Users

.Net Framework library for console arguments parsing Project home page: http://nconsoler.csharpus.com Quick example: public static void Main(string[] args) { Consolery.Run(typeof(Program) ... [More] , args); } [Action] public static void DoWork( [Required] string name, [Optional(-1)] int count) { // ... }C:\>program.exe Administrator /count:10For more details use manual http://nconsoler.csharpus.com/manual [Less]
Created 11 months ago.

1 Users

Implementation of default often using business objects. Today we find many technical application programming interfaces for our programms we develop. But where are the business objects? Many ... [More] things we coding in different applications new, because nothing is to get. BO-API implements business objects for free in different programming languages with identical public interface. [Less]
Created 4 months ago.

1 Users
 

This is useful for monitoring a hosts connectivity. It is good for troubleshooting networking hardware and connection problems alike.
Created 11 months ago.

1 Users
   

The Cat programming language is a functional stack-based programming language, with an optional static type-system. Think Forth meets Haskell. Cat is heavily inspired by the Joy programming language. ... [More] The main project is the C# source code for an interpreter of the Cat language maintained by the language designer Christopher Diggins. You can view the source code online at http://cat-language.googlecode.com/svn/trunk/. The Cat interpreter is tested primarily on Windows but should also run on Linux and Mac using Mono. [Less]
Created 12 months ago.