I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| % 25. Создать приложение с тремя потоками. Потоки работают с массивами одинаковой размерности. | |
| % Массивы содержат положительные числа. | |
| % Потоки производят одно действие над массивом, находят произведение и сумму элементов массива, | |
| % затем проверяют условие равенства сумм трех потоков или равенства произведений трех потоков, | |
| % если условие выполняется, потоки завершают работу. В противном случае, все описанные шаги повторяются. | |
| % Поток может производить над массивом следующие действия; заменить один произвольный четный элемент | |
| % любым нечетным числом или заменить один произвольный нечетный элемент любым четным числом. | |
| % РГР по параллельному программированию |
| require 'set' | |
| require_relative 'graph_and_ant_colony' # https://gist.github.com/sld/2711080 | |
| class String | |
| def indexes letter | |
| (0 .. self.length - 1).find_all { |i| self[i,1] == letter } | |
| end | |
| end | |
| require 'Win32API' | |
| def field( size ) | |
| array = Array.new(size) | |
| for i in 0...size | |
| array[i] = Array.new(size, 1) | |
| end | |
| for i in 1...size-1 | |
| for j in 1...size-1 |
| # coding: utf-8 | |
| import numpy as np | |
| import cmath as math | |
| import scipy.stats as stats | |
| import random | |
| def generate_exponential(exp_lambda, size): | |
| scale = 1 / exp_lambda |
| module GlobalizeWithCallbacks | |
| extend ActiveSupport::Concern | |
| class_methods do | |
| # It is Globalize's #translates method with #after_add and #after_remove | |
| # callbacks on :translations table. It may be used to run elasticsearch | |
| # multilingual indexing. | |
| # | |
| # Define #after_translation_add and #after_translation_remove methods in | |
| # the included class |
| import pyeliza | |
| class Eliza: | |
| aliases = 'eliza' | |
| description = 'Virtual therapist' | |
| _therapist = pyeliza.eliza() | |
| def execute(self, expression, context): | |
| ''' | |
| >>> from mock import Mock |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
AIML console logs:
dp-agent|dev⚡ ⇒ docker-compose exec agent bash
root@5ac3fdfbe6e2:/dp-agent# python3 -m core.run
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data] Unzipping tokenizers/punkt.zip.
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data] Unzipping corpora/stopwords.zip.
[nltk_data] Downloading package perluniprops to /root/nltk_data...