Does anyone know of any open source versions of Twitter? [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?

Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/

Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly

I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).

Related

Support Vector Machine library for C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
The community reviewed whether to reopen this question 10 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
Is there any Support Vector Machine library already implemented which I could use in my C# projects?
I did some google searchhes and found links that could be interesting:
libsvm
svm
Support_Vector_Machine
libsvm implement
Accord.NET
I stumbled across your question when trying to find a good starting point example of a Support Vector Machine implementation in C#. If someone wants to write their own SVM, and has no desire to use a toolkit or can't use a toolkit for some reason... this served as a good reference for myself.
kernel-support-vector-machines-example-C#

open source instant messenger? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an open source instant messenger based on .Net technologies (C# on Windows), and an open source project which has a small code base is appreciated, since I only need basic text message exchange function. Better authentication by a remote web services.
thanks in advance,
George
The XMPP Standards Foundation links to several .NET SDK libraries for those who wish to build their own IM.
Here's one link:
http://www.ag-software.de/agsxmpp-sdk/
There's also a CodeProject link that shows how easily you can be up and running using agsXMPP:
http://www.codeproject.com/KB/IP/JabberClient.aspx
Hopefully you find these to be good reading!
Here is C#, SIP instant messenger:
https://sourceforge.net/projects/officesip/

C# Javascript Beautifier [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am wondering if anyone knows of an open source c# library for beautifying javascript. I would like to make use of such a library within my asp net website to make debugging messy javascript easier.
There are currently many online websites for this (ie. http://jsbeautifier.org/) however I would like to have access to such a utility within c#, even if it is just a wrapper for communicating with an online API.
You can use jsbeautifylib.
http://jsbeautifylib.codeplex.com/
It's the file/folder you found :)
Also there is a C# port of js-beautify by Denis Ivanov here
And in the simplest of form, there is JSBeautify.cs
The site you pointed out suggests a command line tool. Wouldn't it be enough for you?
To beautify from the command-line you
can use provided beautify-cl.js
script, using Rhino javascript engine.
See the file contents for the details.

Open Source Winforms applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for open source applications, built with winforms in C#. Specifically, i'm looking for applications using new and real world techniques. Like nerddinner and oxite for asp.net.
Thanks
SharpDevelop is an excellent example IMO
Another one was Paint.net, but it's no longer open source, see comments.
Look to codeplex, SourceForge and Code Google. There is lot of applications :)
Next resource is CodeProject.
Paint.Net is nice example.
Here is source code.
NUnit is a good "real world" open source application...
http://sourceforge.net/projects/nunit/

OSS Twitter Clone written in .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a twitter clone written in .NET (or ideally C#)?
I wanna experiment with a private twitter network between some friends and work colleagues.
http://www.yonkly.com/. Done with Asp.net mvc
Have you taken a look at Witty? It is a a Twitter client that matches you criteria, I am not aware of any server software though.
I know TeleTwitter. Though its development is stalled, it does everything I need.
I don't think there are any Twitter implementations in C#. If you are looking for C# twitter client, then Witty is the way to go (for now.. I'm working on a new one based on Witty libraries)
http://code.google.com/p/wittytwitter/

Categories