Marks before the source URL indicates the main tone of the source in regard of wrist/palm rests:
[xy]
^^
use async_std::task::block_on; | |
use async_std::task::{sleep, spawn}; | |
use pin_project_lite::pin_project; | |
use std::future::Future; | |
use std::pin::Pin; | |
use std::task::{Context, Poll}; | |
use std::time::Duration; | |
pin_project! { | |
struct TwoFutures<Fut1, Fut2> { |
#include <curl/curl.h> | |
#include <cstddef> | |
#include <iostream> | |
#include <vector> | |
#include <cstring> | |
#include <libxml/HTMLparser.h> | |
#include <libxml/tree.h> | |
#include <libxml/parser.h> | |
#include <libxml/xpath.h> |
Thread 3 (Thread 0x7f236da08700 (LWP 26588)): | |
#0 0x00007f237227f190 in nanosleep () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#1 0x00007f237227f09a in sleep () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#2 0x000055a0a2ecd376 in newsbeuter::reloadthread::operator() (this=0x55a0a443e988) at src/reloadthread.cpp:40 | |
seconds_to_wait = <optimized out> | |
#3 0x00007f2372842a6f in std::execute_native_thread_routine (__p=0x55a0a443e980) at /build/gcc/src/gcc/libstdc++-v3/src/c++11/thread.cc:83 | |
__t = std::unique_ptr<std::thread::_State> containing 0x55a0a443e980 |
# Distributed under the terms of the GNU General Public License v2 | |
# $Id$ | |
EAPI=5 | |
PYTHON_COMPAT=( python3_4 ) | |
inherit eutils python-single-r1 | |
DESCRIPTION="Checking tool for gettext POT, PO and MO files" |
Это логи чата, а не протокол какого-то собрания, так что просьба шуточки про JS | |
близко к сердцу не принимать. Кроме того, речь идёт о JVM, Erlang VM, браузерах, | |
native, поэтому слово «абстракция» следует понимать как «платформа». —Minoru | |
Из [email protected]: | |
<ForNeVeR> ɹǝɟılʍǝu: смотри что. У JS есть своя семантика (модель памяти, | |
выполнения, и проч.). Прямых маппингов на машинную модель у неё нету. | |
JS не зависит от машины. Поэтому, чтобы писать на JS, тебе нужно |
let on f g = fun x y -> f (g x) (g y) | |
(* uncurry from https://thelema.github.io/batteries-included/hdoc/BatPervasives.html | |
dunno if you can use that *) | |
(* line 15 can't be rewritten like that. | |
I'm still trying to come up with another solution, but it's really different from the other two *) | |
(* line 16 *) | |
List.map (fun (vx, vy) -> atan2 (float_of_int vy) (float_of_int vx)) |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>test</title> | |
<link rel="stylesheet" href="http://loglist.net/stylesheets/reset.css"> | |
<style type="text/css" media="screen"> | |
.plate { | |
background: #aaaaaa; | |
} |
{{ :nh4tx.gif?nolink&300 |}} | |
<WRAP center round info 60%> | |
* [[wpru>Jabber]]-конференция: **[email protected]** | |
* Группа ВКонтакте: [[http://vk.com/club10804897]] | |
* Старая версия сайта находится по адресу: [[http://nethack.ucoz.com/|nethack.ucoz.com]] | |
</WRAP> | |
**[[http://ru.wikipedia.org/wiki/NetHack|NetHack]]** — компьютерная ролевая игра. Она представляет собой очень сложный, динамический и непредсказуемый мир подземелий, в котором игрок сражается с различными существами, торгует, развивается и продвигается всё ниже по уровням ради того, чтобы завладеть [[nw>Amulet_of_Yendor|Амулетом Йендора]]. |
echo 'wtf is going is is\nwtf is going is on\nwtf is going is guys\nwtf is going on is\nwtf is going on on\nwtf is going on guys\nwtf is going guys is\nwtf is going guys on\nwtf is going guys guys\nwtf on going is is\nwtf on going is on\nwtf on going is guys\nwtf on going on is\nwtf on going on on\nwtf on going on guys\nwtf on going guys is\nwtf on going guys on\nwtf on going guys guys\nwtf guys going is is\nwtf guys going is on\nwtf guys going is guys\nwtf guys going on is\nwtf guys going on on\nwtf guys going on guys\nwtf guys going guys is\nwtf guys going guys on\nwtf guys going guys guys' | \ | |
perl -ne '$i++; if ( $_ =~ /^wtf (\w+) going (?!.*\1.*)(\w+) (?!.*\2.*)(\w+)$/ ) { print $i, ": ", $1, "--", $2, "--", $3, "\n"; }' |