comp.lang.misc
  Home FAQ Contact Sign in
comp.lang.misc only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]         


Author: me
Date: Sep 19, 2008 15:52

Robert Blass wrote:
>Message was [...] posted to the following Newsgroups in hopes of
>getting more replies.
>comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated

Answer was not posted because you posted to the following Newsgroups.
comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated

Don't do that. It puts your needs above the convenience of the reader.
no comments
  USENIX Annual Tech '09 Call For Papers         


Author: Lionel Garth Jones
Date: Sep 17, 2008 11:34

Dear Colleague,

On behalf of the 2009 USENIX Annual Technical Conference program
committee, we request your ideas, proposals, and papers for tutorials,
refereed papers, and posters.

Authors are invited to submit original and innovative papers to the
Refereed Papers Track of the 2009 USENIX Annual Technical Conference.
Papers can be either full papers of at most 14 pages or short
papers of at most 6 pages. Authors are required to submit papers by
11:59 p.m. PST, Friday, January 9, 2009. (Note new deadline.)

In full papers, we seek high-quality submissions that further the
knowledge and understanding of modern computing systems, with an
emphasis on implementations and experimental results. Short papers
should describe early ideas, advocate a controversial position, or
present interesting results that do not require a full-length paper. We
encourage papers that break new ground or present insightful results
based on practical experience.

The USENIX conference has a broad scope. Specific topics of interest
include but are not limited to:
Show full article (2.45Kb)
no comments
  Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]         


Author: Robert Blass
Date: Sep 17, 2008 10:22

I am looking to get my feet wet with encryption. When I say encryption
program I am talking about something to get me off to a quick start.
Something very simple, far less than the 40+ bit encryption code.

What I need is an easy to understand language choice. I've used BASIC
a long time ago but is there another language that is better and more
supported?

There seems to be hundreds of languages so it's hard for me to just
pick one.

I also wanted it to be a freeware or shareware programming language
with a compiler and maybe an editor that has colors and error
checking. I'll need it to be usable in a windows/xp environment.
Maybe a one that compiles into a self supportive EXE?

As I said I am just starting by trying to code a very simple
encryption program. If anything fits this bell then please give me
some information.

Thanks.

Message was cross-posted to the following Newsgroups in hopes of
getting more replies.
comp.lang.basic.powerbasic,comp.lang.misc,comp.lang.java,comp.lang.c++,comp.lang.c,comp.lang.c.moderated
3 Comments
  Wrapl 1.1.5 released         


Author: Raja Mukherji
Date: Sep 13, 2008 06:04

Wrapl (http://wrapl.sf.net) 1.1.5 has been released. The latest
version fixes many bugs and adds:

a) The Web.FastCGI module allowing Wrapl to be used for writing
fastcgi applications.
b) The syntax `expr` (with backquotes) which evalutes expr once at
compile time, instead of run time.
c) Better support for rationals, especially with regard to exponents
(e.g. 2 ^ -1 now returns 1/2).
d) The Util.Random module, for random number routines.
no comments
  new multicore programming docs for C++         


Author: cynko
Date: Sep 12, 2008 10:11

http://www.cilk.com/resources-for-multicoders/for-developers-only/

(For GCC and Visual Studio)

documentation, code samples, training materials for developers

Cilk++ ships in several months, but the above is a preview of what's coming.

--
no comments
  ANN: Seed7 Release 2008-09-02         


Author: thomas.mertes
Date: Sep 2, 2008 12:58

Hello,

I have released a new version of Seed7: seed7_05_20080902.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- The FAQ about development speed and type checking was improved.
- The chapters about boolean, bigInteger, rational, bigRational,
float, char, complex, string, reference, ref_list and program...
Show full article (2.05Kb)
no comments
  Ann: Intel x86 JIT for LITTLE available         


Author: thalion
Date: Aug 26, 2008 07:28

Finally, I found some time to implement JIT support on the Intel x86
IA32 architecture for the LITTLE VM.
The corresponding LITTLE binary release 0.8.0b is available for
download at

http://www.thalion-graphics.de/download

Currently, Linux is the only supported platform.

Btw., Intel x86 instruction encoding is a mess ...!!!

Best regards,
Helmut S. aka Thalion
no comments
  Programming Languages Decisions         


Author: E.D.G.
Date: Aug 18, 2008 05:59

PROGRAMMING LANGUAGES DECISIONS

Report Posted by E.D.G. August 18, 2008

This report is intended for any computer programming experts who
would like to propose that their favorite programming language is the one
that should be used for the potentially important application that is being
discussed here.

The report is also for people who are interested in disaster
mitigation science. They might want to skip to Section 3 of the report.

If you have a response that would be of interest to people in just
one Newsgroup then I recommend that you post it to only that Newsgroup.

If you have a technical comment that you want to make certain that I
see then you should send me an E-mail copy of your posting.

The information in this report represents expressions of personal opinion.

1. The Purpose Of This Report
2. Programming Language Recommendations
3. The Importance Of This Effort
4. Download Web Sites
5. Computer Viruses

1. THE PURPOSE OF THIS REPORT
Show full article (17.58Kb)
9 Comments
  ANN: Seed7 Release 2008-08-17         


Author: thomas.mertes
Date: Aug 17, 2008 13:45

Hello,

I have released a new version of Seed7: seed7_05_20080817.tgz

In the Seed7 programming language new statements and operators
can be declared easily. Types are first class objects and therefore
templates/generics need no special syntax. Object orientation is
used when it brings advantages and not in places when other
solutions are more obvious.

Seed7 is covered by the GPL (and LGPL for the Seed7 runtime library).

Changelog:
- The FAQ about static type checking was improved and an FAQ about
development speed and type checking was added.
- A chapter about the type 'category' was added to the manual.
- The chapters...
Show full article (1.76Kb)
no comments
  Is Open Source viable for very small teams or individual developers?         


Author: James Harris
Date: Aug 15, 2008 12:43

Calum's post on GPL prompted me to post this. It's something that's
been in the back of my mind for a while but is not a GPL issue per se
so I'm posting separately.

The issue: For an individual to release software that is either
commercial or is in some other way in competition with others then
that individual is much more limited by the amount of time that can be
spent developing the code. A competitor with even a small company
could very quickly understand how the code works and write a
competitive product. I don't think there are copyright issues unless
the code itself is copied verbatim. Nor do I think there are other
intellectual property rights over the code as such. Even if there are
the cost of court action to defend these rights could be prohibitive.

So what protection does the individual developer have apart from
secrecy of source code? IIRC there are utilities which will obfuscate
object code to prevent sensible disassembly.
Show full article (1.54Kb)
15 Comments
1 2 3 4 5 6 7 8 9