blog.kamil.dworakowski.name blog.kamil.dworakowski.name

blog.kamil.dworakowski.name

Programmer's Weblog

Pinfruit - my mnemonic web app for memorizing numbers. Thursday, January 13, 2011. I have created a web app to memorize numbers. It implements the mnemonic major system. The system works on the principle that it is easier to remember words/sentences/stories than numbers. The web app facilitates finding sequences of words that encode a number in the mentioned system. I called the app pinfruit. I have used pinfruit. School weather helps Madonna. Or sickly water leaps hometown. Sunday, August 15, 2010.

http://blog.kamil.dworakowski.name/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.KAMIL.DWORAKOWSKI.NAME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 12 reviews
5 star
4
4 star
5
3 star
1
2 star
0
1 star
2

Hey there! Start your review of blog.kamil.dworakowski.name

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.9 seconds

CONTACTS AT BLOG.KAMIL.DWORAKOWSKI.NAME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Programmer's Weblog | blog.kamil.dworakowski.name Reviews
<META>
DESCRIPTION
Pinfruit - my mnemonic web app for memorizing numbers. Thursday, January 13, 2011. I have created a web app to memorize numbers. It implements the mnemonic major system. The system works on the principle that it is easier to remember words/sentences/stories than numbers. The web app facilitates finding sequences of words that encode a number in the mentioned system. I called the app pinfruit. I have used pinfruit. School weather helps Madonna. Or sickly water leaps hometown. Sunday, August 15, 2010.
<META>
KEYWORDS
1 Programmer's Weblog
2
3 coupons
4 reviews
5 scam
6 fraud
7 hoax
8 genuine
9 deals
10 traffic
CONTENT
Page content here
KEYWORDS ON
PAGE
programmer's weblog,blog,4 comments,labels design architecture,0 comments,goos book,labels ironpython,labels extremeprogramming,3 comments,labels review,resolver one,spreadsheet,into b1,user code,constants and formatting,formulae,buttons,wrapup,loading
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Programmer's Weblog | blog.kamil.dworakowski.name Reviews

https://blog.kamil.dworakowski.name

Pinfruit - my mnemonic web app for memorizing numbers. Thursday, January 13, 2011. I have created a web app to memorize numbers. It implements the mnemonic major system. The system works on the principle that it is easier to remember words/sentences/stories than numbers. The web app facilitates finding sequences of words that encode a number in the mentioned system. I called the app pinfruit. I have used pinfruit. School weather helps Madonna. Or sickly water leaps hometown. Sunday, August 15, 2010.

INTERNAL PAGES

blog.kamil.dworakowski.name blog.kamil.dworakowski.name
1

Programmer's Weblog: IronPython Dictionaries Memory Cost

http://blog.kamil.dworakowski.name/2010/02/ironpython-dictionaries-memory-cost.html

IronPython Dictionaries Memory Cost. Sunday, February 7, 2010. Maintaining a mapping as a dictionary can be quite expensive in terms of memory, more than one would expect. A couple of days ago I have checked with windbg how much a single entry in a dictionary mapping pairs to ints costs. The code I measured is:. D = {(1, 2): 3}. I have executed it in IronPython 2.6. The graph below depicts what I saw on the heap. Each box represents a single word in memory. In a 32 bit system, a word is 4 bytes. Sony PRS...

2

Programmer's Weblog: GOOS Book

http://blog.kamil.dworakowski.name/2010/03/goos-book.html

Saturday, March 27, 2010. Growing Object-Oriented Software, Guided by Tests. By Steve Freeman and Nat Pryce is a book I was long waiting for. GOOS demonstrates the techniques and highlights the patterns as they show up in an application grown through the book. An albeit small but a real world project is being developed from scratch in a way were tests play as important a role as object-oriented design. IronPython Dictionaries Memory Cost. Extreme programming too extreme? Sony PRS 505 ebook reader review.

3

Programmer's Weblog: January 2009

http://blog.kamil.dworakowski.name/2009_01_01_archive.html

Beautiful Code: Resolver One. Tuesday, January 20, 2009. Aka the Python Spreadsheet, has a beautiful design at its core, which I would like to present to the programmer community. No knowledge of Python is necessary to understand this article. To ensure that we are on the same page, I'll pinpoint some facts about spreadsheets. In a traditional spreadsheet there are two types of content a cell can hold:. Constant: like number, date or text. Formula: an expression usually referencing other cells. From Libr...

4

Programmer's Weblog: March 2008

http://blog.kamil.dworakowski.name/2008_03_01_archive.html

