Skip to main content

Posts

Showing posts with the label misc

Creating & Working On a CVS Branch Example Usage

Example usage OF Creating & Working On a CVS Branch Tried working hard on CVs commands, here is simple example for working in branch using CVS, CVS is becoming nomore use with everyone opting for SVN, still CVS usages is wide as it is old, Lets start with CVS commands to create a branch This is done with two commands, cvs tag -b release-1 //create branch cvs update -j release-1 //merge the changes in main tot Lets see with simple example Creating and working on a branch for the existing kernel source. #cvs co kernel/linux-2.6.26 #cd kernel/linux-2.6.26/ #cvs tag -b release-1 First we created a branch to the kernel source, as we are doing first release. Continue your development work for second release. After some time, reported a problem in the first release. So you need to Get the kernel source code of first release. #cvs co -r release-1 kernel/linux-2.6.24 and fix the problems Now If you want to merge these changes in to main trunk. #cvs update -j release-1 And you are done with ...

Define:Blu-ray & About Blu-ray Movies HDTV Info

The Advancement of technology had entered into nanometer age. search in google define:Blue-ray will get wiki pages here is summary of it. Blu-ray Disc (also known as Blu-ray or BD) is an optical disc storage medium designed to supersede the standard DVD format. Its main uses are for storing PlayStation 3 games, high-definition video, and data storage, with up to 50 GB per disc. This is quite impressive, The disc has the same physical dimensions as standard DVDs and CDs. Why Blu-ray disc stores 50GB on same size of DVD/CD? Well here is advancement of laser technology, thanks to Shuji Nakamura for his invention on blue laser, The name Blu-ray Disc derives from the blue-violet laser used to read the disc. While a standard DVD uses a 650 nanometre red laser, Blu-ray uses a shorter wavelength, a 405 nm blue-violet laser, and allows for almost six times more data storage than on a DVD. check out about Blu-ray Movies - Everything about Blu-ray movies and releases .at http://www.blu-ra...

SCALA Programming Language Secret Behind Twitter's Growth

SCALA programming language and Secret behind Twitter's growth Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application. http://www.scala-lang.org/ Introducing Scala Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application. Programming Scala book Programming in Scala Some books A comprehensive step-by-step guide by Martin Odersky, Lex Spoon,...

apsscresults 10th Class results ssc 2009 of AP Board

Andhra Pradesh State Board SSC Results 2009 announced today (27-May-09) by 10.45 am. There is lot of rush for those sites, Results will be available on the following sites: I have tried to give direct links for results, good luck to students. Results direct links from manabadi ssc SSC results on SMS from manabadi results.manabadi.co.in Indiaresults Bharat student Results direct links from results.sakshi.com AP SSC REGULAR results 09 results.sakshi.com/textfile/R_PRES91.TXT AP SSC PRIVATE Results results.sakshi.com/textfile/P_PRES9.txt AP OSSC REGULAR results results.sakshi.com/textfile/OS_PRES92.txt AP OSSC PRIVATE results results.sakshi.com/textfile/OS_PRES92.txt Sakshi Results Sakshi Results. Ceep 2009 Results · Inter Second Year 2009 Results · Inter First Year 2009 Results. results.sakshi.com Results direct links from vidyavision.com Andhra Pradesh SSC 2009 Results (General) Andhra Pradesh SSC 2009 Results (Vocational) Andhra Pradesh Examination Results- Vidyavision .com ...

AVG Antivirus Free Download a free.avg.com Online

Here are some links for avg antivirus free, avg antivirus, avg free download, avg antivirus gratis, avg free AVG Free - Download AVG Anti-Virus Free Edition for Windows XP and ... AVG Anti-Virus Free Edition - trusted by 80 million users. Antivirus and antispyware protection for Windows available to download for free ... free.avg.com free.avg.com/download-avg-anti-virus-free-edition clipped from Google - 4/2009 AVG Free - Download antivirus and antispyware software for Windows ... Download antivirus and antispyware security software for Windows for free , join the millions of home users that trust AVG to protect their computers. free.avg.com AVG Anti-Virus Free Edition - Free software downloads and reviews ... Come to CNET Download .com for free and safe AVG Anti-Virus Free Edition downloads. Protect your computer from viruses and malicious programs. download.cnet.com

