Skip to main content

Home/ Linux/ Group items tagged extensions

Rss Feed Group items tagged

Content Shaping Delhi India

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
anonymous

25 Firefox Extensions to Make You More Productive - 0 views

  • Autocopy - The name pretty much says it all. Instead of having to hit cmd+c (or ctrl + C for our Windows readers), every time you highlight text it automatically copies it to the clipboard. If you don’t want it on 100% of the time, you can toggle it on and off in the bottom-right of the browser.
    • anonymous
       
      Well, in the X Window system that's default behaviour. Don't need an extension for that.
  • Scrapbook - Much like the Read it Later extension, Scrapbook allows you to quickly save pages for later reading. However, it has a few more great features, like taking whole snippets of pages (like Google Notebook), searching within snippets, saving whole websites, and you can even organize the snippets like bookmarks. Perfect for researching or in-depth bookmarking.
  • Copy Plain Text- The name pretty much says it all. If you do a lot of writing in WYSIWYG editors (blogging and other word processors), then this extension can come in pretty handy. Copy Plain Text will leave all the bolds, italics and other unwanted formatting when you copy and paste into text fields.
  • ...2 more annotations...
  • FEBE - On the surface, FEBE will quickly and easily backup your Firefox extensions. But the fun doesn’t stop there. You can also sync multiple computers with the same Firefox extensions, and even set up automatic backups, ensuring that you’ll never lose your Firefox configurations again.
  • del.icio.us bookmarks - Save, search and share your Del.icio.us bookmarks easily inside of Firefox. Browsing your bookmarks is especially easy with the del.icio.us sidebar.
yc c

ActiveState - Free the dragon! - Dynamic Tools for Dynamic Languages - 0 views

  •  
    Komodo Edit is a free, open source editor from dynamic language experts. It's absolutely fantastic to work with. It does everything a good editor should do, but it also adds a bunch of other little awesome things." -Dan Hulton, www.danhulton.com * All the languages: Dynamic language expertise for Perl, PHP, Python, Ruby, and Tcl, plus JavaScript, CSS, HTML, and XML, and template languages like RHTML, Template-Toolkit, HTML-Smarty and Django. * All the platforms: Windows? Mac? Linux? Yes! Yes! Yes! * Award-wining tools: Everything you'd expect from an editor based on the award-winning Komodo IDE, like autocomplete and calltips, multi-language file support, syntax coloring and syntax checking, Vi emulation, Emacs key bindings, and more. * Firefox-style extensibility: Go ahead, hack away! Or download some of the cool extensions from member of the Komodo community.
anonymous

OpenOffice.org2GoogleDocs | OpenOffice.org repository for Extensions - 0 views

  •  
    Sync OpenOffice.org docs with GoogleDocs. Cross-platform!!!!
yc c

Bluefish Editor : Home - 1 views

  •  
    Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. See features for an extensive overview, take a look at the screenshots, or download it right away. Bluefish is an open source development project, released under the GNU GPL licence.
yc c

about - awesome window manager - 1 views

  •  
    awesome is a highly configurable, next generation framework window manager for X. It is very fast, extensible and licensed under the GNU GPLv2 license.
yc c

MyPaint - 6 views

  •  
    MyPaint is a fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it. Take a look at the screenshots to see the program in action before downloading and trying it for yourself! exists for several platforms supports pressure sensitive graphics tablets extensive brush creation and configuration options unlimited canvas (you never have to resize) basic layer support MyPaint comes with a large brush collection including charcoal and ink to emulate real media, but the highly configurable brush engine allows you to experiment with your own brushes and with not-quite-natural painting. Before beginning it is a good idea to read the quick-start tutorial to see how the program is meant to be used. You can also visit the MyPaint Wiki.
anonymous

Linkat :: GNU Linux - 0 views

  •  
    The Linkat is the educational distribution of Linux which has begun offering the Education Department of Catalonia to the educational community. This is a free software project that allows schools, but also throughout society, accessing legally, and free technical support professional to an extensive variety of applications: education, office automation, Internet, multimedia ... "La Linkat és la distribució educativa de GNU/Linux que ha iniciat i ofereix el Departament d'Educació a la comunitat educativa. Es tracta d'un projecte de programari lliure que permet als centres educatius, però també a tota la societat, tenir accés de forma legal, gratuïta i amb suport tècnic professional, a un conjunt molt ampli d'aplicacions: educatives, d'ofimàtica, d'Internet, multimèdia..."
Robin Dale

Installation of PHP PEAR on Linux Server - 1 views

  •  
    The PHP PEAR also known as PHP Extension and Application Repository, is a repository built especially for PHP software code. In this tutorial, you will learn how to install the PHP PEAR on the linux server. Install PEAR allows you to install various extensions without compiling the source packages.
yc c

Try Pandoc - a universal document converter - 7 views

  •  
    Pandoc is a program for converting between various markup formats. Input formats include markdown, reStructuredText, HTML, and LaTeX; output formats include HTML, LaTeX, ConTeXt, S5, DocBook, groff man, reStructuredText, markdown, and RTF. Many extensions to standard markdown syntax are provided, including inline LaTeX math, tables, definition lists, superscripts and subscripts, smart quotes and dashes, and footnotes Pandoc is in the MacPorts, Debian, Ubuntu, Slackware, Arch, NetBSD, and FreeBSD ports repositories. Note that the version of pandoc in these repositories may not be the most recent. There is also a Windows installer.