NET BCL source code. Sunday, March 2, 2008. Source code for .NET Base Class Library has been made available for debugging sessions in VS2008. It would download one file at a time as they are needed. Since then John Robbins and Karem Kusmezer have create a tool to download all the source files without hassle, great work! The tool is NetMassDownloader. Use it whilst it is still working :). Download, unpack, and run:. The most interesting parts are. Is the name of the directory you provided after. But retur...

5

Programmer's Weblog: From layers to hexagonal architecture

http://blog.kamil.dworakowski.name/2010/08/from-layers-to-hexagon-architecture.html

From layers to hexagonal architecture. Sunday, August 15, 2010. The traditional layered architecture consists of data, domain and presentation layers. Separating the presentation layer from the domain layer is rather easy. The presentation layer objects query the domain for data to display on the screen. The persistence layer is another story. The fact that it appears below the domain layer prohibits any of the classes in it knowing about the domain entities. Another example is the Hexagonal Architecture.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: Programming language idea

http://krzysiek-goj.blogspot.com/2008/11/programming-language-idea.html

Less sleep, more science! Saturday, 15 November 2008. Well, it's an idea about programming language without a programming language. Think about writing a script that generates assembly. It's doable. Sometimes it's even *almost* sane thing to do, eg. when working on spellchecker I've had a crazy idea about generating code that does dictionary lookup for a hardcoded word set (It's no rocket science, just compare, jump, compare, jump.). But it's so low level and not cross-platform. You would be able to crea...

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: 64-bit Linux + Eclipse Galileo crash - fix

http://krzysiek-goj.blogspot.com/2009/11/64-bit-linux-eclipse-galileo-crash-fix.html

Less sleep, more science! Wednesday, 11 November 2009. 64-bit Linux Eclipse Galileo crash - fix. I had this problem some time ago, and today I've seen someone else on #eclipse IRC channel to have it. If you are running 64-bit Linux (esp. Gentoo) and Eclipse Galileo and your eclipse keeps crashing with XPCOM error -2147467262. Then fear no more. this is what you should do:. Turn off all Eclipse instances. Dorgeclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.1/libxpcom.so. 16 March 2010 at 13:02.

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: Introducing Zmrok

http://krzysiek-goj.blogspot.com/2009/03/introducing-zmrok.html

Less sleep, more science! Friday, 27 March 2009. It was neither sleep, nor science. It was pure art. Ladies and Gentleman, I present you the Zmrok colour scheme:. Well, I like it ;-). It's easily portable to other editors. Source can be viewed and downloaded at my mercurial repo. Zmrok is Polish for twilight, check out TextMate's (or pastie.org's) twilight colour scheme if you still wonder why it's named this way ;). 28 March 2009 at 22:27. Subscribe to: Post Comments (Atom).

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: March 2008

http://krzysiek-goj.blogspot.com/2008_03_01_archive.html

Less sleep, more science! Saturday, 1 March 2008. Small, pythonic lisp. It's 256 LOC toy lisp. Nothing super-fancy. If you don't count unit tests and Guido's mm.py. It's even 128 LOC. It's quite pythonic. When you write. In LISP it's just a big. It translates directly to if/elif/elif/. which doesn't look good. I used dict of functions instead, which looks better in my eyes. Uses as many Python features as possible. Python functions, python lists. etc. Talking about Python and lisp lists:.

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: zsh tips

http://krzysiek-goj.blogspot.com/2011/03/zsh-tips.html

Less sleep, more science! Saturday, 12 March 2011. One of the nice little things about Git is that if the output of a command is long, then it is displayed in less. If output of a command is short, it is just displayed (there is no interactive Git involved). One can make Mercurial suck less by emulating this behavoiur with Pager extension. Would be it nice to have this automatic less for everything, not just hg and git? Add this one line to your .zshrc:. AL() { $* 2 &1 less -FSRX }.

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: May 2009

http://krzysiek-goj.blogspot.com/2009_05_01_archive.html

Less sleep, more science! Wednesday, 20 May 2009. Controlling roommate's music with ssh and dcop. This is rather old one, but I didn't publish it here before. Both my roommates use Amarok as their music player. I'm OK with music they listen to for 90% of time, but their big, fat playlists hide some real monsters. And they both have a bad habit of leaving the room with Amaroks playing in shuffle mode. This is why I created two little scripts to pause/change the song without leaving the comfort of my chair.

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: February 2008

http://krzysiek-goj.blogspot.com/2008_02_01_archive.html

