Click here to Skip to main content
15,902,938 members

Articles by TheCannyCoder (Articles: 2, Technical Blogs: 8)

Articles: 2, Technical Blogs: 8

RSS Feed

Average article rating: 4.97

General Programming
1 Jul 2014   Updated: 14 Aug 2014   Rating: 4.94/5    Votes: 7   Popularity: 4.17
Licence: CPOL    Views: 20,362     Bookmarked: 16   Downloaded: 0
Please Sign up or sign in to vote.
Java 8 is perhaps one of the most exciting editions of the Java language in recent times. One of the headline features is support for functional programming which is the focus of this blog. The support comes mostly in three features: Support for [work pipeline] streams. Streams allow us to process d
Programming Languages
Java
1 Jul 2014   Updated: 2 Jul 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 10,782     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Ranges and looping with IntStream

Average blogs rating: 4.88

1 Jul 2014   Updated: 2 Jul 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 5,530     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Introduction to functional programming in Java 8
4 Jul 2014   Updated: 6 Jul 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 51,079     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Today we'll look at creating generators. In simple terms, a generator is a function which returns the next value in a sequence. Unlike an iterator, it generates the next value when needed, rather than returning the next item of a pre-generated collection. Some languages such as Python support
11 Aug 2014   Updated: 14 Aug 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 9,531     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Reductions and Short-Circuiting Operations
31 Aug 2014   Updated: 31 Aug 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,950     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Parallel Streams and Spliterators
Web Development
12 Jul 2014   Updated: 12 Jul 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,701     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Finite sequence generators in Java 8
18 Jul 2014   Updated: 18 Jul 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,410     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Finite Sequence Generators in Java 8 – Part 2
16 Aug 2014   Updated: 5 Mar 2018   Rating: 4.00/5    Votes: 4   Popularity: 2.41
Licence: CPOL    Views: 17,891     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
Provided Collectors and a Java 8 Streams demonstration
4 Aug 2014   Updated: 4 Aug 2014   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 8,060     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
For those who have been programming Java or C/C++ for any period of time will know one of the most annoying things is trying to debug a crash due accessing a null object.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.