start new:
tmux
start new with session name:
tmux new -s myname
#include <fstream>//qsort by marsharp | |
#include <iostream> | |
#include <algorithm> | |
using namespace std; | |
int a[100005]; | |
void qsort(int l,int r) | |
{ | |
int i,j,tmp=a[(r+l)/2]; | |
if(r==l)return; | |
i=l; |
# Русский перевод для https://github.com/plataformatec/devise/tree/v1.4.7 | |
# Другие переводы на http://github.com/plataformatec/devise/wiki/I18n | |
ru: | |
errors: | |
messages: | |
expired: "устарела. Пожалуйста, запросите новую" | |
not_found: "не найдена" | |
already_confirmed: "уже подтверждена. Пожалуйста, попробуйте войти в систему" | |
not_locked: "не заблокирована" |