Skip to content

Yet another programming solutions log

Sample bits from programming for the future generations.

Technologies Technologies
  • Algorithms and Data Structures
  • Java Tutorials
  • JUnit Tutorial
  • MongoDB Tutorial
  • Quartz Scheduler Tutorial
  • Spock Framework Tutorial
  • Spring Framework
  • Bash Tutorial
  • Clojure Tutorial
  • Design Patterns
  • Developer’s Tools
  • Productivity
  • About
Expand Search Form

Fizz Buzz in Java

farenda 2015-05-26 0

Problem: How to write Fizz Buzz in Java? The problem is as follows: Write a program that prints the numbers from 1 to 100. But for multiples of three print ‘Fizz’ instead of the number and for the multiples of five print ‘Buzz’. For numbers which are multiples of both three and five print ‘FizzBuzz’. …

Share with the World!
Continue reading Fizz Buzz in Java
Categories Java Tags algorithms, java-basics

Bash define function

farenda 2015-05-25 0

Problem: Bash allows to define functions, which is very good way to reuse parts of shell scripts. This tutorial shows how to define Bash functions and apply in scripts.

Share with the World!
Continue reading Bash define function
Categories Bash Tags bash

Java 8 write to a text file

farenda 2015-05-25 1

Problem: How to write to a text file in Java 8?

Share with the World!
Continue reading Java 8 write to a text file
Categories Java Tags java8-files

Java primitive types sizes

farenda 2015-05-24 0

Problem: What are sizes of Java primitive types?

Share with the World!
Continue reading Java primitive types sizes
Categories Java Tags java-basics

Java primitive types default values

farenda 2015-05-23 0

Problem: What are default values of Java primitive types?

Share with the World!
Continue reading Java primitive types default values
Categories Java Tags java-basics

Java 8 read file into a String

farenda 2015-05-22 0

Problem: How to read file into a String in Java 8?

Share with the World!
Continue reading Java 8 read file into a String
Categories Java Tags java8-files

Java 8 read lines from a text file

farenda 2015-05-21 0

Problem: How to read lines from a text file in Java 8?

Share with the World!
Continue reading Java 8 read lines from a text file
Categories Java Tags java8-files

Java “Hello world!”

farenda 2015-05-20 0

Problem: How to write “Hello, world!” in Java?

Share with the World!
Continue reading Java “Hello world!”
Categories Java Tags java-basics

Bash command alias

farenda 2015-05-20 0

Problem: Bash alias is a great way to create a simple name for complex commands. Use it to make your life in Bash command line simpler!

Share with the World!
Continue reading Bash command alias
Categories Bash Tags bash
Previous 1 2 3 … 29 30 31 32

Recent Posts

  • Java 8 Date Time concepts
  • Maven dependency to local JAR
  • Caesar cipher in Java
  • Java casting trick
  • Java 8 flatMap practical example
  • Linked List – remove element
  • Linked List – insert element at position
  • Linked List add element at the end
  • Create Java Streams
  • Floyd Cycle detection in Java

Pages

  • About Farenda
  • Algorithms and Data Structures
  • Bash Tutorial
  • Bean Validation Tutorial
  • Clojure Tutorial
  • Design Patterns
  • Java 8 Streams and Lambda Expressions Tutorial
  • Java Basics Tutorial
  • Java Collections Tutorial
  • Java Concurrency Tutorial
  • Java IO Tutorial
  • Java Tutorials
  • Java Util Tutorial
  • Java XML Tutorial
  • JUnit Tutorial
  • MongoDB Tutorial
  • Quartz Scheduler Tutorial
  • Software Developer’s Tools
  • Spock Framework Tutorial
  • Spring Framework

Tags

algorithms bash bean-validation books clojure design-patterns embedmongo exercises git gof gradle groovy hateoas hsqldb i18n java java-basics java-collections java-concurrency java-io java-lang java-time java-util java-xml java8 java8-files junit linux lists log4j logging maven mongodb performance quartz refactoring regex rest slf4j solid spring spring-boot spring-core sql unit-tests

Yet another programming solutions log © 2022

sponsored