OpenWeatherMap API: using just long and double nullables
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 17:41:52 +0000 (19:41 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 17:41:52 +0000 (19:41 +0200)
commit57d122467b9dce0f38053db9f7ec29c8c96b5f38
treedd3e0737b52f01807657814e547c3787d83b8c76
parentcb84d323c3262930e35529d55524e0b788ecd918
OpenWeatherMap API: using just long and double nullables
13 files changed:
Allgemeines/HttpServersExamples/HttpServersExamples.sln [new file with mode: 0644]
Allgemeines/HttpServersExamples/HttpServersExamples/App.config [new file with mode: 0644]
Allgemeines/HttpServersExamples/HttpServersExamples/HttpServersExamples.csproj [new file with mode: 0644]
Allgemeines/HttpServersExamples/HttpServersExamples/Program.cs [new file with mode: 0644]
Allgemeines/HttpServersExamples/HttpServersExamples/Properties/AssemblyInfo.cs [new file with mode: 0644]
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Clouds.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/CurrentWeather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Main.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Sys.cs
Allgemeines/openweathermap/jsonparser/jsonparser/currentweather/Weather.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/City.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/List.cs
Allgemeines/openweathermap/jsonparser/jsonparser/forecastweather/Weather.cs