Skip to content

Instantly share code, notes, and snippets.

View vigilancetech-com's full-sized avatar

VigilanceTech.com vigilancetech-com

View GitHub Profile
@vigilancetech-com
vigilancetech-com / gist:5f9b72f87c9db7194d8770c1bfea29e8
Created June 11, 2021 20:49
everything you need to know about vaccines
[Forwarded from Freedom News Canada (Herbert Hildebrandt)]
Doctors who explain clearly why vaccines aren't safe or effective.
1. Dr. Nancy Banks - http://bit.ly/1Ip0aIm
2. Dr. Russell Blaylock - http://bit.ly/1BXxQZL
3. Dr. Shiv Chopra - http://bit.ly/1gdgh1s
4. Dr. Sherri Tenpenny - http://bit.ly/1MPVbjx
5. Dr. Suzanne Humphries - http://bit.ly/17sKDbf
6. Dr. Larry Palevsky - http://bit.ly/1LLEjf6
7. Dr. Toni Bark - http://bit.ly/1CYM9RB
@vigilancetech-com
vigilancetech-com / gtd_basb_templates.org
Created June 3, 2021 19:52 — forked from mwfogleman/gtd_basb_templates.org
GTD/BASB Templates for Emacs and Org-Mode
@vigilancetech-com
vigilancetech-com / gist:97e8726f2be8e18c575334c414d44fd3
Created November 7, 2016 18:57
can't call a clojure function that was originally stored in a list
boot.user=> (def a #(println "I'm a function"))
#'boot.user/a
boot.user=> (a)
I'm a function
nil
boot.user=> (def b '("some text" #(println "another function")))
#'boot.user/b
boot.user=> (first (rest b))
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;