Skip to content

Instantly share code, notes, and snippets.

// Generated by dart2js, the Dart to JavaScript compiler.
// The code supports the following hooks:
// dartPrint(message) - if this function is defined it is called
// instead of the Dart [print] method.
// dartMainRunner(main) - if this function is defined, the Dart [main]
// method will not be invoked directly.
// Instead, a closure that will invoke [main] is
// passed to [dartMainRunner].
function Isolate() {}
init();
-> # gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
[16:44:22]<Zert> http://juick.com/maxlapshin/2544529
[16:44:37]<imax> не, наброс слишком явно виден, никакого butthurt'а не
возбуждает
[16:46:01]<lagman> а делфи так-та огонь и сейчас
[16:46:40]<cebka> и рар тоже норм
[16:47:12]<Miha> Zert, http://geeq.org/quotes/776
[16:47:13]<drook> Zert: ты там совсем до убунты деградировал уже ?
[16:48:26]<pdc> эволюционировал!
[16:48:38]<pdc> мутировал однозначно
[16:49:10]<Zert> drook: у меня мокось
@Zert
Zert / gist:7643416
Created November 25, 2013 15:48
Почему не надо бояться синтаксиса Erlang
Потому что да пошёл ты нахуй, вот почему
PLT_NAME=.projectname_dialyzer.plt
$(PLT_NAME):
@ERL_LIBS=../erllib/deps dialyzer --build_plt --output_plt $(PLT_NAME) \
--apps erts kernel stdlib sasl crypto lager jiffy \
amqp_client rabbit_common || true
dialyze: $(PLT_NAME)
@dialyzer apps/projectname/ebin --plt $(PLT_NAME) --no_native \
-Werror_handling -Wunderspecs -Wrace_conditions
@Zert
Zert / .slate
Created December 19, 2013 12:18
# This is the default .slate file.
# If no ~/.slate file exists this is the file that will be used.
config defaultToCurrentScreen true
#config nudgePercentOf screenSize
#config resizePercentOf screenSize
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
config windowHintsSpread true
config windowHintsSpreadSearchWidth 100
zert@uranium [03:57:06] [~/Music/Orbital Discography]
-> % ls -l
total 0
drwxrwxrwx 24 zert staff 816 Oct 15 00:17 Albums
drwxrwxrwx 21 zert staff 714 Oct 14 23:51 Foto
drwxrwxrwx 44 zert staff 1496 Oct 15 00:07 Singles and EPs
zert@uranium [03:57:19] [~/Music/Orbital Discography]
-> % find . -name '*.flac' | head
./Albums/1991 - Orbital - Orbital (EU Green Album - 8282482)/01 - The Moebius.flac
./Albums/1991 - Orbital - Orbital (EU Green Album - 8282482)/02 - Speed Freak.flac
-> % echo 'adsd werwer' | sed 's/[:space:]+/,/g'
adsd werwer
-module (cowbug_handler).
-export([start/0]).
-export([init/3, handle/2, terminate/3]).
start() ->
[application:start(A) ||
A <-
[
@Zert
Zert / -
Created December 29, 2013 04:51
-> % rust pkg install github.com/wycats/rust-activesupport
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45:14: 45:17 error: found `self` in ident position
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45 pub fn year(mut self, year: int) -> Time {
^~~
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45:22: 45:23 error: expected `:` but found `,`
/Users/zert/Work/Rust/.rust/src/github.com/wycats/rust-activesupport-0.1/time.rs:45 pub fn year(mut self, year: int) -> Time {
^
task <unnamed> failed at 'explicit failure', /private/tmp/rust-u62U/rust-0.8/src/libsyntax/diagnostic.rs:72
task <unnamed> failed at 'receiving on closed channel', /private/tmp/rust-u62U/rust-0.8/src/libstd/rt/comm.rs:188