Less sleep, more science! Friday, 29 February 2008. Well, we all know phpBB is evil. Html code it generates makes you sick. It's a great example of spaghetti design antipattern. And it's written in PHP. Today (it's 29th February) many phpBB by Przemo. Forums have blown. It's because of lap year and their "whose birthday is it" function. Warning. Clicking link below may even make you vomit. I'm ugly, think again. Yes, they didn't use standard. Yes they did their own calculations (using. It's not that hard...

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: Controlling roommate's music with ssh and dcop

http://krzysiek-goj.blogspot.com/2009/05/controlling-roommates-music-with-ssh.html

Less sleep, more science! Wednesday, 20 May 2009. Controlling roommate's music with ssh and dcop. This is rather old one, but I didn't publish it here before. Both my roommates use Amarok as their music player. I'm OK with music they listen to for 90% of time, but their big, fat playlists hide some real monsters. And they both have a bad habit of leaving the room with Amaroks playing in shuffle mode. This is why I created two little scripts to pause/change the song without leaving the comfort of my chair.

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: April 2008

http://krzysiek-goj.blogspot.com/2008_04_01_archive.html

Less sleep, more science! Sunday, 20 April 2008. Bash fun vol. 2. Forget previous post. Bash has functions:. Goj@abulafia $ tail /.bashrc. For x in $*; do $cmd $x; done. Much better now. :). Monday, 14 April 2008. Quote by Terrence Parr:. My Motto: "Why program by hand in five days what you can spend five years of your life automating? We do a lot of actions that make a directory interesting for us and then we want to cd intro that directory. Consider:. Hg init my repo; cd my repo. Mkdir -p a/b/c/d; cd!

krzysiek-goj.blogspot.com krzysiek-goj.blogspot.com

Less sleep, more science!: March 2011

http://krzysiek-goj.blogspot.com/2011_03_01_archive.html

Less sleep, more science! Saturday, 12 March 2011. One of the nice little things about Git is that if the output of a command is long, then it is displayed in less. If output of a command is short, it is just displayed (there is no interactive Git involved). One can make Mercurial suck less by emulating this behavoiur with Pager extension. Would be it nice to have this automatic less for everything, not just hg and git? Add this one line to your .zshrc:. AL() { $* 2 &1 less -FSRX }.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL LINKS TO THIS WEBSITE

24

OTHER SITES

blog.kamikoani.com blog.kamikoani.com

KAMIKOANIプロジェクト秋田 公式ブログ

平成25年8月10日 土 10月16日 月 祝. 申込先 上小阿仁村役場総務課 畠山 電話0186-77-2221. Kikaku@vill.kamikoani.lg.jp. 申込先 上小阿仁村役場総務課 畠山 電話0186-77-2221. 電子メール kikaku@vill.kamikoani.lg.jp. KAMIKOANIプロジェクト秋田 は、上小阿仁村の最奥地にある8世帯19人の小さな集落 八木沢集落 を主たる舞台として、そこに古くから伝わる伝統芸能、マタギなどの狩猟文化、祭事、食文化、生活文化など、地域固有の資源を最大限に活用しながら、現代芸術の新しい表現と結び、美しい山々が織り成す里山全体を文化芸術空間として創造していくものです。 このプロジェクトは、平成24年度、新潟県で行われた 大地の芸術祭 の飛び地開催として、芝山昌也氏 秋田公立美術工芸短期大学准教授 のディレクションによって本体である新潟県十日町市での連携プロジェクトの実施、更には上小阿仁、十日町両地域の住民同士も交流を行いながら、試行的、実験的に実施してきました。 会 期 平成25年8月10日 日 10月14日 月 66日間.

blog.kamikobo-hakodate.com blog.kamikobo-hakodate.com

髪工房スタッフブログ |

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31. Http:/ staffblog.kamikobo-hakodate.com. みなさんは連休ですか 髪工房は6日、月曜日だけお休みです ( o ).

blog.kamikoya-washi.com blog.kamikoya-washi.com

かみこや ブログ

Apple iTunes Music プリペイドカード 3,000円 [MA782J/A]. AKBがいっぱい ザ ベスト ミュージックビデオ 初回仕様限定盤 (DVD). Tororo- aoi seeds and late flower. Tororoaoi plants in october. Sowing of Totoroaoi seeds. Planting mitsumata in Minatoku,Tokyo. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Tororo- aoi seeds and late flower. Planting mits...

blog.kamikura.com blog.kamikura.com

kamikura.com Blog

Masaru Kamikura's Blog. SAKURA RS WP SSLというプラグインでhttpに来るのをhttpsへリダイレクトする設定。 1800 Ocean Front Walk, Venice, CA 90291, USA. Http:/ www.musclebeach.net/. Reebok LA Santa Monica Collective. 2200 Main St, Santa Monica, CA 90405, USA. 11188 Washington Pl, Culver City, CA 90232, USA. 100 Universal City Plaza, Universal City, CA 91608, USA. 3456 Motor Ave F, Los Angeles, CA 90034, USA. カテゴリー: アナザースカイ in LA. ラスベガスの展示会に特化した旅行ガイド Amazon Kindleで提供中 買ってね. アナザースカイ ロサンゼルス 青山テルマ編 2017年12月1日放送. New Web Service Idea.

blog.kamil-biela.pl blog.kamil-biela.pl

Bootstrap 101 Template

blog.kamil.dworakowski.name blog.kamil.dworakowski.name

Programmer's Weblog

Pinfruit - my mnemonic web app for memorizing numbers. Thursday, January 13, 2011. I have created a web app to memorize numbers. It implements the mnemonic major system. The system works on the principle that it is easier to remember words/sentences/stories than numbers. The web app facilitates finding sequences of words that encode a number in the mentioned system. I called the app pinfruit. I have used pinfruit. School weather helps Madonna. Or sickly water leaps hometown. Sunday, August 15, 2010.

blog.kamila-kedziora.com blog.kamila-kedziora.com

Kamila Kędziora Blog

Dominika & Wojtek. Kamila & Andrzej. Monika & Filon. Ania & Mariusz. Gosia & Gracjan. Joanna & Maciek. Martyna & Marek. Monika & Adam. Ola & Tomek. Ania & Marcin. Dagmara & Michał. Dorota & Hugh. Joanna & Piotr. Weronika & Mateusz. Ania & Michał. Beata & Marcin. Ewelina & Konrad. Przyjaciele Świata Kolacja z Karolem Okrasą. Przyjaciele Świata Kolacja z Robertem Makłowiczem. Fotografia Ślubna Łódź Warszawa. Website By Wordpress Wallbase Theme.

blog.kamilahrdlickova.cz blog.kamilahrdlickova.cz

VŠEDNOSTI LAPENÉ DO SLOV | aneb Co jsem na své pěšině života potkala

VŠEDNOSTI LAPENÉ DO SLOV. Aneb Co jsem na své pěšině života potkala. Přejít k obsahu webu. Když se mi svět zrovna zdá jako místo, kterému právě ani trochu nerozumím, a které už vůbec nechápe mě; když mi ramena svírá svými dlouhými prsty madam Melancholie a cosi rozbředle šeptá do ucha, pak sedám k počítači a píšu…. Píšu, i když se vznáším nadšením kdesi v meziprostorech… A taky, když se cítím „nijak“. Píšu o všem…. A tak se o to tvůrčí, vlastní i těch druhých, dělím. A proto tento blog.

blog.kamilapiech.com blog.kamilapiech.com

» KAMILA PIECH | PROFESSIONAL WEDDING PHOTOGRAPHY

KAMILA PIECH PROFESSIONAL WEDDING PHOTOGRAPHY. Kamila Piech Fotografia ślubna Fine Art Wedding Photographer. Bardzo się cieszę i jest mi niezmiernie miło, ze rozważacie mnie na swojego fotografa! Jestem gotowa na uchwycenie Waszych wspomnień :). Proszę wypełnijcie formularz z boku, pozwoli mi on odrobinę Was poznać zanim do Was napiszę. Jeśli nie odpowiem w ciągu 24h, proszę napiszcie do mnie maila na kamila.piech@gmail.com. Poniżej, w kalendarzu, możecie sprawdzić dostępność Waszego terminu. Dodatkowo d...

