/srv/irclogs.ubuntu.com/2012/10/29/#ubuntu-us-mi.txt

snap-lI swear, I'd be embarrassed to even ask for money for this: http://threelegsduck.bandcamp.com/album/the-fleets-lit-up00:53
derekvFound libxul-10.0.9, but you need to upgrade to libxul<2.02:14
derekvgod damn dependancies02:14
snap-lGood morning12:29
brouschsure12:29
snap-lbrousch: You know it is. :)12:29
brouschGot up at 5 due to coughing child12:30
snap-lAnd it's good12:30
jrwrenkids suck.13:03
brouschjrwren: I'm contacting social services13:05
brouschchild protective services13:05
jrwrenstories like that are why i didn't want to have kids.13:08
jrwreni just heard "remember I told you about my son?"   me: "yah, trying to have him not do heroine"  him: "we got the OD call from hospital."13:09
jrwrenUGH13:09
snap-lI'd rather have a kid that I try to keep out of the garbage, thank you.13:19
snap-ljrwren: Give my best to the family. That's got to be tough.13:20
shakes808Morning al13:56
shakes808all13:56
shakes808Does anyone know of a script that will take a column in an excel file, read the contents, and move the file that it reads to a new location?13:57
snap-lshakes808: What version of Excel?14:02
shakes808201014:04
snap-lOpenpyxl is your friend14:04
snap-lIt'll read and write Excel files14:05
shakes808I will be able to use this to create a batch script to copy file \\xx\yy\zz.txt and move it to \\tt\ee\zz.txt14:06
snap-lwWell, Python will be able to handle all of your requirements as stated.14:07
snap-lBut you'll have to write it.14:07
snap-lI love my mom. I love my mom. I love my mom. FUCKING STOP SENDING ME THIS POLITICAL BULLSHIT. I love my mom.14:13
snap-lhttp://www.truthorfiction.com/rumors/o/obama-report-card.htm14:13
shakes808I glanced through the docs and didn't see anything that would help me out.14:16
shakes808thank you though14:16
snap-lhuh?14:16
shakes808:\14:16
shakes808lol14:16
snap-lopenpyxl will open an Excel file, and read it14:16
snap-lhow will that not help?14:17
snap-lhttp://packages.python.org/openpyxl/usage.html#read-an-existing-workbook14:17
shakes808.. I am looking for something to read it but also take that file and copy and move it to another location. I guess I am looking to create a batch script to read it and then copy and move the files to another location14:18
snap-lOh FFS.14:19
snap-lhttp://docs.python.org/2/library/shutil.html14:19
brouschshakes808: http://stackoverflow.com/questions/123198/how-do-i-copy-a-file-in-python14:20
brouschSo you open your file, read the columns, close the file, manipulate the data you read, then copy the file14:20
snap-l^^14:20
snap-lNo, it's not going to do everything for you, you'll still have to write some code to make it happen. :)14:21
shakes808Thank you, that is a little better. I need to have it in a batch script. It needs to be run by people at work and we don't run Python here.14:23
snap-lugh14:23
snap-lbatch as in windows batch?14:24
shakes808yes14:24
shakes808This is for work14:24
shakes808:\14:24
shakes808I know14:24
shakes808If it was for myself that would be great14:24
snap-lMaybe jrwren can give some  guidance then14:24
brouschread data from excel in a batch file? ouch14:24
shakes808I have it in an excel file now, but can make it into a flat file14:25
brouschmaybe you can do it all from within Excel with macros and VBA14:25
snap-lWell, the Excel part might have some luck with Excel's VB14:25
snap-lbut moving things around should be entertaining14:25
shakes808lol14:26
brouschI suspect Powershell could do it, but I know fuckall about it14:26
shakes808ha ha14:26
brouschI'm serious14:26
brouschhttp://blogs.msdn.com/b/sriram_reddy1/archive/2012/07/16/excel-with-powershell.aspx14:27
Blazeixi've heard good things about the library NPOI, if you want to use C#14:29
Blazeixi haven't used it though14:29
snap-lSomething tells me we're not the best folks to ask on this. ;)14:30
shakes808ha ha14:30
shakes808At least you all are pointing me in the right direction14:30
shakes808more help than ##programming14:30
shakes808lol14:30
shakes808They said "find someone who knows batch"14:31
shakes808...14:31
shakes808and then went silent14:31
shakes808lol14:31
snap-lGive me a break14:31
shakes808Kit Kat?14:31
snap-lNo.14:31
Blazeixdoes it have be batch or just run on windows?14:32
Blazeixi'd stay away from batch scripting if possible14:32
shakes808It has to run on windows, but again this is for work and not everyone has Python. The common factor is Windows14:32
snap-lYeah, there's very little error control14:32
snap-lIS this to be run by multiple folks?14:33
shakes808I could try to make a C# program for it, but that would take too long14:33
Blazeixyeah, so don't inflict batch scripting on yourself. i'd go with C# or powershell14:33
shakes808yes, there is going to be a handful of us using this14:33
snap-lOK, this gets into wrinkles about what happens when two folks run at the same time14:33
shakes808That won't be an issue14:34
snap-lok14:34
shakes808This script will only be run when new forms get added14:34
shakes808and we have a change control system to notify who and when14:34
jrwrenI don't do windows batch.14:37
jrwrenfirst rule of windows: install cygwin14:37
shakes808HA HA14:38
jrwreni'm not joking.14:40
jrwrena C# program would take too long? it should take just a few minutes :)14:40
shakes808Haven't done too much C#14:41
shakes808I have been bouncing around with languages instead of focusing on one specific that my inner squirrel gets confused14:42
shakes808lol14:42
jrwrenyou could always ship python with your solution.  "here, run this exe"14:43
shakes808lol14:44
Blazeixbroken record time: he's not joking14:44
jrwrenits what dropbox does. its why py2exe exists.14:45
shakes808gotcha14:46
shakes808I am going to have to work on this14:47
shakes808thank you all for the help14:47
shakes808:D14:47
snap-lshakes808: np. If you need help with the Python stuff, feel free to ping.14:48
shakes808will do. I will be working on this after hours, but will bring my questions ;D14:48
shakes808how was everyone's weekend? Any plans for Halloween?14:52
snap-lWeekend was nice. Got a chance to play some video games15:00
snap-ldid some yard work, which is likely undone. :)15:01
snap-lGot my ass handed to me by Blazeix in Xonotic. :)15:01
snap-lWill have to fire up the server again some time soon15:02
snap-lnow that I know how to get it to work and be seen by folks other than just JoDee and myself.15:02
Blazeixi love xonotic. i'm excited that they've actually released some improvements over nexuiz15:25
Blazeixfor a while things seemed a bit dicey15:25
jrwrenanyone heard from Jim and Meredith?15:29
snap-lBlazeix: Yeah, it's smoother than Nexuiz. JoDee commented on how smoothly it ran on her low-powered machine15:36
snap-lOf course I tweaked the hell out of it before she ran it. ;)15:36
shakes808snap-l: what are you serving up15:47
snap-lXonotic server on occasion15:48
=== jjesse-android is now known as jjesse-home
greg-goh, xonotic is a derivative of nexuiz?16:13
* greg-g hadn't heard of it16:14
snap-lYeah, it's pretty nice16:14
snap-lLots of cleanups that make it better than Nexuiz16:15
greg-gcool16:16
Blazeixyeah nexuiz went all corporate or something, so xonotic was born16:34
greg-gwah? really?16:36
Blazeixyeah, see http://en.wikipedia.org/wiki/Xonotic#Development16:38
Blazeixxonotic's logo is a phoenix, because "screw you, Lee Vermeulen"16:39
greg-ghuh, awesome16:40
greg-ggo pissed off free software developers!16:40
greg-g"fine, take the trademark, we don't need it, who gives a shit about marketing anyways?!"16:41
greg-gsee: LibreOffice, Jenkins, etc16:41
greg-gthat made me smile, really :)16:41
jrwrenanyone know if UDS videos are recorded?16:43
greg-gthey usually are16:44
jrwrencool16:46
greg-gusually some delay before posted online, like a week or so17:03
jrwrendo you ever sing "everyday I'm hackin" but to the tune of lmfao party rock s/shufflin/hackin/ ?17:07
greg-gone syllable too short17:11
greg-gand isn't it "hustlin"? (or, is that a new version?)17:11
* greg-g only knows the hustlin version17:11
jrwreni stutter like a nerd. h-hackin to get the sylabic match17:19
snap-lI think greg-g is more of a "codin'dirty" gangsta17:23
snap-l"They see me codin'. They forkin'. Gotta push my changes up to the 'hub 'cuz I'm codin' dirty"17:24
snap-l"Gotta keep my codin' dirty, clock say it's past 3:30"17:25
greg-g:)17:26
jrwrenhahaah, you are so white and nerdy17:34
greg-g:)17:38
Blazeixrick_h_: the most recent 'google search' app update on android mentions Google Now supports package tracking18:47
rick_h_Blazeix: yea, just saw that and shared it to G+ Excited now for 4.2 on the N719:58
rick_h_now if I'll ever get it on my phone... :(20:02
rick_h_the price point of the N4 is actually pretty tempting20:03
rick_h_nixternal: lmao, I missed that the guy you were talking to worked at Delicious20:11
greg-gwtf Ars, you're automagically redirecting my Fx Nightly browser to the mobile site because you fail at user agent grepping? Or, does you main site now just look like ass on a big screen?20:15
rick_h_lol20:16
jrwrenrick_h_: got time for a python q?20:16
jrwrenclass a: def __getattr__(s,name): stuff20:17
jrwrena().blah() works fine20:17
jrwrenbut I want to a().getattr('blah') instead20:17
jrwrenbut that class __getattr__ with name='getattr'20:17
jrwrenso should I just call __getattr__ directly? that seems wrong20:17
rick_h_yea, that's wrong, but there's getattr and getattribute I think sec.20:18
jrwrenoh, maybe that is waht I need?20:18
rick_h_because that's an old style class and you want to use a new style20:18
jrwrenassume new style class20:19
jrwrenoh!!!20:20
rick_h_http://paste.mitechie.com/show/828/20:22
rick_h_jrwren: ^^20:22
jrwrengetattr(a(),'blah') is different than a().getattr()20:22
jrwreni am not smart.20:22
jrwrenty20:22
rick_h_right20:23
brouschMy Bionic lapdock arrived. Now I just need the cables and adaptors to hook up my phone to it20:31
rick_h_cool20:31
brouschIt is nice20:31
brouschSomeone at GRLUG has a raspberrypi hooked up to one20:32
brouschIt's about the size and thickness of macbook air for < $10020:41
greg-galright all, who wants to throw in on the "get Greg back to Michigan" fund? I'll be purchasing a microbrewery as my exit (SF) strategy.21:01
jrwrenNE AA needs one. I think it would do well right off plymouth road21:03
greg-g:)21:05
rick_h_hah21:07
rick_h_oh bah, I can't buy movie content on Google Play because I'm not in the US21:08
rick_h_even though they know I'm a US user :(21:08
greg-goh copyright21:10
rick_h_yea, joys21:10
jrwrenyet another reason I don't use google play :p21:19
rick_h_well AMZ no worky on the tablet and wanted to rent a movie/two for the flight back21:20
snap-lLicensing is awesome. Let's all drink hemlock to that.21:24
greg-gsnap-l: dude, OMC was linked from the CC identi.ca/twitter account21:47
greg-gI had nothing to do with it, either! (uh, sorry?)21:47
snap-lgreg-g: awesome! tjanks for the heads up!22:39
shakes808what do you use for a chat client that is terminal based? Or what do you all use in general? I am using the default client with Ubuntu. Looking to get something else23:48
Blazeixirc only? weechat and irssi are the most popular.23:48
Blazeixi know a guy that uses finch. but he's weird.23:49
shakes808lol irc / gchat / yahoo chat ...23:49
shakes808one that I can log into anything really23:49
Blazeixi only know of two options for that. finch or "irc-client + bitlbee"23:50
Blazeixwhere irc-client is something like weechat or irssi23:51
Blazeixfinch is basically pidgin command-line-ized. it has some weird windowed interface23:51
shakes808gotcha23:51
shakes808ty23:51
jrwrensnap-l: Rhapsody of Fire, what do you think?23:54
jrwrenirssi FTW23:55

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!