"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp😶🌫️
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
| package main; | |
| import java.util.function.Consumer; | |
| import java.util.function.Predicate; | |
| /** | |
| * @author Arthur Kupriyanov | |
| */ | |
| public class Something { | |
| void run (Consumer<String> arg){}; |
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
| package tasks; | |
| /** | |
| * @author Arthur Kupriyanov | |
| */ | |
| class C { | |
| private boolean getBoolean() { | |
| return false; | |
| } | |
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
| import random | |
| import requests | |
| import vk_api | |
| from com.apploidxxx.config import VK_API_KEY as API_KEY | |
| from vk_api.longpoll import VkLongPoll, VkEventType | |
| # Auth as vk group with API key | |
| vk = vk_api.VkApi(token=API_KEY) |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Task</title> | |
| <style type="text/css"> | |
| .old-message { | |
| background-color: grey; | |
| } | |
| .new-message { | |
| background-color: green; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Solution</title> | |
| <style type="text/css"> | |
| .old-message { | |
| background-color: grey; | |
| } | |
| .new-message { | |
| background-color: green; |
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
| import javax.imageio.ImageIO; | |
| import java.awt.image.BufferedImage; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.security.MessageDigest; | |
| import java.security.NoSuchAlgorithmException; | |
| /** | |
| * @author Arthur Kupriyanov on 06.02.2020 |
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
| package com.lifefeel.api.util.password; | |
| import java.io.UnsupportedEncodingException; | |
| import java.security.SecureRandom; | |
| /** | |
| * @author Damien Miller | |
| * @author Arthur Kupriyanov on 17.02.2020 |
-
4 лаба (+1 лаба зачетная от 12 до 20 баллов за последнюю)
- Теория
- Выполнение
- Своевременная сдача
5 за теорию 5 за выполнение (макс, мин 3\3) - 1 лаба, остальные хз
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
| { | |
| "invalids": [ | |
| { | |
| "login": "apploid", | |
| "given_name": "Arthur", | |
| "surname": "Kupriyanov", | |
| "email": "apploidyakutsk@gmail.com", | |
| "password": "123123123c", | |
| "observers": [ | |
| { |