[00:00] Last message repeated 1 time(s). you just pass on some hints about the what *kind* of information it is td.total td.item i could make xslt that by type yea, although its better to say class="total" deteremines what class to use if type=subtotal or whatever is that what you meant nickr? I don't think "class" makes sense in the grd, so can y'all use "type" ? does python have along double type? a, 'long double' chillywilly: python has floats and ints derek: I just committed everything I have and I'm calling it a nite y'all enjoy (the only change I made to the GRD was added align="right" to that last subtotal) Action: jcater is excited! jcater: it doesn't matter what you call it on tehe grd side, as long as we can guess logical information about the data and convert it to CSS classes yeah, I'd think type= would be the place to infer then the python IDl binding defines some interface for long double support derek: any more questions before I go? for some reason xpdf doesn't want to let me copy shit nickr: refresh that page shifted some columns on the grd to make it nicer still needs html pretties though :) nice wtf um what you should do is do like spreadsheets do it it used to work i made slight grd changes and say 'this item should be numeric' etc i made the total in the middle column and then we can say at the HTML level 'numeric classed things are left aligned' and right aligned it right alignd nickr: good point and we could do number formatting in xslt if we so desired as well, though imagine that will happen in grd yea jcater: scary thing derek: my plans on that were to w/ nickrs html pretties For the long double type, the following interface must be provided: well what you do is minimize or remove physical markup from grd, add all of that to after the grd this report is nicer than what access makes the xslt, html, FO The function CORBA.long_double creates a new long double number from a floating point number. The operation to_float of a long double number converts it into a floating point number. For each floating point number f, CORBA.long_double(f).to_float==f. hav the grd contain logical information about the stuff so you can use that as a hint as to how to format it The long double number has an internal representation that is capable of storing IEEE-754 compliant values, with sign, 31 bits of mantissa (offset 16383), and 112 bits of fractional mantissa. If numeric operations are provided, they offer the precision resulting from this specification. sorry, done have something like 2002-04-01 00:00:00.00 and the XSLT could take it as provided or if the locale preferred, could convert the format but the format="..." identified how the GRD has outputted it btw: fire sandy that wench has negative foobulations :) ? im not too worried about that part yet but that's for a later "official" discussion :) technically it might be preferred to make xslt do formatting I say remove all physical formatting from grd but idealistically i dont want to lock us into xslt so i woudl rather put the tag in grd and have our engine do it only provide logical information for the formatting side to use as hints though it think when we get cooking we probably wont have anything but xslt nickr: to a certain extent, I agree but like I showed with my example, we'll actually output a format, but actually provide the mask used to create the format so the layout formatter can reformat the value if need be well thats different ok one question jcater but that's for later thats char level formatting currently how im doing transformations is I mean page level with html.xsl nickr: so do I and with pyxslt (a small program from DCL) :) ra3vat (ds@ics.elcom.ru) joined #gnuenterprise. i think pyxslt belongs in the gnue tree as its useful :) where should i put these two files? Action: jcater thinks common/scripts or create a subdir under utils/ Action: jcater thinks scripts, tho fwiw, I don't want to put TOOO much processing off into the XSLT hello all as it isn't exactly known for its speed i.e., transforms is one thing sorting and format masks are another ra3vat: howdy jcater: Yes, definitely do sorting and char level formatting on the grd side. but leave alignments and stuff up to the xslt based on type/class hints jcater: hello I don't fully agree w/that in principle, I do in practice, I don't why? well, at the moment we are looking at VERY simple tabulation reports in this case, sure, I agree Yes. but that's only a small piece of the pie Well. I'd say its possible to extend the conept to every level. there's several instances where I've needed right-aligned text or left-aligned numbers and I'll do my best to influence things that way. :) okay at least for most cases you should try to define a set of useful classes jcater putting in scripts/ however, I do agree that the "default" could vary based on type such as lineitem, total, etc but i think html.xsl is a reports only thing i.e., the "default" for numeric might be right allign is there a dir under reports that woujld be better jcater: i agree jcater: Yes, I can agree that allowing the report to override the default behavior would be useful. there was hang on type="numeric" align="right|left|center" and if type="numberic" and no alight defined it right aligns or such derek: add that to samples/foobulations for now I may have it moved later on jcater: you should go to bed I could've sworn I had a directory for transforms so should I chillywilly: yes, you are right derek: anything else? I need to go to bed me too um i think im good i will put in foobulations but it should at somepoint be moved to a transforms or something similar yeah I had a directory structure for that but it isn't in cvs I may have forgotten to cvs add it I'm outty 2000 night all g'night ppl jcater (jason@HubA-mcr-24-165-193-24.midsouth.rr.com) left irc: "sleep-deprivation therapy" ok pyxslt commited er committed chillywilly (danielb@d169.as4.nwbl0.wi.voyager.net) left irc: "Philosophers and plow men, each must know his part, to sow a new mentality closer to the heart..." I always used xsltproc nickr: technically the stylesheet should be compliant and you should be able to use any compliant processor you like Indeed Maniac (somebody@h24-82-132-209.wp.shawcable.net) left irc: "Client Exiting" how is that new purdy style sheet for totals coming? Action: derek is kind of having fun oh, you want totals marked up? the current structure counterindicates that the fact that there are align="" in there will prevent IE from rendering the class ? you have like if you were to make that IE wouldn't pick up the class. well i.e. sucks nuts actually cant i do combo? if switch to css inline Action: derek doesnt remember syntax or whatever alexey (~alexey@195.151.214.34) joined #gnuenterprise. No. don't do that. style="blah" bad. psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. good mooooooooooooooooring #gnuenterprise Action: nickr throws eggs Action: psu ducks duck eggs - hmmm... hehe we are obviously both over-tired if we find that funny ;-) :) ajmitch (~me@p6-max4.dun.ihug.co.nz) joined #gnuenterprise. da mitchstah nickr: have it working so it outputs like this 2002-04-03 00:00:00.00 63 Total for Candy 12 if you can whip me up some style sheet magic hm, that'd work I guess. hey derek: add tr.subtotal { background: black; color: white } to the stylesheet what's up all? gack that made the text disappear for the subtotal rows cause my type er typo http://gnuenterprise.org/~dneighbo/monthly.html hows that suit you? not my taste hm but at least i can tell what is what :) Action: ajmitch pokes #gnuenterprise you might make the th's inverted like that hey bitch that hurt and make the totals boldface font-weight: bold; see how that suits you Action: ajmitch wonders who's trying to fiddle the books spiffy how do i make italic put it up? font-variant: italic; I think hrm I don't think thats right actually http://gnuenterprise.org/~dneighbo/monthly.html ahh a little better :) gack my section header is gone I'd make all the fonts sans serif myself Action: ajmitch wonders where everyone is whew no worries, jason had different grd :) um oh html master show me the way to sans serif and im there reinhard (~rm@62.47.44.208) joined #gnuenterprise. body { font-face: sans-serif; } I think will do ya nickr: sans serif fonts are for "easy reader" learing books oh, and US academic texts ;-) indeed hey reinhard what you think of the first gnue reports report http://gnuenterprise.org/~dneighbo/monthly.html looks like a good starting point i think dandy is missing ;-) hi reinhard derek: maybe a slight mod to the borders to make them more liney, and box in the totals body { font-face: sans-serif; } seems to have little effect indeed. tell me what to change and i will for the borders hrm reinhard: what about randy? that's always a good name to wind americans up with (in English english, randy = horny so US tourists called randy are always a source of innocent amusement) hehe btw: reinhard the report is certainly lame but its really living and breathing i.e. it actually gets its database from a database impressive you have an .grd which is xml that is like a form to define what db and such to connect too then it goes out gets the data and makes an outputted xml file and we do an xslt translation to turn it into html which is what the url is for so while it might look lame and unimpressive it really is a pretty solid start nickr: can probably attest to just in a few hours tonight it has made pretty decent progress derek: yeah that's what i said derek: I'm toying it yes hrm nick.imeats/proj/gnue/monthly.html see how that strikes you http://nick.imeats.net ? nick.industrialmeats.com sorry seems http://nick.imeats.net is also related as it is something about food :) hmm i was thinking thats what would look good but now seeing it im not so sure it looks interesting but not great. looks better as is now im thinking what if we killed all lines uh it'd look narsty except for the one's above Total For XXX they eye would have nothing to follow Well see thats the problem and bolded the NAME since you chose to put the class at the row level, theres no way to put a line there derek: and below Total For XXX reinhard: yes i didnt choose jcater did :) Action: derek knew he need to let him check that in :) you cant do borders at tr level? No Unforutanely I don't think it considers trs block level which sucks. and if i move things down to td level we have issue of alignment Not really what you do is generate classes in about 2 seconds i just generated classes so you say 'this cell is a numeric right aligned' o you generate a new class taht has everything in a numeric except the alignment Sandy 2002-04-03 00:00:00.00 -203 Total for Sandy 12 bah It won't render correctly like taht. obviously would have to remove the align= Ahh I know how to do use a jsut show that the row type at td level now as wel las tr level derek: if theres an alignment value, put a around the data if not don'tt put anything that'd really be a better solution anyway more consistant with the background because whan you're doing with the span is *locally* overriding the hiting hinting 2002-04-03 00:00:00.00 63 yes, but leave the span out if theres no item or no align Total for Candy 12 Action: derek hasnt yet ventured into the if its blank thing leave the span out if theres no item or no align its a very simple 2002-04-03 00:00:00.00 63 sweet! how does it render? Total for Candy 12 better? dont know havent tried :) lets see it grr everything left aligned ah, change the span to div div is block level and relook after all this xslt i think i might some of my website stuff xml and use xslt for it http://gnuenterprise.org/~dneighbo/monthly.html heh div worked! so now can we play cool stylesheets okey dokey anyone know the entity for a newline char and for a tab you don't need those. oh for generating text output eh just put the leteral char in there? ? I dunno. ;) Hrm check out my copy getting close :) hmmm i was able to core dump trying to do ascii :) psu (psu@manorcon.demon.co.uk) left irc: Read error: 113 (No route to host) ahh its text not ascii my copy should match yours now except that I put a cellpsacing="0" in the which makes it look right, but I'm trying to find if theres a css property to do that silly question is it on purpose that the total values aren't correct? ha hah! I am a mad html hax0 check it out jcater used to work for arthur andersen dont blame him he was trained to 'fudge' numbers all is revealed. :) reinhard: subtotalling is not fully functional we put in hard numbers for them so we could play with transformations jcater will probably have them workign tomorrow http://www.jovino.com/stuff/entities.html seems to show or as newline i tried both separate and togehter with now luck :( thats the ascii yes you can just put literal new lines in with can't you? rather yes you can and you have to tell it that you're producing text output then you can do like foo! and it'll be \n foo\n can you check my page to make sure it looks like yours :) i think i have it yep :) smoking......................! looks better than crystal reports hah but how do i do 'tabs' tabs yes hm will they be preserved in xsl:text? I believe so its supposed to output literally whats in there you could probably put the entity for tab in a .. or maybe Action: nickr checks on that parsing dia files is fun :P xsl:value-of select="substring-before(substring-after(dia:attribute[@name='name']/dia:string,'#\'),'#')" /> ah derek: you can put a tab char ($#009;) right into a so yea at least it worked for me didnt work here hm hmm lemme see it does damn variable names :) oh. heh. show us the money! the start of a text version ===================================================== Monthly Accounting Foobulation Report ===================================================== Name Date Foobulations Mandy 2002-04-01 00:00:00.00 300 2002-04-02 00:00:00.00 402 2002-04-03 00:00:00.00 1000 2002-04-04 00:00:00.00 3301 Total for Mandy 12 Candy 2002-04-01 00:00:00.00 35 2002-04-02 00:00:00.00 43 2002-04-03 00:00:00.00 63 Total for Candy 12 Sandy 2002-04-03 00:00:00.00 -203 Total for Sandy 12 Grand Total 36 hmm, getting there you should put a single line under the table header maybe match the lining of the html version? well im just happy to get it this far i need to go to bed it needs lots of work :) hehe yea bed is calling Action: nickr to bed "shut up already" i just think jcater needs ascii output for some dot matrix forms at work so wanted to encourage that it might be doable pretty quick ah Action: derek admits also it was easier to try txt as a second transformation that FO ;) alexey (alexey@195.151.214.34) left irc: "Client Exiting" Action: derek wants to know what happened to chilly gnue'ing tonight Action: derek wanders off into the ether Action: derek is away: sleeping SirK (SirK@203.149.68.226) left irc: "Terminated with extreme prejudice - dircproxy 1.0.2" alexey (~alexey@195.151.214.34) joined #gnuenterprise. ajmitch (me@p6-max4.dun.ihug.co.nz) left irc: "http://www.freedevelopers.net" SachaS (~sacha@203.190.196.78) joined #gnuenterprise. Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. alexey (alexey@195.151.214.34) left irc: "Client Exiting" Yurik (yrashk@gw.telcos.net.ua) left irc: Read error: 104 (Connection reset by peer) Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. Yurik (yrashk@gw.telcos.net.ua) left irc: Client Quit crazymike (~crazymike@mke-65-31-133-230.wi.rr.com) joined #gnuenterprise. crazymike (crazymike@mke-65-31-133-230.wi.rr.com) left irc: Remote closed the connection jbailey (~jbailey@HSE-Toronto-ppp317491.sympatico.ca) joined #gnuenterprise. ToyMan (~stuq@65.167.123.51) joined #gnuenterprise. alexey (~alexey@195.151.214.34) joined #gnuenterprise. jamest (~jamest@hobbes.math.ksu.edu) joined #gnuenterprise. jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. dsmith (~dsmith@cherry7.comerica.com) joined #gnuenterprise. alexey (alexey@195.151.214.34) left irc: "Client Exiting" SachaS_ (~sacha@203.190.196.20) joined #gnuenterprise. SachaS (sacha@203.190.196.78) left irc: Read error: 110 (Connection timed out) jbailey (jbailey@HSE-Toronto-ppp317491.sympatico.ca) left irc: "Client Exiting" markoi (marko@h126n2fls21o825.telia.com) joined #gnuenterprise. alexey (~alexey@195.151.214.34) joined #gnuenterprise. Arturas (~arturas@gsk.vtu.lt) joined #gnuenterprise. Hello :) ra3vat: try now hi Arturas Good morning Derek :) Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. Yurik (yrashk@gw.telcos.net.ua) left irc: Read error: 104 (Connection reset by peer) Nick change: SachaS_ -> Sacha_away alexey (alexey@195.151.214.34) left irc: "Client Exiting" windycn (windycn@210.83.113.70) left irc: Remote closed the connection Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. Action: derek is back (gone 07:07:35) Yurik (yrashk@gw.telcos.net.ua) left irc: Read error: 104 (Connection reset by peer) Action: dneighbo slaps gnome develpers i thought that gnumeric saved in xml? seems you CAN save it that way but default is some binary dneighbo: it's compressed xml via gzip zcat filename :) man is it 'verbose' will have to do for loops with variables in xslt get it to output Action: derek hopes i get to take a stab at it tonight bbl Nick change: derek -> dnWork dneighbo (dneighbo@cpe-24-221-112-50.az.sprintbbd.net) left irc: "Client Exiting" Arturas (arturas@gsk.vtu.lt) left irc: ""reboot....will be here in a minute or so"" Arturas (~arturas@gsk.vtu.lt) joined #gnuenterprise. jan (jan@dial-213-168-92-141.netcologne.de) joined #gnuenterprise. jan (jan@dial-213-168-92-141.netcologne.de) left irc: Client Quit Yurik (~yrashk@gw.telcos.net.ua) joined #gnuenterprise. Yurik (yrashk@gw.telcos.net.ua) left irc: "Client Exiting" Sacha_away (sacha@203.190.196.20) left irc: Read error: 113 (No route to host) dres (dres@4.18.171.42) left irc: Remote closed the connection dres (~dres@4.18.171.42) joined #gnuenterprise. dres (dres@4.18.171.42) left irc: Read error: 104 (Connection reset by peer) alexey (~alexey@195.151.214.34) joined #gnuenterprise. dneighbo (~dneighbo@tmp-200253.flinthills.com) joined #gnuenterprise. jcater were you able to get the text transformation to work? if not here is a sample http://gnuenterprise.org/~dneighbo/hold/monthly.txt for 'text' reporting we probably will need to keep that width="" value for columns and for table to do positioning properly markoi (marko@h126n2fls21o825.telia.com) left irc: Remote closed the connection markoi (marko@h126n2fls21o825.telia.com) joined #gnuenterprise. cool start hello all hi Dmitry hello Arturas everything should work now and it should be possible for you to login yogurt2unge (~charlie@modem224-adsl1.cordoba.sinectis.com.ar) joined #gnuenterprise. alexey (alexey@195.151.214.34) left irc: "Client Exiting" drochaid_ (~drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) joined #gnuenterprise. drochaid (drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) left irc: Read error: 104 (Connection reset by peer) bye :) Arturas (arturas@gsk.vtu.lt) left irc: "ircII/tkirc" http://slashdot.org/articles/02/04/09/124226.shtml?tid=95 you might find that interesting jcater reinhard: our co-op idea for bandwidth er re : I like the idea of public bandwidth, but seems spensive unless you are using super extended reach wireless then again, DSL equipment can probably be found cheap I would bitch locally if broadband wasn't available to me. jcater: the locals here are raving about gentoo linux which uses BSD like ports called portage i just found out its written in python :) yip could be interesting for gnue package management :) personally im not seeing the advantage over debian while compiling rather than usign binaries might give a minor advantage well, all the packages would be compiled optimized for your machine on some machines the compile times would kick your ass and honestly I had less issues w/FreeBSD ports than I have w/apt like ToyMan on bsd was saying that gnumeric took like over 4 hours to compile even though apt works the vast majority of the time as to optimization yeah, that was my big issue unless you are just a raw metal geeks im not seeing the huge difference ... compile time my understanding is its not uncommon to see a 10% gain i.e. kernels you can get optimized for you processor dneighbo: you don't have to compile, you can use pkg_add and get the binaries.. ToyMan at which point its same as debian :) but i loved the FreeBSD ports im not saying ports is dumb i think its pretty cool im just saying if im a sysadmin except, that if you compile, it never breaks your system dneighbo: once there's Debian/BSD then you can argue "why not debian" which apt *will* do as a person who wants BSD wants BSD :) and my choice is slightly faster apps or a well supported platform its a no brainer i.e. i would have reservations putting gentoo on a production box as to BSD source packages are ok, but I don't see them as a requirement.. just untar heh i really prefer GPL licensing :) dneighbo: sure that's why debian makes sense for you :) i.e. as a sysadmin (which im not) i would use debian (or someother well supported distro) and if i had applications that needed 'performance' boosts i would compile them if i wasnt anti-BSD i would simply say install BSD :) jcater : i guess my gripe is one of practicality to me this kind of environment is like CS jerking off (as nickr would put it) dneighbo: I don't necessarily agree its good to see choices have you ever used a ports system? yes other than compile times, BSD ports was as good as apt not gentoo but bsd i didnt say it wasnt as good as apt my point is long compile time for minor performance makes little practical sense well, that was *one* point :) it really shines when you don't have packages for everything ports is quite a bit better than apt, apt breaks things, ports doesn't, that's a *big* diff. and you needed to install something else for source s/for/from then the ports shined over apt as they often worked with the custom installed thingy you dont want my answer there (remember im borderline socialist) if you dont have packages for what you want be a good debian citizen and make them :) with apt, I still ended up chasing dependancies, though not near as bad as with the rpm nightmare now, see you are then restricting usage to technically elite ToyMan i think you had some odd experience I can install something from source w/o a hitch in about a year with debian but I wouldn't begin to know how to package something for debian i think that apt has truly only broken something 1 or 2 times and have really never had a dependency issue dneighbo: I don't think so, the mail lists are full of people trying to fix apt-broken systems not that apt is flawless, it simple sucks less ToyMan : well i thought the same thing till lived in #gnuenterprise as i said *way* better than rpm nickr and jbailey showed me the way of course, I'm now an apt and debian fanatic (an ex-FreeBSD dude) i.e. generally if apt gets into any issues its just a matter of knowing more commands than apt-get to play but I still do miss some things :) maybe its a personality thing just almost everyone i know that uses BSD and now gentoo are know it all grab ass wannabe's hehe, that's me to the n'th who's number one cool factor is that they have a CUSTOM install ToyMan : you have been only exception to this :) i.e. i wont mention names how little you know... I might agree w/that on gentoo front but generally they are of the ilk that if you dont recompile your kernel daily but freebsd has one helluva user base and you arent running the most unstable of file systems oh, there's shitheads in every camp... you just dont know what you are doing :) ToyMan : agree actually the BSD's arent really like that im talking mostly gentoo crows er crowd dneighbo: to elaborate on your stereotypes and to a large degree the slack crowd had this mentality let me provide mine until I hooked up w/gnue heh, there's people over at #freebsd who would rip your head off if you came in talkin debian shit... but plenty of nice folks too I was a firm believer in the statement "Those who love unix, use BSD... those who hate microsoft use Linux" :) I strongly believed that based on many many observation s Action: Mr_You reboots & but then jamest prooved me wrong :) linux users are generally the worst and debian developers are probably the rudest :) except the ones that seem to have found this channel but if my first experience with debian woudl ahve been #debian or a debian mailing list i wouldnt be using debian :) only thing that prevented me from being a BSD user was license i still plan on installing netBSD on my toaster this year ;) dneighbo: for me the proof is in the pudding, either there's a good community or there isn't... the license affects that, but it's only one factor I bought a DreamWeaver when they went to $50 for the explicit reason of installing NetBSD on it rofl I'm not joking ToyMan : i think community is important but here is my take, for the most part i dont like the linux community err, I meant DreamCast not DreamWeaver :) but license is more important than community to me Action: jcater doesn't think NetBSD even runs in an HTML editor community is the *real* thing (coke commecial music wells up in the background) for me just reducing it to the license is too theoretical and 'clean' reality is messy and things have unintended consequences :) and if there's a real living community, that's the best way to judge that all of the combined effects worked out for the good all things said, BSD is FREE so its definteily usable and their community and license has led to many good things in the world i just hate seeing good fruit put on the table for m$ or sun or whomever to take as their own and abuse their users with i proved you wrong? there will always be shitheads, it's an illusion to think a license will keep them from being shitheads little ol' me? jamest: yes it can help, though how so? I thought all linux ppl hated windows (and not that they loved unix) you proved to me that some linux admins simply hate users and could care less about windows heh ooooo i hate it too users, windows, people in the fast lane driving slow it's all the same thing a target for my aggression i fall into the love unix category as i have writings from just a few years ago where i said i still preferred windows on the desktop i.e. i was 'curious' to unix but still preferred windows slowly over time i came to love unix and now since i still on occassion have to use windows i hate it because its not unix :) Action: dneighbo really loathes fact that command prompt does not support tab autocomplete Windows is to die for. Linux seems like a toy. However with my guidence I'm sure I can make you losers produce something as truely great as myself. ....from my logs rofl everything is spelled right, im worried that really did come from a log oh wait guidence is wrong whew... scared me for a minute you forgot the next line that was right below the line until linux gets delphi, it's useless its has delphi Someone said you might be able to hook me up with some goat porn. jamest: thats the REAL reason im here i know you have no idea how hard it is to get goat porn on the net now that they have started cracking down that's another one for my scrapbook la free goat porn? nickr: yeah try http://hoatse.cx ;) err, mispelled but you get the idea nothing like a fowled attempt at a joke heh yea see it woula been funny if I were a neophyte and had never heard of this and then I go there and go OD! er OG!! and claw my eyes out incidently I was considering registering hotse.cx hotgnuese.cx and have it point to a nunnery homepage Haha irony. althougch I'm sure that hotsex occurs in nunneries zwiskle (~zwiskle@194-208-138-086.TELE.NET) joined #gnuenterprise. psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. zoot! ToyMan (stuq@65.167.123.51) left irc: "Client Exiting" dsmith (dsmith@cherry7.comerica.com) left irc: "later.." ok, embaressing newbie question how do I change the extension of all the .foo files to .bar I tried mv *.foo *.bar but no dice hah dsmith (~dsmith@cherry7.comerica.com) joined #gnuenterprise. I suppose I can always do an ls > file.lst, edit it & sh it is possible I think like for i in `ls *.foo`; do mv $i ${i/.foo$/}.bar; done ify ou're using bash but I always use a perl script taht lets me apply an arbitary perl funcion to each filename thanks I'll play around when I get back Action: nickr busts out mad shell Action: psu is away: gone for petrol ra3vat (ds@ics.elcom.ru) left irc: "Client Exiting" zwiskle (zwiskle@194-208-138-086.TELE.NET) left irc: "Changing Servers" zwiskle (~zwiskle@194-208-138-086.TELE.NET) joined #gnuenterprise. reinhard (rm@62.47.44.208) left irc: "There's always one more imbecile than you expect" Action: psu is back Action: psu is away: wife wants to play same-gnome haha psu: download frozen bubble for her.. psu please dont you wont get your computer back for some time frozen bubble rocks Action: nickr is a pusher Action: psu is back gah hag Nick change: drochaid_ -> drochaid found some screenshots in this month's Linux Format mag wife officially thanks nickr for the suggestion uh oh hehe I may end up on the old 466 at this rate s/466/486-66 would that really be so bad? drochaid: no X uh, sorry, can't believe I said that nickr: you have also just been invited round to tea any time you happen to be passing by ;-) he'll get his feet wet you know drochaid: ah, so you're that mystery person who actually enjoys lynx, are you? LOL you know what you go two months with out 'upgrading' sid and it takes some time :) hehe that's right ... I rn lynx in cygin on win2k ;) like 270 packages dneighbo: yes drochaid_ (~drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) joined #gnuenterprise. drochaid (drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) left irc: Read error: 104 (Connection reset by peer) drochaid_ (drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) left irc: Client Quit zwiskle (~zwiskle@194-208-138-086.TELE.NET) left #gnuenterprise. drochaid (~drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) joined #gnuenterprise. Action: psu -> sleep mode psu (psu@manorcon.demon.co.uk) left #gnuenterprise ("before the good lady wife discovers xBill..."). sleep? need more info hmm.. wondering if there is a tool already made that would startup X and display some animation then exit.. nickr you here? or jamest or jcater have old machine not lots of disk space how do i remove .debs after installed i.e. not the package just the file guess I'd hafta create some scripts and find/create a program to spit out the stuff dpkg --purge oh rm (don't do -r)... rm /var/cache/apt/archives/* Mr_You there is easier way that gets them all in one command that removes downloaded debs hehe, I've always done rm ;-) can't get much easier ;-) doesn't break anything AFAIK clean clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archive/partial/. When APT is used as a dselect(8) method, clean is run automatically. Those who do not use dselect will likely want to run apt-get clean from time to time to free up disk space. apt-get clean ahh, good to know.. I'm use to netscape caches which don't work properly, so I rm ;-) an apt-get clean just got me back 300mb :) yeah, I have to do it regularly.. down to around 130MB ajmitch (~me@p16-max6.dun.ihug.co.nz) joined #gnuenterprise. yea Action: Mr_You is using progreny graphical installer to create his debian distro. http://hackers.progeny.com/pgi/ progeny times like these I wish I had dual proc and RAID. hope to have a beta soon heya ajmitch :) hi jooo hax start x, display a graphic, then exit? from the command line or from a display manager? Action: nickr blinks chillywilly (~danielb@d131.as1.nwbl0.wi.voyager.net) joined #gnuenterprise. ello people hey chill sup dawg whatcha up to? just chillin and thrillin dsmith (dsmith@cherry7.comerica.com) left irc: "later.." whiiiirrrred so nick when you gonna bang on gnue debs? we need them bdly er badly even baldly too er.... dneighbo: Yes, with sufficient bribery a kick to the head is not incentive enough? captain morgans parrot bay rum work? I think donuts may work kirpsy kremes nickr? Hehe. Hmm. nickr doesnt strike me as a donut guy little do you know GNUe - Bribery with Donuts one Hacker at a Time I like donuts but they don't excite me to the degree that they do others :) we'll get you some action then dneighbo: how far is it from Phoenix to say Vegas or Reno? ;) haha so anyway dneighbo: My plan was to work on the CVS version and then give the debian/ to you to keep in the cvs so that your source is 'debian ready' jamest (jamest@hobbes.math.ksu.edu) left irc: "[x]chat" PIZZA PIZZA PIZZA don't say that too lound in here, you'll get dneighbo all excited yes, pizza would probably motivate me. But i'll be kinda nd do it without any physical reward isn't our love and gratitude enough reward? Actually its pretty close :) yogurt2unge (~charlie@modem224-adsl1.cordoba.sinectis.com.ar) left #gnuenterprise ("Client Exiting"). dsmith (~dsmith@cherry7.comerica.com) joined #gnuenterprise. cool chillywilly we are about 6 hours from vegas doing the speedlimit heheh the LAN admin here in his mustang COBRA 'pushing' it made it in about 3 hours ok Action: dsmith ponders a mustang with CORBA bindings mustang CORBA jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "Client Exiting" oh sys admin bash gods if i have say 50 tar.gz files in a directory how can i unzip them all at one time? tar xzvf *.tar.gz doesnt work i KNOW there has to be an easy way to do this, im just thinking like a luser for i in `ls *.tar.gz`; do tar -xvzf $i; done your a bad ass Action: dneighbo wants to know why he was too dumb to ask this before :) you might've been abel to do for i in *.tar.gz; ... yea you coul've or better for i in "*.tar.gz"; if theres spaces thats what you get when you confuse your stomach with your heart ToyMan_home (CaryKittne@c5300-4-ip149.albany.thebiz.net) joined #gnuenterprise. ToyMan_home (CaryKittne@c5300-4-ip149.albany.thebiz.net) left irc: Client Quit jbailey (~jbailey@HSE-Toronto-ppp317491.sympatico.ca) joined #gnuenterprise. deke call me please jcater (~jason@HubA-mcr-24-165-193-24.midsouth.rr.com) joined #gnuenterprise. man frank zappa is messed. dneighbo (dneighbo@tmp-200253.flinthills.com) left irc: "BitchX FTP Site -- ftp://sunsite.unc.edu/pub/Linux/system/network/chat/irc" nickr: But "*.tar.gz" will be *exactly* "*.tar.gz". The '*' won't be expanded. um dsmith: you mix up '' and "" "" expands variables and globs. Hmm. I don't believe you. I just tested it. for i in "*.mp3"; do echo $i; done 01_ Marmion - Schoneberg (Man With No Name Mix).mp3 09_ Karmachanics [Silver Mix].mp3 10_ Smaring Black Marble.mp3 11_ Neuro Tunnel.mp3 12_ Tatra.mp3 13_ Rotorblade.mp3 astral_projection-people_can_fly.mp3 endora-joy.mp3 neuro-tunnel.mp3 slinky_wizard-funkus_munkus.mp3 smaring-black_marble.mp3 technossomy-androids.mp3 total_eclipse-free_lemonade__psychaos__.mp3 transwave-land_of_freedom.mp3 ulysse-voyage_2.mp3 xdream-zebra.mp3 etc. "" does NOT expand globs. In bash anyway. Try an echo "*.mp3" drochaid (drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) left irc: "Client Exiting" thats in echo this is in for Hmmm. Must be another level or someting in for I think the for is expanding it. jbailey (~jbailey@HSE-Toronto-ppp317491.sympatico.ca) left #gnuenterprise ("Client Exiting"). most likely for name [ in word ] ; do list ; done The list of words following in is expanded, gener­ ating a list of items. The variable name is set to Yep. Learn something every day. I still say that "" doen't expand globs. drochaid (~drochaid@pc2-kirk2-0-cust175.ren.cable.ntl.com) joined #gnuenterprise. don't you just hate it when that happens? yes for f in '*.whatever'; do something; done works also. Cool. for f in '*.ogg'; do ls $f; done 01_So What.ogg 03_Blue In Green.ogg 05_Flamenco Sketches.ogg 02_Freddie Freeloader.ogg 04_All Blues.ogg 06_Flamenco Sketches (alternate take).ogg No it doesn't for f in "*.ogg"; do echo [$f]; done [*.ogg] for f in '*.ogg'; do echo [$f]; done [*.ogg] for f in *.ogg; do echo [$f]; done [01_So What.ogg] [02_Freddie Freeloader.ogg] [03_Blue In Green.ogg] [04_All Blues.ogg] [05_Flamenco Sketches.ogg] [06_Flamenco Sketches (alternate take).ogg] weirdo Only works with ls what does? No. I'm broke again for f in "*.ogg"; do echo "$f"; done *.ogg for f in "*.ogg"; do echo $f; done 01_So What.ogg 02_Freddie Freeloader.ogg 03_Blue In Green.ogg 04_All Blues.ogg 05_Flamenco Sketches.ogg 06_Flamenco Sketches (alternate take).ogg hah weird It's re-expanded on each do. When you quote it, you see what it really is. thats sort of odd. When I used [$f] the shell tried to expand [*.ogg] . But it CAN expand *.ogg . Cherukan (Cherukan@242846hfc175.tampabay.rr.com) joined #gnuenterprise. ajmitch_ (~me@p47-max4.dun.ihug.co.nz) joined #gnuenterprise. ajmitch (me@p16-max6.dun.ihug.co.nz) left irc: Read error: 113 (No route to host) rdean (rdean@chcgil2-ar2-052-050.chcgil2.dsl.gtei.net) joined #gnuenterprise. ajmitch__ (~me@wlg1-port44.jetstart.win.co.nz) joined #gnuenterprise. Nick change: ajmitch__ -> ajmitch dsmith (dsmith@cherry7.comerica.com) left irc: Remote closed the connection all the trees in the house say YOOooo I'm not a tree. I'm a human BEING, dammit! a human being what? being a tree? Action: nickr makes soylent green out of rdean Action: rdean is apparently uncultured...has heard the term "soylent green" before, but never what it meant. uh whoa you are uncultured Action: rdean is open to enlightenment, providing it doesn't take longer than 5 minutes (got a meeting to get to) :-) well there was a movie with Charlton Heston called Soylent Green one of those weird future movies he did during the 70s, (along with Planet of the Apes and Omega Man and probably others) oh that one where he's a racecar driver hrm okay...I'll look it up...doubt I'll ever find time to watch it, because by the time I get my kids in bed, I'm ready for bed (or am too engrossed in Jedi Knight...although I'm getting to the end of that) okay, gotta go....i'm getting paged. rdean (rdean@chcgil2-ar2-052-050.chcgil2.dsl.gtei.net) left irc: "Client Exiting" ajmitch_ (me@p47-max4.dun.ihug.co.nz) left irc: No route to host jcater (jason@HubA-mcr-24-165-193-24.midsouth.rr.com) left irc: "Client Exiting" ToyMan_home (CaryKittne@c5300-3-ip253.albany.thebiz.net) joined #gnuenterprise. ToyMan_home (CaryKittne@c5300-3-ip253.albany.thebiz.net) left irc: "Client Exiting" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. Nick change: dnWork -> derek Action: derek is away: Reloading Crack Pipe Action: derek is back (gone 00:00:01) man two dogs to work wears me out jcater: you gnue'ing tonight? somewhat can you define somewhat/ Action: derek is wondering what you want me to do next well im thinking either play more with the xslt pay my bills? that'll free up some time for me and get text working and gnumeric working or test out all the new block/datasource triggers if you are around and gnue'ing the later is probably better as it needs to be done and i will probably have lots of questions if you arent really around i can probably play with transformations w/o much babysitting hmm I'd go w/transforms then as to bills, if i could pay my own, i would consider getting yours paid :) as I'm not sure at this point not sure if you are gnue'ing? or not sure about the triggers ;) gnue'n Action: jcater is excited Earthlink Cable Modem is coming to memphis in 2 months will be ~25/mo cheaper for me Action: derek slaps jcater with a smelly old crappie you suck Action: derek runs off eh? derek: you read the comments on the reports poll? maybe it wasn't a good poll :) ppl seemed to take it too seriously ajmitch (me@wlg1-port44.jetstart.win.co.nz) left irc: Read error: 110 (Connection timed out) Maniac (~somebody@h24-82-132-209.wp.shawcable.net) joined #gnuenterprise. derek you around? Cherukan (Cherukan@242846hfc175.tampabay.rr.com) left irc: "Client Exiting" jcater (jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "nite" dsmith (~dsmith@p254.usnyc7.stsn.com) joined #gnuenterprise. dsmith (dsmith@p254.usnyc7.stsn.com) left irc: Read error: 113 (No route to host) jcater (~jason@24.165.193.24) joined #gnuenterprise. dsmith (~dsmith@p22.usnyc7.stsn.com) joined #gnuenterprise. Maniac (somebody@h24-82-132-209.wp.shawcable.net) left irc: "Client Exiting" jcater (jason@24.165.193.24) left irc: "Client Exiting" Sacha_away (~sacha@203.190.196.95) joined #gnuenterprise. alexey (~alexey@195.151.214.34) joined #gnuenterprise. Action: derek didnt read it alexey (alexey@195.151.214.34) left irc: "Client Exiting" --- Wed Apr 10 2002