blog.kamilbrenk.pl blog.kamilbrenk.pl

Kamil Brenk Blog - PHP, JavaScript, SQL

To często pomijana funkcjonalność obsługiwana już w każdej normalnej przeglądarce. Nawet w IE8, która do. W niniejszym wpisie pokażę jak i dlaczego warto używać liczników w CSS. A także sytuacje, w których lepiej sobie odpuścić. Wyprzedaż książek o programowaniu! A nawet wielka wyprzedaż, bowiem odsprzedam blisko trzydzieści książek o programowaniu – głównie o PHP i web developmencie. Wszystkie w ojczystym języku, stan idealny. Który rozwiązał wszystkie problemy. No prawie wszystkie. Co dalej z blogiem?

blog.kamilcieniuch.com blog.kamilcieniuch.com

Kamil Cieniuch Blog

Zabezpieczony: Karolina i Krzysiek. Pełny set ……. zapraszam! Czwartek, 28 Maj 2015 kategoria: canon 5d. Ten wpis jest zabezpieczony hasłem. Aby go zobaczyć, proszę wprowadzić swoje hasło poniżej:. Wprowadź swoje hasło, aby zobaczyć komentarze. Link do tego postu. Karolina i Krzysiek :) Zaczątek początku – pachnąca świeżością zapowiedź wpisu :). Piątek, 8 Maj 2015 kategoria: 24L. Na szybko 30 klatek jako zapowiedź historii Karoliny i Krzyśka. Jak zwykle tradycja głosi – komentarze mile widziane :). Od dłu...