User:Myrkraverk: Difference between revisions
Appearance
mNo edit summary |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
* Email: johann at myrkraverk dot com | * Email: johann at myrkraverk dot com | ||
* Website: [http://my.opera.com/myrkraverk/blog My Opera technical blog] | * Website: [http://my.opera.com/myrkraverk/blog My Opera technical blog] | ||
* [http://www.myrkraverk.com/blog/ Personal Blog] | |||
==Repubilshing Permission== | ==Repubilshing Permission== | ||
Line 10: | Line 11: | ||
== Articles == | == Articles == | ||
* Building OpenSSL with OpenWatcom on ArcaOS: Second Porting Effort [http://www.myrkraverk.com/blog/2018/10/building-openssl-with-openwatcom-on-arcaos-second-porting-effort/] | |||
* CWEB: Hello, World! [http://www.myrkraverk.com/blog/2018/10/cweb-hello-world/] | |||
* [[UsingThreads]] -- An attempt to explain the thread and synchronization API on eCS (Nov 2007) | * [[UsingThreads]] -- An attempt to explain the thread and synchronization API on eCS (Nov 2007) | ||
* [[UsingThreads:SynchronizationTimings | SynchronizationTimings]] - My take on the "expensiveness" of DosEnterCritSec(). | * [[UsingThreads:SynchronizationTimings | SynchronizationTimings]] - My take on the "expensiveness" of DosEnterCritSec(). | ||
Line 19: | Line 21: | ||
* [[Introduction to the OS/2 API Documentation]] | * [[Introduction to the OS/2 API Documentation]] | ||
* [[ | * [[The OS/2 API Project]] | ||
== Irc channels where I may be found == | == Irc channels where I may be found == | ||
Line 27: | Line 29: | ||
* [irc://irc.wildirc.net/ecssystem WildIRC: #eCSSystem] | * [irc://irc.wildirc.net/ecssystem WildIRC: #eCSSystem] | ||
* [irc://irc.freenode.net/watcom FreeNode: #watcom] | * [irc://irc.freenode.net/watcom FreeNode: #watcom] | ||
{{DEFAULTSORT:Oskarsson, Johann}} | |||
[[Category:Contributors]] |
Latest revision as of 20:05, 3 December 2019
Name: Johann Oskarsson (Jóhann 'Myrkraverk' Óskarsson)
Contact Information
- Location: Iceland
- Email: johann at myrkraverk dot com
- Website: My Opera technical blog
- Personal Blog
Repubilshing Permission
Jóhann 'Myrkraverk' Óskarsson allowed his articles to be reposted under the Creative Commons Attribution-Share Alike 3.0 license. Martin Iturbide requeste permission and was accepted on 2012-05-22.
Articles
- Building OpenSSL with OpenWatcom on ArcaOS: Second Porting Effort [1]
- CWEB: Hello, World! [2]
- UsingThreads -- An attempt to explain the thread and synchronization API on eCS (Nov 2007)
- SynchronizationTimings - My take on the "expensiveness" of DosEnterCritSec().
- Process Control/Pipe Tutorial
- VIO Tutorial (Hello, World)