General :: Windows - Convert Aspell Dictionary To Simple List Of Words?

May 5, 2010

I want to get list of all words from aspell dictionary.
I downloaded aspell and aspell polish dictionary, then unziped it using code...

It is connected to the declination and conjugation. How can I add to the first list all forms (with all corresponding suffixes as defined in .dat file ) ?

BTW: I need this list to spell-checker jazzy.

View 1 Replies


ADVERTISEMENT

General :: Use Grep To Find The Words In The Dictionary?

Dec 1, 2010

I'm trying to use grep to find the words in the dictionary that contain the letters "th" and the letter m.

I tried grep 'th m*.' Desktop/Dictionary/words(Thats where the destined dictionary word document is located)

grep 'th' Desktop/Dictionary/words works but only for the words with th. I have no idea of what expression to use to make it a unionized expression with m

View 3 Replies View Related

Ubuntu :: Not Enough Words In Dictionary?

May 18, 2010

Just installed 10.04. When I'm using empathy, the spell checker says all sorts of correctly spelled words are incorrect, such as "eventually" and "examples".Does empathy use the system's dictionary or it's own? Is there a way to download a better dictionary?

View 1 Replies View Related

General :: Bash - Shell Utils: Convert A List Of Hex To List Of Decimals?

Dec 27, 2010

How can I convert a file with a lot hex numbers into the decimal?

Example: file1
0x59999
0x5acdc
0xffeff

I want to start $ cat file1 | util | cat >file2 and get file2 with smth like

[Code]...

View 3 Replies View Related

Hardware :: Want Virtual Lan Meaning In Simple Words

May 6, 2010

I'm new to network,can any one tel me in simple words what exactly Virtual Lan means? and whats the use of having it in network?

View 6 Replies View Related

General :: Convert Tab Separated File To Simple X-Y Chart

Aug 27, 2009

I wrote a script which analysis apache logs. This script generates a tab separated data file. There is two columns in the data. The first column is a file name accessed from remote. The second column shows how many times a file access.

I am looking for a linux command drawing a chart corresponding data.of course, I know that I can draw the chart in OpenOffice Calc. That's not what I need. Because there is some steps to do for a simple chart drawing. If there is a command line tool, then I can write a script that drawing a chart when the data file is updated.

View 6 Replies View Related

Programming :: Convert A Dictionary Data-type To A String?

Mar 17, 2011

how to convert a dictionary data-type to a string?

actually I am trying to update some json file 's dictionary.

View 1 Replies View Related

Programming :: Python: Dynamically Create A List Within A Dictionary?

Jul 9, 2011

how to dynamically create a list within a dictionary using Python.

Code:
dates = defaultdict(int)
array = []
...
dates[m.group(3)] = array.append(date)
dates[m.group(3)] = [array.append(date)]
dates[m.group(3)].append(date)

None of the above works and I've tried everything I can think of.

View 3 Replies View Related

Software :: Finding A Program To Display Random Words From List?

Apr 22, 2011

Is there a Linux program I can use to display random words from a list? By entering words in a spreadsheet and then sorting the list in alphabetical order, I made a list of new vocabulary words for myself to memorize, and wondered whether I could make random words from the list display on the screen daily. I know I could write a program to do that if I knew programming, but I don't.

View 10 Replies View Related

Programming :: C++ Programming With Simple RTAI Functions Outputing Words?

Apr 11, 2011

I need help as I am not proficient with Linux C++ Programming. There are two parts which I need to do in the coding provided below.

1. Produce the program so it can output the word "Hey there!" and wait two minute and print the word "See you later!".

2. Produce the program that will output the text "Cool" every 20 seconds by setting a periodic task.