Loop Unrolling or Loop unwinding in C

What is Loop Unrolling or Loop unwinding in C? Loop unwinding, also known as loop unrolling , is a loop transformation technique that attempts optimize a program's execution speed at the expense of its size. The goal of loop unwinding is to increase the program's speed by reducing (or eliminating) the "end of loop" test on each iteration. Loops can be re-written as a sequence of independent statements which eliminates the loop controller overhead. The major side effects of loop unrolling is The increased register usage in a single iteration to store temporary variables (though much will depend on possible optimizations), which may hurt performance. The code size expansion after the unrolling, which is undesirable for embedded applications and for purposes of code readability. Large code can also cause an increase in instruction cache misses, which may adversely affect performance. A simple example A procedure in a computer program is to delete 100 items from a collec...

Access Samba Using Dos Commands List Here

I was searching for accessing samba using DOS command, Finally I managed it by own; here is list of useful command. To mount or to map the SAMBA folder to local machine. eg; to map public folder from and copy test.txt use :- net use z: \\computer\folder Map the Z: drive to the network path //computer/folder. net use z: \\2.168.4.500\public enter user-name (if connecting first time) enter password To copy the data to this drive ie to put file copy test.txt \\2.168.4.500\public to get the file copy \\2.168.4.500\public\test.txt To delete the connection use net use z: /del /yes

Animated LILO The Linux Loader for SuSE Linux 7.2 or Animated boot-up screen

It's just something fun to do to add eye candy to your boot-up screen, if your tired of looking at the same old LILO prompt or boot-up screen every time you start your system. Make your LILO boot screen more exciting with animated pictures! From the author's web page: Since mid-2001, most Linux distributions include some patched versions of LILO (the LInux LOader) that support VGA or VESA graphical modes and make it possible to have a nice background image while booting. Starting with SuSE Linux 7.2, the SuSE distribution includes an interesting extension to LILO that allows a programmer to define some callback functions that are triggered when some events occur (key pressed, timeout, ...). It gives a much greater flexibility than the other extensions that are provided by most of the other Linux distributions, including the new graphical modes that have recently been added to the official version of LILO 22.x. While testing the SuSE version of LILO and the helper program mkboot...

Useful Windows DOS Commands For Linux Users

