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
#include <string> | |
#include <iostream> | |
#include <memory> | |
class Foo { | |
public: | |
Foo(char *chars) { | |
std::cout << *(data.get()) << std::endl; | |
data = std::unique_ptr<std::string>(new std::string(chars)); | |
} |
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
/.idea |
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/env python3 | |
import random | |
import re | |
import sys | |
from collections.abc import Iterator | |
from enum import IntFlag | |
from string import ascii_letters, digits | |
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
#!/bin/sh | |
# change this key: | |
API_KEY="" | |
CACHE_DIR="$HOME/.cache/yt-search" | |
DEFAULT_COMMAND="mpv '%s'" | |
if [ -z "$API_KEY" ]; then | |
echo "Please input an API key in the script." |
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
#!/bin/sh | |
echo "Command: $1" | |
echo "Run count: $2" | |
CURRENT_TIME=$(date +%s) | |
I=0 # counter counts up to $2 - 1 | |
TIME=0 # the whole time in ns |
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>I use arch btw.</title> | |
<meta property="og:title" content="Hi :)" /> | |
<meta property="og:description" content="I use arch btw." /> | |
<meta property="og:type" content="website" /> | |
<style> | |
html { | |
background-color: #000; |
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>Welcome to nginx!</title> | |
<meta property="og:title" content="Hi :)" /> | |
<meta property="og:description" content="I use arch btw." /> | |
<meta property="og:type" content="website" /> | |
<style> | |
html { | |
background-color: #000; |
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>Welcome to nginx!</title> | |
<meta property="og:title" content="Hi :)" /> | |
<meta property="og:description" content="I use arch btw." /> | |
<meta property="og:type" content="website" /> | |
<style> | |
html { | |
background-color: #000; |
This file has been truncated, but you can view the full file.
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
aachens | |
abarten | |
abartig | |
abbauen | |
abbaute | |
abbeiße | |
abbeißt | |
abbiege | |
abbiegt | |
abbilde |
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
{ | |
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md", | |
"policies": { | |
"AppUpdateURL": "https://localhost", | |
"DisableAppUpdate": true, | |
"OfferToSaveLogins": false, | |
"OverrideFirstRunPage": "", | |
"OverridePostUpdatePage": "", | |
"DisableSystemAddonUpdate": true, |
NewerOlder