I want to get into PAPI. I have Version 5.3.2.0 on Debian GNU/Linux. papi_avail just tells me that no hardware events are available: $ papi_avail Available events and hardware information. -------------------------------------------------------------------------------- PAPI Version : 5.3.2.0 Vendor string and code : GenuineIntel (1) Model string and code : Intel(R) Core(TM) i3-5010U [...] read more
I need to parse an array of 32 bit ints (little endian), from an array of u8s, however the next int only exists if the 31st bit of the current int is set. If the rest don't exist then the rest of the array should be set to zeroes. I'm [...] read more
For my application (SpMV) I have more data cache misses (PAPI_L1_DCM) than total cache misses (PAPI_L1_TCM) in level 1 cache. How can that be? For Level 2 the values are ok. That is, what the PAPI counters offer: [PAPI_L1_ICM ][PAPI_L1_DCM ][PAPI_L1_TCM ][PAPI_L2_ICM ][PAPI_L2_DCM ][PAPI_L2_TCM ] 1256 3388225 1442386 1007 2389903 [...] read more
I've tried encrypting a folder containing a text file and an image with AES encryption using the .7z format. When I enter the password to open the encrypted folder the two files are displayed. I can click on the text file and it opens with my default text editor (although [...] read more
i have problem in visual studio 2019 from long time ago it need a couple of restart to work ? is there any solution guys , many thanks [enter image description here][1] 1 Error Why am I seeing this page? The data necessary to complete this operation is not yet [...] read more
We have an windows form application that shows flash content. Until saterday 26th of december 2015 this worked perfectly. now I get: A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in AxShockwaveFlashObjects.dll Additional information: The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A) When [...] read more
I have a complex lightswitch application that was created using visual studio 2013, and then I upgrade it to using visual studio 2015. the solution was working fine, I even did a couple of deployment for it. Now I am trying to build it from a new machine and the [...] read more
I'm trying to use RAPI to monitor the performance of my Xeon Phi code. I just compiled and installed a native version of RAPI follwoing the documentation. And the following list is what I get when I execute "rapi_avail" on my Xeon Phi which shall display all available events. Surprisingly, [...] read more
I have been experiencing the error (in the title) and have been trying to find an answer. The best one so far is AJAX Error: The data necessary to complete this operation is unavailable. However, in that case, the OP was specifically using jQuery/Ajax, but I am using the AjaxControlToolkit [...] read more
Let me start off by mentioning that I have no prior experience with SCCM, and that this is a proof of concept setup we are setting up in order to deploy our classroom environments more dynamically. The need arose to be able to change between OSes (XP and Win7, to [...] read more
I just tried to upgrade a Windows 7 machine to Windows 10 and it failed for no apparent reason. Both Windows 10 Upgrade Assistant and Media Creation Tool fail, the former with 0xc1900200 and latter with 0x800704DD-0x90016 error code. When it happens (with Upgrade Assistant), the following three events appear [...] read more
I'm running a Windows server 2019 VB.Net Web Service. It runs fine except periodically I get the following error on a line that has been executed many, many times before the error: System.Runtime.InteropServices.COMException (0x8000000A): The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A) at [...] read more
I'm trying to embrace async/await, so in my C# WPF app I have installed the Microsoft.Windows.SDK.Contracts nuget package to use StorageFile.GetFileFromPathAsync(). It works well for one thumbnail at a time... StorageItemThumbnail thumb = await FetchThumbnailAsync(@"C:\Temp\z00.zip") public async Task<StorageItemThumbnail> FetchThumbnailAsync(string path) { StorageFile storageFile = await StorageFile.GetFileFromPathAsync(path); StorageItemThumbnail thumbnail = await [...] read more
I'm trying to make a great GUI for my csgo cheat. I decided to use C++/CLR. Firstly I create empty project then, I change in a properties entrypoint and the subsystem and I add this code to the cpp file: #include "MyForm.h" using namespace System;` using namespace System::Windows::Forms;` [STAThreadAttribute] void [...] read more
Long story short, we restored a bunch of servers and one of them was my WDS server. Everything seems OK except for the web service action that moves computer objects between OUs. It's called twice in the task sequence; once at the beginning to move the object to a Staging [...] read more
I am trying to use DES encryption/decryption on Google chrome. In my folder I have three files. 1. tripledes.js 2. mode-ecb.js 3. CryptoJS-DES.html The scripts in my html file is defined as follows :- <script type="text/javascript" src="tripledes.js"></script> <script type="text/javascript" src="mode-ecb.js"></script> and another script file which is :- function encryptByDES(message, key) [...] read more
I'm trying to display a MessageBox with some debugging information right before my application exits in case of a specific error. The reason I need to display it as a message box vs. just logging it in a file is because I need it to draw my attention right when [...] read more
recently I came across a term "identification register" related to Intel Processors. It was like key-value pair "IdentificationRegisters": "0x34AC34DC8901274A". Now since I don't know much about these terminologies related to processors(may be to identify them !), can I get some input from this community regarding what this could mean ? [...] read more
We have a program that sends and receives SMS messages via the MBN IMbnSms interface and a 2G/3G/4G modem. Our code works in Windows 7 and Windows 8.x, but fails in Windows 10. IMbnSms.GetSmsStatus() always returns 0x8000000A (E_PENDING) error, even when the modem has been camped on a network for [...] read more
The debugger is slow, but only in 2012 and 2013 and only on some PCs. 2010 is fine, and 12 and 13 are fine on other systems. Each page takes about 50 seconds to load for a very simple web app and all postbacks are noticeably lagged. At least part [...] read more
We have some code that runs to connect to PayPal's PayFlowPro to update a credit card used within a recurring billing subscription. This code used to work fine under a .Net 2 app pool, but when we migrated it to 4.0 it's very touchy - sometimes it works and other [...] read more
I am using some jQuery stuff, on my site and it references the Google API libs, though there seem to be many problems with the file being referenced. Is there a more stable version of this file? Or, are we legally allowed to download this particular file, and modify it [...] read more