[Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread Shrinivasan T
I am trying to scrap the site http://skopenoffice.blogspot.in/ for
creating as an ebook for FreeTamilEbooks.com

I try manual File->save as, automated using wget, httrack, or python mechanize.

I can save only the text, can not get the images.

How to download the text and images from this site?

Thanks.

-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com

Get CollabNet Subversion Edge : http://www.collab.net/svnedge
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] uniq is not working for unicode text

2014-07-25 Thread Shrinivasan T
I have a text file with tamil words.
one word per line.


cat test.txt
நன்றி
நண்பரே.
நன்றி


Let us sort this.

cat test.txt | sort
நண்பரே.
நன்றி
நன்றி


Let us use uniq for this.

cat test.txt | sort | uniq
நண்பரே.
நன்றி
நன்றி


uniq is not working for the unicode text.

We are collecting tamil words to build a tamil spellchecker using hunspell.
We need to remove duplicate words from the collection.

The uniq is not working.

Is there any other way to find duplicate words from unicode file?

Thanks.


-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com

Get CollabNet Subversion Edge : http://www.collab.net/svnedge
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] uniq is not working for unicode text

2014-07-25 Thread Arun Prakash
Hello,

>
> uniq is not working for the unicode text.
>
> We are collecting tamil words to build a tamil spellchecker using hunspell.
> We need to remove duplicate words from the collection.
>
> The uniq is not working.
>
> Is there any other way to find duplicate words from unicode file?
>

Why not do it in Libreoffice Calc (
http://milospjanic.blogspot.com/2011/10/how-to-remove-duplicates-in-libreoffice.html
).

-- 
Regards,
Arun Prakash
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread L. Guruprasad
Hi Shrini,

On 25-07-2014 15:50, Shrinivasan T wrote:
> I am trying to scrap the site http://skopenoffice.blogspot.in/ for
> creating as an ebook for FreeTamilEbooks.com
> 
> I try manual File->save as, automated using wget, httrack, or python 
> mechanize.
> 
> I can save only the text, can not get the images.

I visited this page in my browser and saved it using Menu->Save as. The
image in the post was saved along with other images and html page.

Thanks & Regards,
Guruprasad



signature.asc
Description: OpenPGP digital signature
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] uniq is not working for unicode text

2014-07-25 Thread రహ్మానుద్దీన్ షేక్
Use sort -u


On Fri, Jul 25, 2014 at 4:02 PM, Shrinivasan T 
wrote:

> I have a text file with tamil words.
> one word per line.
>
>
> cat test.txt
> நன்றி
> நண்பரே.
> நன்றி
>
>
> Let us sort this.
>
> cat test.txt | sort
> நண்பரே.
> நன்றி
> நன்றி
>
>
> Let us use uniq for this.
>
> cat test.txt | sort | uniq
> நண்பரே.
> நன்றி
> நன்றி
>
>
> uniq is not working for the unicode text.
>
> We are collecting tamil words to build a tamil spellchecker using hunspell.
> We need to remove duplicate words from the collection.
>
> The uniq is not working.
>
> Is there any other way to find duplicate words from unicode file?
>
> Thanks.
>
>
> --
> Regards,
> T.Shrinivasan
>
>
> My Life with GNU/Linux : http://goinggnu.wordpress.com
> Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com
>
> Get CollabNet Subversion Edge : http://www.collab.net/svnedge
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines




-- 
With thanks & regards
*Rahimanuddin Shaik*
నాని


[image: File:Wikimedia India logo.svg] 
 reachout

ఒక విశ్వాన్ని ఊహించండి, ఎక్కడయితే ప్రతి మనిషి ఒక సంపూర్ణ విజ్ఞానభాండారాన్ని
అందరితో పంచుకోగలడో, ఆ విశ్వాన్ని ఊహించండి. *అటువంటి విశ్వాన్ని నెలకొల్పడమే
మా సంకల్పం.*
తెలుగు వికీపీడియా : http://te.wikipedia.org
A new address for ebooks : http://kinige.com
*తెలుగువారికి సాంకేతిక సహాయం - http://techsetu.com *
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] uniq is not working for unicode text