Quote:
#include <linux/kernel.h>
#include <linux/module.h>
MODULE_LICENSE("GPL");
int init_module(void)
{
printk("Hey there!

[Code]...

View 3 Replies View Related

Ubuntu :: Install A French-English Dictionary For Gnome Dictionary Applet?

May 3, 2010

how i can install a french english dictionary for the dictionary applet in gnome

View 1 Replies View Related

General :: Simple Script To Convert Datetime Format To UTC Format?

Oct 9, 2009

just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.

View 10 Replies View Related

Ubuntu :: How To Make Lyx 2.0 See Aspell

Jun 12, 2011

I have installed Lyx 2.0 in Ubuntu 11.04. It works well, but doesn't see the spellchecker. Aspell is installed too.

View 1 Replies View Related

Software :: Dictionary (tool) In System As We Have Cambridge In Windows?

Apr 14, 2011

I am new to the linux world. i have just started using ubuntu 9.04.though i have installed golden dictionary ,i wanted to ask
is there any other tool is also available which may work offline too as we have Cambridge advanced learner's dictionary available in windows?

View 3 Replies View Related

Programming :: Simple Linked List C Progrom For Push And Pop Operation

Apr 23, 2011

Any simple linked list c progrom for push and pop operation. I googled for that but i didnt get any simple program.

View 5 Replies View Related

General :: Windows - Convert Docx To Pdf?

Jul 22, 2010

pdf creation software, for docx and odt

How can i convert docx files to pdf format . give applications in both linux and windows platform

View 8 Replies View Related

General :: Windows - Convert PDF To Grayscale ?

Aug 3, 2011

I scanned a document in color to PDF, and I don't want to re-scan it.

How can I convert this PDF document to grayscale (preferably without loss of other information)?

My usual toolset of doPDF, pdfsam and the Neevia online converter don't work here. I was thinking I could simply print to PDF and select the Grayscale color option, but doPDF doesn't have that option.

I'm using Windows, but I can probably handle a solution for any OS.

View 3 Replies View Related

General :: How To Convert Windows (MSI / EXE) To RPM Files

Feb 10, 2011

I need to port a framework, the framework is currently in windows msi and exe format. How can I convert the above formats in linux rpm packages.

View 6 Replies View Related

General :: Convert MySQL For Windows Files?

Jul 10, 2010

I had a Windows XP Home box setup with MySQL, Apache, bind9, phpBB. Then one evening while preparing a Linux replacement my Windows XP Home tower died. It completely croaked. It won't boot up past POST at all. No beep codes or anything! It just sits there with the power on like a brick. I cannot boot it to grab the database through the webserver with any web based MySQL script system. I also do not have another Windows box that I can install MySQL on.

There is no possible way I have to retrieve any MySQL databases that I had on it except by mounting the hard drive where MySQL stored the databases for Windows on it. I've Googled for hours on end trying to find a solution but to no avail. I tried simply copying the contents of the database as-is from where it was on Windows to where it would be on Linux but when I try to browse the phpBB forums I get this error:

[Code]....

View 17 Replies View Related

General :: Convert Text Files Between Windows(Dos)?

Jan 24, 2010

What is a good way to do it? I have been trying to do it using sed.

View 9 Replies View Related

General :: Convert Windows Filenames To *nix Notation - Use It On Shell With Md5sum?

Aug 25, 2011

I have some checksums.md5 verification files from an ntfs external drive, but using windows notation: instead of /, spaces between file names (not escaped), reserved shell characters (like (, &, ', to name a few). The checksums.md5 has a bunch of checksums and filenames:

[code]...

I want to use this checksums.md5 to verify the files that I've copied to my machine: but I'm on a Linux, so I need to convert the names inside checksums.md5 from Windows to Linux to use the md5sum utility from the shell. The first line in my example would become: f12f75c1f2d1a658dc32ca6ef9ef3ffc My Windows & Files (2010)/[bak]/testing.wmv Is there some application for this (converting a file listing, from windows cmd notation, to linux shell notation) or will I need to create a bash script using sed that just "replaces" what is "wrong" with the filenames

View 1 Replies View Related

General :: Convert A Windows Like Text File Into *nix Like Utf-8 Encoding Automately?

Mar 23, 2011

I want to convert many text files(copied from windows workstation) into utf-8 encoding file. Yes, iconv is available for it. However, I have to give source file encoding at the command line parameters! The problem is, at most case, I am not sure the source encoding of it. And, I also want to use a script to convert many files recursively.

View 2 Replies View Related

General :: Ubuntu - Get A List Of Open Windows?

Aug 17, 2010

ps ax shows all the running processes. I want to do something similar, but instead of the names of the actual processes, I want the window names listed instead. What Linux command will do this?

View 2 Replies View Related

General :: Get List Of Windows Shared Folders On Ubuntu?

May 23, 2011

We have a small LAN in my office, I use Ubuntu and other PCs have Windows XP and 7 - they have some shared folder on them.

How dp I get a list of Windows's shared folders on Ubuntu in Terminal (using the command line)?

View 1 Replies View Related

General :: List All Files In A Windows SMB Network Share?

May 31, 2011

Given a single SMB network share (for example, \server\SHARED_FOLDER), I want to recursively list all the files, including those in the subdirectories (like find(1)).

I would prefer to do it in Linux, but I also accept Windows answers.

View 1 Replies View Related

General :: Using Convert From Imagemagick Package To Convert Multiple Jpg Files?

Jul 18, 2010

I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault

View 5 Replies View Related

General :: Searching For An English Dictionary For Mandriva 2010 Using KDE 4?

Mar 9, 2010

I need a English dictionary to search meaning of words. I have done google searches as well as searched this forum but was unsuccessful in finding one. I am trying to find and install an offline dictionary i.e. it should work even if there is no internet connection. It should not be online dictionary.

View 12 Replies View Related

General :: GREP On Words With 2 Or More Z's?

Dec 21, 2010

I need to grep a dictionary file.Only the words that contain 2 or more z's and only 1 b needs to be listed.

View 1 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

General :: Convert "Outlook.pst" Files From The Non-bootable Windows Os Partition?

Mar 12, 2010

I have backup outlook.pst files on the non-bootable windows os partition. I can access these backups from the Ubuntu partition, but of course they aren't readable. I understand that one can use Mozilla's Thuderbird on Windows os to establish outlook exportable files for the Ubuntu client,but I don't have that option as my Windows os is not booting. I've found Ubuntu so dependable that I have no interest in attempting another expensive and lengthy recovery process of windows.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved