Skip to content

Instantly share code, notes, and snippets.

_name=breeze
pkgname=xcursor-breeze
pkgver=5.1.0
pkgrel=1
pkgdesc="A really awesome part of kde5 cursor themes"
arch=('any')
url="https://projects.kde.org/projects/kde/workspace/$_name/repository/show/cursors"
license=('GPL')
depends=('libxcursor')
source=("git://anongit.kde.org/$_name")
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

d3

  • Riesen-datenverarbeitungs- und utility-Bibliothek
  • Wenig Fokus auf bestimmte Technologie (SVG, DOM, …), aber ein paar SVG-Helfer (z.B. Achsen). Auch Zusammenarbeit mit Canvas möglich
  • Viele viele Beispiele auf http://bl.ocks.org/mbostock
  • Beliebt

Design

helpgrep = function(pattern, topic) {
helpfile = utils:::.getHelpFile(do.call(help, list(topic)))
temp = tools::Rd2txt(helpfile, out = tempfile('Rtxt'))
str = readChar(temp, file.info(temp)$size)
unlink(temp)
lins = unlist(strsplit(str, '\n'))
lins[grep(pattern, lins)]
}
import csv
from collections import Counter
from operator import itemgetter
from matplotlib import rcParams
import matplotlib.pyplot as plt
rcParams.update({'figure.autolayout': True})
answers_2013 = {"written_python2": (4660, 119),

code python

will this work:

def foo(bar):
    return baz
// ==UserScript==
// @name Reddit stylesheet editor
// @namespace flying-sheep
// @description CodeMirror-based stylesheet editor for reddit mods
// @include http://www.reddit.com/r/*/about/stylesheet/
// @version 1
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/codemirror.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/addon/hint/show-hint.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/mode/css/css.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/addon/hint/css-hint.js
@flying-sheep
flying-sheep / index.html
Last active August 29, 2015 14:20
SVG test
<!doctype html>
<html>
<head>
<meta charset=utf-8>
</head>
<body>
<div style="width: 504pt; height: 504pt;"><svg style="width: 100%; height: 100%;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504pt" height="504pt" viewBox="0 0 504 504" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
@flying-sheep
flying-sheep / Solarized (dark).kateschema
Last active August 29, 2015 14:21
Kate Python highlighting with new roles
[Default Item Styles - Schema Solarized (dark)]
Alert=ffd33682,ffd33682,1,,,,-,-,,---
Annotation=ff268bd2,ff268bd2,,,,,-,-,,---
Attribute=ff2980b9,ff268bd2,,,,,-,-,,---
Base-N Integer=ffb58900,ffb58900,,,,,-,-,,---
Built-in=ffeee8d5,ff93a1a1,,,,,-,-,,---
Character=ffdc322f,ffdc322f,,,,,-,-,,---
Comment=ff586e75,ff586e75,,,,,-,-,,---
Comment Variable=ff2aa198,ff2aa198,,,,,-,-,,---
Constant=fffdf6e3,ff93a1a1,1,,,,-,-,,---
@flying-sheep
flying-sheep / r-exports-imports.ipynb
Last active August 29, 2015 14:21
R Exports and Imports with roxygen2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.