duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
WHITESPACE ODDITY | |
by Paul Phillips, in eternal admiration of David Bowie, RIP | |
Bound Ctrl to Major mode | |
Bound Ctrl to Major mode | |
Read inputrc and set extdebug on | |
Bound Ctrl to Major mode (Ten, Nine, Eight, Seven, Six) | |
Connecting readline, options on (Five, Four, Three) | |
Check the syntax, may terminfo be with you (Two, One, Exec) |
~/software/tinkerpop/tinkerpop3$ bin/gremlin.sh | |
\,,,/ | |
(o o) | |
-----oOOo-(3)-oOOo----- | |
plugin activated: tinkerpop.server | |
plugin activated: tinkerpop.utilities | |
plugin activated: tinkerpop.giraph | |
gremlin> graph = TinkerGraph.open() | |
==>tinkergraph[vertices:0 edges:0] | |
gremlin> graph.io(graphson()).readGraph('data/tinkerpop-modern.json') |
val integrationTest = taskKey[Unit]("Executes integration tests.") | |
lazy val root = (project in file(".")).aggregate(simpleGraph, compilerPluginUnitTestLib, compilerPluginn, canveSbtPlugin, sbtPluginTestLib).enablePlugins(CrossPerProjectPlugin).settings( | |
scalaVersion := "2.11.7", | |
crossScalaVersions := Seq("2.10.4", "2.11.7"), | |
publishArtifact := false, // no artifact to publish for the virtual root project | |
integrationTest := (run in Compile in sbtPluginTestLib).value // not working: need to bounty http://stackoverflow.com/questions/33291071/invoking-a-subprojects-main-with-a-custom-task | |
) | |
lazy val simpleGraph = (project in file("simpleGraph")) |
#!/bin/bash | |
name=`basename $0` | |
tmp=/tmp/$name.tmp | |
missingPattern='^debsums: missing file' | |
# get differing files using debsums | |
debsums -e| awk '$2 !~ /OK/{print $1}' > $tmp.1 | |
# print missing |
#!/bin/sh | |
set -x | |
DBUS_NAME="org.freedesktop.login1" | |
DBUS_PATH="/org/freedesktop/login1" | |
DBUS_INTERFACE="org.freedesktop.login1.Manager" | |
DBUS_SIGNAL="PrepareForSleep" | |
INHIBITOR_PID= | |
install_background_inhibitor() { |
#!/bin/sh | |
DBUS_NAME="org.freedesktop.login1" | |
DBUS_PATH="/org/freedesktop/login1" | |
DBUS_INTERFACE="org.freedesktop.login1.Manager" | |
DBUS_SIGNAL="PrepareForSleep" | |
INHIBITOR_PIDS= | |
install_background_inhibitor() { |
We have moved: https://github.com/magnetikonline/linuxmicrosoftievirtualmachines
Due to the popularity of this Gist, and the work in keeping it updated via a Gist, all future updates will take place at the above location. Thanks!