2014-07-25 Thread రహ్మానుద్దీన్ షేక్
~$ cat test.txt|sort -u
நண்பரே.
நன்றி


-- 
With thanks & regards
*Rahimanuddin Shaik*
నాని


[image: File:Wikimedia India logo.svg] 
 reachout

ఒక విశ్వాన్ని ఊహించండి, ఎక్కడయితే ప్రతి మనిషి ఒక సంపూర్ణ విజ్ఞానభాండారాన్ని
అందరితో పంచుకోగలడో, ఆ విశ్వాన్ని ఊహించండి. *అటువంటి విశ్వాన్ని నెలకొల్పడమే
మా సంకల్పం.*
తెలుగు వికీపీడియా : http://te.wikipedia.org
A new address for ebooks : http://kinige.com
*తెలుగువారికి సాంకేతిక సహాయం - http://techsetu.com *
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Re: [Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread Shrinivasan T
> I visited this page in my browser and saved it using Menu->Save as. The
> image in the post was saved along with other images and html page.

Yes. File->Save as Works.

Apologies for wrong info.

I want to download all the posts automatically.
Can't save all the pages manually.


-- 
Regards,
T.Shrinivasan


My Life with GNU/Linux : http://goinggnu.wordpress.com
Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com

Get CollabNet Subversion Edge : http://www.collab.net/svnedge
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread Arun Khan
On Fri, Jul 25, 2014 at 3:50 PM, Shrinivasan T  wrote:
> I am trying to scrap the site http://skopenoffice.blogspot.in/ for
> creating as an ebook for FreeTamilEbooks.com
>
> I try manual File->save as, automated using wget, httrack, or python 
> mechanize.
>
> I can save only the text, can not get the images.
>
> How to download the text and images from this site?

'man wget'  look for the mirror option.

HTH
-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread pavithran
On Fri, Jul 25, 2014 at 5:56 PM, Arun Khan  wrote:
>> I try manual File->save as, automated using wget, httrack, or python 
>> mechanize.
> 'man wget'  look for the mirror option.

wget -m url should work fine.

Sometime you might be in a situation where some scripts wont allow you
to make a proper mirror/copy .
In such cases I found the mozilla addon Down them all very useful.
https://addons.mozilla.org/en-US/firefox/addon/downthemall/

Regards,
Pavithran

-- 
pavithran sakamuri
http://look-pavi.blogspot.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] [ilugc] Intel HDA IDT 92HD73C1X5 codec, not able to configure 5.1 speakers in Ubuntu 14.04

2014-07-25 Thread sag kavin
I am currently using Dell studio 1537, which has Intel HDA with IDT
92HD73C1X5 codec chip. I am able to get 5.1 surround in Windows 7 using the
IDT driver. But couldn't configure it in Ubuntu. Please help.

With Regards...
S.A.G.Kavin
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Help required in kernel module development

2014-07-25 Thread selva
Hi Prasanna/Shakthi

Thanks for the reply.

I was not able to get back since some how the custom kernel which i have built
is not booting properly, i am in the process of resolving the issue.

As Prassana mentioned i looked up the driver loaded when keyboard was
connected using
lsusb

/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/8p, 480M
|__ Port 4: Dev 2, If 0, Class=Video, Driver=, 480M
|__ Port 4: Dev 2, If 1, Class=Video, Driver=, 480M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device,
Driver=usbhid, 1.5M
|__ Port 1: Dev 2, If 1, Class=Human Interface Device,
Driver=usbhid, 1.5M


Below is the dmesg logs

[ 1134.693121] usb 1-1: New USB device found, idVendor=0e6a, idProduct=6001
[ 1134.693129] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1134.693134] usb 1-1: Product: HID Keyboard Device
[ 1134.729920] input: HID Keyboard Device as
/devices/pci:00/:00:1a.0/usb1/1-1/1-1:1.0/0003:0E6A:6001.0003/input/input16
[ 1134.730244] hid-generic 0003:0E6A:6001.0003: input,hidraw0: USB HID
v1.10 Keyboard [HID Keyboard Device] on usb-:00:1a.0-1/input0
[ 1134.762308] input: HID Keyboard Device as
/devices/pci:00/:00:1a.0/usb1/1-1/1-1:1.1/0003:0E6A:6001.0004/input/input17
[ 1134.762645] hid-generic 0003:0E6A:6001.0004: input,hidraw1: USB HID
v1.10 Device [HID Keyboard Device] on usb-:00:1a.0-1/input1
[ 2136.261756] perf interrupt took too long (2508 > 2500), lowering
kernel.perf_event_max_sample_rate to 5

