- Twitter: @adman65
- Website or Blog: http://hawkins.io
- Company: Saltside Technologies http://saltside.se
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"">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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.testFoo = function(assert) { | |
assert.equal(2 + 2, 4, "2 + 2 is 4") | |
} |
NewerOlder