From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29664 invoked by alias); 12 Oct 2013 06:01:29 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31817 Received: (qmail 20618 invoked from network); 12 Oct 2013 06:01:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1381557357; bh=mW3i9W2Y2wKloIiAyNwBZ68So3bCp+4KeTcm3ZQdPwE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:MIME-Version:Content-Type:Content-Disposition:User-Agent; b=cZwDrzsdZWkRwkjB6T4QQZQ2F7tlBzmibM1649lJXdQL9m6W0+nX76zbJMDACkDv5CSdblHPvOKMc7Y3vyB7ofEiwGdyz4h0QHQOz9cr2FmKt76VlnNzwQf/z+XfaI8rdRCSbSZ+hTF0WAy9A/sqrRP51pT8jdNtBXAoIUoadD0= X-Yahoo-Newman-Id: 171274.56883.bm@smtp209.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: nKYQm0EVM1k8vsXbFqNy1MpII4S4DUnvrg52U3FSuBrZQLT K8vixszQJwvSr1MVtfZ5FkBpn5kMOsUsFlr2kQjNPtnl6W9oDJKKIKRl8umv gKx7kKlHJsjqBYklZhqbf6aRkYIk0JO77pVgrFd2N0CskOq3ukTQxe0xlLQT AZIXTmNitpXkHCraYzOKFlbihvo0D3YOiwWzftgCd.XqDmPXw_fEvCPEh4ZK VTDV6o3kBlJCJ4zdRVypAL9i4cAhBzoE8xYYlxuCi_Aw1O7hk.sa8D8VqKOK bQrGYAzfKhBz3IevFwzTC1RVwe7jsIKsTH3t6qb1gZ1vxw388gmxjxRMVDzx vK5V0njPd795FCyfLoq0I9hPLsDYKVmR0QGSPxodoQyI8S0bLTU6GwQl5iBs ZBQieDOF2WbK32v3.xyhRkNrin_T8KJc6ZYVTcftD2xn_OxG7XsfIcm3PRcO 8rPUKR6KHVUIFP0nKoAK_3DBaWIxAxmtyCSeKRWCOwAIzfRuVMmmpqZcieze 4G1deULP.qociIsQGuyj2wCcy5duRfVfLlisTRuLD5kfJ9G8ko2pAgZsyMix 26o_A X-Yahoo-SMTP: Ll_2CwGswBCmYyy8D5vkxPEWV_RIV9L47w-- X-Rocket-Received: from node1.localdomain (opengeometry@24.212.209.79 with ) by smtp209.mail.ne1.yahoo.com with SMTP; 12 Oct 2013 05:55:57 +0000 UTC Date: Sat, 12 Oct 2013 01:55:52 -0400 From: William Park To: zsh-workers@zsh.org Subject: ERP application as Zsh module -- thought? Message-ID: <20131012055552.GA24153@node1.localdomain> Mail-Followup-To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Hi all, I am developing "ERP system for small business". The underlying data structure is spreadsheet (ie. 2D sparse table) where the rows act like arrays. Instead of shoving everything into a single spreadsheet, in my case, each spreadsheet is a record and a file. For example, if you have 1000 items in IV subsystem, then each item record will be one spreadsheet file, and there will be 1000 similar files in IV directory. I would like to embed my application as Zsh module. Is this something you guys would like to see? -- William