
randomascii.wordpress.com
Random ASCII | Forecast for randomascii: programming, tech topics, with a chance of unicyclingForecast for randomascii: programming, tech topics, with a chance of unicycling
http://randomascii.wordpress.com/
Forecast for randomascii: programming, tech topics, with a chance of unicycling
http://randomascii.wordpress.com/
TODAY'S RATING
#673,554
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
1.1 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
8
SSL
EXTERNAL LINKS
280
SITE IP
192.0.78.13
LOAD TIME
1.114 sec
SCORE
6.2
Random ASCII | Forecast for randomascii: programming, tech topics, with a chance of unicycling | randomascii.wordpress.com Reviews
https://randomascii.wordpress.com
Forecast for randomascii: programming, tech topics, with a chance of unicycling
Graph All the Things (Using WPT 10) | Random ASCII
https://randomascii.wordpress.com/2015/08/03/graph-all-the-things-using-wpt-10
Forecast for randomascii: programming, tech topics, with a chance of unicycling. New Xperf and new WPA in the new WPT →. Graph All the Things (Using WPT 10). August 3, 2015. Event Tracing for Windows (ETW) has always recorded a rich set of data and allowed graphing it all on the same timeline. With the creation of UIforETW. Which records more data) and the new* ETW trace viewer (which can graph custom data) the ability to visualize important patterns is better than ever before. Blue, and a great fractal ...
UIforETW – Windows Performance Made Easier | Random ASCII
https://randomascii.wordpress.com/2015/04/14/uiforetw-windows-performance-made-easier
Forecast for randomascii: programming, tech topics, with a chance of unicycling. Profiling the profiler: working around a six minute xperf hang. ETW Heap Tracing–Every Allocation Recorded →. UIforETW – Windows Performance Made Easier. April 14, 2015. Event Tracing for Windows (ETW) aka xperf is an amazing tool for investigating the performance of Windows machines I’ve blogged about. It many times and it’s helped me find some amazing issues. How much is it? What does it look like? Using UIforETW is pretty...
Programming is Puzzles | Random ASCII
https://randomascii.wordpress.com/2015/07/27/programming-is-puzzles
Forecast for randomascii: programming, tech topics, with a chance of unicycling. ETW Heap Tracing–Every Allocation Recorded. Graph All the Things (Using WPT 10) →. July 27, 2015. This past weekend I worked on a puzzle which I thought was interesting, especially in the ways that it was different from ‘normal’ puzzles such as jigsaw or crossword puzzles. Note: VS 2015 RTM has a bug in /DEBUG:FASTLINK which corrupts some debug information. It will be fixed in SP1. Figuring out when you’ve won. However, if y...
Fractal eXtreme, now cheaper | Random ASCII
https://randomascii.wordpress.com/2012/09/04/fractal-extreme-now-cheaper
Forecast for randomascii: programming, tech topics, with a chance of unicycling. Windows Slowdown, Investigated and Identified. Game Developer Magazine Floating Point →. Fractal eXtreme, now cheaper. September 4, 2012. As an experiment Fractal eXtreme. Is now just $9.95. The latest version has a few bug fixes and performance improvements, is a free update to all existing users, and is cheap like borscht. Highly optimized math, updated. Than 32-bit), multi-core, etc. And so much more. Also stops the zoom ...
How to Report a VC++ Code-Gen Bug | Random ASCII
https://randomascii.wordpress.com/2013/10/14/how-to-report-a-vc-code-gen-bug
Forecast for randomascii: programming, tech topics, with a chance of unicycling. Debugging Optimized Code–New in Visual Studio 2012. Hard Drive Upgrade →. How to Report a VC Code-Gen Bug. October 14, 2013. My coworkers recently found a bug in the x64 code generated by Visual C . This bug exists in VC 2010 to VC 2013 RC. We put in a workaround (the traditional one of disabling optimizations for the afflicted function) and I created a minimal repro to allow reporting of the bug to Microsoft. When iterating...
TOTAL PAGES IN THIS WEBSITE
8
June | 2015 | Possibly Wrong
https://possiblywrong.wordpress.com/2015/06
On science, mathematics, and computing. Monthly Archives: June 2015. June 21, 2015. I often need to display or record output of floating-point values, in a human-readable decimal format. This is easy enough in most programming languages… unless you need the representation to be one-to-one, so that distinct finite values always produce distinct output. … Continue reading →. IBM Research Ponder This: August 2016 Puzzle. Twisty lattice paths, all alike. Category theory without categories. Good Math, Bad Math.
Understanding Memory Ordering | 0xjfdube
https://jfdube.wordpress.com/2012/03/08/understanding-memory-ordering
March 8, 2012. In a previous post on atomic operations. I skipped an important topic, which is memory ordering. Let’s take a look at a simple example:. Volatile bool Ready = false; int Value = 0; / Thread A while(! Ready) {} printf(%d, Value); / Thread B Value = 1; Ready = true;. The expected value to be printed is 1, obviously. But what if. End-up written in memory before. Will not be 1, resulting in random behavior. It took a while to figure-out why we had random crashes with very-low reproduction rate...
charlie's blog: Process Priority utility
http://blog.misterfoo.com/2010/07/process-priority-utility.html
Saturday, July 17, 2010. As discussed on StackOverflow. Here is a utility that can query and set the CPU, memory, and IO priority of a Win32 process (runs on XP and higher). Download processPriority (contains source and binary). To see the command line usage information, run the program without any arguments. Posted by charlie at 11:16 AM. Note that for Windows 8 they have added SetProcessInformation() to allow setting these priorities in a more official manner. See MSDN for details.
Cide by Cide: November 2013
http://cidebycide.blogspot.com/2013_11_01_archive.html
Notes and musings from my latest adventure: Return to Software Development. And the weird name? A good name gets you halfway there. That's a lesson I should remember next time. Thursday, 28 November 2013. Every now and then one must emerge to let the world know one's alive. So, the song remains the same - measure first, and optimize only what's required. D out all logging, because I wasn't happy with it). Subscribe to: Posts (Atom). Keep the Joint Running. Jeff Duntemann's Contrapositive Diary.
Cide by Cide: July 2014
http://cidebycide.blogspot.com/2014_07_01_archive.html
Notes and musings from my latest adventure: Return to Software Development. And the weird name? A good name gets you halfway there. That's a lesson I should remember next time. Sunday, 6 July 2014. C and Ruby - Side by side. Yes, I know, choosing this blog's name wasn't my finest moment. Then, when I got home, I've decided to replicate that Ruby script in C . I didn't go for changing/improving the design (although I did end up changing one detail), just replicating it. And I was pleasantly surprised.
Cide by Cide: CA Certificates - The tale of the invisible certificate
http://cidebycide.blogspot.com/2015/01/ca-certificates-tale-of-invisible.html
Notes and musings from my latest adventure: Return to Software Development. And the weird name? A good name gets you halfway there. That's a lesson I should remember next time. Saturday, 31 January 2015. CA Certificates - The tale of the invisible certificate. As I set up each VM, I'm importing my bookmarks, so that I have my net environment available "everywhere". And I've come across a curious situation, regarding certificates. I exported that CA certificate from IE, and ran. Using each CA certificate;...
Cide by Cide: September 2013
http://cidebycide.blogspot.com/2013_09_01_archive.html
Notes and musings from my latest adventure: Return to Software Development. And the weird name? A good name gets you halfway there. That's a lesson I should remember next time. Sunday, 1 September 2013. BoostLocale, ICU and Mingw. I've been doing a few small command-line programs, and needed to output text like this on a Windows terminal: "Opção inválida". In fact, not only did it not work reliably on all the Win7 machines I tried, but the. Building ICU was easy. I just fired this on an msys terminal:.
Source Code | Fatal Abstraction
http://blog.fatal-abstraction.net/tag/source-code
Piling things on top of other things results in huge piles of things, duh! Zum sekundären Inhalt wechseln. Private, to be used in future projects. Platform agnostic, only tested on Windows. VS2010, zip 14KB). Follow Alexander Hofstädter on Twitter! Mdash; (@) 1970-01-01. Mischief, Mayhem, Soap. Real Time Collision Detection. Proudly powered by WordPress.
Game | Fatal Abstraction
http://blog.fatal-abstraction.net/tag/game
Piling things on top of other things results in huge piles of things, duh! Zum sekundären Inhalt wechseln. University Course, Group Project. Windows Vista, Windows 7. DirectX 11, XAudio, XInput, C stdlib, LibRocket. Follow Alexander Hofstädter on Twitter! Mdash; (@) 1970-01-01. Mischief, Mayhem, Soap. Real Time Collision Detection. Proudly powered by WordPress.
famellee | Radec
https://famellee.wordpress.com/author/famellee
Skip to main content. Skip to primary sidebar. Skip to secondary sidebar. Just another WordPress.com site. Error from Process Monitor: “Unable to write PROCMON23.SYS”. Today I was trying to start a boot logging with Process Monitor on Windows 10 and received following error:. Unable to write PROCMON23.SYS. Make sure that you have permission to write to the % SystemRoot% System32 Drivers directory. Sharing violation was observed when removed procmon.exe and procmon64.exe from filters:. NT SUCCESS(error) b...
TOTAL LINKS TO THIS WEBSITE
280
Protected Blog › Log in
This site is marked private by its owner. If you would like to view it, you’ll need two things:. A WordPress.com account. Don’t have an account? All you need is an email address and password register here! Permission from the site owner. Once you've created an account, log in and revisit this screen to request an invite. If you already have both of these, great! Larr; Back to WordPress.com.
Random As Movie
Blog de randomas - Alisson <3 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Calm before the storm. Sexion d'assaut paris va bien (sexion d'assaut en attendant l'apogée). Abonne-toi à mon blog! Le sondage qui choque. Ajouter cette vidéo à mon blog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Tinie Tempah - Pass Out. Marc Antoine...
randomasamother
Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
RandomAsburian (Brittany) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Blood, Sweat and Glass. Deviant for 8 Years. This deviant's full pageview. Last Visit: 5 days ago. Blood, Sweat and Glass. This is the place where you can personalize your profile! Why," you ask? Sakura: Cherr...
Random ASCII | Forecast for randomascii: programming, tech topics, with a chance of unicycling
Forecast for randomascii: programming, tech topics, with a chance of unicycling. New Xperf and new WPA in the new WPT. August 10, 2015. A new version of Windows means a new version of the Windows Performance Toolkit (WPT), the ship vehicle for xperf, WPA and other Event Tracing for Windows (ETW) tools. I’m a huge fan of xperf/ETW (just look at some of the performance investigations. Automatically selecting between them. You should too. Continue reading →. Graph All the Things (Using WPT 10). July 27, 2015.
Randomase (Marisa) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 6 Years. This deviant's full pageview. Last Visit: 102 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?
randomasfxck (joel) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 1 Year. This deviant's activity is hidden. Deviant since Aug 10, 2015. You can drag and drop to rearrange.
Randomash | Just another WordPress.com weblog
Just another WordPress.com weblog. September 1, 2012. How are you today? So, I forgot to write yesterday, and I think the day before that, so sorry! At least I am getting more views! Today, i’ve had 5 so far, so I guess that’s better than nothing! I don’t know if I ever told you guys, but I got a dog! But that was like 2 years ago. Her name is Lucky. She was born April 1, 2010! April fools day ;D ) So, my mom’s friend’s dogs had i think 2 baby dogs, so she gave us one! She is a girl :). August 31, 2012.
d[-_-]b Just around the corner... d[-_^]b
RandomAshes
Xx I bleed my heart out on this paper for you xx. Tuesday, December 30, 2014. Flash Back: Children: Our Greatest Teachers. I've learned that, as long as I balance my interests and make sure I'm nurturing other loves of mine (other hobbies and interests) while caring for children full-time, I will always have a special place in my heart for my Little Loves. ♥. Children: Our Greatest Teachers. What can I give him that would have helped me? We are capable of far more than we think we are. Like the soothing ...
SOCIAL ENGAGEMENT