Free Portable PHP IDE with Drupal, Worpress, Codeigniter, Jquery Support

Posted by cikul | Posted in Freeware, PHP | Posted on 31-01-2011-05-2008

1

Are you tired looking for free PHP IDE that have compatibility with common Frameworks? Now you can try CodeLobster Portable PHP IDE, multifunctional portable IDE FREE absolutely with all standard features:

PHP/HTML/CSS/JavaScript highlighting, advanced PHP/HTML/CSS/JavaScript autocomplete, Powerful PHP debugger, SQL autocomplete, Context and Dynamic Help

Read the rest of this entry »

Incoming search terms:

codeigniter ide | codeigniter portable | php ide with jquery support for mac | php ide | my dhika | ide php drupal | ide for codeigniter windows | free php editor untuk codeigniter | free php debugger | portable php editor autocomplete | 

Share and Enjoy

Knows CDMA 2000 1X Technology

Posted by cikul | Posted in Technology, Telecommunication | Posted on 18-01-2011-05-2008

0

CDMA 2000 1x is the development of cdmaOne is expected to provide high-speed data services using the network and existing frequency allocations. Greater voice capacity 1.5 times when compared with the IS-95 with 153 Kbps data rate at a channel width of 1.25 MHz.

CDMA2000 1x is able to support E-mail service, Wireless Internet, download images and videos as well. CDMA2000 1x network has undergone several enhancements such as better power control. The ability of MS in the send command on the forward link power control 16 times larger than the IS-1995.

While on the architecture side of the Base Station Controller (BSC) using the Intelligent Peripheral (IP) Routing, Base Transceiver Station (BTSs) Multimod, and Packet Data Serving Node (PDSN).

Read the rest of this entry »

Incoming search terms:

cdma2000 1x | cara cara install bsc huawei serial number | imanager m2000 download | imanager m2000 cdma2000 | imanager m2000 | function of m2000 huawei | free download imanager m2000 | cdma registration process | cdma 20001x | cara install m2000 huawei | 

Share and Enjoy

tips : setup.exe always opened in notepad, how to solve this problem?

Posted by cikul | Posted in Windows | Posted on 31-12-2009-05-2008

3

Today I have problem in one of pc in my office, the problem is while we want to install something, and we try to execute file setup.exe or install.exe (default name for installation file), they don’t works  and notepad opened with ASCII code that i don’t understand what its mean.

Read the rest of this entry »

Incoming search terms:

hkey_local_machine software microsoft windows nt currentversion image file execution options setup exe | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windowsnt\CurrentVersion\Image File Execution | hklm\software\microsoft\windowsnt\currentversion\imagefileexecutionoptions\imanager exe | image file execution options | setup always open notepad | setup exe always open with notepad | setup exe open notepad | why setup exe opens in notepad | 

Share and Enjoy

Change unix password with Python

Posted by cikul | Posted in Python | Posted on 11-01-2007-05-2008

2

Do you ever have problem while execute /usr/bin/passwd from your python code? actually i have problem with changing unix password from my python code.

First i try using pipe to control output from /usr/bin/passwd, hopefully i can send text with write() function.
this is the code :

#!/usr/bin/python
import os
COMMAND = 'passwd'
PASSWD  = 'mypassword'

# open a pipe to passwd program and
# write the data to the pipe
p = os.popen("%s" % COMMAND, 'w')
p.write(PASSWD)
p.write('n')
p.write(PASSWD)
p.close()

But i failed to change the password.

The solution is use Pexpect
Read the rest of this entry »

Incoming search terms:

change user password python | change linux password with python | python change password linux | program python | change user password in python | change unix password web python | change password script python | change password python | change passwd from python | python change user password | 

Share and Enjoy