Page 201 of 214 FirstFirst ... 101151191199200201202203211 ... LastLast
Results 2,001 to 2,010 of 2137

Thread: Cool applications you use that others might not know of

  1. #2001
    Join Date
    Feb 2007
    Location
    perdita
    Beans
    1,625
    Distro
    Ubuntu

    Re: Cool applications you use that others might not know of

    -CaRMetal (geometry software): http://db-maths.nuxit.net/CaRMetal/index_en.html

    Other interesting things, which are not directly apps:
    -OpenDisk: http://www.theopendisc.com/
    -On-Disk (ships entire repositories on CD/DVD): http://on-disk.com/index.php/cPath/28_257_174

  2. #2002

    Re: Cool applications you use that others might not know of

    WinFF, I know how it sounds but this is a Linux application now in the Ubuntu repositories. This is a lightweight GUI that quickly converts video files from one format to another. Winff also works specifically well with .flv files downloaded from YouTube and other sites allowing you to convert them to .avi files or whatever format you choose.

  3. #2003
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Cool applications you use that others might not know of

    Quote Originally Posted by thinkinhurtz View Post
    WinFF, I know how it sounds but this is a Linux application now in the Ubuntu repositories. This is a lightweight GUI that quickly converts video files from one format to another. Winff also works specifically well with .flv files downloaded from YouTube and other sites allowing you to convert them to .avi files or whatever format you choose.
    Yeah, but it produces terrible quality videos when being used with gtk-recordmydesktop.

  4. #2004
    Join Date
    Jun 2010
    Location
    N. Wisconsin
    Beans
    Hidden!

    Re: Cool applications you use that others might not know of

    Quote Originally Posted by ubudog View Post
    Yeah, but it produces terrible quality videos when being used with gtk-recordmydesktop.
    That's why there's the command line:

    For Audio:
    Code:
    recordmydesktop --full-shots --fps=60.0 --channels=2 --freq=44100 --s_quality=10 --no-wm-check --no-frame --overwrite
    and to transcode for youtube:
    Code:
    ffmpeg -i out.ogv -r 60 -vcodec msmpeg4 -ar 44100 -qscale 5.5 out.avi
    No Audio:
    Code:
    recordmydesktop --no-sound --no-frame --overwrite --fps=60 --no-wm-check
    transcode for youtube:
    Code:
    ffmpeg -i out.ogv -r 60 -vcodec mpeg4 -qscale 5.5 out.m4v
    You'll see what happens when you try to mpeg4 audio, hence why I chose msmpeg instead.

  5. #2005
    Join Date
    Oct 2007
    Location
    Kentucky, USA
    Beans
    731
    Distro
    Ubuntu

    Re: Cool applications you use that others might not know of

    Alarm Clock - duh
    Links2 - Terminal based web browser
    Zaz - alternative to Zuma
    QTM - Blogging client
    Musicbrainzpicard - searches the internet and identifies your music for you.
    Which is more important in obtaining the truth, "what" or "why"? Trick question. They are of equal importance.
    Freely ye have received, freely give.

  6. #2006
    Join Date
    Feb 2006
    Beans
    267

    Re: Cool applications you use that others might not know of

    OpenCPN is a very nice navigational chart plotting program, available here. Install the program and then download free raster charts for US waters from the NOAA site, and you're off and running, or sailing...

    P.S.: Supports common GPS and AIS devices.
    Last edited by zerubbabel; December 16th, 2010 at 12:05 AM. Reason: Additional info

  7. #2007
    Join Date
    Apr 2005
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cool applications you use that others might not know of

    Bible Analyzer :

    Bible Analyzer is a free, comprehensive Bible study and analysis application developed to aid Believers in their study and defense of the Holy Bible. It has several features (such as text comparison, proximity searches, detailed statistics, etc.) usually not found in other free or commercial Bible software programs.

    There is now a PPA for Bible Analyzer.

  8. #2008
    Join Date
    Feb 2006
    Location
    ~/Leicester
    Beans
    1,159
    Distro
    Ubuntu

    Re: Cool applications you use that others might not know of

    Plan.

    Let Synaptic tell you all about it

    X/Motif day planner (dynamically compiled with LessTif2)

    Plan is a schedule planner based on X/Motif. It displays a month calendar
    similar to xcal, but every day box is large enough to show appointments in
    small print. By pressing on a day box, the appointments for that day can be
    listed and edited. Appointments are entered with the following information
    (everything except the time is optional):
    And a screenshot

    I <3 ROX!

    Zimbo, zimbo, zimbo, zimbo, zimbo
    Zimbo, zimbo, zimbo, zimbo, zimbo

  9. #2009
    Join Date
    Sep 2009
    Beans
    Hidden!

    Re: Cool applications you use that others might not know of

    Quote Originally Posted by ki4jgt View Post
    Links2 - Terminal based web browser
    ELinks > Links2 unless you run it in the framebuffer.

  10. #2010
    Join Date
    Aug 2009
    Location
    Rayong, Thailand.
    Beans
    141
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Cool applications you use that others might not know of

    I hope nobody has mentioned this one before, particularly my forgetful self. I checked back to September, but not keen to go through 200 pages.

    It's nothing fancy, but great when I'm working on a whole lot of files, particularly things like photos. I took over 10,000 photos in the past year, and it gets to be a lot of work to edit them all down and save the results as meaningful filenames, and usually any particular series will end up with names like:
    restaurant001.jpg, restaurant002.jpg, ... restaurant789.jpg.

    GPRename is a nice little GUI utility for renaming a batch of files. It can do the numbering, insert, delete, replace and remove characters, as well as change cases.

    Not very exciting, but it comes in handy every now and then, and it's not massive.
    The code is free but the data is priceless.

Page 201 of 214 FirstFirst ... 101151191199200201202203211 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •