Skip to content

Instantly share code, notes, and snippets.

// Lab1.cpp: ���������� ����� ����� ��� ����������� ����������.
//
#include "stdafx.h"
#include <stdio.h>
#include <iostream>
#include<cmath>
using namespace std;
void l1_1();
void l1_2();
#!/bin/bash
# REDIS
# https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04
sudo apt-get update
sudo apt-get install build-essential tcl
cd /tmp
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz
cd redis-stable
@AlexeyRudkovskiy
AlexeyRudkovskiy / Air.js
Created August 3, 2016 21:42 — forked from creaux/Air.js
Typescript Decorators
class Air {
@wetter
humidity;
}
@AlexeyRudkovskiy
AlexeyRudkovskiy / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console