mcatr.blogspot.com mcatr.blogspot.com

mcatr.blogspot.com

on the art of the software development

My notes, thoughts on software development, about java, jee, objective-c, application servers, and more...

http://mcatr.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MCATR.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of mcatr.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • mcatr.blogspot.com

    16x16

  • mcatr.blogspot.com

    32x32

CONTACTS AT MCATR.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
on the art of the software development | mcatr.blogspot.com Reviews
<META>
DESCRIPTION
My notes, thoughts on software development, about java, jee, objective-c, application servers, and more...
<META>
KEYWORDS
1 pages
2 reverse an array
3 do bubble sort
4 posted by
5 murat can alpay
6 no comments
7 email this
8 blogthis
9 share to twitter
10 share to facebook
CONTENT
Page content here
KEYWORDS ON
PAGE
pages,reverse an array,do bubble sort,posted by,murat can alpay,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels java,and system in,system out,to this,multicastsocket example,this,labels io,java,input file,watir
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

on the art of the software development | mcatr.blogspot.com Reviews

https://mcatr.blogspot.com

My notes, thoughts on software development, about java, jee, objective-c, application servers, and more...

INTERNAL PAGES

mcatr.blogspot.com mcatr.blogspot.com
1

on the art of the software development: Java 8 lambda examples II

http://mcatr.blogspot.com/2015/07/java-8-lambda-examples-ii.html

