Skip to content

Instantly share code, notes, and snippets.

@radoraykov
radoraykov / normcore-llm.md
Created August 28, 2023 12:27 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@radoraykov
radoraykov / understanding-word-vectors.ipynb
Created March 2, 2018 19:58 — forked from aparrish/understanding-word-vectors.ipynb
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@radoraykov
radoraykov / consentio_inline_voter.js
Last active February 22, 2018 17:30
consent.io inline voter instructions
#Add the following line to the bottom of your page just above the closing body tag
<script language=”javascript” type=”text/javascript” src=”//in.consent.io/consentio-inline.min.js” />
</body>
#Add the following style sheet in to the head tag of your page
<link rel=”stylesheet” href=”//in.consent.io/consentio-inline.min.css”>
#For each item you want to enable voting on, simple wrap the text in a span with the “nvote” class:
<span class=”nvote”>My Topic</span>
@radoraykov
radoraykov / frontendDevlopmentBookmarks.md
Created December 12, 2017 22:09 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.