This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# A simple python script to grab all your photos from flickr, | |
# dump into a directory - organised into folders by set - | |
# along with any favourites you have saved. | |
# | |
# Based on FlickrTouchr 1.2 plus: | |
# - Video download support | |
# - Photo title on filename | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<style type="text/css"> | |
.twits { | |
border: 1px solid red; | |
width: 960px; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nov 17 15:22:16 symfony [info] {Doctrine_Connection_Statement} execute : INSERT INTO TBL80703EQUIPAMENTO (bl80703excluido, tx80703instalacao, tx80703tipo, tx80703alimentador, tx80703subestacao, nr80703potencia, nr80703qtd_clientes, tx80703barramento, tx80703bairro, tx80703cidade, nr80703codcidade, fk80704codigo, nr80703codigo) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) - (0, 0530298, FU, 01C1, ACL, 0, 0, 570562E, NAO CADASTRADO, ITINGA DO MARANHÃO, 5427, 32, 700) | |
Nov 17 15:22:16 symfony [info] {Doctrine_Connection_Statement} execute : UPDATE TBL80704IMPORT_EQUIPAMENTO SET nr80704qtd_registros = ? WHERE nr80704codigo = ? - (148, 32) | |
Nov 17 15:22:16 symfony [info] {Doctrine_Connection_Oracle} query : SELECT SEQ80703CODIGO.nextval FROM DUAL - () | |
Nov 17 15:22:16 symfony [info] {Doctrine_Connection_Statement} execute : INSERT INTO TBL80703EQUIPAMENTO (bl80703excluido, tx80703instalacao, tx80703tipo, tx80703alimentador, tx80703subestacao, nr80703potencia, nr80703qtd_clientes, tx80703barramento, tx80703bairro, t |
NewerOlder