[U2] revision control with git/github

2013-04-30 Thread Aaron Titus
I am curious to know if *Aaron Titus* Senior Software Engineer F.W. Davison & Company, Inc. 508-747-7261 x245 ati...@fwdco.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] revision control with git/github

2013-04-30 Thread Aaron Titus
Oops. Hit send a little too soon. I am curious to know if anyone has implemented revision control with git or github for Unibasic programs, and system builder objects. If so, how did you do it? *Aaron Titus* Senior Software Engineer F.W. Davison & Company, Inc. 508-747-7261 x245 ati...@fwdco.co

Re: [U2] revision control with git/github

2013-04-30 Thread Doug Averch
Hi Aaron: [ad] We have tested our XLr8Editor with an Eclipse plug-in for github. This means you do not have to have procs, paragraphs, or others in directory files since everything in Eclipse is loaded locally. One of our clients is a SB/XA house using XLr8Editor with Team Foundation. By the wa

[U2] Help needed..

2013-04-30 Thread Sathya
Hi all,.. I have a requirement here. Need guidance in doing that. Any help will be useful. TIA. I have a flat file with tab delimited records and the file looks like below: abcd 1234 cdef 3478 ghae 6284 ... I have to fetch the data 'abcd' and 'cdef' from this flat file and fetch some corres

Re: [U2] Help needed..

2013-04-30 Thread Allen Egerton
On 4/30/2013 11:21 AM, Sathya wrote: > Hi all,.. > > I have a requirement here. Need guidance in doing that. Any help will be > useful. > > TIA. > > I have a flat file with tab delimited records and the file looks like below: > > abcd 1234 > cdef 3478 > ghae 6284 > ... > > I have to fetch th

Re: [U2] Help needed..

2013-04-30 Thread George Gallen
OPENPATH "directory-of-tab-delimited-file" TO F.PATH ELSE STOP "Can not find directory" OPEN "","Name-of-file-with-keys" TO F.KEYFILE ELSE STOP "CAN Not find file" * READ XDATA FROM F.PATH,"flat-file-name" ELSE STOP "Can not find flat filename" MAXLINES=DCOUNT(XDATA,CHAR(254)) FOR T=1 TO MAXLINES

Re: [U2] Help needed..

2013-04-30 Thread George Gallen
I never used &UFD& before - I like that one. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Allen Egerton Sent: Tuesday, April 30, 2013 11:57 AM To: U2 Users List Subject: Re: [U2] Help needed.. OPEN "", "&UFD&"

Re: [U2] revision control with git/github

2013-04-30 Thread Symeon Breen
Not with Git but with others, there are a variety of ways. One simple way of doing this is to have an automated process run at night that commits all changes back to the repository from your BP file (or whatever it is) The benefit is then you can browse the repo, and look to see when code has b

Re: [U2] Help needed..

2013-04-30 Thread Israel, John R.
Here is some fast and loose code that I often use. READ TXT.REC FROM F., KEY.TXT LOOP ROW = TXT<1> WHILE ROW # "" DEL TXT<1> ;* Make the TXT file smaller and smaller and not traversing deeper and deeper CONVERT CHAR(9) TO @FM IN ROW KEY = ROW<1>

Re: [U2] Help needed..

2013-04-30 Thread Manu Fernandes
Hi, For fun : EXECUTE "QSELECT &UFD& tabdelimitedname" LOOP WHILE READNEXT LINE DO K = FIELD(LINE," ",1) ... REPEAT manu > -Message d'origine- > DeĀ : u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] De la part de Allen Egerton > Envoy

Re: [U2] Help needed..

2013-04-30 Thread Wjhonson
That's interesting John, but the del *does* in fact *shift* the entire array forward each time. It really does :) You can traverse without re-scanning by using the SELECT or SELECTV to transform the entire contents *once* into a type of Get List (it works try it!) You can then use a READNEXT to

Re: [U2] revision control with git/github

2013-04-30 Thread Tony Gravagno
We had a discussion about his recently in the MVDBMS group. http://groups.google.com/group/mvdbms > From: Aaron Titus > I am curious to know if anyone has > implemented revision control with git or github for Unibasic programs, > and system builder objects. If so, how did you do it? ___

Re: [U2] Help needed..

2013-04-30 Thread Israel, John R.
Yes, I understand it shifts everything, but you are not traversing deeper with each loop. You are only going 1 deep every time. Old school. :-) John -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent

Re: [U2] Help needed..

2013-04-30 Thread Wjhonson
But the shifting is more expensive than the traversing :) -Original Message- From: Israel, John R. To: 'U2 Users List' Sent: Tue, Apr 30, 2013 10:02 am Subject: Re: [U2] Help needed.. Yes, I understand it shifts everything, but you are not traversing deeper with each loop.

Re: [U2] History of Prime Information

2013-04-30 Thread Wols Lists
On 29/04/13 19:25, Jerry Banker wrote: > Prime Information was originally developed by Devcom I'm not sure what the > name was at that time but I do know that Prime Computers bought them out and > bought the rights from Pick to develop independently. Prime became a database > powerhouse with the

Re: [U2] History of Prime Information

2013-04-30 Thread Wjhonson
Anthony I'd be very surprised if the DevCom code was created that way. My understanding, and I'm willing to be corrected, was that the DevCom code was built independently (And thanks for those who jogged my memory) As a Pick-*like* implementation. And the lawsuit wasn't so much a "they stole our

Re: [U2] History of Prime Information

2013-04-30 Thread Mike Street
Devcom was a spin-off from Escom Seattle and was also involved in building the original version of Revelation. Mike -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, April 30, 2013 7:04 PM To: u

Re: [U2] History of Prime Information

2013-04-30 Thread Wjhonson
Interesting for the issue of Devcom / Escom, I happen to have in my grubby little hands a copy of Pick Hits from 1988. Escom is listed in Kirkland, and there is also a company called Devcom Mid America which is listed in Oak Brook Illinois Now where have I heard of Oak Brook before? I mean in

Re: [U2] History of Prime Information

2013-04-30 Thread Mike Street
SMI and, of course, RPL. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, April 30, 2013 8:39 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] History of Prime Information Interesting for

Re: [U2] History of Prime Information

2013-04-30 Thread Tony Gravagno
No, SMI was always in Des Plaines, IL. Oak Brook was home to the McDonalds User Group (MUG) which managed accounting for hundreds (thousands?) of McDonalds hamburger franchises. That software was originally in RPL until it was ported to BASIC. (I had a hand in that.) I have a couple clients in Oa

[U2] Would anyone else like a change to *HS.UPDFINFO?

2013-04-30 Thread Gregor Scott
I am trying to get Rocket to improve the behaviour of *HS.UPDFINFO to support active select lists so that only the files I want built into the ".hs_fileinfo" cache item (rather than have EVERY SINGLE F/Q-type item from the VOC included). Support inform me that I seem to be the only person intere