Skip to content

Instantly share code, notes, and snippets.

@Angelfirenze
Angelfirenze / MS Word Rescue
Created September 4, 2014 21:48
Special case...
Preparing for expansion of progress through deletion of space-cramping programs stored on C: drive. Clones already routed to 15 GB SD card.
Attempting to rescue Word 2007 Professional from accidental damage from copied access key becoming lost on my 15 GB SD card, officially missing in action.
Updates forthcoming.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
class my_firewall (
$purge_resources = true,
$log_default_drop = true
) {
if is_hash($purge_resources) {
$purge_default_chains = {
'PREROUTING:raw:IPv4' => {},
'OUTPUT:raw:IPv4' => {},
'PREROUTING:mangle:IPv4' => {},
'INPUT:mangle:IPv4' => {},
Index: llvmpy/include/llvm_binding/extra.h
===================================================================
--- llvmpy/include/llvm_binding/extra.h (revision 14593)
+++ llvmpy/include/llvm_binding/extra.h (revision 14594)
@@ -164,6 +164,7 @@
for(; begin != end; ++begin) {
PyObject* cap = pycapsule_new(&*begin, capsuleName, className);
PyList_Append(list, cap);
+ Py_DECREF(cap);
}
exports.testFoo = function(assert) {
assert.equal(2 + 2, 4, "2 + 2 is 4")
}
exports.testFoo = function(assert) {
assert.equal(2 + 2, 4, "2 + 2 is 4")
}
def changeUrl = "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE"
def latest = changeUrl.toURL().text
println "Latest Revision: ${latest}"
<script>
if(!window.location.query) {
window.location.query = function(){
var map = {};
if ("" != this.search) {
var groups = this.search.substr(1).split("&"), i;
for (i in groups) {
i = groups[i].split("=");
<script>
if(!window.location.query) {
window.location.query = function(){
var map = {};
if ("" != this.search) {
var groups = this.search.substr(1).split("&"), i;
for (i in groups) {
i = groups[i].split("=");