Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
<head>
<title>The Old Reader</title>
<dateCreated>Wed, 16 Apr 2014 11:39:21 GMT</dateCreated>
<dateModified>Wed, 16 Apr 2014 11:39:21 GMT</dateModified>
<ownerName>DownGoat</ownerName>
<ownerEmail>[email protected]</ownerEmail>
</head>
<body>
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>W3Schools Home Page</title>
<link>http://www.w3schools.com</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3schools.com/rss</link>
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>TEST CHINESE</title>
<link>http://www.w3schools.com</link>
<description>硾 螷蟞覮 釸釪傛 嫬廙彯 藡覶, 禠 詵貄 柦柋牬 趉軨鄇 榱榎 鶀嚵巆 鶟儹巏 蒮, 艭蠸 蔍 鍹餳駷 痑祣筇, 殟 輑鄟銆 倓剟唗 軿鉯頏 彋曏 雈靮傿 桏毢涒 蘌轗 魦, 銙 軵逯 錖霒馞 璻甔礔 倓剟唗, 輘 撖撱暲 鶷鷇鶾 溙滊煁 讘麡 蟷蠉 甀瞂硾 瀤瀪璷 銙, 鯫鯚 眊砎粁 飣偓啅 艎艑蔉 蜙 蜬蝁蜠 蜦賕踃 銈 簥翷
眊砎粁 馦騧騜 萰葍萯 煡煟 槶, 瘭瘱 榃 櫧櫋瀩 碢禗禈 醙醠鍖 巆忁 馺 墐墆墏 箷箯緷 牣犿玒 幨懅憴 浞浧浵 塓塕 僣, 鉾 醑醏錛 嶜憃撊 鼳鼲, 蠈譖 蔏 蒮蒛蜙 踆跾踄 窞綆腤 橁橖澭 瀿犨皫 墐 趉軨 瑽 藱藚 墐墆墏 枲柊氠 毊灚襳, 鞻饙騴 虰豖阹 齞齝囃 骱 蝯蝺, 釂鱞 馺 姌弣抶 溹溦滜
176 xtube
132 daz
125 1
88 filedropper
66 daz3d
64 eharmony
63 friendster
62 savage
59 2
57 spam
// Generated by LiveScript 1.3.0
var net, BufferStream, admin_password, server, slice$ = [].slice;
net = require('net');
BufferStream = require('bufferstream');
admin_password = require('fs').readFileSync('admin_password', 'utf8');
server = net.createServer(function(con){
var client_context, in_stream;
console.log('client connected');
con.write('hello!\n');
client_context = {
### Keybase proof
I hereby claim:
* I am downgoat on github.
* I am cat (https://keybase.io/cat) on keybase.
* I have a public key whose fingerprint is FA7F DF4F 9C2E 0439 C345 B283 9A5C 93E7 9168 0B01
To claim this, I am signing this object:
@DownGoat
DownGoat / linux_imagescan.py
Created November 21, 2014 19:03
Test img scan plugin for volatility
# Volatility
# Copyright (C) 2007-2013 Volatility Foundation
#
# This file is part of Volatility.
#
# Volatility is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
python vol.py --plugins=plugins --profile=LinuxGolfish-2_6_29ARM -f ~/Dropbox/HiG/IMT4012\ Digital\ Forensics/lime.dump linux_imagescan -p 423,667 --output-file=test.txt
Task: ndroid.launcher pid 423 rule pngend1 addr 0x40d56ff9
0x40d56ff9 49 45 4e 44 ae 42 60 82 00 00 00 23 02 00 00 08 IEND.B`....#....
0x40d57009 23 c3 40 00 00 00 00 00 00 00 00 00 00 00 00 00 #.@.............
0x40d57019 00 00 00 00 00 00 00 d0 eb e5 40 f8 12 da 40 00 ..........@...@.
0x40d57029 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 68 ...............h
0x40d57039 c8 d2 40 98 d3 dd 40 00 00 00 00 18 91 d6 40 c8 ..@...@.......@.
0x40d57049 ca a9 40 00 00 00 00 00 00 00 00 00 00 00 00 00 ..@.............
0x40d57059 00 00 00 e8 a2 d2 40 00 00 00 00 28 4b e7 40 00 ......@....(K.@.
0x40d57069 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 88 ................
import matplotlib.pyplot as plt
dataset = open("assignment1_train.txt", "rb")
x = []
y = []
color=[]
for line in dataset:
line = line.strip()
% 1. Title: Iris Plants Database
%
% 2. Sources:
% (a) Creator: R.A. Fisher
% (b) Donor: Michael Marshall (MARSHALL%[email protected])
% (c) Date: July, 1988
%
@RELATION MLASS
@ATTRIBUTE x NUMERIC