
konryd.blogspot.com
Most recent callMostly python-related stuff.
http://konryd.blogspot.com/
Mostly python-related stuff.
http://konryd.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
54
SITE IP
172.217.9.225
LOAD TIME
0.332 sec
SCORE
6.2
Most recent call | konryd.blogspot.com Reviews
https://konryd.blogspot.com
Mostly python-related stuff.
Most recent call: Introduction to Selenium for Python programmers
http://konryd.blogspot.com/2011/01/introduction-to-selenium-for-python.html
Wednesday, 19 January 2011. Introduction to Selenium for Python programmers. Selenium is an application that automates web browsers, helping you test your web application from a user perspective, in an automated manner. These properties make Selenium tests a perfect fit for validating your js-level functionality and implementing acceptance tests. We will work in a virtualenv called "seltest". If you don't know what virtualenv is, you likely want to read this. Virtualenv - no-site-packages . Java -jar sel...
Most recent call: September 2009
http://konryd.blogspot.com/2009_09_01_archive.html
Thursday, 10 September 2009. How to mount *.bin disk image on Linux/Mac (without *.cue file). First, you need binchunker. A utitily to convert the bin/cue pair into an iso image. It is available on macports and should be easy to get on most linux distros. Now, you need to prepare your *.cue file. Suppose the you have a "blah.bin" file. Enter following text into "blah.cue":. FILE “blah.bin” BINARY. Now, enter the following spell:. Bchunk blah.bin blah.cue blah.iso. There, you have it. My Traces on the Web.
Most recent call: December 2010
http://konryd.blogspot.com/2010_12_01_archive.html
Monday, 20 December 2010. Mocking empty collections with FalseMock. A friend of mine described to me a PITA he had with mock - it doesn't play well with a common Python idiom:. If collection: for element in collection: do something(element). What he expected as default behaviour was for the mock to be iteratable as an empty collection. Instead, he got:. M = mock.Mock() for x in m: . print x . Traceback (most recent call last): File ". Line 1, in. TypeError: 'Mock' object is not iterable.
Most recent call: August 2010
http://konryd.blogspot.com/2010_08_01_archive.html
Monday, 16 August 2010. Distutils2 Summer of Code. This summer, I took part in Google Summer of Code project as a student. I worked on distutils2 project implementing new commands and improving the existing ones. In poarticular, my tasks were:. To implement a test command (similar to the one from setuptools/distribute. Port the upload docs command. Enhance the check command. Install] pre-hook.my postfix = path.to.hook. The improvements to the check command were arguably most neglected task in my project&...
Most recent call: Customising Django's uniqueness validation message
http://konryd.blogspot.com/2011/01/customising-djangos-unique-validation.html
Sunday, 9 January 2011. Customising Django's uniqueness validation message. In case you've been wondering: you need to override the unique error message method on your model. The unique check argument is a tuple containing field names that are supposed to be unique together (for regular uniqueness this is a one-element tuple). See the example below for validating the slug field:. Slug = models.SlugField(max length=200, unique=True). 160; def unique error message(self, model class, unique check):.
TOTAL PAGES IN THIS WEBSITE
19
Writing a reverse proxy/loadbalancer from the ground up in C, pause to regroup: non-blocking output | GilesThomas.com
http://www.gilesthomas.com/2013/09/writing-a-reverse-proxyloadbalancer-from-the-ground-up-in-c-pause-to-regroup-non-blocking-output
Long S Google Books searches. Writing a reverse proxy/loadbalancer from the ground up in C, pause to regroup: non-blocking output. Before moving on to the next step in my from-scratch reverse proxy, I thought it would be nice to install it on the machine where this blog runs, and proxy all access to the blog through it. It would be useful dogfooding and might show any non-obvious errors in the code. And it did. Curl: (56) Problem (3) in the Chunked-Encoded data. After a ton of debugging with. This is exc...
Politics | GilesThomas.com
http://www.gilesthomas.com/category/politics
Long S Google Books searches. Does #EUVAT make accepting bitcoins impossible for EU-based digital services businesses? Earlier on today I blogged a description of what we had to do at PythonAnywhere to handle the upcoming EU VAT ( = sales tax) changes for digital services. It’s a long post (though I tried to keep it as light as possible), but the short form is “it was hard, and at least in part […]. Category: Business of Software. Generating political news using NLTK. Joining TheyWorkForYou to Twitter.
Programming | GilesThomas.com
http://www.gilesthomas.com/category/programming
Long S Google Books searches. Pam-unshare: a PAM module that switches into a PID namespace. Today in my 10% time at PythonAnywhere (we’re a bit less lax than Google) I wrote a PAM module that lets you configure a Linux system so that when someone sus, sudos, or sshes in, they are put into a private PID namespace. This means that they can’t see anyone else’s processes, either via ps […]. SHA-1 sunset in Chromium, and libnss3. An HTTP request’s journey through a platform-as-a-service. While I’m plugg...
…just resting… | GilesThomas.com
http://www.gilesthomas.com/2013/12/just-resting
Long S Google Books searches. 8230;just resting…. Just a quick note to say that I’m still here! Using rsp as a front-end for this site has usefully shown up some weird bugs, and I’m tracking them down. I’ll do a new post about it when there’s something useful to say…. Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network. A fun bug →. Pam-unshare: a PAM module that switches into a PID namespace. SHA-1 sunset in Chromium, and libnss3.
A fun bug | GilesThomas.com
http://www.gilesthomas.com/2014/03/a-fun-bug
Long S Google Books searches. While I’m plugging the memory leaks in my epoll-based C reverse proxy, I thought I might share an interesting bug we found today on PythonAnywhere. The following is the bug report I posted to our forums. So, here’s what was happening. That’s all pretty simple. The twist comes when we add the code that reload web apps to the mix. So, what happened here? But the code on the “Web” tab that specifies the URL for reloading the selected domain specifies it using your m...And you c...
PythonAnywhere | GilesThomas.com
http://www.gilesthomas.com/category/pythonanywhere
Long S Google Books searches. Pam-unshare: a PAM module that switches into a PID namespace. Today in my 10% time at PythonAnywhere (we’re a bit less lax than Google) I wrote a PAM module that lets you configure a Linux system so that when someone sus, sudos, or sshes in, they are put into a private PID namespace. This means that they can’t see anyone else’s processes, either via ps […]. An HTTP request’s journey through a platform-as-a-service. SNI-based reverse proxying with Go(lang). Short version for ...
Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network | GilesThomas.com
http://www.gilesthomas.com/2013/10/writing-a-reverse-proxyloadbalancer-from-the-ground-up-in-c-part-4-dealing-with-slow-writes-to-the-network
Long S Google Books searches. Writing a reverse proxy/loadbalancer from the ground up in C, part 4: Dealing with slow writes to the network. This is the fourth step along my road to building a simple C-based reverse proxy/loadbalancer, rsp, so that I can understand how nginx. Works — more background here. Here are links to the first part. Where I added the code to handle multiple connections by using epoll. And to the third part. Where I started using Lua to configure the proxy. Return a value with a num...
Business of Software | GilesThomas.com
http://www.gilesthomas.com/category/business-of-software
Long S Google Books searches. Category Archives: Business of Software. Does #EUVAT make accepting bitcoins impossible for EU-based digital services businesses? Earlier on today I blogged a description of what we had to do at PythonAnywhere to handle the upcoming EU VAT ( = sales tax) changes for digital services. It’s a long post (though I tried to keep it as light as possible), but the short form is “it was hard, and at least in part […]. Category: Business of Software. IT headhunters considered harmful.
An HTTP request’s journey through a platform-as-a-service | GilesThomas.com
http://www.gilesthomas.com/2014/08/an-http-requests-journey-through-a-platform-as-a-service
Long S Google Books searches. An HTTP request’s journey through a platform-as-a-service. I’m definitely getting better as a public speaker :-) At EuroPython in Berlin last month, I gave a high-level introduction to PythonAnywhere. 8216;s load-balancing system. There’s a video up on PyVideo: An HTTP request’s journey through a platform-as-a-service. And here are the slides. Does #EUVAT make accepting bitcoins impossible for EU-based digital services businesses? SHA-1 sunset in Chromium, and libnss3.
TOTAL LINKS TO THIS WEBSITE
54
STRATO
[konry-hsm]
Přihlásit se ». Registrovat se ». GALERIE: Hotel v přístavním jeřábu. Nejlepší vajíčkové pomazánky: Tradiční s majonézou, pikantní s křenem i odlehčená s jogurtem RECEPTY. Toto prozradí o tvém zdraví. Markíza: Vianoce aj Silvester v znamení SuperStar. 12 prosince 2007 v 18:36 [ mArtinA ] konry - články a rozhovory. BRATISLAVA - Už celé štyri mesiace Markíza "servíruje" svojim divákom superstáristov všade, kde sa len dá. A tak to bude aj posledný deň v roku. KTO SI S KÝM NA SILVESTRA ZASPIEVA? 17) sa pred...
Maťko Konrád KONRY
Přihlásit se ». Registrovat se ». GALERIE: Soukromé plovoucí ostrovy na Maledivách. 10 neuvěřitelných faktů, které jste nevěděli o zrzkách! Zatoč s nevzhlednými jizvičkami po rychlém růstu. PRÁSK: Nejvtipnější znásilnění sochy. MAŤKO KONRÁD JE NAŠA HVIEZDA. 1 dubna 2008 v 18:26 Sandri:) MAŤKO KONRÁD. Články z novín a netu. No nebola som tu dlho! 24 března 2008 v 10:48. Mám nový blog: :. 19 února 2008 v 10:06. 6 února 2008 v 20:33. Najprv singel,potom možno aj album. 2 února 2008 v 14:09.
MARTIN KONRAD
Přihlásit se ». Registrovat se ». GALERIE: Cindy Crawford prodává svůj luxusní dům v Malibu. Co je tajnou zbraní super milenek? Mapy akné: Odhal jeho příčinu a zbav se ho jednou pro vždy! MATKO V pov.bystrici? 31 srpna 2008 v 19:27. Aby som vam ukazala ako Maťko konrad vystupoval v PB :D. 1 Skanovali po nom 7-13 ročne baby :D pocta nemaju dobre vyvinuty sluch.=D možno dospeju :D. 3 Všetci tu pískali a jačali tu iba ako som povedala 7-13 ročne babyki :D. 4 FOTO NIESU ODOMNA! 31 srpna 2008 v 13:23.
Welcome to the KONRY store.--www.konry.com
Would you like to log yourself in. Online shop in china. Your cart is empty. TOOL Define Pages Editor. Phone Bags and Cases. 9H 25D 0.33mm Tempered glass For Apple iPhone6s Glass Toughened Rrotective. Tempered glass for iphone7 4.7 / 7 plus 7plus 5.5 2.5d polarizer protective. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor. We are living in the epoch of great. Uspendisse pede. Quisque ...
Most recent call
Wednesday, 19 January 2011. Introduction to Selenium for Python programmers. Selenium is an application that automates web browsers, helping you test your web application from a user perspective, in an automated manner. These properties make Selenium tests a perfect fit for validating your js-level functionality and implementing acceptance tests. We will work in a virtualenv called "seltest". If you don't know what virtualenv is, you likely want to read this. Virtualenv - no-site-packages . Java -jar sel...
Alfa Romeo KONRYS BIAŁYSTOK - serwis samochodowy
UBEZPIECZENIA OC / AC. ZNAJDŹ KONRYS NA FACEBOOK. SUPEROFERTA. Ilość samochodów ograniczona! ROZRZĄD - OFERTA SPECJALNA. DBAJ O SIEBIE I SWOJE AUTO. ZALECAMY PRZEGLĄD KLIMATYZACJI CO 6 MIESIĘCY. Promocja Serwisu Samochodowego KONRYS Białystok - RABATY na naprawy po badaniu technicznym. KOMPLEKSOWE CZYSZCZENIE WNĘTRZA POJAZDU. Konkurs na projekt oznakowania Samochodu Bezpieczeństwa - Alfa Romeo 4C. Alfa Romeo i Fiat bohaterami "Bremen Classic Motorshow". Prezentacja Alfy Romeo 4C.
FIAT KONRYS BIAŁYSTOK, SERWIS SAMOCHODOWY
Oferujemy pełen zakres usług motoryzacyjnych:. Sprzedaż samochodów osobowych marki Fiat i Alfa Romeo oraz samochodów dostawczych marki Fiat Professional. Autoryzowany serwis mechaniczny i blacharsko-lakierniczy Alfa Romeo, Fiat, Fiat Professional, Jeep, Chrysler, Dodge. Serwis mechaniczny i blacharsko-lakierniczy wszystkich marek - Q-SERVICE. Sprzedaż hurtowa i detaliczna części zamiennych i akcesoriów. Wypożyczalnia samochodów osobowych i dostawczych. KONRYS RENT A CAR.
Fiat KONRYS BIAŁYSTOK - serwis samochodowy
UBEZPIECZENIA OC / AC. ZNAJDŹ KONRYS NA FACEBOOK. Sprawdź naszą najnowszą, bogatą ofertę promocyjną. ROZRZĄD - OFERTA SPECJALNA. DBAJ O SIEBIE I SWOJE AUTO. KOMPLEKSOWE CZYSZCZENIE WNĘTRZA POJAZDU. Promocja Serwisu Samochodowego KONRYS Białystok - RABATY na naprawy po badaniu technicznym. Przypomnimy Ci o zbliżającym się terminie końca ważności badania technicznego! ZALECAMY PRZEGLĄD KLIMATYZACJI CO 6 MIESIĘCY. Serwis samochodowy białystok warsztat mechanik. Kolekcja Fiata na lata. Sobota: 8.00-15...
Fiat Professional KONRYS BIAŁYSTOK - serwis samochodowy
UBEZPIECZENIA OC / AC. Aktualne promocje Fiata Professional. Sprawdź naszą najnowszą, bogatą ofertę promocyjną. FIAT Professional aktualne promocje. INICJATYWA NA RZECZ DOBRYCH ŚWIATEŁ SAMOCHODOWYCH. Znajdź Konrys na Facebook. DBAJ O SIEBIE I SWOJE AUTO. Promocja Serwisu Samochodowego KONRYS Białystok - RABATY na naprawy po badaniu technicznym. Mopar wspiera wprowadzenie na rynek nowego Doblo i nowego Doblo Cargo. Prezentacja Alfy Romeo 4C. Oto Nowy Fiat Ducato! Pon - pt.: 7.00 - 21.00. Middot; informacj...
Jeep KONRYS BIAŁYSTOK serwis samochodowy
UBEZPIECZENIA OC / AC. Jest dealerem samochodowym posiadającym ponad 25-letnie. Doświadczenie w branży motoryzacyjnej. Każdy rok działalności to czas aktywnych inwestycji i ciągłego rozwoju. KONRYS to nowoczesny kompleks handlowo-usługowy oferujący szeroki zakres działalności:. Autoryzowany serwis samochodowy -. Serwis oraz sprzedaż oryginalnych części CHRYSLER, JEEP, DODGE, FIAT, FIAT PROFESSIONAL, ALFA ROMEO,. Salon samochodów osobowych i dostawczych. Sklep i hurtownia części. Konstanty i Krzysztof Świ...
SOCIAL ENGAGEMENT