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
| MultiMC version: 0.6.12-1438 | |
| Minecraft folder is: | |
| /home/nm17/.local/share/multimc/instances/1.16.51/.minecraft | |
| Java path is: | |
| /usr/lib/jvm/java-15-openjdk-amd64/bin/java |
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
| <b>asd</b> |
https://habr.com/ru/post/506218/
ТРЕБУЮ ПРЕКРАТИТЬ РАСПРОСТРАНЕНИЕ РЕКЛАМЫ (В ТОМ ЧИСЛЕ И ПО USSD) В МОЙ АДРЕС.
Прошу подтвердить, что вы получили от меня требование на прекращение распространение рекламы в соответствии с Ф3 О рекламе, статья 18, п 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
| motya: | |
| template: | |
| path: "template.jpg" | |
| width: 574 | |
| height: 522 | |
| frame: | |
| x_start: 75 | |
| y_start: 45 | |
| x_end: 499 | |
| y_end: 373 |
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 datetime | |
| import httpx | |
| def convert_ver(): | |
| diff = datetime.timedelta(days=10389, seconds=71340) | |
| ver = int(httpx.post("http://sgo.cit73.ru/webapi/auth/getdata").json()["ver"]) | |
| return (datetime.datetime.fromtimestamp(ver) + diff).replace(tzinfo=pytz.FixedOffset(240)) |
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
| from ok import Ok | |
| from vk import Vk | |
| vk = Vk(1500) | |
| print("Before:", vk.people) | |
| vk.people += 1000 | |
| print(vk.get_link(), vk.people) |
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
| meta: | |
| id: mytestx | |
| file-extension: pk | |
| seq: | |
| - id: header | |
| type: str | |
| encoding: UTF-8 | |
| terminator: 0x0d | |
| consume: false | |
| - type: u2le |
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
| html, body { | |
| background: #121212; | |
| } | |
| footer { | |
| background: black !important; | |
| } | |
| h1, p { | |
| color: white; | |
| } | |
| .iti *, .form-control { |
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
| java.lang.NullPointerException: Attempt to invoke interface method 'void android.text.Spannable.removeSpan(java.lang.Object, int)' on a null object reference | |
| at android.text.Selection.removeSelection(Selection.java:183) | |
| at bkw.onDestroyActionMode(PG:8) | |
| at android.widget.Editor.stopSelectionActionMode(Editor.java:2386) | |
| at android.widget.Editor.prepareCursorControllers(Editor.java:662) | |
| at android.widget.TextView.makeNewLayout(TextView.java:8301) | |
| at android.widget.TextView.onMeasure(TextView.java:8592) | |
| at android.support.v7.widget.AppCompatTextView.onMeasure(PG:58) | |
| at android.view.View.measure(View.java:23196) | |
| at android.widget.LinearLayout.measureVertical(LinearLayout.java:978) |