caesarandlouie.wordpress.com
Python + Bottle + PythonAnywhere = easy online web app creation | George and Us
https://caesarandlouie.wordpress.com/2015/01/19/python-bottle-pythonanywhere-easy-online-web-app-creation
Oh, don't look so shocked. Python Bottle PythonAnywhere = easy online web app creation. Leave a comment ». What is it about weekends that they just really lend themselves to experimenting? Home page made it sound very easy to create dynamic content so I decided to use it. Indextpl (for a Bottle template) and supporting static files all set. At this point, the site consists of these files:. Next, I created an empty file which would hold the text: ‘allthetext’. I created the app’s cod...The POST though has...
caesarandlouie.wordpress.com
January | 2015 | George and Us
https://caesarandlouie.wordpress.com/2015/01
Oh, don't look so shocked. Archive for January 2015. Grim Fandango and Homeworld – Remastered! Leave a comment ». Grim Fandango Remastered – http:/ www.gog.com/game/grim fandango remastered. Homeworld Remastered – http:/ store.steampowered.com/app/244160/. Written by Peter R. January 26, 2015 at 8:27 am. Posted in All Posts. Python Bottle PythonAnywhere = easy online web app creation. Leave a comment ». What is it about weekends that they just really lend themselves to experimenting? Next, I created an e...
caesarandlouie.wordpress.com
Cron stopped sending emails; dead.letter file was a clue | George and Us
https://caesarandlouie.wordpress.com/2014/05/05/cron-stopped-sending-emails-dead-letter-file-was-a-clue
Oh, don't look so shocked. Cron stopped sending emails; dead.letter file was a clue. 1 Check crontab -l to list the jobs associated with my Pi login. They looked the same as always. 2 Run one of the scripts manually from the terminal. Yep, I get the expected result there. 3 Re-configure cron with crontab -l so the job will run in about two minutes. Wait three minutes… No output. Still no email. Hmmmm…. 5 Look for logs in the /var/log. Notice that mail.log there has these entries:. Written by Peter R.
caesarandlouie.wordpress.com
Build a radio station in your home with Raspberry Pi | George and Us
https://caesarandlouie.wordpress.com/2014/03/11/build-a-radio-station-in-your-home-with-raspberry-pi
Oh, don't look so shocked. Build a radio station in your home with Raspberry Pi. Leave a comment ». Using a Raspberry Pi as a home music server (MPD). Is a good fit for this purpose and it’s free, open source software so that’s a bonus for sure. More on that later. Here’s what I ended up with then:. My Raspberry Pi Model B] [A USB hard drive for MP3 storage]. MPD for controlling the playback of my music collection]. And my Android tablet running. 2 Connect your Pi to the home network. I placed mine n...
caesarandlouie.wordpress.com
Arduino + 1602 LCD stopwatch project! | George and Us
https://caesarandlouie.wordpress.com/2014/12/06/arduino-1602-lcd-stopwatch-project
Oh, don't look so shocked. Arduino 1602 LCD stopwatch project! Leave a comment ». I recently bought an Arduino Mega2560 beginner’s starter kit from MicroCenter. 1 x Arduino (Uno or Mega or whatever you have is OK, but there are 8 pins 5v and GND used here). 1 x1602 LCD display (any as long as it uses Hitachi compatible pins). 1 x potentiometer (I used a 50K Ohm one that came with my kit but usually 10K Ohms is recommended). 1 x breadboard with lots of holes. Tons of jumper wires (about 20 actually).
caesarandlouie.wordpress.com
Talk to Me | George and Us
https://caesarandlouie.wordpress.com/talk-to-me
Oh, don't look so shocked. Send me a message by typing into this big box and then clicking Submit. Written by Peter R. June 5, 2007 at 1:37 pm. Caesar and Louie and Georgie. Subscribe in a reader. Subscribe to Caesar and Louie by Email. All other links (1). Kim’s Posts (11). Create a free website or blog at WordPress.com. Follow “George and Us”. Get every new post delivered to your Inbox. Build a website with WordPress.com.
caesarandlouie.wordpress.com
Caesar and Louie and Georgie | George and Us
https://caesarandlouie.wordpress.com/caesar-and-louie
Oh, don't look so shocked. Caesar and Louie and Georgie. For the record, this is Caesar (the elder, the coulda-been-a-contender, perfect in all ways pug):. He died in 2009. And we miss him a lot. And this is Louie (the younger, the broken one, the future-rescue-pug):. Louis died in 2010. They used to run this place but now that job belongs to. Written by Peter R. August 6, 2007 at 9:52 pm. Caesar and Louie and Georgie. Subscribe in a reader. Subscribe to Caesar and Louie by Email. All other links (1).
caesarandlouie.wordpress.com
Grim Fandango and Homeworld – Remastered! | George and Us
https://caesarandlouie.wordpress.com/2015/01/26/grim-fandango-and-homeworld-remastered
Oh, don't look so shocked. Grim Fandango and Homeworld – Remastered! Leave a comment ». Grim Fandango Remastered – http:/ www.gog.com/game/grim fandango remastered. Homeworld Remastered – http:/ store.steampowered.com/app/244160/. Written by Peter R. January 26, 2015 at 8:27 am. Posted in All Posts. Laquo; Python Bottle PythonAnywhere = easy online web app creation. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
caesarandlouie.wordpress.com
Playing around with Jabber on the Rasberry Pi | George and Us
https://caesarandlouie.wordpress.com/2014/11/30/playing-around-with-jabber-on-the-rasberry-pi
Oh, don't look so shocked. Playing around with Jabber on the Rasberry Pi. Leave a comment ». Here are the steps we followed:. Sudo apt-get update sudo apt-get upgrade. Just to get everything up to date in Raspbian land). Sudo apt-get install prosody. Cd /etc/prosody sudo cp prosody.cfg.lua ./prosody.cfg.BAK sudo nano prosody.cfg.lua. Sudo service prosody restart. 8230; to make those config changes take effect. In Gajim, I just added a couple accounts for me and my son. Creating the accounts in Gajim ...
caesarandlouie.wordpress.com
Minecraft + Raspberry Pi + Python = Geeky heaven | George and Us
https://caesarandlouie.wordpress.com/2013/12/22/minecraft-raspberry-pi-python-geeky-heaven
Oh, don't look so shocked. Minecraft Raspberry Pi Python = Geeky heaven. Leave a comment ». If you know me, you know I am a geeky sort. I like all things to do with computer software and development. I keep up with all the goings on as much as any one person can. When I learned I could write Python scripts to run on my Raspberry Pi, inside of Minecraft, well, I just had to start playing. This is known as Minecraft: Pi Edition. To give you an idea of the variety of uses out there. My workflow then went so...