Skip to content

Instantly share code, notes, and snippets.

View stepancar's full-sized avatar
🎯

Stepan Mikhailiuk stepancar

🎯
View GitHub Profile
#include "stdafx.h"
#define _CRT_SECURE_NO_WARNINGS
#pragma once
#pragma warning(disable:4996)
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <string.h>
#include <malloc.h>
#include "stdafx.h"
#include <stdio.h>
# include <stdlib.h>
#include <locale.h>
void sortq(void* *a1, long n, int(*cmp)(void*, void*))
{
void* p;
void* t;
int i, j;
if (n < 2) /*обязательно */
ыапвапывапвап
@stepancar
stepancar / Hubs.tt
Last active August 29, 2015 14:09 — forked from robfe/Hubs.tt
<#@ template debug="true" hostspecific="true" language="C#" #>
<#@ output extension=".d.ts" #>
<# /* Update this line to match your version of SignalR */ #>
<#@ assembly name="$(SolutionDir)\packages\Microsoft.AspNet.SignalR.Core.1.0.0-rc1\lib\net40\Microsoft.AspNet.SignalR.Core.dll" #>
<# /* Load the current project's DLL to make sure the DefaultHubManager can find things */ #>
<#@ assembly name="$(TargetPath)" #>
<#@ assembly name="System.Core" #>
<#@ assembly name="System.Web" #>
<#@ assembly name="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" #>
<#@ assembly name="System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" #>