Djiezes Kraaijst

Computerworld - The A-Z of Programming Languages: BASH/Bourne-Again Shell - 0 views

  • Interviews The A-Z of Programming Languages: BASH/Bourne-Again ShellWhen the Bourne Shell found its identity
  • in this article we chat to Chet Ramey about his experience maintaining Bash.
  • In BASH's case, the problem to be solved was a free software version of the Posix standard shell to be part of the GNU system.
  • ...3 more annotations...
  • the original Bourne Shell was very influential, the various System V shell releases preserved that heritage, and the Posix committee used those versions as the basis for the standard they developed. Certainly the basic language syntax and built-in commands are direct descendants of the Bourne Shell's. Bash's additional features and functionality build on what the Bourne shell provided. As for source code and internal implementation, there's no relationship at all
  • Bash will continue to evolve as both an interactive environment and a programming language. I'd like to add more features that allow interested users to extend the shell in novel ways. The programmable completion system is an example of that kind of extension.
  • Do you have any advice for up-and-coming programmers? Find an area that interests you and get involved with an existing community. There are free software projects in just about any area of programming. The nuts-and-bolts -- which language you use, what programming environment you use, where you do your work -- are not as important as the passion and interest you bring to the work itself.
  •  
    an interview with Chet Ramey, maintainer of the bash-shell
Djiezes Kraaijst

Legal Pad - Fortune on CNNMoney.com - 0 views

  • A no-fly zone to protect Linux from patent trolls
  • initiative designed to help shield the open-source software community from threats posed by companies or individuals holding dubious software patents and seeking payment for alleged infringements by open-source software products.
  • call to independent open-source software developers all over the world to start submitting their new software inventions to Linux Defenders (Web site due to be operational Tuesday) so that the group’s attorneys and engineers can, for no charge, help shape, structure, and document the invention in the form of a “defensive publication.”
  • ...5 more annotations...
  • In effect, the defensive-publications initiative mounts a preemptive attack upon those who would try to patent purported software inventions that are not truly novel — i.e., innovations that are already known and in use, though no one may have ever previously bothered to document them, let alone obtain a patent on them, a process usually requiring the hiring of attorneys as well as payment of significant filing fees.
  • The Linux Defenders program is largely the brainchild of Bergelt, who took over as Open Invention Network’s CEO this past February. The program also reflects a new, more proactive role Bergelt envisions for OIN than the group has played in the past.
  • The Linux Defenders program will actually have three components. The first will be a peer-to-patent component that, like New York Law School’s existing program, will reach out to the open-source community in search of evidence of “prior art” — proof of preexisting knowledge or use of certain inventions — that can be used to challenge applications for patents that have been filed but not yet granted.
  • The second component will be a natural extension of the first, to be known as “Post-Grant Peer to Patent,” which will enlist similar community assistance in the search for prior art relevant to patents that have already actually issued. In this case, the goal would be — assuming such prior art is found — to initiate an administrative reexamination proceeding before the U.S. PTO to get the patent invalidated
  • The third component is the defensive-publications initiative.
  •  
    On Tuesday a consortium of technology companies, including IBM (IBM), will launch a new initiative designed to help shield the open-source software community from threats posed by companies or individuals holding dubious software patents and seeking payment for alleged infringements by open-source software products. The most novel feature of the new program, to be known as Linux Defenders, will be its call to independent open-source software developers all over the world to start submitting their new software inventions to Linux Defenders (Web site due to be operational Tuesday) so that the group's attorneys and engineers can, for no charge, help shape, structure, and document the invention in the form of a "defensive publication."
Graham Perrin

Linux Headquarters - 0 views

  • as many screenshots as possible
  • No extensive Linux/Unix knowledge is assumed.
  •  
    The goal of this website is to provide easy to follow, step-by-step guides for Linux users. All guides have been personally performed and tested by us to assure their correctness.
Luciano Ferrer

Remove Duplicate Messages (Alternate) :: Complementos para Thunderbird - 0 views

  •  
    "The old 'Remove Duplicate Messages' is missing important features, and does not have a free software license. This is a full rewrite, with an GPL-LGPL-MPL license. Performance has been improved and many features and capabilities have been added, including: - Choice of comparison criteria (subject, author, date, etc). - Comparison of message bodies. - Action on multiple folders. - Review dialog for double-checking which duplicates to delete and which to keep. - Good performance on local folders with large number of messages; reasonable performance with IMAP and RSS accounts. - Spiffy toolbar button+menu."
Luciano Ferrer

Send Later 3 :: Complementos para Thunderbird - 0 views

  •  
    "Changes the "Send Later" command (Ctrl+Shift+Return) in the message composition window, so that instead of merely copying the message into your Outbox so that it is sent the next time you go online or do "Send Unsent Messages", a dialog pops up which allows you to specify when the message will be sent. You can specify a specific time and date, or click "15 mins later", "30 mins later" or "2 hours later", or click "Passthrough to Send Later" to get the built-in Thunderbird "Send Later" functionality (i.e., copy to Outbox)."
liza cainz

Comprehensive Help and Support for Computer Beginners - 1 views

I am a beginner when it comes to computer stuff. I really had a difficulty of mastering a digital machine like computers partly because there is no one who can teach me. I am really eager to know h...

support service Desktop computer technical services PC tech

started by liza cainz on 08 Feb 11 no follow-up yet
1 - 18 of 18
Showing 20 items per page