Skip to content

Instantly share code, notes, and snippets.

View nuclearsandwich's full-sized avatar

Steven! Ragnarök nuclearsandwich

View GitHub Profile

Heart

This project contains a simple Python script that plots my heart for my girlfriend.

Requirements

This script should be executed with Python 3.4 or any later version of Python interpreter.

<rdf:Description rdf:ID="All">
  <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
  <rdfs:subClassOf rdf:resource="#Thing"/>
</rdf:Description>

Test line.


A real line.

Life begins after finals

Fiction

  • That Book your Mad Ancestor Wrote

Non-fiction

  • Feminism Without Borders
  • The Hard Things about Hard Things
<h2 class="section-title">Colours</h2>
<!-- Add your own colour swatches down here! -->
<ul class="colours">
<li>
<!-- We put our style just in line here -->
<span class="swatch" style="background: #85D4E3;"></span>
<!-- Here just a description and the hex code again (for copy/pasting in a pinch) -->
<p class="label">blue | #85D4E3</p>
</li>

[x] a [ ] b

  • c
  • d

If user is careless, forgetting to put "- " before "[ ]", TODO list could get buggy.

Steps to reproduce bug:

  • on parsed MD page of list above, tick "c" to note that "c" is done.
  • Now, edit the file.

[ ] a [x] b

  • c
  • d

If user is careless, forgetting to put "- " before "[ ]", TODO list could get buggy.

Steps to reproduce bug:

  • on parsed MD page of list above, tick "c" to note that "c" is done.
  • Now, edit the file.

####API 接口文档

字段 类型 是否必须 说明
userName string true 用户名
password string true 密码
http://upload.wikimedia.org/wikipedia/commons/e/e9/Felis_silvestris_silvestris_small_gradual_decrease_of_quality.png
@nuclearsandwich
nuclearsandwich / gist:1ecc247fd7002ad47eb8
Last active August 29, 2015 14:06
moar physics crap
m = 1.67e-27
me = 9.11e-31
x = 0.03
x0 = 0
v0 = 4.7e6
v = 0
e = 1.6e-19
a = (v0*v0) / (2 * x)
efield = (m*v0*v0) / (2*x*e)