taskSavannah Administration - Tasks: task #4887, Submission of Data Structure

 
 

task #4887: Submission of Data Structure

Submitter:  sundaresh <cherio>
Submitted:  Tue 01 Nov 2005 01:46:42 PM UTC
   
 
Should Start On:  Tue 01 Nov 2005 12:00:00 AM UTC Should be Finished on:  Fri 11 Nov 2005 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  zeus Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 09 Mar 2006 12:02:17 AM UTC, comment #6: 

Hi.

Sorry for the inconvenience - unfortunately Jonathan could not continue helping Savannah, and we did not checked the projects he were reviewing. Feel free to resubmit your project.

Sylvain Beucler <Beuc>
Tue 27 Dec 2005 09:49:07 AM UTC, comment #5: 

Hi jonathan and all,

I thought my request was cancelled and hence kept quite. Sorry. Am
working on a  solid free

fs/vms and threads library to boot. It can be part of linux or any unix
like O/S. In the mean time

have the complete design for the data structure library but in the back
burner for obvious reasons,

since am working on the above fs/vms. Design ready coding underway.
Believe me , it will be comparable

if not better than existing commercial systems Do you think I should
register  this fs as a project ? I can

only do so under the following conditions.

1) I need to assemble a modest but competent and comitted team. I do not
even know how to use CVS. and I do

not know HTML/XML. Project mgmt is beyond me. I am seriously into coding
only. My skills limited

  to gcc/ vi. Request volunteers. Those willing to help/participate    can contact me at this email( sundaresh@mail.com)

2)  GNU status if you please. License will be GPL.

  Please let me know. Have designed a lot of useful s/w packages, and I
mean lot. But this fs takes priority.

Other data structures/database packages on top of this fs.

Sorry to keep you waiting. Either completed or underway I hope to host
these on savannah eventually.

sundaresh <cherio>
Sat 24 Dec 2005 05:07:36 PM UTC, comment #4: 

Hi,

I am waiting for an answer from you.

If within one week I still do not get a reply, I will remove your project. You will still be able to register it again once you have the time to deal with the registration issues.

Are you still willing to host your project at Savannah? If not, please tell us - we don't bite, and it will make us gain time.

Regards.

Jonathan Gonzalez V. <zeus>
Mon 07 Nov 2005 10:28:19 PM UTC, comment #3: 

Hi,

If you want to change the license from LGPL to GPL you just need to update the files you have copyrighted and make the changes I have pointer out in my previous reply, but in this case for the GPL.

I cannot aprove your project unless it complies properly and unambigously with the GPL. If you need more time before you release the project please let me know. And if you would still like to have your project hosted at Savannah, please register it again.


Regards.

Davidlohr Bueso <unixoz>
Mon 07 Nov 2005 02:56:25 PM UTC, comment #2: 

Hello,

Well, that is a pretty old code, and I have made substantial improvements a=
nd progress.
For instance I have pushed the OCCUPANCY or FILL_FACTOR of the closed hash =
table
to 98.4%, and another around 95%, both functions retries limit of 64 only. =
I have
designed other types of tables as well.I do not maintain a website. The upd=
ated code is on my own m/c,
sort of scattered in some cases, and more organised in others. But piecing =
it up should'nt be a
problem.Whereas the old library is LGPL, I propose to release this under GP=
L, not LGPL. Though
the format and interface will be somewhat similar. The new library will hav=
e substantial additions.
It will provide a basic interface to build moderatly sized custom databases=
, relational or other.
In fact am working on that right now. I was hoping to leave the formalities=
  like license etc, till
just before the actual release. While it is a WIP, can't I just manage the =
project without all these
license hazzles ? How do you propose I proceed ?

sundaresh <cherio>
Fri 04 Nov 2005 01:28:32 PM UTC, comment #1: 

Hi,

I'm evaluating the project you submitted for approval in Savannah.

The address of the FSF has changed, and is now:

  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Please update your license notices.

Please update the copy of the license (usually, the 'COPYING' file) in your package as well.

Updated versions of the LGPL and GFDL can also be found at
http://www.gnu.org/licenses/lgpl.txt

You can find some background and a possible migration script at
https://savannah.gnu.org/forum/forum.php?forum_id=3766


In order to release your project properly and unambiguously under the LGPL, please place copyright
notices and permission-to-copy statements at the beginning of every file of source code.

In addition, please include a copy of the plain text version of the GNU LGPL,available from http://www.gnu.org/licenses/lgpl.txt, into a file named "COPYING".

If some of your files cannot carry such notices (e.g. binary files), then you can add a README file in the same directory containing the copyright and license notices.
Check http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html for further information.

For more information, see http://www.gnu.org/licenses/lgpl.html#SEC4.

If you are willing to make the changes mentioned above, please provide us with an URL to an updated tarball of your project.  Upon review, we will reconsider your project for inclusion in Savannah.

To help us better keep track of your registration, please use the tracker's web interface following the link below. Do not reply directly, the registration process is not driven by e-mail, and we will not receive such replies.

Regards.

Davidlohr Bueso <unixoz>
Tue 01 Nov 2005 01:46:42 PM UTC, original submission:  

A new project has been registered at Savannah
The project account will remain inactive until a site admin approve or discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific "Group Administration" page, accessible only to site administrators, effectively logged as site administrators (superuser):

  <https://savannah.gnu.org/admin/groupedit.php?group_id=8081>


######### REGISTRATION DETAILS #########

Full Name:
----------
  Data Structure

System Group Name:
-----------------
  libds

Type:
-----
  non-GNU software &amp; documentation

License:
--------
  GNU General Public License V2 or later

Description:
------------
  A simple data structure library, originally C, later C++

1) linear data structures
     list.h , handles stacks, queues etc
2) non-linear data structures
     table.h , all types of list, tree( balanced, binary, 
     proper (my design), 2-3, red-black, and any other)

3) searching (internal)
      lsearch, bsearch, hsearch, and possibly isearch
   external
      index's, Btree, Hash, Other types.

4) sorting (internal)
     all internal sort algo's
    external (merging), a few merge algo's

5) Have a file based vm package, have some memory management algo's.

The library is generic, and under development. Code on my system.
An old version of my hash management library at

http://sourceforge.net/project/showfiles.php?group_id=44165&package_id=66328&release_id=153203

Other Comments:
---------------
  Would very much like to work with like minded volunteers.
Preferably as a GNU project


sundaresh <cherio>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-09 Beuc StatusPing-ed Cancelled
    Open/ClosedOpen Closed
2005-12-24 zeus StatusWait reply Ping-ed
    Assigned tounixoz zeus
2005-11-04 unixoz StatusNone Wait reply
2005-11-01 unixoz Assigned toNone unixoz

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code