Sponsored Content
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News How a broker spent $520m in a drunken stupor and moved the global oil price Post 302435935 by Linux Bot on Thursday 8th of July 2010 03:15:04 PM
Old 07-08-2010
How a broker spent $520m in a drunken stupor and moved the global oil price

by Rowena Mason, Telegraph.co.uk It’s probably not uncommon for City traders to wonder how they burnt so much cash during a drunken night on the town. But Steve Perkins was left with a bigger black hole in his memory than most when his employer rang one morning to ask [...]

More...
 

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

Vegetable Oil - PC

Cool Down His Computer with Some Oil Video Pretty amazing. (3 Replies)
Discussion started by: sparcguy
3 Replies

2. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

3. Solaris

How to see global hostname by logging in non global zones?

Hi guru Could any one help me by letting me know, how to see global hostname by logging in non global zones Regards (2 Replies)
Discussion started by: girish.batra
2 Replies

4. Shell Programming and Scripting

Spent all day trying to figure this script out...

Before I begin with the question, I just want to point out that I just started learning unix in the middle of last week, so my code (and knowledge of how unix operates) is weak sauce. I took my best stab at this question but it's just not working. Assignment: Create a script named... (1 Reply)
Discussion started by: ashkali1
1 Replies

5. Solaris

Global and non-global zone resource sharing - tricky

hi all, Just a simple question but i cant get the answers in the book - In my globalzone , assuming i have 4 cpus (psrinfo -pv = 0-3), if i set dedicated-cpu (ncpus=2) for my local zone Is my globalzone left with 2 cpus or still 4 cpus ? Does localzone "resource reservation.e.g. cpu in... (6 Replies)
Discussion started by: javanoob
6 Replies

6. Solaris

Date and time change in global and non global zone

Hi, If I change date and time in global zone, then it will affect in non global zones. During this process what files will get affect in non global zones and which mechanism it's using to change. gloabl zone:Solaris 11.3 X86 TIA (1 Reply)
Discussion started by: Sumanthsv
1 Replies
ENCHANT_BROKER_REQUEST_DICT(3)						 1					    ENCHANT_BROKER_REQUEST_DICT(3)

enchant_broker_request_dict - create a new dictionary using a tag

SYNOPSIS
resource enchant_broker_request_dict (resource $broker, string $tag) DESCRIPTION
create a new dictionary using tag, the non-empty language tag you wish to request a dictionary for ("en_US", "de_DE", ...) PARAMETERS
o $broker - Broker resource o $tag - A tag describing the locale, for example en_US, de_DE RETURN VALUES
Returns a dictionary resource on success or FALSE on failure. EXAMPLES
Example #1 A enchant_broker_request_dict(3) example Check if a dictionary exists using enchant_broker_dict_exists(3) and request it. <?php $tag = 'en_US'; $broker = enchant_broker_init(); if (enchant_broker_dict_exists($broker,$tag)) { $dict = enchant_broker_request_dict($r, $tag); } ?> SEE ALSO
enchant_dict_describe(3), enchant_broker_dict_exists(3), enchant_broker_free_dict(3). PHP Documentation Group ENCHANT_BROKER_REQUEST_DICT(3)
All times are GMT -4. The time now is 06:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy