Pages
-
Recent Posts
Recent Comments
- How to remotely debug Java application | Codepills.com on How to build with Maven without running tests
- Andrej Buday on 3 basic mistakes for NullPointerException when Mock
- ajith on 3 basic mistakes for NullPointerException when Mock
- ajitha on 3 basic mistakes for NullPointerException when Mock
- How to trigger action with Scheduler and Quartz in Camel | Codepills.com on How to download a file from Azure Claud Storage
Archives
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- August 2020
- February 2020
- November 2019
- June 2019
- May 2019
- May 2018
- April 2018
- August 2017
- June 2017
- May 2017
- December 2016
- November 2016
- March 2016
- January 2016
- December 2015
- January 2014
- December 2013
- October 2013
- June 2013
- April 2013
- May 2012
- March 2012
- February 2012
- July 2011
- April 2011
- March 2010
- January 2007
- September 2006
Categories
Category Archives: Uncategorized
Windows – How to kill port at Windows?
This tutorial shows how to kill the port at Windows operation system. Continue reading
Simple Scala methods for sum and maximum
I am learning Scala. I have been confronted with a simple task to create functions for finding sum and maximum in the list of numbers. A precondition is that both functions should be solved recursively.
Posted in Uncategorized
Tagged easy, function, match expressions, maximu, Scala, sum, switch statement
Leave a comment
Convert varchar to text in PostgreSQL
If you work with PostgreSQL you will definitely get into the situation when you want to change the data type for the text fields in your tables. This is a simple hint how to convert varchar data type to text … Continue reading
How to create file in different directory in PHP
Let’s imagine I want to create a file in a different folder than where I am in the current moment. How to create this file in the different folder? This article will help with a small piece of code achieve … Continue reading
Posted in Uncategorized
Leave a comment