-
4 лаба (+1 лаба зачетная от 12 до 20 баллов за последнюю)
- Теория
- Выполнение
- Своевременная сдача
5 за теорию 5 за выполнение (макс, мин 3\3) - 1 лаба, остальные хз
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
body{ | |
font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; | |
background:url(https://raw.githubusercontent.com/GeliosMK2/Shikimori-GMK2/master/img/GMK2-bg.jpg) 0 0/cover fixed | |
} | |
.l-page{ | |
background-color:rgba(255,255,255,.8); | |
box-shadow:0 0 9px 3px rgba(0,0,0,.25) | |
} | |
.l-top_menu-v2 .global-search input{ | |
background-color:#f0fffc |
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
package com.apploidxxx.google; | |
import com.apploidxxx.Parser; | |
import com.google.maps.DistanceMatrixApi; | |
import com.google.maps.DistanceMatrixApiRequest; | |
import com.google.maps.GeoApiContext; | |
import com.google.maps.model.*; | |
import java.util.Set; |
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
/* | |
* I add this to html files generated with pandoc. | |
*/ | |
html { | |
font-size: 100%; | |
overflow-y: scroll; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100%; | |
} |
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
{ | |
"invalids": [ | |
{ | |
"login": "apploid", | |
"given_name": "Arthur", | |
"surname": "Kupriyanov", | |
"email": "[email protected]", | |
"password": "123123123c", | |
"observers": [ | |
{ |
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
package com.lifefeel.api.util.password; | |
import java.io.UnsupportedEncodingException; | |
import java.security.SecureRandom; | |
/** | |
* @author Damien Miller | |
* @author Arthur Kupriyanov on 17.02.2020 |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp
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 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 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 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; |
NewerOlder