>From the above logs i can say that it is using default hid driver for
the keyboard.

I will update as soon as i am able to get more information.

Thanks,
Selvaraj






On Wed, Jul 23, 2014 at 10:46 AM, PrasannaKumar Muralidharan
 wrote:
> udev generally loads the usb keyborad driver when a keyboard is connected.
> So you cannot expect that your driver is loaded automatically. Writing a
> udev should solve this I guess.
>
> Regards,
> PrasannaKumar Muralidhara
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Cant download images from http://skopenoffice.blogspot.in/

2014-07-25 Thread aru...@howtolamp.com
Hi Arun,

If you have to save a large number of pages automatically from a certain 
website, use *HTTrack Website Copier* available from http://httrack.com. 
It gives you an exact copy of website(With all images, IF you have 
specified the correct domain name from where image is served, and IF the 
image is not dynamically served).
 Browse the downloaded website's directory structure for your image.

In case you have to save one or more open pages, use the Mozilla Firefox 
addon *Mozilla Archive Format, with MHT and Faithful Save* available 
from 
http://addons.mozilla.org/en-US/firefox/addon/mozilla-archive-format/. 
This one gives you an exact and faithful copy of the pages as you have 
viewed online. It even preserves the dynamically served ads.
 Open the saved archive with *7-zip*(http://7-zip.org) to get your 
image.

Regards,
Arun GP


On 07/25/2014 10:42 PM, pavithran wrote:
> On Fri, Jul 25, 2014 at 5:56 PM, Arun Khan  wrote:
>>> I try manual File->save as, automated using wget, httrack, or python 
>>> mechanize.
>> 'man wget'  look for the mirror option.
> wget -m url should work fine.
>
> Sometime you might be in a situation where some scripts wont allow you
> to make a proper mirror/copy .
> In such cases I found the mozilla addon Down them all very useful.
> https://addons.mozilla.org/en-US/firefox/addon/downthemall/
>
> Regards,
> Pavithran
>

___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] [ilugc] Intel HDA IDT 92HD73C1X5 codec, not able to configure 5.1 speakers in Ubuntu 14.04

2014-07-25 Thread Aravindhan K
HI,

Try to get help from IRC #freenode #ubuntu.

Regards,
Aravindhan K


On Sat, Jul 26, 2014 at 7:13 AM, sag kavin  wrote:

> I am currently using Dell studio 1537, which has Intel HDA with IDT
> 92HD73C1X5 codec chip. I am able to get 5.1 surround in Windows 7 using the
> IDT driver. But couldn't configure it in Ubuntu. Please help.
>
> With Regards...
> S.A.G.Kavin
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Document Screening - The Internet's Own Boy at Puducherry

2014-07-25 Thread Prasanna Venkadesh
Dear Friends,

We are happy to invite you for the Documentary Screening of "The Internet's
Own Boy - Aaron Swartz" at Puducherry tomorrow (Sunday - 27/07/14)

Time - 3:00 PM - 5:30 PM
Venue - Livelihood Resource Center for Marginalized (Near Sri Sankara
Vidyalaya Matriculation School, E.C.R, Puducherry).

You can find more details here -
http://puduvaiglug.wordpress.com/2014/07/25/documentary-screening-the-internets-own-boy/

-- 
Thanks & Regards,
Prasanna Venkadesh.
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines