Discover gists
View test-guru-question.txt
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
Какой город стал столицей Древнерусского государства? | |
Киев | |
Москва | |
Таганрог |
View test-guru-question.txt
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
Какой город стал столицей Древнерусского государства? | |
Киев | |
Москва | |
Таганрог |
View test-guru-question.txt
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
Какой город стал столицей Древнерусского государства? | |
Киев | |
Москва | |
Таганрог |
View 1.RegistrySnapshot.xml
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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-456490813-3851806391-1230632473-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="WinSSHTerm" displayVersion="2.27.0"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FAAA3EDA-2A53-4D1A-9334-7C0C8C36D052}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /I{FAAA3EDA-2A53-4D1A-9334-7C0C8C36D052}]]></UninstallString> |
View test-guru-question.txt
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
Какой город стал столицей Древнерусского государства? | |
Киев | |
Москва | |
Таганрог |
View allrecipes.py
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
#!/usr/bin/python3 | |
# | |
# Retrieve saved recipe collections from AllRecipes.com. | |
# | |
# As of 2022, AllRecipes.com has become almost unusably slow and | |
# has dropped the capability to search among saved recipes. This | |
# script allows me to cache collections of recipe links offline. | |
# | |
# To avoid interactive prompts, either set environment variables | |
# ALLRECIPES_USERNAME and ALLRECIPES_PASSWORD or add credentials |
View UNLICENSE
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
This is free and unencumbered software released into the public domain. | |
Anyone is free to copy, modify, publish, use, compile, sell, or | |
distribute this software, either in source code form or as a compiled | |
binary, for any purpose, commercial or non-commercial, and by any | |
means. | |
In jurisdictions that recognize copyright laws, the author or authors | |
of this software dedicate any and all copyright interest in the | |
software to the public domain. We make this dedication for the benefit |
View test-guru-question.txt
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
Какой город стал столицей Древнерусского государства? | |
Киев | |
Москва | |
Таганрог |
View Assignment7_Lotto.java
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 java.util.ArrayList; | |
import java.util.Random; | |
import java.util.Scanner; | |
public class Assignment7_Lotto { |
View voe-bg-1686412112571-564.css
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
.css-selector { | |
background: linear-gradient(180deg, #000000, #ffffff); | |
background-size: 400% 400%; | |
-webkit-animation: voe-bg 20s ease infinite; | |
-moz-animation: voe-bg 20s ease infinite; | |
-o-animation: voe-bg 20s ease infinite; | |
animation: voe-bg 20s ease infinite; | |
} | |
@-webkit-keyframes voe-bg { | |
0%{background-position:52% 0%} |
NewerOlder