I hereby claim:
- I am Mischi on github.
- I am fraetz (https://keybase.io/fraetz) on keybase.
- I have a public key whose fingerprint is 22AD 1F6F 649C 8B88 B063 3D15 8360 F083 02A7 D4BF
To claim this, I am signing this object:
| # add node to path and let npm use system clang/clang++ by default | |
| export PATH="$HOME/.node/bin:$PATH" | |
| alias npm='CC=/usr/bin/clang CXX=/usr/bin/clang++ LIBSASS_EXT=auto npm' |
I hereby claim:
To claim this, I am signing this object:
| Verifying my identity on Peepeth.com 0x02c90343d89771ec110c8f73590a7232ae8019cd |
| (require 'package) | |
| (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/")) | |
| (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) | |
| (add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/")) | |
| (setq package-enable-at-startup nil) | |
| (package-initialize) | |
| (defun ensure-package-installed (&rest packages) |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>ng-attach poc</title> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| </head> | |
| <body ng-app="ng-attach-poc"> | |
| <ngap-parent></ngap-parent> | |
| <script src="https://npmcdn.com/angular@latest/angular.js"></script> |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>angular-lazy-attr</title> | |
| </head> | |
| <body ng-app="test"> | |
| <test-text> | |
| <lazy-attrs ng-required="v=='asdf'" ng-maxlength="10"></lazy-attrs> | |
| <lazy-attrs lazy-for="label" class="some-class-via-lazy-attr"></lazy-attrs> |
| #!/usr/bin/perl | |
| # | |
| # Copyright (c) 2014 Andrew Fresh <[email protected]> | |
| # Copyright (c) 2015 Fabian Raetz <[email protected]> | |
| # | |
| # Permission to use, copy, modify, and distribute this software for any | |
| # purpose with or without fee is hereby granted, provided that the above | |
| # copyright notice and this permission notice appear in all copies. | |
| # | |
| # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| #!/bin/sh | |
| # | |
| # Copyright (c) 2015 Fabian Raetz <[email protected]> | |
| # | |
| # Permission to use, copy, modify, and distribute this software for any | |
| # purpose with or without fee is hereby granted, provided that the above | |
| # copyright notice and this permission notice appear in all copies. | |
| # | |
| # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| #!/bin/ksh | |
| # | |
| # Copyright (c) 2015 Fabian Raetz <[email protected]> | |
| # | |
| # Permission to use, copy, modify, and distribute this software for any | |
| # purpose with or without fee is hereby granted, provided that the above | |
| # copyright notice and this permission notice appear in all copies. | |
| # | |
| # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | |
| # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| # Based on | |
| # https://github.com/Valloric/ycmd/blob/master/cpp/ycm/.ycm_extra_conf.py | |
| ############################################# | |
| # HOWTO | |
| ############################################# | |
| # | |
| # =============== Step 1 ==================== | |
| # | |
| # For kernel .c files, CFLAGS / CPPFLAGS from |