You are currently browsing the monthly archive for December, 2007.

sony 1sony 2sony 3
Price: Rp 2.000.000,- (negotiable)
Contact person: ASFAN (08179925414)
Detailed link: http://www.sony.co.id/product/dcr-hc38e/sku/dcr-hc38e%2B%2B%2Be35?site=hp_en_ID_i
Brochure link: http://www.sony.co.id/product/resources/en_ID/images/Brochure/Camcorder/MiniDV_Handycam_Brochure.pdf

Features:

  • 40x (Optical) 80/2000x (Digital) Zoom
  • Carl Zeiss Vario-Tessar Lens
  • 1/6″ (3mm) CCD with Advanced HAD Technology
  • 2.5″ Touch Panel LCD Screen
  • InfoLITHIUM™ Battery System
  • Battery Info Display
  • Easy Handycam® Button
  • Display Guide
  • Start/Stop/Zoom Button on LCD Frame
  • Spot Focus and Spot Metering
  • NightShot Plus Infrared System
  • Super SteadyShot Stabilization System
  • i.LINK DV Interface
  • USB Streaming
  • Picture Motion Browser Software

Specifications:

  • Recording Format = DV
  • Video Codec = DV
  • Media Storage Type = MiniDV
  • Image Sensor Type = 1/6″ 800K (PAL) / 680K (NTSC) Advanced HAD CCD
  • Audio Format = Dolby Digital Stereo (2ch.)
  • Carl Zeiss Lens / Filter Diameter = Vario-Tessar / 30mm
  • Optical / Digital Zoom = 40x / 2000x
  • Image Stabiliser = Super SteadyShot (Electronic)
  • LCD Screen Size & Type = 2.5″ Wide (4:3) LCD Screen with Touch Panel
  • Record Start / Stop & Zoom Buttons on LCD Frame = Yes
  • NightShot Mode = NightShot Plus
  • USB Terminal = Yes
  • i.LINK = Yes
  • Multi AV Out = Yes
  • Dimensions (W x H x D) = 63 x 85 x 114mm
  • Mass (w/o Tape, Battery, etc.) = Approx. 390g

Bonus:

  • Handycam Bag
  • MiniDV cassette 2 pieces
  • USB cable

LAS 01LAS 02
The Laras Asri Resort & Spa is an oasis boutique resort ideally situated minutes from downtown Salatiga in Central Java’s emerging “Golden Circle”.
Salatiga is in fact one of the oldest and most beautiful small towns in Central Java;
it was once called, “de schoonste stad van midden Java” during the Dutch colonial period.
It also enjoys easy access to and from Semarang, Yogyakarta, and Solo’s airports and railway stations.

LAS 13It’s me at Spa
The Graha Sekar Wangi Spa provides separate facilities for men and women, including splendid saunas, steam baths, spacious outdoor whirlpools and an area for conversation and relaxation.
Awide range of sensory treatments are available to rejuvenate the weary after every activity; from the ancient heritage massage -an experience too desirable to be missed- to a casual Spa Bar.

LAS 03LAS 06
LAS 04
The ultimate in private bungalows – Laras Asri Suite has a green and unique tropical garden which can be used as a mini golf area.
Next to the tropical garden are four adjacent private bungalows, The Deluxe Papan Asri.
All bungalows have easy access to the swimming pools.

LAS 07
The Executive Taman Asri has 15 private bungalows, divided into three groups.
The first group surrounds the Tropical Garden, the second the Jungle Pool and the others the Aviary.

LAS 09It’s me at the back of the room
The Superior Telaga Asri has 46 rooms, located in a two-storey building close to the lobby lounge, business center, and bar counter.
Guests can enjoy an enchanting and breezy lotus fountain pond behind the rooms.
Other rooms have views overlooking the Tropical Garden in the centre of the resort.

LAS 11LAS 12
Graha Sari Rasa restaurant has 90 seats and full bar facilities. It is open daily from 6 AM ’til 11 PM. The restaurant provides selections of Asian and International, as well as Indonesian fine cuisine.
Shokudo Japanese Restaurant, open daily from 10 AM ’til 2 PM, and 6 PM ’til 10 PM.

LAS 08
Me and Ayu, in front of the resort
-Cool front view of the resort-

