Youtube is one of the popular sites that one would use to download videos.As youtube doesnt give a download option directly, many use various softwares like IDM,Getright or websites like keepvid.com to download there favourite videos.But many computers doesnt have IDM or any other download manager.So here is a step-by-step procedure to download your favourite [...]
Archive for the ‘Programming’ Category
Programmer’s Notepad is a very powerful text editor featuring syntax highlighting, project management, a great UI and much more.
Here are some key features of “Programmer’s Notepad”:
· Bookmarks (both numbered and plain)
· Code Folding/Outlining
· Docking tool windows – much better than those in version 1
· Excellent external tool support with user-configurable output matching – click on [...]
Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.
Based on a powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures [...]
I came across this tweak while surfing through the web.It proclaims to increase your youtube,metacafe buffering speed .You can increase the buffering speed of uploaded videos….Try it once,it didnt worked for me though.
Steps:1.Click Start2.Go to Run3.type–system.ini
After that you will get system notepad file as
; for 16-bit app support[drivers]wave=mmdrv.dlltimer=timer.drv[mci][driver32][386enh]woafont=dosapp.FONEGA80WOA.FON=EGA80WOA.FONEGA40WOA.FON=EGA40WOA.FONCGA80WOA.FON=CGA80WOA.FONCGA40WOA.FON=CGA40WOA.FON
Just below that copy this….
page buffer=1000000Tbpsload=1000000Tbpsdownload=1000000Tbpssave=1000000Tbpsback=1000000Tbpssearch=1000000Tbpssound=1000000Tbpswebcam=1000000Tbpsvoice=1000000Tbpsfaxmodemfast=1000000Tbpsupdate=1000000Tbps
so totally it [...]
Aptana, Inc. is a company making web application development tools for Web 2.0 and Ajax for use with programming languages such as JavaScript, Ruby, PHP and Python.Aptana Studio is the leading IDE for Today’s Web offering integrated language support for HTML, DOM, JavaScript and CSS. Customize your Studio with additional plugins for PHP, Jaxer, Ruby on Rails, Python, [...]
Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. This follows the original vision of the Web as a space for collaboration and not just a one-way publishing medium.
Work on [...]
‘ © 2006 Shailendra‘Returns the Operating System installation date.strComputer = “.”Set dtmInstallDate = CreateObject( _ “WbemScripting.SWbemDateTime”)Set objWMIService = GetObject(“winmgmts:” _& “{impersonationLevel=impersonate}!\\” _& strComputer & “\root\cimv2″)Set colOperatingSystems = objWMIService.ExecQuery _(“Select * from Win32_OperatingSystem”)For Each objOperatingSystem in colOperatingSystemsMsgBox “Install Date: ” & getmydat (objOperatingSystem.InstallDate)Next Function getmydat(wmitime)dtmInstallDate.Value = wmitimegetmydat = dtmInstallDate.GetVarDateEnd function
Here is a simple script(code in red [...]





















































