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
require 'formula' | |
class Vim < Formula | |
homepage 'http://www.vim.org/' | |
# This package tracks debian-unstable: http://packages.debian.org/unstable/vim | |
url 'http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz' | |
sha1 '216ab69faf7e73e4b86da7f00e4ad3b3cca1fdb8' | |
head 'https://vim.googlecode.com/hg/' |
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
error in process sentinel: tern-req-finished: Invalid function: (:error (error connection-failed "failed with code 22 | |
" :host "127.0.0.1" :service 62226) . #[514 "rÁq'@A@Å='¢'ÂÆ ÇÈâ\"²+À\")" [#[514 "ÂW C7â2@ÆAÇ+rÈÉÊA | |
\"!qË)A¶À!ÁÌ=? CÍÎA\"" [#[257 "Â! | |
ÀBÃ " [50 tern-last-argument-hints tern-parse-function-type tern-show-argument-hints] 4 " | |
(fn DATA)"] :silent 2 ((((type . "full") (text . #("var React = require('react'); | |
var test = require(' | |
... |
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
{-# LANGUAGE OverloadedStrings, ScopedTypeVariables #-} | |
{- | |
start 10000 threads that each randomly update the color of a single cell in a table | |
-} | |
module Main where | |
import Control.Concurrent | |
import Control.Monad |
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
{-# LANGUAGE OverloadedStrings #-} | |
module Main where | |
import Control.Monad | |
import Reflex.Dom | |
main :: IO () | |
main = run $ mainWidget' $ do | |
(outer, inner) <- el' "div" $ do | |
fmap leftmost $ forM ["FOO", "BAR"] $ \l -> do |
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
{-# LANGUAGE OverloadedStrings #-} | |
module Main where | |
import Control.Monad | |
import Reflex.Dom | |
main :: IO () | |
main = run $ mainWidget' $ do | |
(outer, inner) <- el' "div" $ do | |
elStopPropagationNS Nothing "div" Click $ do |