This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Constantin Fürst 8272623e47 complete second rework with few changes to chapters 6 and 7 10 months ago
..
test add thesis template 1 year ago
COPYING add thesis template 1 year ago
INSTALL add thesis template 1 year ago
Makefile.in add thesis template 1 year ago
NEWS add thesis template 1 year ago
README add thesis template 1 year ago
config.guess add thesis template 1 year ago
config.h.in add thesis template 1 year ago
config.sub add thesis template 1 year ago
configure add thesis template 1 year ago
configure.in add thesis template 1 year ago
de add thesis template 1 year ago
de.po add thesis template 1 year ago
diction.1.in add thesis template 1 year ago
diction.c add thesis template 1 year ago
diction.pot add thesis template 1 year ago
diction.spec add thesis template 1 year ago
diction.spec.in add thesis template 1 year ago
diction.texi.in add thesis template 1 year ago
en add thesis template 1 year ago
getopt.c add thesis template 1 year ago
getopt.h add thesis template 1 year ago
getopt1.c add thesis template 1 year ago
install-sh add thesis template 1 year ago
misc.c add thesis template 1 year ago
misc.h add thesis template 1 year ago
sentence.c add thesis template 1 year ago
sentence.h add thesis template 1 year ago
style.1.in add thesis template 1 year ago
style.c add thesis template 1 year ago

README

GNU diction and style are free implementations of old standard unix
commands, that are not available on many modern systems, because they
have been unbundled. Diction prints wordy and commonly misused phrases.
Style analyses surface characteristics of a document, e.g. sentence
length and various readability measures, but unlike the original code,
it lacks sentence type, word usage and most sentence beginning processing.

Both commands support English and German documents.

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with this program. If not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.