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
Мясо (свинная шея) - 2 кг | |
Лук - 500 г | |
Соевый соус - 100 мл | |
Аджика - 2 ст.л. | |
Соль - 1.5 ч.л. |
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
diskutil list external # -> disk4 | |
diskutil eraseDisk MS-DOS "WIN10" MBR disk4 | |
hdiutil mount ~/Downloads/Win10_22H2_German_x64.iso | |
rsync -avh --progress --exclude=sources/install.wim /Volumes/CCCOMA_X64FRE_DE-DE_DV9/ /Volumes/WIN10/ | |
wimlib-imagex split /Volumes/CCCOMA_X64FRE_DE-DE_DV9/sources/install.wim /Volumes/WIN10/sources/install.swm 2048 |
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
Capitalized, short (50 chars or less) summary | |
More detailed explanatory text, if necessary. Wrap it to about 72 | |
characters or so. In some contexts, the first line is treated as the | |
subject of an email and the rest of the text as the body. The blank | |
line separating the summary from the body is critical (unless you omit | |
the body entirely); tools like rebase can get confused if you run the | |
two together. | |
Write your commit message in the imperative: "Fix bug" and not "Fixed bug" |
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
defaults write org.vim.MacVim MMTextInsetLeft 5 | |
defaults write org.vim.MacVim MMTextInsetRight 5 |
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 | |
# | |
# $RuOBSD: lesspipe,v 1.3 2004/04/08 04:57:24 form Exp $ | |
# | |
# Copyright (c) 2003 Oleg Safiullin <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: |
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 <err.h> | |
#include <stdio.h> | |
#include <setjmp.h> | |
#include <signal.h> | |
static sigjmp_buf exception; | |
#define try if (!sigsetjmp(exception, 1)) | |
#define catch else | |
#define throw siglongjmp(exception, 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
#!/bin/sh | |
YEAR=`date +%Y` | |
NAME=`git config user.name` | |
MAIL=`git config user.email` | |
cat <<EOF>LICENSE | |
Copyright (c) $YEAR $NAME <$MAIL> | |
Permission to use, copy, modify, and distribute this software for any |
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
# KEYBOARD CONFIGURATION FILE | |
# Consult the keyboard(5) manual page. | |
XKBMODEL="pc105" | |
XKBLAYOUT="us,ru" | |
XKBVARIANT="," | |
XKBOPTIONS="compose:102,caps:escape,grp:alt_space_toggle" | |
BACKSPACE="guess" |
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
SRC:= 1.2.2 | |
SRC+= 1.3 1.3.1 1.3.2 1.3.3 | |
SRC+= 1.4 1.4.1 1.4.2 1.4.3 | |
SRC+= 1.5 1.5.1 1.5.2 1.5.3 1.5.4 | |
SRC+= 1.6 1.6.1 1.6.2 1.6.3 1.6.4 | |
SRC+= 1.7 1.7.1 1.7.3 1.7.4 1.7.5 1.7.6 | |
SRC+= 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 | |
SRC+= 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 | |
SRC+= 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 | |
SRC+= 1.11 1.11.1 1.11.2 |
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 | |
# | |
VERSION=OPENBSD_$(uname -r | tr . _) | |
MODULES='src ports xenocara' | |
[email protected]:/cvs | |
export ${CVSROOT} | |
cd /usr | |
cvs -d ${CVSROOT} up -r${VERSION} -ACPd ${MODULES} |
NewerOlder