Compositie 006 – Ambient Moth
[Audio clip: view full post to listen] http://www.thefusebox.be/muziek/Ambient_Moth.mp3 This creative work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Belgium License.
Google Insights
Inzichten over bier, wijn, champagne en frisdranken… West Vleteren piekt na de Colruyt promotiecampagne
JSON.Net example
A very simple C-Sharp example of how to use the JSON.Net library. JSON.NET is available on codeplex. using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json; namespace JSONNetConsoleApplication1 { class Program { static void Main(string[] args) { // create an instance, fill instance ProductionOrder PO = new ProductionOrder(); PO.Id = "123"; PO.ProductId = ...
Toggl API .Net Example
This is a C-Sharp example of how to connect to the toggl API. It is compatible with version 6 of the toggl api. The code shows you how to authenticate and then download the ‘workspaces’ from your toggl user account. I’ve tested the program in VS2010 / .NET 3.5. The JSON.Net library is required. The ...
Compositie 005 – Ambient Snowpad
[Audio clip: view full post to listen] This creative work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Belgium License.
Compositie 004 – Ambient 003
[Audio clip: view full post to listen] This creative work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Belgium License.
