Click here to Skip to main content
15,880,405 members

Articles by Lộc Nguyễn (Articles: 12, Tip/Tricks: 5)

Articles: 12, Tip/Tricks: 5

RSS Feed

Average article rating: 4.77

Desktop Programming
Swing
26 Mar 2014   Updated: 26 Mar 2014   Rating: 4.67/5    Votes: 3   Popularity: 2.23
Licence: CPOL    Views: 11,581     Bookmarked: 8   Downloaded: 243
Please Sign up or sign in to vote.
Example of JNotif - A Java Notification App
WPF
15 May 2015   Updated: 15 May 2015   Rating: 4.91/5    Votes: 4   Popularity: 2.96
Licence: CPOL    Views: 17,856     Bookmarked: 11   Downloaded: 494
Please Sign up or sign in to vote.
Example of data binding for nested tree structure, and MVVM pattern.
Programming Languages
C
12 Nov 2014   Updated: 12 Nov 2014   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 81,131     Bookmarked: 18   Downloaded: 3,549
Please Sign up or sign in to vote.
Top-down parsing
26 Oct 2014   Updated: 21 Nov 2014   Rating: 4.71/5    Votes: 12   Popularity: 4.90
Licence: CPOL    Views: 188,666     Bookmarked: 40   Downloaded: 5,914
Please Sign up or sign in to vote.
A C program to scan source file for tokens
C#
4 Feb 2016   Updated: 4 Feb 2016   Rating: 4.94/5    Votes: 23   Popularity: 6.73
Licence: CPOL    Views: 44,576     Bookmarked: 39   Downloaded: 1,440
Please Sign up or sign in to vote.
Example of Chinook digital media store database
20 Aug 2016   Updated: 20 Aug 2016   Rating: 4.43/5    Votes: 8   Popularity: 4.00
Licence: CPOL    Views: 13,152     Bookmarked: 8   Downloaded: 147
Please Sign up or sign in to vote.
A look at both tightly and loosely coupled components design.
23 Mar 2013   Updated: 24 Mar 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 21,462     Bookmarked: 7   Downloaded: 844
Please Sign up or sign in to vote.
Using custom FractionalNumber and Matrix classes.
15 Nov 2017   Updated: 15 Nov 2017   Rating: 4.67/5    Votes: 2   Popularity: 1.40
Licence: CPOL    Views: 18,146     Bookmarked: 16   Downloaded: 411
Please Sign up or sign in to vote.
using System.Security.Cryptography.RNGCryptoServiceProvider
4 Sep 2019   Updated: 4 Sep 2019   Rating: 4.18/5    Votes: 5   Popularity: 2.92
Licence: CPOL    Views: 14,974     Bookmarked: 10   Downloaded: 243
Please Sign up or sign in to vote.
Revisiting Event Aggregator/Message Bus/Broker in C#.NET
Java
2 Nov 2013   Updated: 17 Apr 2015   Rating: 4.87/5    Votes: 10   Popularity: 4.87
Licence: CPOL    Views: 72,944     Bookmarked: 14   Downloaded: 766
Please Sign up or sign in to vote.
Event-Driven Programming Model
6 Sep 2013   Updated: 6 Sep 2013   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 25,339     Bookmarked: 3   Downloaded: 69
Please Sign up or sign in to vote.
a look at calculations, running time, and implementation as an array of digits
Web Development
HTML5
3 Sep 2015   Updated: 3 Sep 2015   Rating: 4.86/5    Votes: 6   Popularity: 3.78
Licence: CPOL    Views: 24,123     Bookmarked: 10   Downloaded: 851
Please Sign up or sign in to vote.
Using HTML5 Audio, JavaScript, Bootstrap, and jQuery

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.71

Hosted Services
Serverless
20 Nov 2015   Updated: 20 Nov 2015   Rating: 4.97/5    Votes: 15   Popularity: 5.70
Licence: CPOL    Views: 102,602     Bookmarked: 21   Downloaded: 4,503
Please Sign up or sign in to vote.
With a DEMO WPF application (WinNotif)
Programming Languages
C#
4 Jan 2018   Updated: 4 Jan 2018   Rating: 4.05/5    Votes: 4   Popularity: 2.44
Licence: CPOL    Views: 19,165     Bookmarked: 11   Downloaded: 579
Please Sign up or sign in to vote.
Generate Key Pair and Cert Request
24 Feb 2016   Updated: 24 Feb 2016   Rating: 4.92/5    Votes: 9   Popularity: 4.69
Licence: CPOL    Views: 41,063     Bookmarked: 13   Downloaded: 468
Please Sign up or sign in to vote.
On Chinook digital media store sample database
PHP
22 Feb 2014   Updated: 22 Feb 2014   Rating: 4.60/5    Votes: 5   Popularity: 3.22
Licence: CPOL    Views: 126,123     Bookmarked: 11   Downloaded: 5,539
Please Sign up or sign in to vote.
A simple log-in system
23 May 2014   Updated: 23 May 2014   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 37,101     Bookmarked: 6   Downloaded: 770
Please Sign up or sign in to vote.
An example of log-in system with Facebook API v.4

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}