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
| # This hosts file is brought to you by Dan Pollock and can be found at | |
| # http://someonewhocares.org/hosts/ | |
| # You are free to copy and distribute this file for non-commercial uses, | |
| # as long the original URL and attribution is included. | |
| #<localhost> | |
| 127.0.0.1 localhost | |
| 127.0.0.1 localhost.localdomain | |
| 255.255.255.255 broadcasthost | |
| ::1 localhost |
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
| /** | |
| * Текст поста. | |
| */ | |
| var news_text = [ | |
| "Всё меньше причин оставаться ВК.. Ждем пока mail group окончательно загонят сайт в яму и переходим на telegram", | |
| "Дурову пора создавать новый вконтакте, этот уже испортили", | |
| "Прости, Паша, мы все прое*али", | |
| "Ну это уже ни в какие рамки", | |
| "ВКонтакте окончательно загнулись", | |
| "Мда, меилру продолжает губить все, к чему прикасается", |
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
| // Usage : less2stylusDir('../src/css/'); | |
| var fs = require('fs'); | |
| // this less 2 stylus conversion script make a stylus easy to read syntax | |
| // - let the braces | |
| // - replace the @ for var as $ | |
| // - let semicolons | |
| function less2stylus(less) |
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
| info@grnh.ru - default | |
| info-fb@grnh.ru | |
| info-gl@grnh.ru | |
| info-ya@grnh.ru | |
| info-bg@grnh.ru | |
| info-vk@grnh.ru | |
| info-ml@grnh.ru | |
| info-ap@grnh.ru | |
| info-yap@grnh.ru |
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<iostream> | |
| using namespace std; | |
| #define SNAME 21 | |
| #define PHONE 13 | |
| struct tel_spr | |
| { | |
| char name[11]; |
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
| // | |
| // Header.h | |
| // lab one | |
| // | |
| // Created by Den on 02.12.15. | |
| // Copyright (c) 2015 Den. All rights reserved. | |
| // | |
| #ifndef lab_one_Header_h | |
| #define lab_one_Header_h |
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
| // | |
| // Header.h | |
| // lab one | |
| // | |
| // Created by Den on 02.12.15. | |
| // Copyright (c) 2015 Den. All rights reserved. | |
| // | |
| #ifndef lab_one_Header_h | |
| #define lab_one_Header_h |
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
| namespace WindowsFormsApplication1 | |
| { | |
| partial class Form1 | |
| { | |
| /// <summary> | |
| /// Требуется переменная конструктора. | |
| /// </summary> | |
| private System.ComponentModel.IContainer components = null; | |
| /// <summary> |
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.Generic; | |
| using System.ComponentModel; | |
| using System.Data; | |
| using System.Drawing; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Windows.Forms; | |
| using AForge.Video; |
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<iostream> | |
| #include<vector> | |
| #include<string> | |
| #include<fstream> | |
| #include <ctime> | |
| unsigned int start_time = clock(); // начальное время | |
| // здесь должен быть фрагмент кода, время выполнения которого нужно измерить | |
| using namespace std; |
NewerOlder