- Теперь работает форма создания книги у администратора (раньше падала)
- Поисковик в библиотеке работает
- Когда администратору падает заявка от пользователя на взятие книги из библиотеки, администратор жмет кнопочку и сразу генерится письмо на адрес пользователя с заготовленным тексом "Добрый день! Заберите книгу в 7.3". Это вроде уже было, но видимо имелось в виду
This file contains 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> | |
int main (void) { | |
int n; | |
printf ("n = "); | |
scanf("%d", &n); | |
double B[n]; | |
int i; |
This file contains 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> | |
const m = 6; | |
const n = 8; | |
int main (void) { | |
int i, j, count = 0; | |
double A[m][n], B[m * n]; | |
This file contains 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
import numpy as np | |
from keras.models import Sequential | |
from keras.layers import Dense, Dropout, Activation, Flatten | |
from keras.layers import MaxPooling2D, Conv2D | |
from keras.utils import np_utils | |
from keras.datasets import fashion_mnist | |
# Задаем для воспроизводимости результатов |
This file contains 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
24NVBQH4CQ0NMJZ1TPCUPXT318071519075798UORQTATXPA2CT09N36IIILIEIKNYEH |