
blog.dossot.net
Just Do I.T.Software As If It Matters
http://blog.dossot.net/
Software As If It Matters
http://blog.dossot.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
4.2 seconds
16x16
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
26
SITE IP
172.217.6.83
LOAD TIME
4.245 sec
SCORE
6.2
Just Do I.T. | blog.dossot.net Reviews
https://blog.dossot.net
Software As If It Matters
Just Do I.T.: More than a language
http://blog.dossot.net/2013/11/more-than-language.html
160; Just Do I.T. 160; Software As If It Matters. Saturday, November 23, 2013. More than a language. Nearly 300 high-level programming languages have been developed during the last decade. One can only nod when reading this quote: indeed there's hardly a month without a new language being announced. The fun part is that it's the opening sentence of "A Guide to PL/I", printed in 1969! Clearly the programming community has always been prolific when it comes to spawning languages. Any static analysis tool...
Just Do I.T.: April 2013
http://blog.dossot.net/2013_04_01_archive.html
160; Just Do I.T. 160; Software As If It Matters. Friday, April 26, 2013. Meet jerg, a JSON Schema to Erlang Records Generator. I'm happy to announce the very first release of my latest Erlang open source project, jerg. A JSON Schema to Erlang Records Generator. The objective of this project is to be a build tool that parses a rich domain model defined in JSON Schema (as specified in the IETF Internet Draft. For that. It doesn't also deal with validation as, again, a library named jesse. Extends: to al...
Just Do I.T.: Unveiling RxMule
http://blog.dossot.net/2015/02/unveling-rxmule.html
160; Just Do I.T. 160; Software As If It Matters. Monday, February 09, 2015. I'm super excited to announce RxMule. My latest open source project. RxMule. Via a set of specific bindings for RxJava. For several years, I've been mulling over the idea of creating a DSL for configuring Mule. Indeed, there is a treasure trove of pre-existing transports. In summary, RxMule. Adds a number of classes to RxJava that make it possible to observe:. Mule inbound endpoints from traditional transports. In short, RxMule.
Just Do I.T.: November 2013
http://blog.dossot.net/2013_11_01_archive.html
160; Just Do I.T. 160; Software As If It Matters. Saturday, November 23, 2013. More than a language. Nearly 300 high-level programming languages have been developed during the last decade. One can only nod when reading this quote: indeed there's hardly a month without a new language being announced. The fun part is that it's the opening sentence of "A Guide to PL/I", printed in 1969! Clearly the programming community has always been prolific when it comes to spawning languages. Any static analysis tool...
Just Do I.T.: April 2014
http://blog.dossot.net/2014_04_01_archive.html
160; Just Do I.T. 160; Software As If It Matters. Saturday, April 05, 2014. I write only about funny animals. The rabbit is out of the hat: I'm indeed working on a new book. It's called " RabbitMQ Essentials. And is published by PackT Publishing. Yes, you're reading right, after Mule, it's now RabbitMQ's turn! Clearly, I'm specializing in writing about animal-named technologies. C) Kallisto Stuffed Animals. Why writing yet another book about RabbitMQ? RabbitMQ is a great piece of open source technology.
TOTAL PAGES IN THIS WEBSITE
19
/dev/zero: September 2010
http://johndemic.blogspot.com/2010_09_01_archive.html
John D'Emic's blog about programming, integration, system administration, etc. Wednesday, September 29, 2010. Annotations in Mule 3. The official Mule 3 release was a couple of weeks ago, Ross covers a lot of the new features here. I've been using the release candidates for about two months in a few contexts. The MongoDB transport. Have SNAPSHOT support for 3.x. David. And I are working on upgrading the book. The service in question was responsible for executing a configurable command on the system and s...
Side Notes: Functional Groovy switch statement
http://ndpar.blogspot.com/2011/06/functional-groovy-switch-statement.html
Wednesday, June 08, 2011. Functional Groovy switch statement. In the previous post. I showed how to replace chained if-else statements in Groovy with one concise switch. It was done for the special case of if-stement where every branch was evaluated using the same condition function. Today I want to make a generalization of that technique by allowing to use different conditionals. Suppose your code looks like this:. If (param % 2 = 0) {. Else if (param % 3 = 0) {. Case { it % 2 = 0 } : return 'even'.
Side Notes: Flexible language
http://ndpar.blogspot.com/2012/11/flexible-language.html
Thursday, November 22, 2012. I've been learning Lisp for few years now, and every Lisp book I read keeps saying that Lisp is a flexible language that you can extend to the degree when it fits naturally to your domain. It's easy to say, but what exactly does this phrase mean? After all, when you program in your non-Lisp language, don't you modify it for your domain problem? The language and changing. For example, if the map has key a. Then DocHandler and AlertHandler need to be called. If it has key b.
Side Notes: Math and Physics of Benderama
http://ndpar.blogspot.com/2011/06/math-and-physics-of-benderama.html
Monday, June 27, 2011. Math and Physics of Benderama. The last episode of Futurama. Has interesting formula involved. The entire plot is based on the Professor's latest invention — Banach-Tarski. This is a perfect toy for a science geek. The first obvious question it brings: is this formula mathematically correct? As it turns out, it is not. Considering the scale of 60%, the cubic dependency of volume on linear dimension, and the constant density of all copies, the formula should be the following. Althou...
Side Notes: Reversing Groovy switch statement
http://ndpar.blogspot.com/2011/06/reversing-groovy-switch-statement.html
Wednesday, June 01, 2011. Reversing Groovy switch statement. Recently I've been working on a Groovy code that had many methods with long multibranch conditionals like this:. Def parse(message, options) {. If (options.contains('A') {. Else if (options.contains(2) {. Else if (options.contains(something) {. Although this code is working, it is hard to see which branch is called under which condition. It would be much better if we could replace this code with something like Lisp. Def parse(message, options) {.
Side Notes: Cygwin git-svn messed up
http://ndpar.blogspot.com/2011/11/cygwin-git-svn-messed-up.html
Wednesday, November 23, 2011. Cygwin git-svn messed up. I upgraded my Cygwin from version 1.5 to 1.7 (finally), and found that git-svn command was broken. Can't locate SVN/Core.pm in @INC (@INC contains:. Usr/lib/perl5/site perl/5.8 .) at /usr/lib/git-core/git-svn line 42. Usually this error indicates that. Package is not installed, but that was not the case as we can see it from. Subversion-perl 1.7.1-1 OK. Directory. But the latest. Installed it in the different place. Posted by Andrey Paramonov.
Side Notes: RabbitMQ, ActiveMQ, ZeroMQ, HornetQ
http://ndpar.blogspot.com/2012/12/rabbitmq-activemq-zeromq-hornetq.html
Saturday, December 15, 2012. RabbitMQ, ActiveMQ, ZeroMQ, HornetQ. Warning: In this post I'm going to compare RabbitMQ. The basis of the comparison is not the performance, or the scalability, or any other serious feature. The comparison is done purely based on the popularity of those systems. Therefore, if you want to see some performance metrics, this post is not what you are looking for. What is the best messaging system out there? Is there anybody who can help you? Right, they go to…. For our purposes ...
Side Notes: Switching to Octopress
http://ndpar.blogspot.com/2013/06/switching-to-octopress.html
Sunday, June 09, 2013. I’d like to have my articles in a simple format like Markdown, and the blogging engine should just render them to HTML. I also like to keep the sources on my hard drive where I can quickly grep for phrases. Essentially what I want is this. Separate the source of the articles from their representation. Being able to save sources locally on my disk and upload them if needed to the Internet. Keep the history of article changes. To get even more power, I’m going to use Octopress. Toron...
Side Notes: Simple web application in Clojure
http://ndpar.blogspot.com/2012/11/simple-web-application-in-clojure.html
Thursday, November 08, 2012. Simple web application in Clojure. So what are we going to develop? I have a bunch of articles and e-books sitting in some directory on my home server. To be able to read those books from any computer in my home network, I run the simple Python web-server, which exposes the content of the directory via HTTP. If you are curious, here is the command I'm using:. Cd /path/to/your/ebook/dir $ python -m SimpleHTTPServer 3030. And here is how the "library" looks like in the browser.
TOTAL LINKS TO THIS WEBSITE
26
The DoSplash Blog
3 Simple but efficient blog marketing tips to market your blog! Setting up a blog and feeding it with content is simply not enough. You should not wait for people to come and find you. It won’t happen. Given the number of blogs that exist on the internet and the vast amount of information that is easily available upon few clicks, your blog is nothing but […]. December 19, 2016. Interested in brutally honest blogging tips for all blogging levels? Proven ways to make money blogging. For one, it acts as you...
dospuntocero
Posted December 17, 2013 at 3:05pm. Rails order with nil records at the end. After trying to figure out how to order an ActiveRecord search with nil values, found this little handy trick:. Photoorder('collection id DESC NULLS LAST') #Null's Last Photo.order('collection id DESC NULLS FIRST') #Null's First. Product.order('something date ASC') # NULLS came first Product.order('-something date DESC') # NULLS came last. Posted December 4, 2013 at 1:38pm. Safe deserialization in Ruby. ActiveRecord. )/, ' ).
Blog y Noticias by DosPZ Team
May 23, 2015. Blog y Noticias by DosPZ Team. La formación en una empresa. Jul 11, 2015. El otro día estaba cambiando impresiones con el director comercial de una empresa (X), y hablábamos del personal, de la formación y de cómo retener al que tiene capacidad ,el que quiere y puede, y que el ni quiere ni puede localizarlo lo antes posible para que cause el menor gasto en formación, la. Marketing Digital en una infografía. Jun 21, 2015. Taller "GESTIONA TU WEB Y HAZLA SOCIAL". Jun 20, 2015. Jun 6, 2015.
Random Dev Stuff
How to Access Parent’s View Variables From a Partial Loop in ZF2. This is a tricky one. Sometimes inside a partialLoop we need to access the parent scope and display parent’s variables. We can achieve that with the following piece of code:. This- ViewModel()- getCurrent()- getVariable('parentVariable'). Using ZF2 Paginator Doctrine 2. Pagination is one of most common tasks we developers know. Almost every system/website I know has some kind of pagination. Luckly, Zend Framework 2. Zend Db Sql Select.
BlogSera il giornale dei blog
Guida all’Imu, la nuova Ici. Beppe Grillo su Twitter. Nichi Vendola su Twitter. L’Italia su Twitter. Il Papa su Twitter. Aforismi pubblicati su Twitter. Citazioni pubblicate su Twitter. La musica su Twitter. Il Gossip su Twitter. Le Tasse su Twitter. Hashtag Sappiatelo su Twitter. Gioco Sudoku Online n. 1. Gioco Sudoku Online n. 2. Gioco Sudoku Online n. 3. Gioco Sudoku Online n. 4. Continuità: ce n’è tanta, che pare fascismo. Novità Iref 2017, scadenze e agevolazioni. Il 19 marzo, festa dei veri padri.
Just Do I.T.
160; Just Do I.T. 160; Software As If It Matters. Monday, February 09, 2015. I'm super excited to announce RxMule. My latest open source project. RxMule. Via a set of specific bindings for RxJava. For several years, I've been mulling over the idea of creating a DSL for configuring Mule. Indeed, there is a treasure trove of pre-existing transports. In summary, RxMule. Adds a number of classes to RxJava that make it possible to observe:. Mule inbound endpoints from traditional transports. In short, RxMule.
神戸の陶芸教室「陶芸 土末(どすえ)」のブログ
神戸三宮にある陶芸教室 陶芸 土末 どすえ のブログです。 Pottery dosue kobe で見てみて下さいませ. Sun mi 傘展 2017. Posted by 土末 at 14:25 Comment(0). Posted by 土末 at 15:18 Comment(0). Posted by 土末 at 11:23 Comment(0). Sun mi 傘展 2017. 今年もやって来ました☂️Sun mi (サンミ)の傘展. Tarahとの出会いと展開Vol.3"-Sun mi の日傘とBEIENELMILELのスウィーツ. 晴雨兼用なので、日焼け気にしない私も、雨の日に楽しく使わせて頂いてます☂️☂️☂️. 是非傘を開いて一つ一つ違うデザインボタンも見てみてくださいませ☘️☘️☘️. Posted by 土末 at 13:19 Comment(0). Posted by 土末 at 17:09 Comment(0). URL: http:/ dosue-kobe.com/. 神戸にある陶芸教室 陶芸 土末 土末 です。 05/17) Sun mi 傘展 2017.
Road to DoーSuika / ドすいかへの道
Road to DoーSuika / ドすいかへの道. 201505.16 Saturday by dosuika. 201505.12 Tuesday by dosuika. 201505.07 Thursday by dosuika. 201505.04 Monday by dosuika. 201504.17 Friday by dosuika. Apple iTunes Music プリペイドカード 5,000円 [MA164J/A]. C) 2015 無料ブログ JUGEM.
Infos
おいでよ うにの村。-ニンテンドー3DS とびだせ どうぶつの森 ブログ-
おいでようにの村は3DS版 とびだせ DS版 おいでよ Wii版 街へいこうよ どうぶつの森. 3DS とび森 マイデザインPRO一覧(随時更新) 2013.08.16 Friday. とびだせ どうぶつの森 マイデザインPRO 一覧. マイデザインPRO(QRコード) しかのカウチンセーター 2013.02.18 Monday. とびだせ どうぶつの森 QRコード しかのカウチンセーター. マイデザインPRO(QRコード) SFC-T 2013.01.24 Thursday. とびだせ どうぶつの森 QRコード SFC-T. マイデザインPRO(QRコード) CD-ROM2-T 2013.01.21 Monday. とびだせ どうぶつの森 QRコード CD-ROM2-T. 1 / 164 pages. 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. C) 2018 ブログ JUGEM. 送料無料 任天堂公式ガイドブック とびだせ どうぶつの森 [ 任天堂 ].
DotLoveブログ | サーフィンのための女性用水着通販サイト★DotLove★ ビキニでサーフィン!
ユーザーボイス W Under Top-BW border/Half Ruched Bottom-Multi Border. サイズ 身長 153cm / 体重 45kg / 3サイズ - / ブラカップサイズ 70C. DotLoveの着用サイズ トップ Sサイズ / ボトム Mサイズ. W Under Top-BW border. Half Ruched Bottom-Multi Border. ユーザーボイス DL-BOYSHORTS / Traibal. サイズ 身長 - / 体重 - / 3サイズ - / ブラカップサイズ -. DotLoveの着用サイズ - / -. ユーザーボイス Push Up Top,Half Ruched Bottom. サイズ 身長 160cm / 体重 50kg / 3サイズ - / ブラカップサイズ 70C. DotLoveの着用サイズ トップ Sサイズ / ボトム Mサイズ. ホームポイント 高知県:生見海岸 / 徳島県:白浜海岸. Push Up Top - Black Border. Half Ruched Bottom - Rose.
SOCIAL ENGAGEMENT