Main > Free Download Search >

Free apa style reference software for linux

apa style reference

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2324
Web Reference Database 0.9.0

Web Reference Database 0.9.0


Web Reference Database is a bibliographic manager that can import and export references in various formats. more>>
Web Reference Database is a bibliographic manager that can import and export references in various formats (including BibTeX, Endnote, MODS XML, and OpenOffice).
It can make formatted lists of citations in HTML, RTF, PDF, or LaTeX, and offers powerful searching, rich metadata, and RSS support
Enhancements:
- This release offers major function enhancements and bugfixes.
- Batch import from various bibliographic formats (including BibTeX, Endnote, RIS, ISI, and MODS XML) is now supported, as is import from a PubMed ID.
- An OpenDocument spreadsheet for use with OpenOffice.org can be exported, and formatted citation lists can be generated as HTML, RTF, PDF, or LaTeX. An SRU/W service and support for unAPI, OpenURL, and COinS metadata have been added.
- These allow the data to be used by the next generation of bibliographic clients.
- A new command line client is also included.
<<less
Download (0.89MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1093 downloads
Free Style for Linux 1.0

Free Style for Linux 1.0


Free Style is a cute and colorful set that contains 10 icons more>> Description:
10 freeware icons designed in cartoon style.
Content:
Books, Bug, Car, CD, Cup, Flower, Hand, Ice Cream, Pencil, Tree
<<less
Download (194KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Style Sheet Chooser 0.2

Style Sheet Chooser 0.2


Style Sheet Chooser is an extension which allows you to choose author-provided alternate style. more>>
Style Sheet Chooser is an extension which allows you to choose author-provided alternate style.

Style Sheet Chooser 0.2 allows you to choose author-provided alternate style sheets for a web site, and have those choices be persisted for all pages on the same site.

Style Sheet Chooser 0.2 does NOT interact with Firefoxs built-in style sheet switcher -- its functionality is instead available via the [View]->[Style Sheet Chooser 0.2] menu item.

<<less
Download (0.007MB)
Added: 2007-04-05 License: BSD License Price:
932 downloads
Artistic Style 1.21

Artistic Style 1.21


Artistic Style project is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages. more>>
Artistic Style project is a source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.

When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.

Since the NUMBER of space characters showed on screen for each tab character in the source code changes between editors (unless the user sets up the number to his liking...), one of the standard problems programmers are facing when moving from one editor to another is that code containing both spaces and tabs that was up to now perfectly indented, suddenly becomes a mess to look at when changing to another editor. Even if you as a programmer take care to ONLY use spaces or tabs, looking at other peoples source code can still be problematic.

To address this problem, Artistic Style was created - a filter written in C++ that automatically re-indents and re-formats C / C++ / C# / Java source files. It can be used from a command line, or it can be incorporated as classes in another C++ program.
<<less
Download (0.079MB)
Added: 2007-06-22 License: LGPL (GNU Lesser General Public License) Price:
856 downloads
Aero style Amarok Karamba 0.2

Aero style Amarok Karamba 0.2


Aero style Amarok Karamba is a very nice SuperKaramba theme. more>>
Aero style Amarok Karamba is a very nice SuperKaramba theme.

It works now! with great thanks to Aaron G, who edited the great work of Beany, to make this theme!

<<less
Download (0.030MB)
Added: 2007-04-03 License: Freeware Price:
936 downloads
Context Style Switcher 1.0.6

Context Style Switcher 1.0.6


Context Style Switcher allows you to change Page Style via context menu. more>>
Context Style Switcher allows you to change Page Style via context menu.

<<less
Download (0.002MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
CStyleX 0.2.0

CStyleX 0.2.0


CStyleX is a tool to generate documentation from XML interface definitions. more>>
CStyleX project is a tool to generate documentation from XML interface definitions.
CStyleX is a documentation system that uses a ref.xsl and man.xsl XSLT transforms to convert an XML input file describing the interface of a module in a C library into both an HTML reference and man pages.
Multiple interface definitions are compiled into an API reference that looks roughly similar to Javas javadoc. Man pages use concise GNU style troff macros.
The author must create the XML input files.
The input files are not created from header files or source code.
Enhancements:
- All stylesheets have been updated. For the latest style sheets check libmbas docs/xml directory.
<<less
Download (0.015MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
XML::Parser::Style::Stream 2.34

XML::Parser::Style::Stream 2.34


XML::Parser::Style::Stream is a Stream style for XML::Parser. more>>
XML::Parser::Style::Stream is a Stream style for XML::Parser.

SYNOPSIS

use XML::Parser;
my $p = XML::Parser->new(Style => Stream, Pkg => MySubs);
$p->parsefile(foo.xml);

{
package MySubs;

sub StartTag {
my ($e, $name) = @_;
# do something with start tags
}

sub EndTag {
my ($e, $name) = @_;
# do something with end tags
}

sub Characters {
my ($e, $data) = @_;
# do something with text nodes
}
}

This style uses the Pkg option to find subs in a given package to call for each event. If none of the subs that this style looks for is there, then the effect of parsing with this style is to print a canonical copy of the document without comments or declarations. All the subs receive as their 1st parameter the Expat instance for the document theyre parsing.

It looks for the following routines:

StartDocument

Called at the start of the parse .

StartTag

Called for every start tag with a second parameter of the element type. The $_ variable will contain a copy of the tag and the %_ variable will contain attribute values supplied for that element.

EndTag

Called for every end tag with a second parameter of the element type. The $_ variable will contain a copy of the end tag.

Text

Called just before start or end tags with accumulated non-markup text in the $_ variable.

PI

Called for processing instructions. The $_ variable will contain a copy of the PI and the target and data are sent as 2nd and 3rd parameters respectively.

EndDocument

Called at conclusion of the parse.

<<less
Download (0.22MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1227 downloads
Message::Style 0.002

Message::Style 0.002


Message::Style is a Perl module to perform stylistic analysis of messages. more>>
Message::Style is a Perl module to perform stylistic analysis of messages.

SYNOPSIS

use Message::Style;

my $score=Message::Style::score(@article);
# or
my $score=Message::Style::score(@article);

This Perl library does an analysis of a RFC2822 format message (typically email messages or Usenet posts) and produces a score that, in the authors opinion, gives a good indication as to whether the poster is a fsckwit, and therefore whether their message should be ignored.

<<less
Download (0.005MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1153 downloads
Warcraft Sigma Style Icons for Linux 1

Warcraft Sigma Style Icons for Linux 1


Transparent Background, 24 Bits color, 8 bits shadow more>> PNG (Transparent Background, 24 Bits color, 8 bits shadow) ICO (Windows Icons) ICNS (Mac icons) Sizes: 256x256, 128x128, 48x48, 32x32, 24x24, 16x16<<less
Download (483KB)
Added: 2009-04-07 License: Freeware Price: Free
203 downloads
Objective Modula-2 1.00 (Reference Implementation)

Objective Modula-2 1.00 (Reference Implementation)


Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2. more>>
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C.
The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.
Objective Modula-2s scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
Enhancements:
- This code is used to verify ideas and concepts which come up in the course of defining the language.
- It is in an early stage, incomplete and subject to frequent changes.
<<less
Download (0.019MB)
Added: 2007-07-21 License: (FDL) GNU Free Documentation License Price:
825 downloads
PostScript::Graph::Style 1.02

PostScript::Graph::Style 1.02


PostScript::Graph::Style is a style settings for postscript objects. more>>


SYNOPSIS

Simplest

Each time a new object is created the default style will be slightly different.

use PostScript::File;
use PostScript::Graph::Style;

my $file = new PostScript::File();
my $seq = new PostScript::Graph::Sequence();

while (...) {
my $style = new PostScript::Graph::Style(
sequence => $seq,
point => {}
);
$style->write($file);

$file->add_to_page(<<less
Download (0.054MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Chaos Caverns 1.200

Chaos Caverns 1.200


Chaos Caverns is a Manic Miner style retro game. more>>
Chaos Caverns is a Manic Miner style retro game.

Retro style platform game in a similar style to Manic Miner. Collect the items, avoid the nasties and get to the exit before the time runs out.

Instructions for creating custom levels provided.

<<less
Download (MB)
Added: 2007-01-23 License: Freeware Price:
1004 downloads
XML::Parser::EasyTree 0.01

XML::Parser::EasyTree 0.01


XML::Parser::EasyTree is an easier tree style for XML::Parser. more>>
XML::Parser::EasyTree is an easier tree style for XML::Parser.

SYNOPSIS

use XML::Parser;
use XML::Parser::EasyTree;
$XML::Parser::Easytree::Noempty=1;
my $p=new XML::Parser(Style=>EasyTree);
my $tree=$p->parsefile(something.xml);

XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to XML::Parser. Like XML::Parsers "Tree" style, setting this style causes the parser to build a lightweight tree structure representing the XML document. This structure is, at least in this authors opinion, easier to work with than the one created by the built-in style.
When the parser is invoked with the EasyTree style, it returns a reference to an array of tree nodes, each of which is a hash reference.

All nodes have a type key whose value is the type of the node: e for element nodes, t for text nodes, and p for processing instruction nodes. All nodes also have a content key whose value is a reference to an array holding the elements child nodes for element nodes, the string value for text nodes, and the data value for processing instruction nodes. Element nodes also have an attrib key whose value is a reference to a hash of attribute names and values. Processing instructions also have a target key whose value is the PIs target.

EasyTree nodes are ordinary Perl hashes and are not objects. Contiguous runs of text are always returned in a single node.

The reason the parser returns an array reference rather than the root elements node is that an XML document can legally contain processing instructions outside the root element (the xml-stylesheet PI is commonly used this way).

If the parsers Namespaces option is set, element and attribute names will be prefixed with their (possibly empty) namespace URI enclosed in curly brackets.

<<less
Download (0.003MB)
Added: 2006-06-14 License: Perl Artistic License Price:
1228 downloads
Polyester 1.0

Polyester 1.0


Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity. more>>
Polyester is a widget style + kwin decoration both aimed to be a good balance between eye candy and simplicity.

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
926 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5