Useful Windows DOS Commands For Linux Users the most useful DOS commands available in Windows XP. DOS Commands must be run at the prompt of the Cmd.exe. To open Command Prompt, click Start, click Run, type cmd, and then click OK. Now try some useful commands; 1. To convert FAt32 volume into NTFS volume use :- CONVERT F: /FS:NTFS converts F drive into NTFS format. 2. Disconnect all the connection using net use use : - net use * /del /yes This will delete all the connection to your windows system; means If you have already connected to some system with shared folders and provided log in and password. After using this command you need to type login and password again. One can disconnect specific connection using net use. : net use will display all the connection list. 3. Today I learn about SDelete command. (works on Windows NT/2000's (Win2K) ) SDelete is a command line utility that takes a number of options. In any given use, it allows you to delete one or more files and/or direc...

dda housing scheme 2008 results at www.dda.org.in

Housing Scheme 08 — the Delhi Development Authority’s latest offering of affordable houses for citizens. The much-awaited draw of lots to the Delhi Development Authority (DDA) Housing Scheme 2008 – under which 5,010 flats are up for sale. The DDA will, however, upload the list of successful allottees on its website www.dda.org.in by 3 p.m. To view your Registration/Allotment/Application Status please: 1. Select Scheme, either enter Registration/Application No. or Priority No., and select Flat category. Scheme: Of the 12.64 lakh application forms which were sold, 5,60,000 forms were found eligible for inclusion in the lottery by DDA. The list will also appear in all national newspapers on Wednesday,” said Dhar. DDA Draw Result Website ALLOTMENTS TO CTRL GOV PSU, AMBEDKAR AWAS YOJNA, CGHS, DDA HOUSING SCHEME 2006, DDA HOUSING SCHEME 2008, DWARKA HIG HOUSING SCHEME 2003 ... www.dda.org.in direct link is dda.org.in/housing/results/reg_results.asp dda,...

Ruby.rewrite Ruby Fringe talk by Braithwaite

Ruby.rewrite(Ruby).In this RubyFringe talk, Reginald Braithwaite shows how to write Ruby that reads, writes, and rewrites Ruby. The demos include extending the Ruby language with conditional expressions, new forms of evaluation such as call-by-name and call-by-need, and more. RubyFringe is an avant-garde conference for developers that are excited about emerging Ruby projects and technologies. They're mounting a unique and eccentric gathering of the people and projects that are driving things forward in our community. about Author Reginald Braithwaite was the tech lead on the team that created JProbe Threadalyzer, a tool that did automatic detection of potential threading-related bugs. check out the presentation here.

SAMBA Access From Windows Error

When I was trying to access samba shares from windows I was able to access the shares with entered user name and password but that was happening only once; as windows was storing the session details; I was not able to login with different user name other share access; I was getting error "Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.." one solution to this is reboot the windows system and try again. But that's very rude solution. Simple solution is Open a Command Prompt and type these commands: net use (to see all existing connections) net use * /del /yes (to delete all existing connections) Great..

dasara marathi message dasara greetings in marathi

Dasara Marathi Greetings-SMS-marathi-Messages-vijaya dasami marathi greeting cards for vijaya dasami Happy Vijaya Dashami ! Celebrate the victory of the forces of good over Evil Dasara is celebrated in Nepal by the name of Dashain. Vijayadashami (Hindi and Marathi : विजयादशमी, Kannada:ವಿಜಯದಶಮಿ) Marathi Wishes for Dasara.. Apanas ani aplya kutumbiyans Vijayadashami nimmitt hardik shubhechha! dassera greetings, marathi world, greetings, dassera, marathi greeting MARATHIGREETING.COM Special Marathi Greetings from marathiGreeting.com. ... Dasera , nljk. New Born, ckGkph pkgwy. Marathi Birthday, ok Marathi Diwali ... www. marathigreeting .com/ मराठी शुभेच्छापत्रे greeting marathi greetings ... New Marathi Greeting Cards. Send this Marathi Dipawali Greeting Dasara Greeting Card to your friends · Click to Send this Greeting card to your friends for ... www. marathi mati.com/ greetings /Send_ Dasara _Card1.asp मराठी शुभेच्छापत्रे - Greetings Cards, Marathi ... Send free Marathi Gr...

uppsc U.P. PUBLIC SERVICE COMMISSION Results

Uttar Pradesh Public Service Commission uppsc U.P. PUBLIC SERVICE COMMISSION, 10 KASTURBA GANDHI MARG, ALLAHABAD Marksheet of Combined State/Upper Subordinate Services (Pre.) Exam - 2006 Marks of Combined State/Upper Subordinate Services (Pre) Exam - 2006 CALLED CANDIDATES FOR INTERVIEW IN U.P. JUDICIAL SERVICES CIVIL JUDGE (J.D.) MAIN EXAM-2006 SELECTED CANDIDATES OF LECTURER GENERAL MEDICINE IN RAJKEEYA MEDICAL COLLEGES U.P. (ALLOPATHIC). check more Results uttar pradesh public service commission uppsc.org.in

TNUSRB Results Tamilnadu Police Result tn.gov.in/tnusrb

Tamil Nadu Uniformed Service Recruitment Board had announced the results and recruitment notifications. Recruitment Notifications from Tamilnadu Government can be checked at these websites. http://www.tn.gov.in/tnusrb/recruitment.htm http://www.tn.gov.in/tnusrb/news.htm Tamil Nadu Uniformed Service Recruitment Board (TNUSRB) Results and Notification regarding the TNUSRB can be found at the following links Following are some of the TNUSRB links of Interest. http://www.tn.gov.in/tnusrb/recruitment.htm http://www.tn.gov.in/tnusrb/news.htm www.tn.gov.in/tnursb, www.tn.gov.in, www.tn.gov.in/tnusrb, tn.gov.in, railways, iti results, tn.gov.in/tnusrb, irtc.co.in, tn.gov.in, iti results, tnusrb, railways, southern railway reservation, railways, tnusrb List of candidates provisionally selected for Endurance Test, Physical Measurement & Physical Efficiency Test Recruitment Notifications from Tamilnadu Government can be checked at these websites. http://www.tn.gov.in/tnusrb/GR_2_PC_2007/G...

When Was The OSF Founded Unix

The Open Software Foundation (OSF) was an organization founded in 1988 to create an open standard for an implementation of the Unix operating system. The founding of the organization was largely seen as a response to the collaboration between AT&T and Sun Microsystems on UNIX System V Release 4, and a fear that other vendors would be locked out of the standardization process. This led Scott McNealy of Sun to quip that "OSF" really stood for "Oppose Sun Forever." OSF's standard Unix implementation was known as OSF/1 and was first released in 1992.[2] For the most part, it was a failure; by the time OSF stopped development of OSF/1 in 1994, the only vendor using OSF/1 was Digital, which rebranded it Digital UNIX In February 1996 the new OSF merged with X/Open to become The Open Group. Despite the similarity in name and the fact that both groups were based in Cambridge, Massachusetts, there was never any connection between OSF and the Free Software F...

Where Linux User Group Information Stored

Where does linux stores user and group information? User names and primary groups are stored in /etc/passwd . This file can be directly edited using the 'vi' editor, although this is not recommended. Format of the file is * User name (normally all lower case) * Password (encrypted - only contains the letter 'x') * User ID (a unique number of each user) * Primary Group ID * Comment (Normally the person's full name) * Home directory (normally /home/ * Default shell (normally /bin/bash) Each field is separated by a colon. for example: # cat /etc/passwd root:x:0:0:root:/root:/bin/sh bin:x:1:1:bin:/bin:/bin/sh daemon:x:2:2:daemon:/usr/sbin:/bin/sh adm:x:3:4:adm:/adm:/bin/sh lp:x:4:7:lp:/var/spool/lpd:/bin/sh sync:x:5:0:sync:/bin:/bin/sync shutdown:x:6:11:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt uucp:x:10:14:uucp:/var/spool/uucp:/bin/sh operator:x:11:0:Operator:/var:/bin/sh nobody:x:99:99:nobody:/home:/bin/sh admin:x:1001:1000:a...

Infosys TCS Wipro Satyam Patani Firing News Not Infy

After yesterday news on HP firing 24,000 employees IT engineers are worried about news on IT companies firing. HP 25000 Lay-offs - http://www.mercurynews.com/realestatenews/ci_10470929?nclick_check=1 Satyam 4500 Job cuts - http://ashq.wordpress.com/2008/09/15/satyam-layoff-4500-employees/ Wipro - 2500 Job cuts http://ashq.wordpress.com/2008/09/09/wipro-lay-off-2500-employee/ This is the cycle and everyone has to sustain this problem. If you see the past 10 years record of IT industry it got changed in 2-3 times majorly in 2003. Satyam and Wipro are service based companies if their client is going to the depth of loss then why they bare the loss it is obvious that they will fired the employees. The recent IT Lay offs is mainly due to US market slowdowns. And as everyone of us knows that the market is never stable. Who knows that though it is down now, it may grow at a remarkable height. Also, talking about the IT layoffs, apart from job cuts, these companies are also hiring good numbe...

www.meficai.org ICAI MEF 2008-09 Acknowledgement

www.meficai.org ICAI MEF 2008-09 Acknowledgement Institute of Chartered Accountants of India- ICAI Click here to download your acknowledgement or direct link http://www.meficai.org/mymefstatus.jsp Multipurpose Empanelment Form (MEF) 2008-09 Download Multipurpose Empanelment Form (MEF) for the year 2008-09 meficai, www.meficai.org, mef icai, bessel function, dhaka stock exchange ICAI-Multipurpose Empanelment Form (MEF) 2008-09-MEFICAI. [Last date for submission of applications on the website: 15th September, 2008. Last date for receipt of hard copy of duly signed declaration: 25th September, 2008]