Differences between revisions 11 and 53 (spanning 42 versions)
Revision 11 as of 2008-04-14 01:36:56
Size: 316
Editor: CarlNobile
Comment:
Revision 53 as of 2012-01-15 21:16:36
Size: 1360
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Doubly Linked List API == [[EPIA|Electronic Parts Inventory Application]]
Line 5: Line 5:
[[RPWS|RESTful Python Web Service using WSG]]
Line 6: Line 7:
[[http:../home/Linklist|API Home Page]] == Chat Server ==
I have never officially released this code as open source, however, if I get enough encouragement I may. It was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client available is a command line app., but shows what would need to be done for any client.
Line 8: Line 10:
[[http:../cgi-bin/viewvc.cgi/OpenSource/linklist/|CVS Repository]] In general the chat server would need some sort of client agent. The backend is an XML-RPC server.

[[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/chatserv/?root=cvs|CVS Repository]] This is off site.
Line 11: Line 15:
This API provides a way to auto generate !JavaScript stubs in your HTML that communicates with a Python web service. It is essentially an RPC style service.
Line 12: Line 17:
[[http://tetrasys-design.net/home/AjaxStub/ajaxstub.py|API Home Page]]
Line 13: Line 19:
[[http:../home/AjaxStub/ajaxstub.py|API Home Page]] [[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/ajaxstub/?root=cvs|CVS Repository]] This is off site.
Line 15: Line 21:
[[http:../cgi-bin/viewvc.cgi/ajaxstub/|CVS Repository]] == Doubly Linked List API ==
This is one of my first open source projects and is still seeing quite a few downloads. It's an API for a doubly link list written in C.
Line 17: Line 24:
== Chat Server == [[http://tetrasys-design.net/home/Linklist/|API Home Page]]

[[http://tetrasys.homelinux.org/cgi-bin/viewvc.cgi/OpenSource/linklist/?root=cvs|CVS Repository]] This is off site.

Projects

Electronic Parts Inventory Application

RESTful Python Web Service using WSG

Chat Server

I have never officially released this code as open source, however, if I get enough encouragement I may. It was basically a medium for testing out a few thoughts, but is a very functional Chat Server. The only client available is a command line app., but shows what would need to be done for any client.

In general the chat server would need some sort of client agent. The backend is an XML-RPC server.

CVS Repository This is off site.

AjaxStub

This API provides a way to auto generate JavaScript stubs in your HTML that communicates with a Python web service. It is essentially an RPC style service.

API Home Page

CVS Repository This is off site.

Doubly Linked List API

This is one of my first open source projects and is still seeing quite a few downloads. It's an API for a doubly link list written in C.

API Home Page

CVS Repository This is off site.

ProjectsPage (last edited 2012-01-15 21:31:03 by CarlNobile)