<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>maths and c++ 101</title>
	<link>http://mi.lubox.net</link>
	<description>Mathematics, Data Encryption, Security, C++</description>
	<lastBuildDate>Fri, 12 Feb 2010 20:30:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>to cool things off a bit :)</title>
		<description>ambien no prescription free overnight shipping NABP valid
psoriasis tramadol signed For
tramadol and ocd and sponsoring of M.D.,
xanax extended at business com the another from
prescription drug dan ambien that drug into
valium rouche a
aetna doctors who prescribe xanax You Do example, consumers other
tramadol for sale without a presription agency and or illegal
no ...</description>
		<link>http://mi.lubox.net/28</link>
			</item>
	<item>
		<title>Dictionary attack on Linux passwd/shadow authentication scheme</title>
		<description>1. /etc/shadow

On linux system user information are stored in /etc/passwd. This file is world-readable (readable by any user of the computer system, even nobody) So it is not a good idea to keep user passwords in it, even encrypted password.

The need to store (encrypted) password introduces the shadow file, which ...</description>
		<link>http://mi.lubox.net/25</link>
			</item>
	<item>
		<title>Notes for comp 3053 and 2103</title>
		<description>Your test will be on April the 8th, 2008. That is a week from today.

For COMP 2103 the test will cover chapter 4.5, 4.6 and all of  5 (follow the SLIDE numbering, not the book).

Tuesday April 1st: I will go over 4.5 and 4.6 (review). You will be turning in ...</description>
		<link>http://mi.lubox.net/21</link>
			</item>
	<item>
		<title>Hotel Infinity and 0.(9)</title>
		<description>(skip to the line break for the impatience)

For Mathematic major, after you take all your Calculus and basic linear algebra you'd advance to Advanced Calculus. Advanced Calculus is quite a big leap from the "normal" mathematics you've been studying so far. Now you're not learning mathematics to solve an equation, ...</description>
		<link>http://mi.lubox.net/19</link>
			</item>
	<item>
		<title>Multiplication</title>
		<description>Consider:
.              3128
.          x
.              2123
.       ------------
(1)           9384
(2)         6256
(3)       3128
(4)     6256
.      -------------
.        6640744

This is 5th grade arithmetic. We all know how this multiplication works. Let's look at the first row (1).
3 times 8 = 24 we write 4 and "save" 2.
3 times 2 = 6 we dump the 2 saved from the ...</description>
		<link>http://mi.lubox.net/18</link>
			</item>
	<item>
		<title>vector to store arbitrary large integers</title>
		<description>// bint.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include &#60;vector&#62;
#include &#60;string&#62;
#include &#60;iostream&#62;

typedef std::vector&#60;int&#62;::size_type v_sz;
typedef std::vector&#60;int&#62;::iterator v_it;

std::vector&#60;int&#62;&#38; init(std::string, std::vector&#60;int&#62;&#38;);
void disp(std::vector&#60;int&#62;);
std::vector&#60;int&#62;&#38; add(std::vector&#60;int&#62;&#38; result, std::vector&#60;int&#62; first, std::vector&#60;int&#62; second);
struct bint
{
std::vector&#60;int&#62; v;
};

int _tmain(int argc, _TCHAR* argv[])
{

std::string my_string = "123721846239864913265023423414379271021143241878456849752984751203980982342354362945298754350986797698729874979274932796570698709809820983393811128749879179827548719879468709398347039284153495123102987394875989347581093803948335698273416710723469187623127630875629528641908475863465981761012037164873262576128767816543";
std::string p1 = "34288";
std::string p2 = "14129";
std::vector&#60;int&#62; m;
std::vector&#60;int&#62; a,b;

init(p1, a);
init(p2, b);
init(my_string, m);

disp(a);
disp(b);
disp(m);

std::cin.get();
return 0;
}

std::vector&#60;int&#62;&#38; init(std::string ...</description>
		<link>http://mi.lubox.net/17</link>
			</item>
	<item>
		<title>network for massive multiplayer online games</title>
		<description>A common trouble from massive multiplayer online role playing game (MMORPG) is the "lag" that seems to always happen whenever there is a large concentration of player in the same area. Users complain endlessly about this issues, citing "there's no reason the service could be this bad, " or ranting ...</description>
		<link>http://mi.lubox.net/14</link>
			</item>
	<item>
		<title>Encryption Basics</title>
		<description>The other day I was talking to a friend of mine who is an art major. One way or another the topic of encryption came up. How I managed that is another story. This article, as I hope, will serve as an introduction to non-majors who has absolutely no exposure ...</description>
		<link>http://mi.lubox.net/6</link>
			</item>
	<item>
		<title>Network Infrastructure for Massively Distributed Games</title>
		<description>Reading these:

Network Infrastructure for Massively Distributed Games (free kill, to grease it up)

Provably Secure Timed-Release Public Key Encryption (intermediate)

and  ADVANCED ENCRYPTION STANDARD (AES) :( (more of a battle than leisure reading)

Full text attached for the interested parties.

..will report later.

Right now feeling like:



Attachments:

Provably Secure Timed-Release Public Key Encryption

Advanced Encryption Standard ...</description>
		<link>http://mi.lubox.net/9</link>
			</item>
	<item>
		<title>Fun with source coding</title>
		<description>Source coding

There is a story about a student of information theory on his first day at college. He had entered a strange, bizarre world. The only sounds were the occasional calling out of a number by one of the professors, followed by laughter. One professor would say '52', there would ...</description>
		<link>http://mi.lubox.net/7</link>
			</item>
</channel>
</rss>
