Cross of Bo.
Paper was deleted. Excellent cool visual. .
Spectrum has also been deleted.
But the energy seems not big enough. Cool 6. .
Video still (well, in order to be on the safe side, and then leave a youtube.
Link). "There does not give you medicine to eat" is to. .
Office, reprinted, or haven't become Hu.
Radish. Big Brother refused to throw looks timid. .
Head appearances (Hsu is AV desk there understand people), these are the second brother's hand.
Right and wrong, I did not care. But love can be so old brother, and I quite you, Guo Degang. .
--。.
lyman on 8/09/2010 08:31:00 PM Posted on the bitter pools. .
In 1991, winter, snow. Far from the imperial city to train to J..
City site. Got out of a middle-aged man, two large cartons of luggage especially conspicuous. This man is my prime is not masked distant uncle. .
Z。 And the two big cartons, was I host all my expectations, the first computer.
Prior to this, knowledge of computer groups in the fat son of G. .
Already leading the era before, have their own Chinese learning machine. Each has free time, I will definitely be in his house, devoted to the study of some inconvenience on the door of the school auditorium Ying. I therefore and G. ..
Fat form sworn. Special thanks is that time G fat parents with great patience to tolerate me on several occasions was so young in your hospitality in Regards to fat parents, aunts and uncles G sincere respect. .
But if it is not a solution. I would like to have your own computer.
5 Guo Zihao seal of the "success", obviously a great encouragement to the mother. Her mouth while not promise, but also seriously consider this private request. After all the years, the computer or a monthly income higher than phase. .
When high. But the reality is that even if you hate heart the money, and where to buy only reliable?.
Multi inquire into the mother. Z distant uncle was in the Royal Park scenery is quite foreign to buy channels considered were available. .
The mother then seek L teacher input. L。.
Teacher support is not. In retrospect, probably because there are three: the one is very expensive and difficult to repair if broken; 2 to indulge, Nongbu Hao is Wanwusangzhi; three to a time when Apple to IBM. .
PC of the transition period, the situation is not yet clear. To sum up in one word — IT risky, investment need to be cautious.
But even if the clock back three years old I went back to the past, it still will not be able to convince 10-year-old self. L teacher evaluation is the "idea a little startled," I, finally a dream come true. .
This is a IBM PC XT compatible: NEC.
V20 of the CPU (compatible with Intel 8088), 1M of memory, double Wucun low-density floppy drive, 14-inch monochrome (green) monitor - the value of 2500. .
Tai Yuan, after my uncle people pulling shoulder-, attracted from the imperial city visited so far. At first I see this computer and the Apple IIe, quite a big difference. Photos by Z Uncle will thoracic assurance than.
Apple IIe & c. wide senior center several times before. (After the machine upgrade, the chassis power supply went so far as retention, appearance is the case). .
Old Northeast people if it is winter in new bought electrical customary place in room a genius huh, so as not to jump to melt the frost. I watch helplessly watching this iron box on the table and put a day. Finally got the license available.
To boot but was difficult to live - and this senior stuff was actually the monitor power cord so that even today to find a suitable plug wire board is not easy. .
--。.
lyman on 7/30/2010 08:46:00 PM Posted on the bitter pools. .
A few days ago, a colleague asked me over the wall. I would recommend without Tor. I didn't expect now tor new user experience is so poor. Use my possession of a ticket.
bridge, and on the spot to write for the bridge, actually failed to work. Although versions of the tor. .
As long as an wall of worry about capital no longer, but this first close contact, it seems that it is not easy. Of course I couldn't blurt out on the spot: "not bad money like you, why not buy a vpn? “。.
Later recollection of what his own words, so buy one. .
But almost all vpn users face is that the default vpn traffic going, domestic sites "to access the slow, but this part of the flow are counted as vpn traffic, not cost.
If you can, like when using tor, as to go under the domain name to judge Otherwise tor (the ultimate way to write my pac file) just fine. .
Way of course. Vpn that can be routed to the ip.
Tossing a long time. Tor of the times point directly to the practice of cloning to find a list of make it go against a wall of ip vpn. But this list and easy to find. Pac out under their own out of ip. .
List is also not easy to use — because of the lack of effective means exactly that a domain name and the number of ip behind.
Next best thing, you can walk by foreign ip vpn. This would require a foreign ip list. But after several twists and turns to find the ip list has reached 100k. .
Level, so much the route a one set down the time, vpn gateway once changes to update.
Not practical. Very frustrating. Once she even wondered, visit the Greater China LAN on slowly, slowly. .
Push friends delphij Word wake the dream — APNIC.
Why not have ip list. .
But before looking overseas ip segment, have seen the APNIC's list — as its name, only the AH ~ Asia-Pacific region.
In fact, as long as know that the ip segment on it. Designated section of the mainland's ip go system equipment, all other ip also go by default vpn. .
Just fine. The advantage is that, whether or not the vpn will not impact on the Internet.
Here the first contribution to a resolution country-ipv4. . Lst script (depending on perl module Net:: IP), used to generate a. .
Ip/netmask/country format to streamline the table.
#! / Usr / bin / env perl. .
use strict;。.
# Range start - Range End: CIDR of Range: ISO Country: Enclosing non-CIDR range: Home Registry: Possibly other fields. .
# 1。.0。.0。.0 - 1。.7。.255。.255 : 1。.0/13 : au : 1。.0。.0 - 1。.10。.10 : APNIC 。.
use Net:: IP;. .
while (<>) {。.
next if m / \ W *#/;。 .
chomp;。.
my ($ ip_range, $ cidr, $ country, undef, undef) = split /: /;. .
if ($country eq 'cn') {。.
my $ ip = new Net:: IP ("$ ip_range"). .
or warn "Failed to parse IP range: $ip_range\n";。.
my $ net = $ ip-> ip ();. .
my $msk = $ip->mask();。.
print "$ net / $ msk / $ country \ n";. .
}。.
). .
Classic usage.
/ Parse_country_ipv4. . Pl
route_cn。.txt。.
Further contribution to the routing of a set script, read the format of the list, and one section of the specified ip route to the system default device and its gateway. The script will default to read with the same location. .
route_cn。.txt。.
#! / Usr / bin / env perl. .
use strict;。.
if ($ # ARGV <0) (. .
print "usage: $0 add|del [route_list]\n";。.
exit 1;. .
}。.
my $ flag = $ ARGV [0];. .
use Cwd 'abs_path';。.
use File:: Basename 'dirname';. .
my $list_file = dirname(abs_path($0)) 。. "/routes_cn。.txt";。.
$ List_file = $ ARGV [1] if $ # ARGV> = 1;. .
my %device;。.
foreach (`route-n`) (. .
chomp;。.
my ($ dest, $ gateway, $ mask, $ flag, $ metric, $ ref, $ use_num, $ interface) = split / \ s + /;. .
if ($dest eq '0。.0。.0。.0' and !( $interface =~ m/(tun|tap)\d/)) {。.
$ Device ($ interface) = $ gateway;. .
# print "$interface\t$gateway\n";。.
). .
}。.
open FILE, "<", $ list_file. .
or die "File $list_file: $!\n";。.
while () (. .
chomp;。.
next if m / \ W *#/;。 .
my ($net, $msk) = split /\//;。.
# Print "$ net \ t $ msk \ n";. .
foreach my $interface ( keys %device ) {。.
my $ gateway = $ device ($ interface);. .
if ($flag eq "add") {。.
system ("route add-net $ net netmask $ msk gw $ gateway dev $ interface");. .
} elsif ($flag eq "del") {。.
system ("route del-net $ net netmask $ msk");. .
}。.
). .
}。.
close FILE;. .
Classic usage (note that permission).
/ Vpn_route. . Pl add. .
Then try to defragment an in-house ip section of the list, and finally on the Internet a little dignity.
-. .
Lyman at 6/09/2010 08: 38: 00 pm posted in standing water.
Recently read an article that from 2. .6. .33 Ext4 can open ssd from specific trim command support, can play optimal results and so on. Then went to check their own piece. .
Ssd support trim.
CSSD SM120NJ did not expect this type actually in the CFD. .
The official website is not found. Then google gave me this.
Pages, which should read, whether to support the trim bar that had a marked "プ チ フ リ" What is the advanced features? . .
Searched, or wikipedia.
Kaopu - this "プ チ フ リ" It is no advanced features, but the "petit freeze" the acronym refers to the case of mixed read and write the play dead issue, JMF602 chips exclusively. .
Really 囧 tears. This is a Japanese abbreviation is really low and the wanted to check to see if there's a noble descent, but was told there is a congenital disability. Cheap stuff is not good, is indeed universal.
Although there are flaws in what, after all, fairly worthy of its price (and perhaps, at that time, my other piece of shit people can afford such goods only). Punishment as a deterrent, saving lives is the moment can do. .
The good news is that not the terminally ill, the other side of the island of friends claimed JMicron.
The chip also is able to brush firmware, or even graphic Raiders are. .
There, a lot of people have symptoms eased after the brush is very much under the big heart.
But the process was quite interesting to find firmware. Download effectively, the digital home takes account registration. .
0. .5 RMB; from mympx. .org.
Does fit free of charge, the administrator but do not know what in the end it is Gansha's. .
Moreover, from the volume production tool to gui/dos version of the Flash programming, firmware version number. Instead of mobile01.
The two posts in the link can be turned out, most is not new. The hard-won production tool, but refused to recognize my ssd. .
In the end, Super.
Talent official website provides dos. .
Firmware version programs successfully refreshed to 090928s. Now I feel good, "プ チ フ リ" light a lot.
Lessons learned:. .
They'll be careful, do well before the transaction. Don't wait until 2010 for the month of may find tom gambler.
hardware in the December 2009 article reminded JMF602 is mine alone chip. I do not know JMF602. .
If the volume is very large, if it is, the domestic friend buy cheap cottage products especially carefully.
Remember Kaopu suppliers. CFD related products parameters page gone, OCZ official website forum first. .
Say no to brush and then deleted friends posted links, by contrast, the Super Talent provides firmware and documentation for free download, this is the gap.
Not one doubt. Suspended animation detailed exploration of the phenomenon earlier, the article written by the more meaningful today, but also save the time wasted in suspended animation. .
--。.
lyman on 5/16/2010 03:01:00 PM Posted on the bitter pools. .
Clean subject is thunderbird will extend the loading productivity. Role is to ensure that you don't reply to similar thus noise title.
By default, clean subject of the configuration of the Chinese and does not work. In its configuration window directly fill in the "Reply", will also be saved into a garbled, so I thought. .
Clean subject did not support the Chinese language, the author wrote the email request plus UTF.
Today saw the clean subject occasionally setup interface, I suddenly realized that the prefix. .
Should be a regular expression (in fact, the above information, the non-native speaking on this point is not good, not necessarily when it missed), and regular expressions to utf-8, not simply fill in the characters on the line.
Using regex, javascript, utf-8 to do Keywords google, soon, the results. .
Try to use the "matching" back to \xe5\x9b\x9e "" Word fails, raw byte matching will not work.
echo-n "return" | hexdump-C. .
Try to use the "matching" back to \u56DE "" characters, success, it seems javascript regex processing when the string is unicode.
echo-n "return" | iconv-f utf-8-t unicode | hexdump. .
In other words, clean subject can support Chinese. Turned his message, attach a few regular:.
Reply: -> \ u56DE \ u590D \ uFF1A. .
Re:-> \u7B54\u590D:.
Forward: -> \ u8F6C \ u53D1:. .
--。.
lyman posted on 4/14/2010 09:04:00 PM bitter. .
Body of water.