Manash Chaliha
hello every one , hai i m manash, i like computer programing and software development.
Tuesday, October 11, 2011
The official Google Code blog: Dart: a language for structured web programming
Friday, July 22, 2011
Monday, May 9, 2011
Linux command
Linux command
File/Directory Basics
ls List files
cp Copy files
mv Rename files
rm Delete files
ln Link files
cd Change directory
pwd Print current directory
name
mkdir Create directory
rmdir Delete directory
File Viewing
cat View files
less Page through files
head View file beginning
tail View file ending
nl Number lines
od View binary data
xxd View binary data
gv View Postscript/PDF files
xdvi View TeX DVI files
File Creation and Editing
emacs Text editor
vim Text editor
umask Set default file protections
soffice Edit Word/Excel/PowerPoint docs
abiword Edit Word documents
gnumeric Edit Excel documents
File Properties
stat Display file attributes
wc Count bytes/words/lines
du Measure disk usage
file Identify file types
touch Change file timestamps
chown Change file owner
chgrp Change file group
chmod Change file protections
chattr Change advanced file attributes
lsattr List advanced file attributes
File Location
find Locate files
slocate Locate files via index
which Locate commands
whereis Locate standard files
File Text Manipulation
grep Search text for matching lines
cut Extract columns
paste Append columns
tr Translate characters
sort Sort lines
uniq Locate identical lines
tee Copy stdin to a file and
to stdout simultaneously
File Compression
gzip Compress files
(GNU Zip)
compress Compress files (Unix)
bzip2 Compress files (BZip2)
zip Compress files
(Windows Zip)
File Comparison
diff Compare files line by line
comm Compare sorted files
cmp Compare files byte by byte
md5sum Compute checksums
Disks and Filesystems
df Show free disk space
mount Make a disk accessible
fsck Check a disk for errors
sync Flush disk caches
Backups and Remote Storage
mt Control a tape drive
dump Back up a disk
restore Restore a dump
tar Read/write tape archives
cdrecord Burn a CD
rsync Mirror a set of files
File/Directory Basics
ls List files
cp Copy files
mv Rename files
rm Delete files
ln Link files
cd Change directory
pwd Print current directory
name
mkdir Create directory
rmdir Delete directory
File Viewing
cat View files
less Page through files
head View file beginning
tail View file ending
nl Number lines
od View binary data
xxd View binary data
gv View Postscript/PDF files
xdvi View TeX DVI files
File Creation and Editing
emacs Text editor
vim Text editor
umask Set default file protections
soffice Edit Word/Excel/PowerPoint docs
abiword Edit Word documents
gnumeric Edit Excel documents
File Properties
stat Display file attributes
wc Count bytes/words/lines
du Measure disk usage
file Identify file types
touch Change file timestamps
chown Change file owner
chgrp Change file group
chmod Change file protections
chattr Change advanced file attributes
lsattr List advanced file attributes
File Location
find Locate files
slocate Locate files via index
which Locate commands
whereis Locate standard files
File Text Manipulation
grep Search text for matching lines
cut Extract columns
paste Append columns
tr Translate characters
sort Sort lines
uniq Locate identical lines
tee Copy stdin to a file and
to stdout simultaneously
File Compression
gzip Compress files
(GNU Zip)
compress Compress files (Unix)
bzip2 Compress files (BZip2)
zip Compress files
(Windows Zip)
File Comparison
diff Compare files line by line
comm Compare sorted files
cmp Compare files byte by byte
md5sum Compute checksums
Disks and Filesystems
df Show free disk space
mount Make a disk accessible
fsck Check a disk for errors
sync Flush disk caches
Backups and Remote Storage
mt Control a tape drive
dump Back up a disk
restore Restore a dump
tar Read/write tape archives
cdrecord Burn a CD
rsync Mirror a set of files
File/Directory Basics
ls List files
cp Copy files
mv Rename files
rm Delete files
ln Link files
cd Change directory
pwd Print current directory
name
mkdir Create directory
rmdir Delete directory
File Viewing
cat View files
less Page through files
head View file beginning
tail View file ending
nl Number lines
od View binary data
xxd View binary data
gv View Postscript/PDF files
xdvi View TeX DVI files
File Creation and Editing
emacs Text editor
vim Text editor
umask Set default file protections
soffice Edit Word/Excel/PowerPoint docs
abiword Edit Word documents
gnumeric Edit Excel documents
File Properties
stat Display file attributes
wc Count bytes/words/lines
du Measure disk usage
file Identify file types
touch Change file timestamps
chown Change file owner
chgrp Change file group
chmod Change file protections
chattr Change advanced file attributes
lsattr List advanced file attributes
File Location
find Locate files
slocate Locate files via index
which Locate commands
whereis Locate standard files
File Text Manipulation
grep Search text for matching lines
cut Extract columns
paste Append columns
tr Translate characters
sort Sort lines
uniq Locate identical lines
tee Copy stdin to a file and
to stdout simultaneously
File Compression
gzip Compress files
(GNU Zip)
compress Compress files (Unix)
bzip2 Compress files (BZip2)
zip Compress files
(Windows Zip)
File Comparison
diff Compare files line by line
comm Compare sorted files
cmp Compare files byte by byte
md5sum Compute checksums
Disks and Filesystems
df Show free disk space
mount Make a disk accessible
fsck Check a disk for errors
sync Flush disk caches
Backups and Remote Storage
mt Control a tape drive
dump Back up a disk
restore Restore a dump
tar Read/write tape archives
cdrecord Burn a CD
rsync Mirror a set of files
Sunday, May 8, 2011
What is Android?
What is Android?
Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.
Features
- Application framework enabling reuse and replacement of components
- Dalvik virtual machine optimized for mobile devices
- Integrated browser based on the open source WebKit engine
- Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the OpenGL ES 1.0 specification (hardware acceleration optional)
- SQLite for structured data storage
- Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)
- GSM Telephony (hardware dependent)
- Bluetooth, EDGE, 3G, and WiFi (hardware dependent)
- Camera, GPS, compass, and accelerometer (hardware dependent)
- Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the Eclipse IDE
Android Architecture
The following diagram shows the major components of the Android operating system. Each section is described in more detail below.
Applications
Android will ship with a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using the Java programming language.
Application Framework
By providing an open development platform, Android offers developers the ability to build extremely rich and innovative applications. Developers are free to take advantage of the device hardware, access location information, run background services, set alarms, add notifications to the status bar, and much, much more.
Developers have full access to the same framework APIs used by the core applications. The application architecture is designed to simplify the reuse of components; any application can publish its capabilities and any other application may then make use of those capabilities (subject to security constraints enforced by the framework). This same mechanism allows components to be replaced by the user.
Underlying all applications is a set of services and systems, including:
- A rich and extensible set of Views that can be used to build an application, including lists, grids, text boxes, buttons, and even an embeddable web browser
- Content Providers that enable applications to access data from other applications (such as Contacts), or to share their own data
- A Resource Manager, providing access to non-code resources such as localized strings, graphics, and layout files
- A
Notification Manager
that enables all applications to display custom alerts in the status bar - An
Activity Manager
that manages the lifecycle of applications and provides a common navigation backstack
4 Popular opensource Project Management applications
dotProject
Achievo
GanttProject
Faces
how to change your loser mark trend to Wining speed
you and i will nt get yesterday to our life , so dn't think about too much on yesterday what ever i get or wht you and i lost , if you made out some mistake than point it out what you work wrongly and try to best possible way to not repeat that mistake once again or again and again.try to carry out a small note book and write it down what you did in the whole day , it will help you how you passed your day.more over we need too follow a daily routine ,when i get up i use too write a note what i will do for day.......... from there you are able too find it out your daily success .