Page moved to: https://msdn-whiteknight.github.io/ruso-archive/html/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Page moved to: https://github.com/MSDN-WhiteKnight/ruso-archive/blob/master/deleted-messages/chat-20190405.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://docs.microsoft.com/en-us/sql/relational-databases/errors-events/mssqlserver-5243-database-engine-error?view=sql-server-ver15 | |
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/reference-types#the-string-type | |
(double hyphen to dash) | |
https://docs.microsoft.com/en-us/dotnet/framework/windows-services/how-to-start-services | |
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.application.openforms?view=netframework-4.8 (needs example) | |
https://docs.microsoft.com/en-us/dotnet/api/system.net.networkinformation.networkinterface?view=netframework-4.7.1 (https://github.com/dotnet/dotnet-api-docs/issues/797) | |
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.methodinfoextensions.getbasedefinition?view=netcore-2.0#System_Reflection_MethodInfoExtensions_GetBaseDefinition_System_Reflection_MethodInfo_ | |
https://docs.microsoft.com/en-us/dotnet/api/system.windows.gridlength?view=netframework-4.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Discord: https://i.imgur.com/WLiVw9Y.png | |
https://ru.stackoverflow.com/questions/878774/Кто-такое-быдло * | |
https://ru.stackoverflow.com/questions/866044/Администрация-сплошное-быдло * | |
https://ru.stackoverflow.com/questions/811877/Я-решила-изучать-компьютер-так-как-одинока-Мой-вопрос-о-javascript?noredirect=1&lq=1 * | |
https://ru.stackoverflow.com/questions/1064827/ * | |
https://ru.stackoverflow.com/posts/1063179/revisions | |
https://ru.stackoverflow.com/questions/486384/ * | |
https://ru.stackoverflow.com/questions/936274/ | |
https://ru.stackoverflow.com/a/614228/ * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <windows.h> | |
#include <tchar.h> | |
LPCWSTR szWindowClass = L"MYWINDOW"; | |
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) | |
{ | |
const int size = 24; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using System.Linq.Expressions; | |
using System.Reflection; | |
namespace ConsoleApplication1 | |
{ | |
class Program | |
{ | |
public static object call(object[] args) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//http://c-jump.com/CIS77/CPU/x86/lecture.html | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <tchar.h> | |
#include <Windows.h> | |
#include <DbgHelp.h> | |
#pragma comment(lib, "Dbghelp.lib") | |
struct Function { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <windows.h> | |
#include <windowsx.h> | |
#include <stdio.h> | |
#include <d3d9.h> | |
#pragma comment (lib, "d3d9.lib") | |
LPDIRECT3D9 d3d; | |
LPDIRECT3DDEVICE9 device; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <Windows.h> | |
#include <CorHdr.h> | |
#include <metahost.h> | |
#include <CorDebug.h> | |
#pragma comment(lib, "mscoree.lib") | |
#pragma comment(lib, "CorGuids.lib") | |
void PrintProcessInfo(ICorDebugProcess* pDebug) { |
OlderNewer