In SAP, memory usage is divided into several areas. such as:
1. SAP Buffer
2. SAP Roll Memory
3. SAP Extended Memory
4. SAP Heap Memory
5. SAP Paging Memory

How to allocate the parameter value of them? How do they work?
What will happen if the parameter is set incorrectly?
Review this Overview SAP Memory Management

This is the overal directory structure in SAP system.
Unix based: use /
Windows based: use <drive>:\

Shared directory:
/sapmnt/<SID>/profile è SAP instance profile
/sapmnt/<SID>/global è SAP central system log
/sapmnt/<SID>/exe è SAP executable application directory

Main directory:
/usr/sap è physical parent directory
/usr/sap/trans è transport directory
/usr/sap/<SID> è SAP system parent directory
/usr/sap/<SID>/SYS è contain common & global SAP system files (i.e. profile, global, and exe directory)
/usr/sap/<SID>/<instance_name> è contain SAP instance specific directories (i.e. data, log, and work)
/sapmnt è directory structure for sharing common files to all system belonging into the same group
/sapmnt/<SID> è link or share folder of directory /usr/sap/<SID>/SYS
/oracle è directory of the whole database system
/oracle/stage è directory that used for database installation and upgrades
/oracle/<SID> è directory of the whole database application and data files

Final directory:
/sapmnt/<SID>/exe è contain all SAP runtime program
/sapmnt/<SID>/exe/opt è contain optimized program
/sapmnt/<SID>/exe/dbg è program can run under symbolic debuggers
/sapmnt/<SID>/exe/run è actual runtime program (SAP kernel)
/sapmnt/<SID>/global è contain global & common data shared by all instance (i.e. central system logs & batch job logs)
/sapmnt/<SID>/profile è contain instance profile (startup, default, instance-spesific)

Temporary directory (normally refreshed when SAP instance is restarted):
/usr/sap/<SID>/<instance_name>/data è contain virtual storage data (i.e. user context & roll area)
/usr/sap/<SID>/<instance_name>/log è log entries generated by instance
/usr/sap/<SID>/<instance_name>/work è holds all error message & trace information for the instance process

Transport directory:
/usr/sap/trans è main transport directory
/usr/sap/trans/bin è contain TPPARAM file (global transport parameter)
/usr/sap/trans/data è contain transport data file
/usr/sap/trans/log è transport logs, trace and statistic file
/usr/sap/trans/buffer è special buffer with the SID of every system in the transport group (including control information)
/usr/sap/trans/cofiles è control file directory
/usr/sap/trans/sapnames è contain information of SAP User that performs export and keep tracks of each transport status
/usr/sap/trans/tmp è temporary directory
/usr/sap/trans/actlog è action log files (managed by SAP system)
/usr/sap/trans/olddata è archived transport files
/usr/sap/trans/backup è directory of logical backup with R3trans program
/usr/sap/trans/serial è contain serialization of tp

Taken from: http://blogs.techrepublic.com.com/msoffice/?p=348

Excel provides a number of ways to copy formulas. You can use Excel’s Autofill feature or, as an alternative, select the cells you wish to copy to, enter the formula in the active cell, and then press [Ctrl][Enter]. These methods are fine for copying formulas down a column of cells — unless the column extends down hundreds of rows.

For example, say Column A in your worksheet lists 100 products and Column B lists the wholesale price of each. You would like to enter a formula that calculates the retail price for each product and displays the results in Column C. Selecting 100 cells is a time-consuming and error-prone process, but you can copy the formula down Column C without having to select the cells. Follow these steps for foolproof cell copying:

  1. Click in C2 and enter =B2*300%.
  2. Press [Ctrl][Enter].
  3. Double-click the fill handle (the small black square in the lower right-hand corner of the cell).

Excel will stop copying the formula when it reaches a row with a blank cell in Column B. To ensure that you copied the formula correctly, click in C1 and then press [Ctrl][Shift][End].

asfan_photo
I believe I can fly,
I believe I can touch the sky
I think about it every night and day,
Spread my wings and fly away
I believe I can soar,
I see me running through that open door
I believe I can fly
- by R Kelly.



Asfan Amin

Create your badge

 

December 2007
M T W T F S S
« Nov   Jan »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

D O N A T I O N

For those who live in Indonesia:


BCA:
031-1825-401
for Muhammad Asfan Amin


Bank Mandiri:
124-000485-259-7
for Muhammad Asfan Amin
web counter