Skip to content

Instantly share code, notes, and snippets.

@Angelfirenze
Angelfirenze / fanlistings
Last active September 3, 2015 21:50
Alphabetized listing of things I am a fan of...
Incidentally, this is my 1,400th entry. Anyway.
Arranged alphabetically, by fandom:
<lj-cut text="Because I just like seeing stuff I enjoy listed in various ways..."><small><p align="left">POWERED BY: <a href="http://thefanlistings.org/" target="_blank"><img src="http://img.photobucket.com/albums/v204/Angelfirenze/Not%20My%20Banners/tfl8.png" border="0"></a></p> <p align="right"><lj-cut text="Because I just like seeing stuff I enjoy listed in various ways..."><p align="right"><small><a href="http://fans.papervixen.net/adbusters/">ADBUSTERS MAGAZINE</a> - <a href="http://fan.citadellis.org/agnosticism/index.html">AGNOSTICISM</a> - <a href="http://alanrickman-fans.com/" target="_new&quot;">ALAN RICKMAN</a> - <a href="http://fan.delectableoomph.com/au/">ALTERNATIVE UNIVERSE - FANFICTION</a> - <a href="http://beyondthenight.org/america/">AMERICAN HISTORY</a> - <a href="http://cardcaptorstacey.co.uk/fan/ac/index.php" target="new">ANIMAL CROSSING SERIES</a> - <a href="http://fan.lovebugged.net/cityfolk/">ANIMA
@Angelfirenze
Angelfirenze / sidebar
Last active October 5, 2015 18:41
Livejournal sidebar
<img src="http://img.photobucket.com/albums/v204/Angelfirenze/AdventureTime2_zpszrbqkjm4.gif">
[TELEVISION]
<b>ADVENTURE TIME</b>: Marceline the Vampire Queen, Princess Bubblegum, Lady Rainicorn, Jake the Dog, Finn the Human, BMO, Gunter, Ice King, Marshall Lee, Fionna the Human, Prince Gumball, Lord Monochromicorn, Cake the Cat;
<img src="http://img.photobucket.com/albums/v204/Angelfirenze/745f2a6a-04c4-4fbd-a237-914e903d443e_zpstjwiuqpk.jpg">: <b>AMERICAN EXPERIENCE</b>;
<img src="http://img.photobucket.com/albums/v204/Angelfirenze/Not%20My%20Banners/75x50-003.gif" ALT="IMAGE HOSTED BY PHOTOBUCKET.COM">
<b>ANGEL</b>: Angel/Liam/Angelus, Allen Francis Doyle, Connor Angel, Cordelia Chase, Darla, Ensign Samuel Lawson, U.S.N., Wesley Wyndam-Pryce;
<img src="http://img.photobucket.com/albums/v204/Angelfirenze/150-05_zps4i3ry4yj.gif" alt="image hosted by Photobucket.com">
<!-- Include the following CSS and Javascript in your page -->
<link href="https://coderbits.com/content/widget/coderbits.css" media="all" rel="stylesheet" type="text/css">
<script src="https://coderbits.com/content/widget/coderbits.js"></script>
<!-- Place the following in the page where you want the widget to render and set your username -->
<section id="coderbits" data-coderbits-username="<your username>"></section>
@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.
@Angelfirenze
Angelfirenze / PlanChange
Created March 5, 2014 23:35
Change of Plans...
With regard to changing my plan to integrate Python into a cross-platform version that was executable in all major operating systems and devices, I have found that through Git and Mercurial DVCSes, Python is already adaptable between computers of various builds, as well as some mobile devices.
In the case of Mongoose, there is - as far as I know - there is still potential to create a programming language that is fully versatile and entirely adaptible.
I am currently focusing on returning to my previous knowledge of JavaScript and Git, with emphasis on improving said skills in an effort to become the most versatile programmer I can possibly be.
My first exposure to codes of several kinds was through formatting and personalizing Livejournal layouts that for now were written by others, with their permission to perform said alterations. I would like to branch out dramatically from hypertext markup language and cascading style sheets to perfecting the build of live websites with formatting performed in Sublime
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")
}