Apr 27, 2015

python split multiple delimiter

i think, its basic but important to you get idea. Most basic function is use re library or just use split() function on string. Python String Split a = "ini budi, iwan dan ibu budi. Selain itu ini juga ada 'madu' budi."  a.split(' ')['ini', 'budi,', 'iwan', 'dan', 'ibu', 'budi.', 'Selain', 'itu', 'ini', 'juga', 'ada', "'madu'", 'budi.'] well, its just split on space or any other delimiter in split bracket parameter. Python...
Read more ...

Apr 23, 2015

solved Access Agent last_error 519897087

IBM Access Agent, Authentication service id = 'EMPTY'. Account data template id='EMPTY'  error last_error='-519897087 steps to solved are  : 1. you access agent lower than profile accepted. 2. ensure that your user get privilege to use this profile. Check role, credential, etc (on itim console) 3. ensure that your your...
Read more ...

solved name redefined ibm access studio IMS

while you create or modify profile on IBM ISPIM, uploading the profile, sometimes you will get error : "name redefined" Its can be because of : 1. you access node was already uploaded with same name. Or 2. you upload different node with same access-node-id Solution : 1. ensure that you always have backup before modify anything on IMS 2....
Read more ...

solved ibm ispim can't create object: SessionRecorder.SessionManager

it was so hectic to solved this error on ibm ispim. i can not check-out due to session manager can not create recording session. Its return error as below : 18:16:51.6386986        [State Machine Id - 1] Loaded AccessProfile: profile_putty_main 18:16:51.6677002        [State Machine Id - 1] State...
Read more ...

Apr 4, 2015

cheat impression blackhat

Hi all, just my note about someone who make cheat to gain impression with blackhat technique. how it  impression blackhat works adding bad script on template. well, let see this transaction : someone can change one node of this template to call his node (web or other script), it means for every template that downloaded by people...
Read more ...