Google announces its solution to the China standoff with plans to redirect traffic from Google.cn to Hong Kong version of the search engine to deliver unfiltered Web content.
Google announces its solution to the China standoff with plans to redirect traffic from Google.cn to Hong Kong version of the search engine to deliver unfiltered Web content.
Mise à jour du 24.03.2010 par Katleen
Pékin censure à nouveau Google, les résultats de Hong Kong sont bloqués
Suite à la tentative de Google de lundi de libérer son moteur de recherche du joug asiatique en redirigeant les internautes chinois sur Google.hk (qui n'est pas censuré par la régime de Pékin), la Chine a répliqué.
Le premier jour, ce…
Rating: When we were on our initial conference call with AJWS and the other SE Asia volunteers, one of the questions asked was, can I get good coffee? The response was something to the effect of this volunteering assignment is a good opportunity to kick your coffee habit. While Lauren and I certainly appreciate a [...]...Did you know that…
I currently live in China so my only options to buy a Surface tablet is to buy it
here or in Hong Kong.
Problem is that by default the entire UI is in Chinese.
In the x86 version of Windows 8 you can install additional language packs to solve this, but I'm wondering if this is true for the tablet as well
In the shop (Sunning) they will…
“We selected Oracle Fusion Middleware for its superior local support, higher performance,
availability, reliability, and flexible enterprise architecture to
cost-effectively integrate with existing Oracle applications", said Mr. C.W. Miao, Head of Information Technology, Hong Kong Housing Society in a press release today. To address…
I was trying to solve this problem projecteuler,problem125
this is my solution in python(just for understanding the logic)
import math
lim=10**8
found=set()
for start in xrange(1,int(math.sqrt(lim))):
sos = start*start
for i in xrange(start+1,int(math.sqrt(lim))):
sos += (i*i)
if sos >= lim: break
…
I can't believe that this is so complicated but I tried and googled for a while now.
I just want to analyse my scatter plot with a few graphical features.
For starters, I want to add simply a line.
So, I have a few (4) points and like in this plot [1] I want to add a line to it.
http://en.wikipedia.org/wiki/File:ROC_space-2.png [1]
…
I have a multi-language site for English and Chinese (Hong Kong). My previous setting for Chinese Hong Kong (zh-hk) had:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-hk" xml:lang="zh-hk">
Shortly, I began to notice browser with other Chinese language sub-codes like zh-tw and zh-cn were seeing my English site…
I have a website that has users from both Hong Kong and Australia.
Unfortunately, since the server is located in Australia, users from Hong Kong are going to suffer latency problems. Traffic has to go through US before travelling back to Australia.
So I've setup a server in Hong Kong as well, and users using the .hk TLD are going…
My implementation either overlooks primes near the limit or composites near the limit. while some limits work and others don't. I'm am completely confused as to what is wrong.
def AtkinSieve (limit):
results = [2,3,5]
sieve = [False]*limit
factor = int(math.sqrt(lim))
for i in range(1,factor):
for j in range(1, factor):
…
My implementation either overlooks primes near the limit or composites near the limit. while some limits work and others don't. I'm am completely confused as to what is wrong.
def AtkinSieve (limit):
results = [2,3,5]
sieve = [False]*limit
factor = int(math.sqrt(lim))
for i in range(1,factor):
for j in range(1, factor):
…
I'm trying to solve a simple problem with MPI, my implementation is MPICH2 and my code is in fortran. I have used the blocking send and receive, the idea is so simple but when I run it it crashes!!! I have absolutely no idea what is wrong? can anyone make quote on this issue please? there is a piece of the code:
…
I am writing a C# function for doing dynamic range compression (an audio effect that basically squashes transient peaks and amplifies everything else to produce an overall louder sound). I have written a function that does this (I think):
public static void Compress(ref short[] input, double thresholdDb,…
we have several .Net Apps stored on a Network share on our old Server (Windows Server 2003). These Apps get called by Windows 7 32bit Clients and work perfectly fine.
We recently wanted to upgrade our Server to Windows Server 2008 R2 and moved the Apps from the old share to our new share on the new Server.
…
I've been stumped for a few hours on an exercise where I must use functions to build up an array inside a struct and print it. In my current program, it compiles but crashes upon running.
#define LIM 10
typedef char letters[LIM];
typedef struct {
int counter;
letters words[LIM];
} foo;
int…
We continue our series on optimizer transformations with a post that describes the Join Factorization transformation. The Join Factorization transformation was introduced in Oracle 11g Release 2 and applies to UNION ALL queries. Union all queries are commonly used in database applications, especially…
In this blog, I plan to provide you with information about OWSM, Oracle Web services Manager.
I joined Platform Security and OWSM team in Oracle's identity management organization in February, 2010. Before that I had been working on Metro, an open source Web services project, in Sun's…
This really doesn't make sense. I've been using many other distros and never had such difficulty managing autostart services.
I found three ways of disabling autostart services, and none of them works for me:
update-rc.d -f service_name remove
chkconfig --level 12345 service_name off
…
What's the best method to save the player's data to the server?
Method to store the game saves
Which one of the following method should I use ?
Using a database structure(e.g.. mySQL) to store the game data as blobs?
Using the server hard disk to store the saved game data as binary…
I am using VMware workstation 8. I have attempted to install and run NetBSD 5.1.2 and 6.0. Installations all went OK and the system was usable until I install a window manager.
After installed xfce4, in NetBSD 5.1.2, I could startx and used xfce4 two times, however consecutive startx…
I heavily rely on Opera's speed dial and password management features. Lack of these two features is really stopping me from switching to another web browser such as Chrome or Firefox.
Opera's password management has two unique characteristics which I rely on heavily:
It saves…
is it possible that 1024 and 2048 block size read speed is faster than 4096 and 8192 block?
I'm using lsi 9361-8i with RAID 10 , with 8 x Kingston E50 250G.
result:
1024 = Write: 2,251 MB/s Read: 2,625 MB/s
2048 = Write: 2,141 MB/s Read: 3,672 MB/s
4096 = Write: 2,147…
I run CentOS 6.4 on Amazon EC2, using xl2tpd-1.3.1 from EPEL repository together with StrongSwan 5.0.4.
I setup a simple IPSec connection:
conn l2tp
type=transport
keyexchange=ikev1
rekey=no
authby=psk
leftsubnet=0.0.0.0/0
rightsubnet=0.0.0.0/0
…