Click here to Skip to main content
15,888,610 members

Articles by phillipvoyle (Articles: 6, Technical Blogs: 2, Tip/Tricks: 3)

Articles: 6, Technical Blogs: 2, Tip/Tricks: 3

RSS Feed

Average article rating: 4.81

Programming Languages
C#
9 Sep 2011   Updated: 3 Jun 2015   Rating: 4.84/5    Votes: 14   Popularity: 5.55
Licence: CPOL    Views: 72,491     Bookmarked: 21   Downloaded: 1,737
Please Sign up or sign in to vote.
LALR parse table generation using C#.
C++
18 Jul 2015   Updated: 18 Jul 2015   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 11,981     Bookmarked: 6   Downloaded: 125
Please Sign up or sign in to vote.
I’m going to show you how you can use JSON.h to expose charting data to a web page and draw a chart in the browser.
16 Jun 2015   Updated: 16 Jun 2015   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 16,301     Bookmarked: 9   Downloaded: 242
Please Sign up or sign in to vote.
Part 2 in a series.
30 Jun 2015   Updated: 30 Jun 2015   Rating: 4.60/5    Votes: 5   Popularity: 3.22
Licence: CPOL    Views: 18,291     Bookmarked: 16   Downloaded: 258
Please Sign up or sign in to vote.
Using JSON.h (version 0.3 supporting polymorphic types and std::shared_ptr)
6 Jul 2015   Updated: 6 Jul 2015   Rating: 4.67/5    Votes: 11   Popularity: 4.86
Licence: CPOL    Views: 34,964     Bookmarked: 19   Downloaded: 1,309
Please Sign up or sign in to vote.
A sample implementation of a minimal http web server using boost::asio in C++
Web Development
HTML
12 Apr 2015   Updated: 20 Jul 2015   Rating: 4.94/5    Votes: 13   Popularity: 5.33
Licence: CPOL    Views: 24,073     Bookmarked: 24   Downloaded: 286
Please Sign up or sign in to vote.
Illustrates the idea of a variadic visitor pattern in C++ by way of an example expression calculator

Average blogs rating: 4.80

Programming Languages
C++
14 Nov 2015   Updated: 14 Nov 2015   Rating: 4.60/5    Votes: 6   Popularity: 3.58
Licence: CPOL    Views: 14,880     Bookmarked: 6   Downloaded: 329
Please Sign up or sign in to vote.
A toy prolog interpreter in C++
12 Sep 2015   Updated: 5 Mar 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 17,151     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
Miniature IOC container

Average tips rating: 4.89

20 Jun 2015   Updated: 20 Jun 2015   Rating: 4.80/5    Votes: 7   Popularity: 4.06
Licence: CPOL    Views: 31,104     Bookmarked: 18   Downloaded: 499
Please Sign up or sign in to vote.
This article describes a C++ header only library for reflecting C++ objects and parsing and formatting JSON.
12 Jun 2015   Updated: 12 Jun 2015   Rating: 4.86/5    Votes: 4   Popularity: 2.92
Licence: CPOL    Views: 16,851     Bookmarked: 10   Downloaded: 87
Please Sign up or sign in to vote.
Yes! Using a hand coded reflection class. Sample code provided.
SQL
5 Jul 2011   Updated: 15 Aug 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 10,821     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
CREATE FUNCTION [dbo].[com_CountString](@Input nVarChar(max), @SearchString nVarChar(1000))RETURNS INTBEGIN if @Input is null or @SearchString is null return 0 DECLARE @InputLength INT, @SearchLength INT SELECT...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
New Zealand New Zealand
I've spent time programming for the security industry, video games, and telephony. I live in New Zealand, and have a Bachelor of Computing and Mathematical Sciences specializing in Computer Technology, from the University of Waikato in Hamilton, New Zealand.