-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
43 lines (32 loc) · 1.78 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html><body>
<h1>gleeda's github page</h1>
<img src="images/owl.jpg" width="85" height="85">
<p>This will hopefully serve to organize my random stuff on here :-). <br />
It will probably be pretty uninteresting for a while though....</p>
<ul><b>On the web</b>
<li><a href="http://gleeda.blogspot.com">My Blog</a></li>
<li><a href="http://twitter.com/gleeda">Twitter</a></li>
<li><a href="http://www.nyc4sec.info/">NYC4SEC</a></li>
</ul>
<p>I am one of the devs on <a href="https://www.volatilesystems.com/default/volatility">Volatility</a> (memory forensics) and you can find our stuff on <a href="http://code.google.com/p/volatility/">googlecode</a>. From time to time I place scripts/code here which may or may not be related to the project... More later...</p>
<p><b>My "Git-ness"</b></p>
<p>I don't currently have a lot of stuff hosted here on github yet, but you can find some various stuff in my <a href="https://github.com/gleeda/misc-scripts">misc-scripts</a> repository and Volatility plugins in my <a href="https://github.com/gleeda/Volatility-Plugins">Volatility plugins repository</a></p>
<p><b>Email:</b><br /></p>
<pre>
>>> first = 'jamie'
>>> last = 'levy'
>>> d = 'gmail.com'
>>> print first + "." + last + "@" + d
</pre>
<p><a href="docs/gleeda.asc">PGP Key</a></p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6968853-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body></html>