Sponsored Content
Full Discussion: What would Johnny do?
The Lounge What is on Your Mind? What would Johnny do? Post 302825085 by figaro on Sunday 23rd of June 2013 11:08:56 AM
Old 06-23-2013
What would Johnny do?

This year is the 110th birthyear of John von Neumann (born "Neumann Janos"). Interestingly, despite his achievements, both in number and in profoundness, he is hardly known among the general public. He played a fundamental role however in the development of the computer, being the first to understand that a computer program is a special type of data and that therefore a program fits as much in memory as does the data it works on. This is where the name "Von Neumann architecture" is from. This idea lead him to design a computer and he subsequently set out to build one. It was used in ballistics calculations and weather predictions.
He possessed a blazingly fast mind and a fearsome intellectual prowess:
  • He designed a self-reproducing program and is therefore considered to be the theoretical father of computer virology.
  • He is the co-inventor of Monte Carlo simulation methods and developed the field of cellular automata.
  • Among others he understood that having a faulty component in a machine, does not necessarily make it less accurate. This lead him to develop a random number generator by debiasing the output stream using an algorithm that he invented.
  • Then there are his many contributions he made to the fields of mathematics (both pure and applied), quantum machanics, nuclear physics and geometry, among others.

The fields most of us work in have an inherent level of problem solving that is required. Whenever I encounter a problem which even after a day seems intractable, I try to step back and think and wonder what he would have done. When faced with the same problem, no doubt a solution would have come to his mind which would have been both instantaneous and structural.
These 2 Users Gave Thanks to figaro For This Post:
 
HTTP::Cookies::Microsoft(3)				User Contributed Perl Documentation			       HTTP::Cookies::Microsoft(3)

NAME
HTTP::Cookies::Microsoft - access to Microsoft cookies files SYNOPSIS
use LWP; use HTTP::Cookies::Microsoft; use Win32::TieRegistry(Delimiter => "/"); my $cookies_dir = $Registry-> {"CUser/Software/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders/Cookies"}; $cookie_jar = HTTP::Cookies::Microsoft->new( file => "$cookies_dir\index.dat", 'delayload' => 1, ); my $browser = LWP::UserAgent->new; $browser->cookie_jar( $cookie_jar ); DESCRIPTION
This is a subclass of "HTTP::Cookies" which loads Microsoft Internet Explorer 5.x and 6.x for Windows (MSIE) cookie files. See the documentation for HTTP::Cookies. METHODS
The following methods are provided: $cookie_jar = HTTP::Cookies::Microsoft->new; The constructor takes hash style parameters. In addition to the regular HTTP::Cookies parameters, HTTP::Cookies::Microsoft recognizes the following: delayload: delay loading of cookie data until a request is actually made. This results in faster runtime unless you use most of the cookies since only the domain's cookie data is loaded on demand. CAVEATS
Please note that the code DOESN'T support saving to the MSIE cookie file format. AUTHOR
Johnny Lee <typo_pl@hotmail.com> COPYRIGHT
Copyright 2002 Johnny Lee This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.1 2009-06-13 HTTP::Cookies::Microsoft(3)
All times are GMT -4. The time now is 01:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy