Search the web
Sign In
New User? Sign Up
twincling · Twincling Technology Foundation, India
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6201 - 6230 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6201
Hello  can you please tell me how to use webcam in ubutnu, i mean which drivers to install ?My laptop(HP) is having inbuilt webcam. Jyothi....
jyothi naga
nagajyothi_1988@...
Send Email
Jul 1, 2009
2:30 pm
6202
... Write a new slot. New slot = call QWidget::adjustSize() + call QWidget::repaint() Fun. :) By the way, college-related stuff = Context Free Grammars and...
Anirudh Ramachandran
pitbull.159@...
Send Email
Jul 1, 2009
5:03 pm
6203
Hey thanks, it worked!!! ... [Non-text portions of this message have been removed]...
Keval Vora
kvlvora
Offline Send Email
Jul 1, 2009
5:26 pm
6204
Hi Jyothi, Sit in front of you laptop and run following command ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 320x240 -i /dev/video0 jyothi.mpg Then smile for...
Jagadeesh N. Malakann...
mn_jagadeesh
Online Now Send Email
Jul 2, 2009
5:20 am
6205
... Why are you making world readable, writeable and executable? When you would need to do that? jagadeesh....
Jagadeesh N. Malakann...
mn_jagadeesh
Online Now Send Email
Jul 2, 2009
5:21 am
6206
Hi All, I am using windows operating system and my file format is FAT32. Unfortunately I have deleted my project(which is developed in flex) from my hard disk....
ramesh
ramesh_kittu
Offline Send Email
Jul 2, 2009
5:21 am
6207
Hi: trying to extract an tar.gz archive and get this error. -- Files to extract: '*' Overwriting existing files. Skipping to next header .: Cannot utime:...
Saifi Khan
saifi.khan
Offline Send Email
Jul 2, 2009
9:53 am
6208
... Did you check the archive's integrity? "gunzip -t". ... -- Anirudh R (tarantinofan.wordpress.com) "There nearly always is method in madness. It's what...
Anirudh Ramachandran
pitbull.159@...
Send Email
Jul 2, 2009
10:06 am
6209
... Also, to test that the tar file inside is not corrupt, "gunzip -c foo.gz | tar tf foo.tar.gz". "gunzip -c": Write the output to stdout. You can also use...
Anirudh Ramachandran
pitbull.159@...
Send Email
Jul 2, 2009
10:20 am
6210
... hii ramesh, try DATARECOVERY software.,., i'm not sure it vil give u da results .,., but giv it a try.,., try to download it its just 412kb.,.,., Ravi Teja...
Nani
aravitejareddy@...
Send Email
Jul 2, 2009
3:54 pm
6211
Hi all: Encountering the following error when accessing sites like sourceforge.net using Firefox 3.0.10 over SSL. -- Redirect Loop Firefox has detected that...
Saifi Khan
saifi.khan
Offline Send Email
Jul 3, 2009
4:20 am
6212
... Computing and parallelism research is independent of Linux kerne ! People keen to do research would look at the problems as they exist today and not as...
Saifi Khan
saifi.khan
Offline Send Email
Jul 3, 2009
4:21 am
6213
Hi Saifi, Try deleting all cookies maintained by sourceforge.net. It may work. Check this link: (especially the last comment on the first page and onwards): ...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
4:44 am
6214
Hi, I thought "localhost" is equivalent to "127.0.0.1". However, when i try to use this http://localhost:3000/say/hello , it says "Unable to connect Firefox...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
4:51 am
6215
hi, that redirect loop is coming because of faulty script run by third party ad. if you try adblock or noscript extention of firefox, i should work. you just...
manish kumar
abhiman.bit@...
Send Email
Jul 3, 2009
5:15 am
6216
Hello Karthik, You can check the hosts file inside etc directory.There may be two entries for the localhost 127.0.0.1 and 127.0.0.1::1.You an try commenting...
Varun Jain
rebelvarun
Offline Send Email
Jul 3, 2009
8:42 am
6217
Hi Varun, My hosts file contains this: 127.0.1.1 localhost 127.0.1.1 tiger # The following lines are desirable for IPv6 capable hosts ... fe00::0...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
8:56 am
6218
Hello Karthik, Well as evident from the data of your hosts file the localhost is mapped to 127.0.1.1 on your system.So if you want to resolve your problem you...
Varun Jain
rebelvarun
Offline Send Email
Jul 3, 2009
10:09 am
6219
It is but the /etc/hosts file might not have a mapping of 'localhost' to '127.0.0.1'. Check if the /etc/hosts file has a line something like- *127.0.0.1 ...
Navneet Thillaisthanam
navneeth_ts
Offline Send Email
Jul 3, 2009
10:23 am
6220
The first line is the culprit. Change the 127.0.1.1 localhost to 127.0.0.1 localhost. It will work. Navneet [Non-text portions of this message have been...
Navneet Thillaisthanam
navneeth_ts
Offline Send Email
Jul 3, 2009
10:23 am
6221
your host should have 127.0.0.1 localhost entry. ... [Non-text portions of this message have been removed]...
manish kumar
abhiman.bit@...
Send Email
Jul 3, 2009
10:23 am
6222
HI Varun, Navneet, Manish, I changed the first line to "127.0.0.1 localhost" and restarted the servers and it worked. But why was Drupal working earlier with...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
10:37 am
6223
also, what do rest of the lines in hosts indicate? ... [Non-text portions of this message have been removed]...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
10:39 am
6224
Hi Saifi, I use FF 3.0.11 . Everything is fine.Yeah i have ABP running.So, Possibly that might help you out. as manish says. thanks, SMS ... [Non-text portions...
Mukund Deshpande
electrifying...
Offline Send Email
Jul 3, 2009
10:47 am
6225
Hello Kartik, Well to put that straight I am not much acquainted with drupal except that it is an open source web management system.Checking its installation...
Varun Jain
rebelvarun
Offline Send Email
Jul 3, 2009
12:14 pm
6226
thnx :) ... [Non-text portions of this message have been removed]...
Kartik Nayak
kartik1507@...
Send Email
Jul 3, 2009
1:00 pm
6227
Hi all: Those of us looking at Project management tools, here are two sophisticated Open Source solutions. OpenPROJ http://openproj.org/openproj OpenProj...
Saifi Khan
saifi.khan
Offline Send Email
Jul 3, 2009
2:34 pm
6228
Hi all: KDE 4.2.2 is available for Windows. The KDE on Windows Project is aimed at native porting of the KDE applications to MS Windows. Currently Windows...
Saifi Khan
saifi.khan
Offline Send Email
Jul 4, 2009
1:49 am
6229
Hi all: While there is hoo-haa about 'parallelism research' etc, i'd like to recommend a serious paper in this regard. This paper came up with the '13 Dwarf'...
Saifi Khan
saifi.khan
Offline Send Email
Jul 4, 2009
1:50 am
6230
Hi all: Anybody tried VoicePHP ? From the website, """ In simple terms, it?s the same old PHP which now enables you to create voice applications. It?s not an...
Saifi Khan
saifi.khan
Offline Send Email
Jul 4, 2009
2:19 am
Messages 6201 - 6230 of 6440   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help