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
\documentclass[a4paper,14]{report} | |
\usepackage[utf8]{inputenc} % Commented out due to Cautionary error. | |
\usepackage{csvsimple,graphicx} | |
\usepackage{geometry} | |
\usepackage{setspace} | |
\geometry{ | |
a4paper, | |
total={170mm,257mm}, | |
left=20mm, | |
top=20mm, |
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
use strict; | |
use warnings; | |
use v5.10; | |
use Mojo::UserAgent; | |
use Mojo::IOLoop; | |
use Data::Dumper; | |
my $delay = Mojo::IOLoop->delay(sub { shift; say Dumper([@_]); }); |
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 perl | |
use strict; | |
use warnings; | |
use Encode qw/encode decode _utf8_on/; | |
use utf8; | |
binmode(STDOUT,':utf8'); # suppress "widecharacter in print" warnings |
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 <stdio.h> | |
int leap(int year) | |
{ | |
return (0 == year % 4 && 0 != year % 100) || (0 == year % 400); | |
} | |
int day_number(int d, int m, int y) | |
{ | |
int days_in_mo[12] = {31, 28 + leap(y), 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; |
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 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 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
# In this tutorial, /dev/sda is the installation hard disk. Ensure this is correct for your situation using a tool like lsblk. | |
# Zero out the partition table to avoid any weirdness | |
dd if=/dev/zero of=/dev/sda bs=1M count=40 | |
# Configure your disk layout | |
parted /dev/sda mklabel gpt | |
parted /dev/sda mkpart ESP fat32 1M 513M | |
parted /dev/sda set 1 boot on | |
parted /dev/sda mkpart primary ext4 513M 100% |
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
> library(MASS) # mvrnorm | |
> library(nortest) # ad.test | |
> library(car) # dataEllipse | |
> library(emdbook) # HPDregionplot | |
> library(MVN) # mardiaTest,hzTest,roystonTest | |
> ukff_tmp <- read.csv('sampled_ukff.csv') | |
> ukff <- ukff_tmp[complete.cases(ukff_tmp),] | |
> colMeans(ukff) | |
X0 X0.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
set nocompatible | |
set nowrap " don't wrap lines | |
set tabstop=4 " a tab is four spaces | |
" allow backspacing over everything in insert mode | |
set backspace=indent,eol,start " | |
set hidden |
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
[5247/13765] CXX obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager_linux.o | |
FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager_linux.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=206824 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 |
NewerOlder