Skip to content

Instantly share code, notes, and snippets.

@kparms
kparms / DecisivCats
Last active August 29, 2015 13:58
Decisiv Categorization - Creating a category under a taxonomy and populating it for a document.
RecommindAccessManager localRecommindAccessManager = null;
SingleMindServerAccess localSingleMindServerAccess = null;
localRecommindAccessManager = new RecommindAccessManager();
localRecommindAccessManager.setUser("admin", "[adminpw]");
localRecommindAccessManager.connect("singleMindServer.[project]");
localSingleMindServerAccess = localRecommindAccessManager.getSingleMindServerAccess();
CategorizationAccess ca = localSingleMindServerAccess.getCategorization();
@kparms
kparms / README.md
Created April 4, 2014 19:00 — forked from mbostock/.block

From Wikipedia:

Epicyclic gearing or planetary gearing is a gear system consisting of one or more outer gears, or planet gears, revolving about a central, or sun gear. … Epicyclic gearing systems also incorporate the use of an outer ring gear or annulus, which meshes with the planet gears.

Use the menu in the top-left to change the frame of reference, fixing the specified gear in-place.

http://bl.ocks.org/ - remember
@kparms
kparms / annoyingPS
Created April 8, 2014 19:13
An annoying PowerShell
write-host "Yay " -BackgroundColor Yellow -ForegroundColor red -NoNewLine
write-host "a " -BackgroundColor Yellow -ForegroundColor 3 -NoNewLine
write-host "Song" -BackgroundColor Yellow -ForegroundColor 3
#[console]::beep(900,400)
#[console]::beep(1000,400)
#[console]::beep(1500,400)
#[console]::beep(400,400)
#[console]::beep(600,1600)
[console]::beep(1000,150)
@kparms
kparms / SharePointListsMove
Created April 9, 2014 20:40
Moving SharePoint lists
Moving SharePoint Lists:
http://office.microsoft.com/en-us/windows-sharepoint-services-help/copying-or-moving-sharepoint-lists-HA001154562.aspx
By using list templates You can save the list as a list template, and then create a copy of the list by using the new list template.
To export the list template, View in Explorer and you can copy over the template files
When moving from SharePoint 2007 to later, I got an error saying it was incompatable.
@kparms
kparms / heartbeat
Created April 10, 2014 17:00
OpenSSL Heartbeat Python test
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export2.dtd">
<en-export export-date="20120727T073610Z" application="Evernote" version="Evernote Mac 3.0.5 (209942)">
<note><title>Vim Tips</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
yank for copy, delete for cut, put for parse
<div><br/></div>
<div>Move in context, not position</div>
<div>/ search forward</div>
@kparms
kparms / README.md
Last active August 29, 2015 14:00
Page to showcase Hikes

This is a page that we are building to showcase our hikes

@kparms
kparms / chromecast.txt
Created April 22, 2014 02:23
Chromecast to display custom site
http://stackoverflow.com/questions/21945115/display-web-sites-and-web-apps-with-chromecast
I wanted to save this for later
@kparms
kparms / archvnc.txt
Created April 29, 2014 17:21
ArchLinux VNC
http://archlinuxarm.org/forum/viewtopic.php?f=18&t=2293
To setup VNC desktop on my pogoplug :)