Skip to content

Instantly share code, notes, and snippets.

@iansoper
iansoper / dabblet.css
Created January 5, 2012 16:07 — forked from bastianallgeier/dabblet.css
PE to use SVG as CSS background image with fallback for IE8/7/6
/**
* PE to use SVG as CSS background image with fallback for IE8/7/6
*
* Using SVG as CSS background image to display
* resolution-independent logos or icons is pretty
* awesome but does completely fail on IE8/7/6
*
* The trick:
* All three IE versions don't support rgba color values.
* By defining a rgba background color together with the
; Comments start with semicolons.
; Clojure is written in "forms", which are just
; lists of things inside parentheses, separated by whitespace.
;
; The clojure reader assumes that the first thing is a
; function or macro to call, and the rest are arguments.
;
; Here's a function that sets the current namespace:
(ns test)

Your problem with Vim is that you don't grok vi.

Answer by Jim Dennis on Stack Overflow question: what is your most productive shortcut?

You mention cutting with yy and complain that you almost never want to cut whole lines. In fact programmers, editing source code, very often want to work on whole lines, ranges of lines and blocks of code. However, yy is only one of many way to yank text into the anonymous copy buffer (or "register" as it's called in vi).

@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active November 14, 2024 15:40
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@staltz
staltz / introrx.md
Last active November 17, 2024 01:08
The introduction to Reactive Programming you've been missing
@greglittlefield-wf
greglittlefield-wf / dart-lang_issue_28727_checker.sh
Last active February 10, 2017 18:10
Checks for the presence of the dart2js issue https://github.com/dart-lang/sdk/issues/28727 in a given compiled JS file, and sets the exit code if it is found.
#!/usr/bin/env bash
# Checks for the presence of the dart2js issue https://github.com/dart-lang/sdk/issues/28727
# in a given compiled JS file, and sets the exit code if it is found.
#
# For use on `pub build` output, or other output where the dart2js `minify` is enabled.
#
# Usage:
# ./dart-lang_issue_28727_checker.sh <pub_build_output.dart.js>
@cellularmitosis
cellularmitosis / README.md
Last active August 9, 2024 22:58
MIT 6.001 (1986) SICP Lecture Segments