Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Friday, June 29, 2018
Integracja z ePUAP - zamiana powrotna SHA256 na SHA1
›
Dziś czyli w piątek, 29 czerwca 2018, około godziny 14-tej, środowisko testowe ePUAP zostało ponownie zaktualizowane. Tym razem do wersji ...
1 comment:
Wednesday, June 13, 2018
Integracja z ePUAP - zmiana SHA-1 na SHA-256
›
Środowisko testowe ePUAP zostało właśnie dostosowane do zmian wymuszonych Ustawą o usługach zaufania oraz identyfikacji elektronicznej z ...
Friday, April 20, 2018
Retaining document relative links when copying from HTML to Word
›
We have an automated document generation tool that creates a HTML documentation of a given database. The generated HTML structure uses rela...
Monday, April 9, 2018
Extending Generator prototype to get LINQ-like experience in Javascript
›
Generator functions let us write iterators in a very concise way. Take a simple example: function* range(n,m) { for ( var i=n; i<m...
Thursday, March 8, 2018
SSO - integracja z ePUAP (Dostawca Tożsamości) w .NET
›
2020-08: na github znajduje się repozytorium kodu OldMusicBox.ePUAP.Client , które ilustruje opisane niżej perypetie działającym kodem. ...
6 comments:
Wednesday, November 22, 2017
Useful caching pattern
›
One of the SO answers contains an interesting caching pattern , proposed by user Keith static string GetCachedData(string key, DateTimeOff...
Monday, November 13, 2017
Node.js, circularly dependent modules and intellisense in VS Code
›
Circularily dependand modules in Node.js is something most people recommend you should definitely avoid. Let's start with an example o...
‹
›
Home
View web version