From chad at cast.uark.edu Sat Aug 11 00:22:34 2012 From: chad at cast.uark.edu (Chad Cooper (CAST)) Date: Fri, 10 Aug 2012 17:22:34 -0500 Subject: [PyAR2] Fwd: [Texas] Linux Journal working on a Python issue In-Reply-To: References: Message-ID: FYI ---------- Forwarded message ---------- From: Kojo Idrissa Date: Fri, Aug 10, 2012 at 5:19 PM Subject: [Texas] Linux Journal working on a Python issue To: Texas Python User Group It occurred to me that people preparing sessions for PyTexas might be interested in perhaps turning one of those sessions into a Python article for Linux Journal. Here's the link: http://www.linuxjournal.com/content/call-articles Here's the actual text: Linux Journal is gearing up for our Python issue, and we'd love to get articles from YOU! If you have any Python-related projects, tactics, lessons or other articles ideas, send a proposal to jill at linuxjournal.com. We're excited about the Python issue, and we're excited for you to help us make it awesome! (NOTE: any photos of geeks flexing their "pythons" for us will be deleted immediately--or possibly posted online for everyone to see. Please, no one wants to see that!) _______________________________________________ Texas mailing list Texas at python.org http://mail.python.org/mailman/listinfo/texas -------------- next part -------------- An HTML attachment was scrubbed... URL: From supercooper at gmail.com Mon Aug 13 16:29:18 2012 From: supercooper at gmail.com (Chad Cooper) Date: Mon, 13 Aug 2012 09:29:18 -0500 Subject: [PyAR2] pyArkansas 2012 Call for Proposals In-Reply-To: References: Message-ID: Announcing the pyArkansas 2012 Call for Proposals pyArkansas , the 5th annual Python conference for Arkansas and the surrounding region, is now accepting talk and tutorial proposals. pyArkansas 2012 will take place on October 27 at the Brewer-Hegeman Conference Center on the campus of the University of Central Arkansas, Conway. Talk slots of 25 and 50 minutes are available. Tutorial slots are 2 hours. For more information and to submit your proposals, go to: http://www.pyarkansas.org/speaking/cfp/ Thanks Chad Cooper chad.cooper at pyarkansas.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From supercooper at gmail.com Thu Aug 16 17:57:40 2012 From: supercooper at gmail.com (Chad Cooper) Date: Thu, 16 Aug 2012 10:57:40 -0500 Subject: [PyAR2] cron job to backup sqlite database? Message-ID: All, I need to create a cron job on the webserver to backup the sqlite db behind http://www.pyarkansas.org. I'm a noob to sqlite, so should I actually dump the db to a backup or just copy is somehow? I'm thinking with copying it can't be being accessed during the copy or it could be corrupted. Anyone done this before, gotta be simple, huh? Thanks chad BTW, if you haven't checked out the conference siteyet, please do - we've come a long way this year. And have you submitted your talk proposals yet? -------------- next part -------------- An HTML attachment was scrubbed... URL: From wayne at waynewerner.com Fri Aug 17 02:55:35 2012 From: wayne at waynewerner.com (Wayne Werner) Date: Thu, 16 Aug 2012 19:55:35 -0500 (CDT) Subject: [PyAR2] cron job to backup sqlite database? In-Reply-To: References: Message-ID: On Thu, 16 Aug 2012, Chad Cooper wrote: > All,? > I need to create a cron job on the webserver to backup the sqlite db behind > http://www.pyarkansas.org. I'm a noob to sqlite, so should I actually dump > the db to a backup or just copy is somehow? I'm thinking with copying it > can't be being accessed during the copy or it could be corrupted.? > > Anyone done this before, gotta be simple, huh? A SQLite db is just a file, so a plain cp should be just fine. There *might* be an issue with a write happening during read, but my guess is that any issues should be extremely rare. If we want to be paranoid about it we could always do two backups a minute apart - then checksum the db's against eachother and the main db. If they all match, great. If the backups don't match each other, but one of them matches the master, then I *think* we could just assume that the stars aligned and we read at the exact same time a write happened. Although a quick DuckDuckGo search yielded this: http://www.sqlite.org/backup.html And possibly this: http://linux.softpedia.com/get/Database/Database-APIs/python-sqlite3-backup-83306.shtml (Also, apparently I didn't send this off this morning like I thought!) -Wayne From supercooper at gmail.com Sat Aug 25 22:56:32 2012 From: supercooper at gmail.com (Chad Cooper) Date: Sat, 25 Aug 2012 15:56:32 -0500 Subject: [PyAR2] Registration now open for pyArkanas 2012 Message-ID: Registration for pyArkansas 2012 is now open at: http://www.pyarkansas.org/registration/ pyArkansas is FREE once again this year (thanks to our awesome sponsors) and will be held on the campus of the University of Central Arkansas on October 27th. Wanna see the talk and tutorial proposals we have received so far? Can do: http://www.pyarkansas.org/proposals/ Also, the Call for Proposals is open until October 1st and we are still accepting talk and tutorial proposals. We look forward to seeing you in Conway on October 27th. The pyArkansas team -------------- next part -------------- An HTML attachment was scrubbed... URL: From supercooper at gmail.com Sun Aug 26 19:48:29 2012 From: supercooper at gmail.com (Chad Cooper) Date: Sun, 26 Aug 2012 12:48:29 -0500 Subject: [PyAR2] Anyone wanna make us a favicon for the website? Message-ID: If someone could make us a favicon, I'd really appreciate it. I have the svg of the logo ( http://www.pyarkansas.org/site_media/media/pyArkansas_logo.png), if you are interested, let me know and we can talk. Thanks chad -------------- next part -------------- An HTML attachment was scrubbed... URL: From rob at robnet.com Sun Aug 26 20:47:09 2012 From: rob at robnet.com (Rob Nichols) Date: Sun, 26 Aug 2012 13:47:09 -0500 Subject: [PyAR2] [PyAR2-organizers] Anyone wanna make us a favicon for the website? In-Reply-To: References: Message-ID: Here it is mechanically converted to favicon.ico. I have no design skills. Might be better without the text? Here's the shell script I usually use for this task. On Aug 26, 2012, at 12:48 PM, Chad Cooper wrote: > If someone could make us a favicon, I'd really appreciate it. I have the svg of the logo (http://www.pyarkansas.org/site_media/media/pyArkansas_logo.png), if you are interested, let me know and we can talk. > > Thanks > > chad > _______________________________________________ > PyAR2-Organizers mailing list > PyAR2-Organizers at python.org > http://mail.python.org/mailman/listinfo/pyar2-organizers -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: favicon.ico Type: image/ico Size: 13094 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: mk.sh Type: application/octet-stream Size: 404 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From chad at cast.uark.edu Mon Aug 27 15:20:56 2012 From: chad at cast.uark.edu (Chad Cooper (CAST)) Date: Mon, 27 Aug 2012 08:20:56 -0500 Subject: [PyAR2] [PyAR2-organizers] Anyone wanna make us a favicon for the website? In-Reply-To: References: Message-ID: Thanks Rob, yeah, I'll remove the text and the outline thickness needs tweaked. Thanks, cool script. I'll use that. chad On Sun, Aug 26, 2012 at 1:47 PM, Rob Nichols wrote: > Here it is mechanically converted to favicon.ico. I have no design > skills. Might be better without the text? > > > > Here's the shell script I usually use for this task. > > > > > On Aug 26, 2012, at 12:48 PM, Chad Cooper wrote: > > If someone could make us a favicon, I'd really appreciate it. I have the > svg of the logo ( > http://www.pyarkansas.org/site_media/media/pyArkansas_logo.png), if you > are interested, let me know and we can talk. > > Thanks > > chad > _______________________________________________ > PyAR2-Organizers mailing list > PyAR2-Organizers at python.org > http://mail.python.org/mailman/listinfo/pyar2-organizers > > > > _______________________________________________ > PyAR2-Organizers mailing list > PyAR2-Organizers at python.org > http://mail.python.org/mailman/listinfo/pyar2-organizers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From chad at cast.uark.edu Tue Aug 28 16:43:16 2012 From: chad at cast.uark.edu (Chad Cooper (CAST)) Date: Tue, 28 Aug 2012 09:43:16 -0500 Subject: [PyAR2] Fwd: Master Regular Expressions - Save 50% on New & Bestselling Ebooks In-Reply-To: <1346141584.14550.0.169192@post.oreilly.com> References: <1346141584.14550.0.169192@post.oreilly.com> Message-ID: ---------- Forwarded message ---------- From: O'Reilly Media Date: Tue, Aug 28, 2012 at 3:13 AM Subject: Master Regular Expressions - Save 50% on New & Bestselling Ebooks To: supercooper at gmail.com ** View in browser . [image: O'Reilly - Books and Videos] Master Regular Expressions Learn from the Experts with New & Bestselling Ebooks [image: Books in the deal] Take the guesswork out of using regular expressions. Learn powerful tips for *matching, extracting*, and *transforming text* as well as the *gotchas to avoid*. For *one week only, SAVE 50%* on select ebooks and discover a *whole new world of mastery over your code*. Ebooks from oreilly.comare *DRM-free*. You get *free lifetime access, multiple file formats,* and *free updates.* Now includes* Dropbox syncing.* [image: View the Titles] PS: Offer includes a bonus book! Use discount code: WKRGEX This deal expires September 4, 2012 at 11:59pm PT and cannot be combined with other offers. Spreading the knowledge of innovators. oreilly.com You are receiving this message because you purchased directly from O'Reilly or registered titles. Keep up on all things O'Reilly by signing up for our *email alerts and newsletters* . To ensure delivery to your inbox (not bulk or junk folders), please add * oreilly at post.oreilly.com* to your address book. To unsubscribe from all email announcements from O'Reilly, click here. O'Reilly Media, Inc. 1005 Gravenstein Highway North, Sebastopol, CA 95472 (707) 827-7000 -------------- next part -------------- An HTML attachment was scrubbed... URL: