blog.krecan.net blog.krecan.net

blog.krecan.net

Java crumbs

Short remarks from Java world

http://blog.krecan.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.KRECAN.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of blog.krecan.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.4 seconds

CONTACTS AT BLOG.KRECAN.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Java crumbs | blog.krecan.net Reviews
<META>
DESCRIPTION
Short remarks from Java world
<META>
KEYWORDS
1 java crumbs
2 jak zrychlit vývoj
3 proč to píšu
4 posted in agile
5 4 comments
6 looked like
7 assertthatjson
8 that creates
9 jsonfluentassert
10 unnecessarily complicated
CONTENT
Page content here
KEYWORDS ON
PAGE
java crumbs,jak zrychlit vývoj,proč to píšu,posted in agile,4 comments,looked like,assertthatjson,that creates,jsonfluentassert,unnecessarily complicated,isequalto,ideally,with,like this,extensibility,without breaking subclasses,solution,1 comment,dagblog
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Java crumbs | blog.krecan.net Reviews

https://blog.krecan.net

Short remarks from Java world

INTERNAL PAGES

blog.krecan.net blog.krecan.net
1

Java crumbs » Agile

https://blog.krecan.net/category/agile

Short remarks from Java world. Archive for the ‘Agile’ Category. Laquo; Older Entries. Sunday, November 6th, 2016. Představte si, že jste antropolog, který byl vyslán ke kmeni programátorů, aby vyzkoumal, jak zrychlit jejich práci. Nebo je naopak zavést? Co domorodec, to názor. Také jim můžeme položit následující dvě otázky. Kdybyste si mohli volně vybrat technologie pro příští projekt, o kolik byste byli rychlejší? A pak vám uvolní jednu ruku. Ale u nás ostatních, technologie a programovací finty už...

2

Java crumbs » Uncategorized

https://blog.krecan.net/category/uncategorized

Short remarks from Java world. Archive for the ‘Uncategorized’ Category. Laquo; Older Entries. Zápisky z pražského GeeCONu. Sunday, October 25th, 2015. Pražský GeeCON letos velmi příjemně překvapil. Většinou se z podobných akcí vracím s otázkou proč jsem se nic moc nenaučil. Může to být tím, už jsem tak dobrý nebo to může být nízkou úrovní konference. Letos jsem to řešit nemusel, většina přednášek mě alespoň někam posunula. Dangers of Parallel Streams. On a Quest Towards the Fastest VM on the Planet!

3

Java crumbs » Tests

https://blog.krecan.net/category/tests

Short remarks from Java world. Archive for the ‘Tests’ Category. Laquo; Older Entries. Jakou jistotu máte vy? Saturday, May 11th, 2013. Bez ohledu na to, kolik bílých labutí jsme pozorovali, není oprávněný názor, že všechny labutě jsou bílé. Také jste si všimli, jak v programování řešíme stejné problémy jako řeší vědátoři? Jasně, nejde si toho nevšimnout. Ale i tak to tu napíšu. Třetí krok je, že se snažím dělat systematické pokusy, které mi o skutečnosti řeknou mnohem víc než nahodilá pozorování. Zá...

4

Java crumbs » Articles in English

https://blog.krecan.net/category/articles-in-english

Short remarks from Java world. Archive for the ‘Articles in English’ Category. Laquo; Older Entries. Mistakes I made designing JsonUnit fluent API. Monday, April 11th, 2016. Several years ago, I have decided that it would be nice to add fluent API to JsonUnit. Library. If you are not familiar with fluent assertion APIs it looks like this. AssertThatJson("{ "test ":1}").node("test").isEqualTo(1); assertThatJson("[1 ,2]").when(IGNORING ARRAY ORDER).isEqualTo("[2, 1]");. We have static factory method. Is ca...

5

Java crumbs » Blog Archive » Machine Learning for dummies – word2vec

https://blog.krecan.net/2016/02/18/machine-learning-for-dummies-word2vec

Short remarks from Java world. Laquo; Machine Learning for dummies Neural Networks. Machine Learning word2vec results. Machine Learning for dummies word2vec. We have skimmed through neural networks. Today I'd like to describe one cool algorithm that is based on them. Up until now we have worked on character recognition in images. It's quite straightforward to convert an image to numbers, we just take pixel intensities and we have numbers. But what to do if we want to work with text? We can use word2vec.

UPGRADE TO PREMIUM TO VIEW 9 MORE

TOTAL PAGES IN THIS WEBSITE

14

LINKS TO THIS WEBSITE

blog.novoj.net blog.novoj.net

» Recreate MySQL views without definer, one-liner solution (Linux) Myšlenky dne otce Fura

http://blog.novoj.net/2014/05/16/recreate-mysql-views-without-definer-one-liner-solution-linux

Myšlenky dne otce Fura. Dává je jen zřídka, obvykle jim není moc rozumět a často vám ani k ničemu nejsou. Recreate MySQL views without definer, one-liner solution (Linux). Publikováno dne 16.5.2014. Rather cryptic headline describes a pain many of us have to go through when restoring MySQL database backup from different machine. If you have ever done this on database with DB views – you’d probably run at this problem too. A - skip-column-names sed -rn 's/.*? DROP VIEW 1; nCREATE VIEW 1 2;/p' mysql -u user.

blog.exitcode.org blog.exitcode.org

Exitcode.org » 2012 » March

http://blog.exitcode.org/2012/03

If debugging is the process of removing bugs, then programming must be the process of putting them in. Monthly Archives: March 2012. March 13, 2012. Interface vs annotation driven events. RSS Feed for Posts. RSS Feed for Comments. My name is Marek Holly. I am a Java developer and Unix enthusiast currently working and living in Prague. When I do not sit at a computer you can catch me training on bike, playing tennis or practicing aikido. Java 8 in Action. Interface vs annotation driven events.

blog.exitcode.org blog.exitcode.org

Exitcode.org » Interface vs annotation driven events

http://blog.exitcode.org/interface-vs-annotation-driven-events

If debugging is the process of removing bugs, then programming must be the process of putting them in. Interface vs annotation driven events. Posted on March 13, 2012 in: Guava. Few days ago I was on a crossroad to design and implement simple notification system for one project. I was decided to go with standard interface-driven setup as common approach in Java since beginning. However after some googling I came accros another very interesting solution, EventBus. Public class Message { private final Stri...

dagblog.cz dagblog.cz

Dagblog: 08/02/2015 - 08/09/2015

http://www.dagblog.cz/2015_08_02_archive.html

Blog nejen o programování pro všechny kodery a koderky. Úterý 4. srpna 2015. Neučme se z úspěchu. Nejde o to, že by se člověk neměl inspirovat úspěchem někoho jiného, ale bohužel to co vedlo k úspěchu jednomu, nebude s velkou pravděpodobností fungovat někomu jinému. Každý úspěch, respektive cesta k němu je unikátní, a pokud budete dělat totéž, nemáte rozhodně zaručeno, že dosáhnete stejného výsledku. Myslím, že jsem to poprvé četl v knize Why we fail. Sdílet ve službě Twitter. Sdílet ve službě Facebook.

dagblog.cz dagblog.cz

Dagblog: 07/19/2015 - 07/26/2015

http://www.dagblog.cz/2015_07_19_archive.html

Blog nejen o programování pro všechny kodery a koderky. Čtvrtek 23. července 2015. CZ Podcast 120 - Youradio. Jsme pozvali Lubora Zoufala a tématem bylo personalizované internetové rádio Youradio a dalších zajímavých projektech mediální skupiny Lagardere. Pokud odebíráte naše podcasty z RSS zdroje Java.cz, upravte si prosím adresu na agregovaný feed. Sdílet ve službě Twitter. Sdílet ve službě Facebook. Přihlásit se k odběru: Příspěvky (Atom). Zobrazit celý můj profil. Nabídka školení a konzultací.

dagblog.cz dagblog.cz

Dagblog: 12/21/2014 - 12/28/2014

http://www.dagblog.cz/2014_12_21_archive.html

Blog nejen o programování pro všechny kodery a koderky. Sobota 27. prosince 2014. CZ Podcast 109 - rekapitulace 2014. Díl je ohlédnutí za rokem 2014. Sdílet ve službě Twitter. Sdílet ve službě Facebook. Přihlásit se k odběru: Příspěvky (Atom). Zobrazit celý můj profil. Nabídka školení a konzultací. CZ Podcast 109 - rekapitulace 2014. Weblogy česky o Jave. Myšlenky dne otce Fura. Is licensed under a Creative Commons Attribution 3.0 Unported License. Simple – šablona. Používá technologii Blogger.

dagblog.cz dagblog.cz

Dagblog: CZ Podcast 120 - Youradio

http://www.dagblog.cz/2015/07/cz-podcast-120-youradio.html

Blog nejen o programování pro všechny kodery a koderky. Čtvrtek 23. července 2015. CZ Podcast 120 - Youradio. Jsme pozvali Lubora Zoufala a tématem bylo personalizované internetové rádio Youradio a dalších zajímavých projektech mediální skupiny Lagardere. Pokud odebíráte naše podcasty z RSS zdroje Java.cz, upravte si prosím adresu na agregovaný feed. Sdílet ve službě Twitter. Sdílet ve službě Facebook. Přihlásit se k odběru: Komentáře k příspěvku (Atom). Zobrazit celý můj profil. CZ Podcast 120 - Youradio.

dagblog.cz dagblog.cz

Dagblog: 02/22/2015 - 03/01/2015

http://www.dagblog.cz/2015_02_22_archive.html

Blog nejen o programování pro všechny kodery a koderky. Úterý 24. února 2015. CZ Podcast 111 - Svobodná firma. Jsme natočili se Zbyňkem Hraše. Tématem je koncept Svobodné firmy, zmrdfree kultura, samoorganizující týmy a vůbec transformace firmy Etnetera. Sdílet ve službě Twitter. Sdílet ve službě Facebook. Pondělí 23. února 2015. Jak jsem zkoušel býti digitálním nomádem. 65279;Střet s realitou. Samozřejmě, že si člověk plánuje vyplnit čas programováním i v hluchých místech: na letišti, v letadle atp.

dagblog.cz dagblog.cz

Dagblog: Neučme se z úspěchu

http://www.dagblog.cz/2015/08/neucme-se-z-uspechu.html

Blog nejen o programování pro všechny kodery a koderky. Úterý 4. srpna 2015. Neučme se z úspěchu. Nejde o to, že by se člověk neměl inspirovat úspěchem někoho jiného, ale bohužel to co vedlo k úspěchu jednomu, nebude s velkou pravděpodobností fungovat někomu jinému. Každý úspěch, respektive cesta k němu je unikátní, a pokud budete dělat totéž, nemáte rozhodně zaručeno, že dosáhnete stejného výsledku. Myslím, že jsem to poprvé četl v knize Why we fail. Sdílet ve službě Twitter. Sdílet ve službě Facebook.

blog.novoj.net blog.novoj.net

» mysql Myšlenky dne otce Fura

http://blog.novoj.net/tag/mysql

Myšlenky dne otce Fura. Dává je jen zřídka, obvykle jim není moc rozumět a často vám ani k ničemu nejsou. Všechny články se štítkem mysql. Recreate MySQL views without definer, one-liner solution (Linux). Publikováno dne 16.5.2014. Rather cryptic headline describes a pain many of us have to go through when restoring MySQL database backup from different machine. If you have ever done this on database with DB views – you’d probably run at this problem too. Číst dál …. Trápení s MySql JDBC driverem. Je to a...

UPGRADE TO PREMIUM TO VIEW 56 MORE

TOTAL LINKS TO THIS WEBSITE

66

OTHER SITES

blog.kreatorzyfotografii.pl blog.kreatorzyfotografii.pl

kreatorzy fotografii – blog

Kreatorzy fotografii – blog. Ślub: Paulina i Michał, 2016r. Read the rest of this page ». 31 grudnia 2016 Categories: plener. Michalina – sesja, 2016r. Read the rest of this page ». 31 grudnia 2016 Categories: fashion. Salon – Nicole, 2016r. Read the rest of this page ». 31 grudnia 2016 Categories: Bez kategorii. Karolina – sesja, 2016r. Read the rest of this page ». 31 grudnia 2016 Categories: Dla Firm. Ślub: Patrycja i Maciek, 2016r. Read the rest of this page ». 31 grudnia 2016 Categories: plener.

blog.kreatryx.com blog.kreatryx.com

GATE Guru by Kreatryx

GATE Guru by Kreatryx. One-stop Solution for all GATE guidance and queries. Sunday, 16 August 2015. GATE 2016 Vs GATE 2015 EE Curriculum. There is no change in the course for Engineering Mathematics. To read how to study this subject click on the link below:. Http:/ blog.kreatryx.com/2014/05/subject-wise-posts-engineering.html. To read how to study this subject click on the link below:. Http:/ blog.kreatryx.com/2014/06/how-to-study-network-theory-part-1.html. Electromagnetic Induction has been added in t...

blog.kreatx.com blog.kreatx.com

kreatx blog | Software company albania

Llogarit pagen bruto dhe neto. An overview on Object Oriented JavaScript. April 28th, 2017 Posted by Mateo Jovani. In Object Oriented Programming. Read more →. April 25th, 2017 Posted by Emanuel Idrizi. Read more →. January 30th, 2017 Posted by Elis Pelivani. Comments Off on SDN Orchestration. Software-Defined Networking (SDN) is an emerging paradigm that separates the network’s control logic from the underlying routers and switches, enabling centralization of network control, and presenting the ability ...

blog.kreatys.com blog.kreatys.com

Kreatys – technologies digitales – Si on parlait technologies web & marketing digital

Aller au contenu principal. Kreatys – technologies digitales. Si on parlait technologies web and marketing digital. Outils : 30 questions pour évaluer son prestataire web. 15 règles d’or pour réussir son projet de site Internet. Application métier : progiciel ou développement spécifique? Si vous avez un processus métier standard. Je vous conseillerais donc de faire le tour des progiciels dédiés à votre métier et de choisir. En revanche, je vous déconseille de détourner l’utilisation d’un ...Dans ce cas i...

blog.kreatywna.eu blog.kreatywna.eu

Kreatywna.eu | Kreatywny blog o kreatywnych ludziach.

Kreatywny blog o kreatywnych ludziach. Skip to primary content. Skip to secondary content. Leży sobie tatuś spokojnie z Emilkiem w łóżku, wpada Dawidek do pokoju i z pretensjami pyta taty: - Tato dlaczego leżysz z Emilkiem? Na co tata odpowiada - bo Emilek nie umie jeszcze mi napyskować. Na co Emil rozżalony krzyczy “ja umem”. Cyprian obwieścił: “Muszę sobie znaleźć żonę mamusiu, bo Ty nie długo umarniesz”. Mamo, czy metro to znaczy brudny? 8220;Tato, a czy MYŚLOLOT to samolot, który myśli? Na to mama:&#...

blog.krecan.net blog.krecan.net

Java crumbs

Short remarks from Java world. November 6th, 2016. Představte si, že jste antropolog, který byl vyslán ke kmeni programátorů, aby vyzkoumal, jak zrychlit jejich práci. Nebo je naopak zavést? Co domorodec, to názor. Také jim můžeme položit následující dvě otázky. Kdybyste si mohli volně vybrat technologie pro příští projekt, o kolik byste byli rychlejší? Pokud byste psali váš současný projekt se současnou technologií znovu od začátku, o kolik byste ho udělali rychleji? A pak vám uvolní jednu ruku. Ale...

blog.krecha-games.com blog.krecha-games.com

KrechaBlog | Krecha Games, flash, as3, stage3d, starling, mobile game, vertex shader, vertex3d, nape

DICE and Adobe AIR. DICE is really awesome controller, and it's made in Poland;) So, we've tried connect with Flash:) Take a look how it works with Adobe AIR app on Android Read more [.]. How we manage assets in our projects? Our library for loading and storing external assets. It's useful for Starling and native flash as well. Read more [.]. SoftBody with Nape, Starling and VertexShader. ScrollImage – extension for Starling. DICE and Adobe AIR. SoftBody with Nape, Starling and VertexShader.

blog.kred.com blog.kred.com

Kred Blog | We All have Influence Somewhere

We All have Influence Somewhere. Moving from an influencer to an advocate – great example from United. May 18, 2013. I am a big fan of Peter Shankman. I count him as a friend. He was part of the Kred leader’s program in 2012 and continues to be a great sounding board for us at Kred. I also love his Facebook updates – you never quite know what he is going to do next. Today’s update looked like this. What Peter’s update shows is that United really do have a strong influencer program. You can’t buy pu...

blog.kredesign.com blog.kredesign.com

Erickson_Post: Colorado Edition

Erickson Post: Colorado Edition. Thursday, August 6, 2015. My New Training Buddy? In the last 13 months, the hubs has had some serious set-backs in his race season:. July 2014 - Crash at the Longmont Crit - Broken Collarbone - Out 6 weeks. March 2015 - Crash at the CSU Crit - Road Rash - Back on the Bike Next Day. May 2015 - Crash at Koppenberg Crit - Stitches in Right Shin and Broken Bike - Out 5 weeks. August 2015 - Crash at Littleton Crit - Broken Radius at the Wrist - Out TBD. Thursday, July 30, 2015.

blog.kredible.com blog.kredible.com

Kredible Blog

How to Teach Your Employees to Be Social Selling Machines. Posted by Brad Shepard. On Aug 7, 2015 1:28:00 PM. A recent study revealed that a 12% increase in brand advocacy generates a 2x increase in revenue growth. Source: National Business Research Institute). 0 Comments Click here to read/write comments. 6 Steps to Planning Your Employee Advocacy Program. Posted by Brad Shepard. On Aug 5, 2015 9:30:00 AM. 0 Comments Click here to read/write comments. New Study Says Not Even Close. Posted by Brad Shepard.

blog.kredihesaplama.org blog.kredihesaplama.org

Kredi Hesaplama

Basit teması. Blogger.