http://digitalpbk.blogspot.com/2009/12/google-chrome-for-linux-finally.html
Google Chrome for
Linux finally available
Click Here ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2009/12/official-google-blog-google-chrome-for.html
Official Google Blog: Google Chrome for the holidays: Mac,
Linux and extensions in beta
http://digitalpbk.com/2009/12/install-google-chrome-
linux-ubuntu-910 ...
Published 2 years, 2 months ago
http://digitalpbk.com/python/php-sprintf-function-in-python
does formatting.
var = '%d %s %d = %d' % (4,'+',5,9)
The above code assigns var = "4 + 5 = 9"
Install Python for Nokia E63 / E71
compatible symbian phones and code on the move
Python rocks :)
Python
Software ...
Published 1 year, 10 months ago
http://digitalpbk.com/google-chrome/install-google-chrome-linux-ubuntu-910
Installing Google Chrome on Ubuntu 9.10
Installation
Click Here to install Google Chrome on Ubuntu.
Google
Linux
Ubuntu
Software ...
Published 2 years, 2 months ago
http://digitalpbk.com/projects/imtools-linux-command-line-tool-convert-images-one-format-another-jpeg-bmp-png
IMTools -
Linux command line tool convert images from one format to another
This is a tool, I wrote for my Main Project a while back so I thought of putting it up here. The suite imtool was written to convert JPEG file to a RAW format for use with FPGA.
The imtool utility can do much more than just JPEG to RAW, it can handle the following file format changes.
JPEG to RAW, BMPBMP to RAW,JPEGPNG to RAW,BMP,JPG
It can also render an image preview to a window using OpenGL.
OS:
Linux
Linux ...
Published 2 years, 2 months ago
http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste
Linux style command line for Windows, Drag to Select, Right click to paste
Ever wondered if you could want more out of the windows command line ?
Usually on windows command line in order to select a piece of text, you have to right click the command line title and select mark and then mark the piece of text selected and press enter. And to paste we have to right click on the title and in the Edit menu select paste, which is a painful way of doing it.
On
linux on the other hand, command line ...
Published 1 year, 11 months ago
http://digitalpbk.blogspot.com/2007/04/installing-gcc-for-linux-fedora-core-6.html
Installing GCC for
Linux (Fedora Core 6)
IntroductionPhew! Here are the steps for installing the GNU C Compiler (GCC) for
Linux in Fedora Core 6 .StepsDownload the following files : libgomp-4.1.1-30.i386.rpmglibc-headers-2.5-3.i386.rpmglibc-devel-2.5-3.i386.rpmgcc-4.1.1-30.i386.rpmYou can get the above files by searching for the above files on http://rpmfind.net/
linux/rpm2html/search.phpInstall the rpm's , open the console : [.....]# rpm -Uvh libgomp-4.1.1-30.i386.rpm..[.....]# rpm -Uvh ...
Published 4 years, 10 months ago
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html
... DoneBuilding dependency tree Reading state information... DoneNote, selecting
linux-headers-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting
linux-image-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting
linux-image-2.6.27-9-server for regex '2.6.27-9-*'Note, selecting
linux-headers-2.6.27-9 for regex '2.6.27-9-*'Note, selecting
linux-headers-lbm-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting
linux-headers-2.6.27-9-server for regex ...
Published 3 years, 3 months ago
http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910
Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to
Linux
#GRUB_DISABLE_
LINUX ...
Published 2 years, 3 months ago
http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html
XP",WS_OVERLAPPEDWINDOW,CW_USEDEFAULT,CW_USEDEFAULT,CW_USEDEFAULT,CW_USEDEFAULT,NULL,NULL,hInstance,NULL); ShowWindow(hwnd,nWinMode); UpdateWindow(hwnd); while(GetMessage(&msg;,NULL,0,0)) { TranslateMessage(&msg;); DispatchMessage(&msg;); } return msg.wParam;}LRESULT CALLBACK WindowFunc(HWND hwnd,UINT message,WPARAM wparam,LPARAM lparam){ switch(message) { case WM_DESTROY: PostQuitMessage(0); break; default: return DefWindowProc(hwnd,message,wparam,lparam); } return 0;}Windows OS SkeletonWindows is called so because all things you see on your desktop is broken into small Windows ...
Published 4 years, 4 months ago