|
You are here |
alirezahayati.com | ||
| | | | |
manuelmoreale.com
|
|
| | | | | Almost two years ago I wrote a blog post about my browsers setup. A few things have changed since then and my browser setup is a bit different now. ... | |
| | | | |
passthejoe.net
|
|
| | | | | When I go into the menu in either Chromium or Google Chrome (yes, I have both) and try to edit the bookmarks, the browser crashes. So I can't re-arrange my bookmarks in these two browsers. | |
| | | | |
blog.samuelmaddock.com
|
|
| | | | | After 4 months of waiting, that is the response I got from Widevine, Google's DRM for web browsers, regarding a license agreement. For the last 2 years I've been working on a web browser that now cannot be completed because Google, the creators of the open source browser Chrome, won't allow DRM in an open source project. The browser I'm building, called Metastream, is an Electron-based (Chromium derived), MIT-licensed browser hosted on GitHub. | |
| | | | |
cppstories.com
|
|
| | | Recently, I've found somethinginterestingin Visual Studio that improved my Logger! I had a function called AddMsg /** appends message to the log file */ void AddMsg(LOG_MODE m, int level, char* strModule, char *strMsg, ...); But, when you wanted to add a comment you needed to use quite complicated and long syntnax, like: | ||