Tuesday, July 21, 2015. Java 8 lambda examples II. Generate an array of random Integer values:. Private static final Random random = new Random(); public static Integer[] generateRandomIntArray(int size) { return IntStream.range(0, size).map(i - random.nextInt(size) .boxed() .toArray(Integer[]: new); }. IntStream.range(0, randomNumbers.length / 2) .forEach(i - swap(randomNumbers, i, randomNumbers.length - i - 1) ;. Subscribe to: Post Comments (Atom). Java 8 lambda examples II. Testing your main method.

2

on the art of the software development: January 2012

http://mcatr.blogspot.com/2012_01_01_archive.html

Tuesday, January 10, 2012. It has been a while since I wrote anything on QMass. Here are the updates :. Grid now tries to persists it's values, asynchronously, on given databases. Currently MongoDB is the default but this would be pluggable. I have tried various scripting languages for the console. Since I release less often, from now on I decided to name my versions as M1, M2 and so on. Subscribe to: Posts (Atom). Simple template. Powered by Blogger.

3

on the art of the software development: After the Management 3.0 Event

http://mcatr.blogspot.com/2013/01/after-management-30-event.html

Thursday, January 31, 2013. After the Management 3.0 Event. I had the chance to join the Management 3.0. Event organized by Scrum Turkey. Thanks to Barış Bal. For organizing such a rare event in Ankara, my company, Innova. For sending me there and old friend Mert Çalışkan. For sharing the event photos. What is it about? What did I learn? I should read about the "Delivering Happiness" model of Zappos. Whatever you do get feedback and get it as soon as possible. Make things in iterations. This is something...

4

on the art of the software development: July 2015

http://mcatr.blogspot.com/2015_07_01_archive.html

Tuesday, July 21, 2015. Java 8 lambda examples II. Generate an array of random Integer values:. Private static final Random random = new Random(); public static Integer[] generateRandomIntArray(int size) { return IntStream.range(0, size).map(i - random.nextInt(size) .boxed() .toArray(Integer[]: new); }. IntStream.range(0, randomNumbers.length / 2) .forEach(i - swap(randomNumbers, i, randomNumbers.length - i - 1) ;. Friday, July 3, 2015. Testing your main method. Like from this :. Final List String firstC...

5

on the art of the software development: December 2012

http://mcatr.blogspot.com/2012_12_01_archive.html

Thursday, December 27, 2012. Ankara JUG, HTML5. I'll be speaking at Ankara JUG, 24 Jan, on HTML5. If you are interested and in Ankara details are here. Subscribe to: Posts (Atom). Ankara JUG, HTML5. Simple template. Powered by Blogger.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

okahraman.blogspot.com okahraman.blogspot.com

/var/log/mindshare: SVN and Eclipse proxy issues

http://okahraman.blogspot.com/2010/12/svn-and-eclipse-proxy-issues.html

Thursday, December 9, 2010. SVN and Eclipse proxy issues. We connect to internet via proxy server at work due to existing security policies. Consequently, we need to configure appropriate proxy settings for eclipse as well to access a source repository(CVS,SVN,Git etc.) or to connect to an update site. It is not difficult to configure the proxy in eclipse but I have to do this work twice a day because of using the same development environment both at home and at work. Posted by Okan KAHRAMAN. Nexus Repos...

okahraman.blogspot.com okahraman.blogspot.com

/var/log/mindshare: Eclipse Plug-in for ZK: ZK Studio

http://okahraman.blogspot.com/2008/02/zk-studio-is-eclipse-plug-in-to.html

Wednesday, February 6, 2008. Eclipse Plug-in for ZK: ZK Studio. ZK Studio is an Eclipse plug-in to quickstart our ZK project. Every time we start a new Dynamic project in Eclipse, we always need to do the same routines. ZK Studio handles these routines with ease and saves our time. Download ZK Studio from the following link:. ZK Sudio 0.5.0 (Eclipse plug-in). In your Eclipse IDE, click toolbar "Window" and select "Preferences.". At preference tree, select "ZK" category then chose "Installed ZKs". Posted ...

jroller.com jroller.com

Mert Caliskan's Weblog : Mert Caliskan's Weblog

http://jroller.com/mert/entry/jsf_preventing_double_form_submit

Laquo; does Google Talk. Thursday January 18, 2007. JSF] Preventing Double-Form Submit. There are already out of the box solutions for this thing, like synchronizer token in seam or shale's s:token. But if you are not using these frameworks and wanna implement your own, here is what I've done. Actually it's just a phaseListener and an extended formRenderer. Javaxfaces.application.FacesMessage;. Javaxfaces.context.FacesContext;. Javaxfaces.event.PhaseEvent;. Javaxfaces.event.PhaseId;. Request is an Ajax4J...

mdasgin.blogspot.com mdasgin.blogspot.com

Ucundan Java: OmniFaces

http://mdasgin.blogspot.com/2012/06/omnifaces.html

Java Enterprise ile ilgili anlatılarım, deneyimlediklerim ve paylaşmak istediklerim. Sansür, bir toplumun kendine olan güvensizliğini yansıtır ve otoriter rejimlerin belirgin bir özelliğidir. JSF ile haşır neşir olup da BalusC. Yi duymayan yoktur herhalde. Forumlarda, özellikle stackoverflow.com. Da yanıtlanmayan JSF sorusu kalmayacak diye inat etmiş Balus ve bir arkadaşı ( Arjan Tijms. JSF'in eksikliklerini masaya yatırıp bunları nasıl yamarız diye düşünürlerken olsa gerek geçen günlerde OmniFaces.

mdasgin.blogspot.com mdasgin.blogspot.com

Ucundan Java: PrimeFaces Datatable Column Custom Sorting

http://mdasgin.blogspot.com/2012/10/primefaces-datatable-column-custom.html

Java Enterprise ile ilgili anlatılarım, deneyimlediklerim ve paylaşmak istediklerim. Sansür, bir toplumun kendine olan güvensizliğini yansıtır ve otoriter rejimlerin belirgin bir özelliğidir. PrimeFaces Datatable Column Custom Sorting. Popüler JSF kütüphanesi PrimeFaces'ın geliştiriciye yetenekli JSF bileşenleri sunduğu aşikar. Bu yeteneklerinin çoğunu showcase. Yukardaki örnekte sortBy=" #{user.firstName} #{user.lastName}. Yapmak akıllara gelebilir. Bu metot iki kolonu concat ederek bize tam ismi dö...

mdasgin.blogspot.com mdasgin.blogspot.com

Ucundan Java: Temmuz 2012

http://mdasgin.blogspot.com/2012_07_01_archive.html

Java Enterprise ile ilgili anlatılarım, deneyimlediklerim ve paylaşmak istediklerim. Sansür, bir toplumun kendine olan güvensizliğini yansıtır ve otoriter rejimlerin belirgin bir özelliğidir. JSF MyFaces ve Spring Core. Basitçe bu geçişi Mojarra'nın api. Jar'larını MyFaces'inkilerle değiştirerek yapabiliyorsunuz. Lakin MyFaces, Mojarra'ya göre bazı noktalarda farklı davranabiliyor. Bu davranışı da web.xml'de ekleyebileceğiniz çeşitli context-param'larla düzenleyebiliyorsunuz. Şeklinde yazılan context-par...

mdasgin.blogspot.com mdasgin.blogspot.com

Ucundan Java: JSF'te ActionListener / Action Çağrılma Sırası

http://mdasgin.blogspot.com/2012/03/jsfte-actionlistener-action-cagrlma.html

Java Enterprise ile ilgili anlatılarım, deneyimlediklerim ve paylaşmak istediklerim. Sansür, bir toplumun kendine olan güvensizliğini yansıtır ve otoriter rejimlerin belirgin bir özelliğidir. JSF'te ActionListener / Action Çağrılma Sırası. JSF'e yeni başlayan birinin gün olur aklına düşen bir sorudur: commandButton ile ilişkilendirdiğim actionListener'lar ve action hangi sırada çağırılır. Öncelikle, hatırlatma niteliğinde;. Ile istediğiniz parametreyi geçebileceğinizi. Çağırılma sırasını ise Yiğit Darçın.

muammeryucel.blogspot.com muammeryucel.blogspot.com

Muammer Yucel: Server-centric, Client-centric. Peki ya Developer-centric?

http://muammeryucel.blogspot.com/2009/10/server-centric-client-centric-peki-ya.html

29 Ekim 2009 Perşembe. Server-centric, Client-centric. Peki ya Developer-centric? Uzun zamandır tartışma konusuydu sunucu ya da istemci odaklı RIA (Kallavi İnternet Uygulamaları) çözümlerinden hangisinin daha etkin olduğu. Kimine göre istemci odaklı olanlar daha iyi, kimine göre ise sunucu odaklı olanlar. İtinayla tartışılır. Peki farkı neydi bu ikisinin? Ufak tefek kıytırık getir-götür işleri için sunucu tarafı boşuna yorulmaz. Kullanıcının bilgisayarının da çorbada bir nevi tuzu olur. Gelgelelim, sunuc...

muammeryucel.blogspot.com muammeryucel.blogspot.com

Muammer Yucel: Temmuz 2012

http://muammeryucel.blogspot.com/2012_07_01_archive.html

13 Temmuz 2012 Cuma. Sadece Kulağıma Küpe Olsun Diye. DRY, yani Don't Repeat Yourself! Her konuda, hatalarda olduğu gibi çözümlerde de. Az önce çok daha önceden karşılaştığım bir problem ile tekrardan cebelleşmek zorunda kaldım. Demek ki neymiş? Bir yerlere yazmak gerekliymiş. Kafaya yazmaktansa kağıda, daha iyisi bloğa yazmak en güzeli. Sonuçta beyin bedava derler ama kazın ayağı biraz farklı. Header'mizi de ekledik. O da ne? Username ve password soruyor. Soran kim? I açalım ve security-configuration.

UPGRADE TO PREMIUM TO VIEW 63 MORE

TOTAL LINKS TO THIS WEBSITE

72

SOCIAL ENGAGEMENT



OTHER SITES

mcatquestion.com mcatquestion.com

M Prep | MCAT Question of the Day - Prep, Practice Questions, and More!

MCAT Question of the Day MCAT Course. Which of the following structures/molecules is not a component of DNA? Nucleic Acid Structure and Function. We're here to help! Lee Simonov Services 2018.

mcatquestionaday.com mcatquestionaday.com

M Prep | MCAT Question of the Day - Prep, Practice Questions, and More!

MCAT Question of the Day. Interested in learning more about us for your MCAT. Sign up for an Info Session. The next session is Wednesday, August 12th at 9PM ET. We look forward to answering your questions and serving your MCAT prep needs. Thank you! Which of the following is true with respect to an object moving from one location (d. The displacement is either greater than or equal to the distance traveled. The displacement is either smaller than or equal to the distance traveled. We're here to help!

mcatquestionbank.com mcatquestionbank.com

Question Bank

Skip to Main Content Area. Try our Online Test!

mcatquestionoftheday.com mcatquestionoftheday.com

MCAT Question of the Day | Practice MCAT Questions

MCAT Question of the Day. Keeping your mind sharp for the MCAT, one question at a time! April 5, 2018. I owe U a PAC Name. Provide the IUPAC name for the following compound:. 1 First, identify the (longest) parent chain or cycle - six carbon ring = cyclohex. To receive the MCAT Question of the Day delivered straight to your inbox every morning. MCAT Question of the Day. Click here to view a random question. DAT Question of the Day. What is the MCAT? The Medical College Admissions Test (MCAT). The MCAT is...

mcatquestionoftheday.tumblr.com mcatquestionoftheday.tumblr.com

MCAT Question of the day

MCAT Question of the day. The pH Value Is Right. Which set of 1 Molar solutions has the correct pH values? A Water pH = 0; hydrochloric acid pH = 4; acetic acid pH = 7; ammonia solution pH = 10; sodium hydroxide solution pH = 14. B Acetic acid pH = 0; hydrochloric acid pH = 4; water pH = 7; sodium hydroxide solution pH = 10; ammonia solution pH = 14. C Sodium hydroxide solution pH = 0; ammonia solution pH = 4; water pH = 7; acetic acid pH = 10; hydrochloric acid pH = 14. Posted 4 years ago. To see the so...

mcatr.blogspot.com mcatr.blogspot.com

on the art of the software development

Tuesday, July 21, 2015. Java 8 lambda examples II. Generate an array of random Integer values:. Private static final Random random = new Random(); public static Integer[] generateRandomIntArray(int size) { return IntStream.range(0, size).map(i - random.nextInt(size) .boxed() .toArray(Integer[]: new); }. IntStream.range(0, randomNumbers.length / 2) .forEach(i - swap(randomNumbers, i, randomNumbers.length - i - 1) ;. Friday, July 3, 2015. Testing your main method. Like from this :. Final List String firstC...

mcatra.blogspot.com mcatra.blogspot.com

ELETROFUNK

Domingo, 17 de julho de 2011. Nome completo : Wagner Domingues da Costa. Filho de Manoel e Elza Costa. Teve 30 filhos e atualmente 4 mulheres que assumem não ter ciumes uma dás outras. Esse vídeo foi retirado :. Http:/ www.youtube.com/watch? Compartilhar com o Pinterest. Sexta-feira, 1 de julho de 2011. Mc catra / Hawainos / Bonde tesão / k9. Neste Blog iremos falar TUDO sobre a vida do bonde Tesão,Hawaianos,mc catra e K9. Esta imagem foi retirada :. Http:/ www.google.com.br/imgres? Imgurl=http:/ 3.b...

mcatra.deviantart.com mcatra.deviantart.com

mcatra (Margo) | DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 14 Years. This deviant's full pageview. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. You can edit widgets to customize them. The bottom has widgets you can add! Some widgets you can only access when you get Core Membership. Why," you ask? This account n...

mcatracing.co.uk mcatracing.co.uk

Tracing Service From £35, No Find, No Fee, No Pre-payment.

How we Benefit You. Welcome to the UK's Premier and Best Value Tracing Agency. . . UK Tracing Services is a high quality debtor tracing organisation our staff have been finding people for more than 25 years. All of our tracing services are offered on a, ' No Find - No Fee. Basis, so in the unlikely event that we are unsuccessful, you will owe us nothing. We offer a nationwide debtor and people tracing service. Our experience and success in debtor tracing. We provide a comprehensive range of bespoke servi...

mcatrack.com mcatrack.com

Mcatrack - User Login

Id="login" name="button" style="position:relative;left:-180px;display:inline;" type="submit" LOGIN. Didnt receive unlock instructions?

mcatractoare.ro mcatractoare.ro

Account Suspended

This Account Has Been Suspended.