eXtensible Binary Universal Protocol (XBUP) project is an attempt to design general binary communication protocol and file format. It uses unlimited unary-binary encoding and minimalist block tree
... [More] structure and eligible syntax tier. There is prototype implementation in progress. [Less]
Eclipse Launcher is an utility of Eclipse IDE. It's written in Delphi 6. Eclipse IDE has some configurations such as workspace folder and plugin folder in launching time. It help Eclipse User to launch Eclipse IDE with configurations.
Source Code Mania It is an interactive warehouse of programming source code and tricks. A tool to learn watching peaces of code or to simply store our code and keep it for future work. It is
... [More] interactive since it doesn't only allow to consult the available code/tricks until the moment, but rather, also, it allows the users to incorporate his own. A place to search solutions to our work , a place to store and organize our source code (funcitons , procedures, classes, and more) and when needed ,search a posible solution here copy , paste modify and use. Will be available to store code of: Delphi , Visual Basic, Java , C++ , PHP, Python and more, with a syntax highlated colored editor.
The project mission is create a tool to help us the programmer to keep or source code organized in section acording to categories , like databse , file system ,gui, etc ... thinking in future works
why to code again something that was coded???? add it to Source Code Mania(SCM) database and in the future , before code something search if it is something helpfull in the SCM database and dont lose a preciated time thinking how search it first ;-)
this is the mission , help us to have more time
sorry by my english !!!! [Less]
This project is for the JAVA version of DFBnc (Read below for delphi/pascal)
HistoryDFBnc was originally an IRC Bouncer written in Delphi. It compiled on Linux (FreePascal) and windows (using both
... [More] Delphi and FreePascal).
DFBNC Was originally licensed under the ZLIB License, unfortunately this version had a number of bugs in it, and is no longer available.
NowDue to issues with the code and random other things, the decision was taken to completely rewrite DFBnc (for the 2nd time), and rather than relying on external librarys (lsocket and wsocket) and having to test on 3 compilers and work around the various differences in compilers/platforms by hand it was decided to be rewriten in Java, with the rock-solid IRC Parser from DMDirc] powering it.
CompatabilityConfig files between the 2 versions are not compatible with each other, due to the config-directory structure used by dfbnc-java.
External FilesDFBnc makes use of files from other projects, which are automatically downloaded when using svn. The projects used are: # DMDirc (irc parser) # DF Libs (cliparser and logger)
All 3 of the used parts are coded by me, but are part of other projects I am a developer for. [Less]