openpgp4fpr:95c8e19aa99008940f23ca8964c7d0da5a864c1d
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
const tree = shuffle([ | |
{ | |
name: "Александр Сергеевич Пушкин", | |
mother: "Надежда Осиповна Ганнибал", | |
father: "Сергей Львович Пушкин" | |
}, | |
{ | |
name: "Надежда Осиповна Ганнибал", | |
mother: "Мария Алексеевна Пушкина", | |
father: "Осип Абрамович Ганнибал" |
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 ru.nm17.calcpracticeview | |
import android.os.Bundle | |
import android.util.Log | |
import androidx.activity.enableEdgeToEdge | |
import androidx.appcompat.app.AppCompatActivity | |
import androidx.core.view.ViewCompat | |
import androidx.core.view.WindowInsetsCompat | |
import com.google.android.material.button.MaterialButton | |
import com.google.android.material.textfield.TextInputLayout |
I hereby claim:
- I am nm17 on github.
- I am nm17 (https://keybase.io/nm17) on keybase.
- I have a public key whose fingerprint is 95C8 E19A A990 0894 0F23 CA89 64C7 D0DA 5A86 4C1D
To claim this, I am signing this object:
TL;DR* Here's what the license entails:
1. Anyone can copy, modify and distribute this software.
2. You have to include the license and copyright notice with each and every distribution.
3. You can use this software privately.
4. You can use this software for commercial purposes.
5. If you dare build your business solely from this code, you risk open-sourcing the whole code base.
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
... And so on | |
#0 parserlib::_context::parse_non_term (this=0x7fffffffd080, r=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:760 | |
#1 0x00005555557ade5c in parserlib::_seq::parse_non_term (this=0x555555976970, con=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:624 | |
#2 0x00005555557aa39e in parserlib::_context::_parse_non_term (this=0x7fffffffd080, r=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:961 | |
#3 parserlib::_context::parse_non_term (this=0x7fffffffd080, r=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:811 | |
#4 0x00005555557aa2e0 in parserlib::_context::_parse_non_term (this=0x7fffffffd080, r=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:956 | |
#5 parserlib::_context::parse_non_term (this=0x7fffffffd080, r=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:811 | |
#6 0x00005555557ade5c in parserlib::_seq::parse_non_term (this=0x555555976f70, con=...) at /home/nm17/Yuescript/src/yuescript/parser.cpp:624 | |
#7 0x00005555557aa39e in parserlib::_context::_parse_non_term (this=0 |
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
#!/bin/bash | |
export DRI_PRIME=1 | |
export __NV_PRIME_RENDER_OFFLOAD=1 | |
export __GLX_VENDOR_LIBRARY_NAME=nvidia | |
echo "Nvidia Startup WORKING!!!" | |
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
#include <cmath> | |
#include <string> | |
#include <Arduino.h> | |
#include <esp_adc_cal.h> | |
#include "driver/adc.h" | |
#if CONFIG_IDF_TARGET_ESP32 | |
static const adc_bits_width_t width = ADC_WIDTH_BIT_12; | |
#elif CONFIG_IDF_TARGET_ESP32S2 | |
static const adc_bits_width_t width = ADC_WIDTH_BIT_13; |
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
@echo off | |
title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2021&echo - Microsoft Office Professional Plus 2021&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo =====================================================================================&echo Activating your product...&cscript //nologo slmgr.vbs /ckms >nul&c |
I hereby claim:
- I am nm17 on github.
- I am nm17 (https://keybase.io/nm17) on keybase.
- I have a public key ASAv5kg6BvOPsLxOq6NKEoJAERG0ydLhs8p1QsueCGhzBwo
To claim this, I am signing this object:
NewerOlder