comp.lang.basic.misc
  Home FAQ Contact Sign in
comp.lang.basic.misc only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.basic.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  propecia canada sur internet propecia suisse commande en ligne femme en termes de propecia us usa citrate de sildenafil soft en France commander propecia us usa en ligne aucune prescription 1         


Author: kmwkawrt
Date: May 11, 2008 05:11

propecia canada sur internet
propecia suisse commande en ligne
femme en termes de propecia us usa
citrate de sildenafil soft en France
commander propecia us usa en ligne aucune prescription

+++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++
+
ACHETER VIAGRA BON MARCHE (ALL CARDS ACCEPTED !!!)
http://jhku.net/ACHETER-VIAGRA-BON-MARCHE/
http://jhku.net/ACHETER-VIAGRA-SOFT/
http://jhku.net/ED-PAQUETS-DESSAI/
Show full article (3.01Kb)
no comments
  Protect yourself against Operation Sudden Fall         


Author: Jay.Swainston
Date: May 9, 2008 17:01

Law enforcement is now intercepting text messages,
as proven by Operation Sudden Fall in San Diego.

http://www.usdoj.gov/dea/pubs/states/newsrel/sd050608.html
http://www.signonsandiego.com/news/education/20080506-1338-bn06sdsu2.html

Don't let your personal SMS/text messages fall into
the wrong hands. Encrypt your messages with one
of these:

http://www.CryptoSMS.org
http://www.CryptoSMS.com
http://www.FortressMail.net/fortress_sms.htm
http://www.Cop2p.com/encrypted_sms.html

Be Safe, Be Encrypted, Fuck the Police!!

--
Bill, below pickles testy and thin, models away from it, punishing briefly.
no comments
  GWBASIC clone on linux         


Author: MC PRTK
Date: May 7, 2008 10:32

Hi everyone.......
I am using SuSE Linux 10.0 and would like to have a GWBASIC interpreter
clone (preferred) for Linux.......Google has failed me,There is no such
program as of yet. The GWBASIC program for DOS doesnt work under 'Wine' OR
'WineConsole'
Please help.
--
With Great Power Comes Great Responsibility.
(Ben Railley in Spiderman)
5 Comments
  Set and get properties from jpeg image         


Author: Diggy
Date: May 2, 2008 03:02

Is there a way in vb6 to read and store information in a JPEG file. I
have a program which saves jpeg files to a folder but in the process I
want to store a subject (text) somewhere in the file other than the
filename.
Can vb access the picture properties and change or add to them?
1 Comment
  Slashdot/Wired article on May 1st in Basic history         


Author: R.Nicholson
Date: May 1, 2008 10:35

The article says that at 4 a.m. on May 1st, 1964, Kemeny and Kurtz ran
their first BASIC program on Dartmouth college's General Electric
GE-225
mainframe.

(Thankfully, they continued program language development beyond
their Dartmouth Oversimplified Programming Experiment , or this
group might have had the much less desirable name: comp.lang.DOPE :)

--
rhn A.T nicholson d.0.t C-o-M
http://www.nicholson.com/rhn/basic
9 Comments
  [ANN] XBLite 4.2.0 Released         


Author: XBLite
Date: Apr 15, 2008 17:28

FYI--

A new version of XBLite, v2.4.0, has been released
and is available for download from the XBLite website:

http://xblite.pagesperso-orange.fr/

or download directly from:

http://xblite.pagesperso-orange.fr/xblite_240.zip
http://xblite.pagesperso-orange.fr/xblite_240.7z

XBLite for Windows
What's New

v2.4.0
- This version contains many compiler bug fixes and optimizations.

- The XBLite Reference Manual has been updated to version 1.10.

- The output *.def file has been streamlined and is created only if a program
is compiled as library.

- All Xst exception functions have been moved from the Xst library to Xsx.

- Added DATA statement for storing string data, eg,
DATA "abcd", "123", "2.56"
READ a$, b, c#
See the demo program eliza.x
Show full article (1.78Kb)
3 Comments
  QB64 Demo 7 released         


Author: dean.menezes
Date: Apr 12, 2008 05:43

Download (~5.7MB) is available here:
http://www.mediafire.com/?dbpdnibw9xj

Demo #7 is the first major version of QB64 which is self-compiled.
Demo #7 contains around 50 bug fixes (this was the main focus) and
also provides some newly implemented commands.

Enjoy it,
Galleon

--------------------------------------------------------------
The following is copied from README.TXT
--------------------------------------------------------------
QB64 COMPILER V0.7 DOCUMENTATION
================================
(V0.7 does not have the SC extension (ie. V0.7SC) because it can now
be assumed)

Thanks for trying QB64!
The goal of QB64 is to create programs from BASIC source for Windows,
Mac OSX and Linux whilst being 100%% compatible with Microsoft QBASIC/
QB4.5

At present, QB64 only compiles programs on/for Microsoft Windows.
Show full article (5.19Kb)
8 Comments
  Re: 1980 Basic Sought         


Author: David Williams
Date: Apr 8, 2008 18:59

-> BBC BASIC: 'Missing "'
-> Liberty Basic: 'Unfinished String'

Liberty BASIC is the one that can't handle X = -SIN(Y).

BBC BASIC I don't know.

dow
no comments
  Re: 1980 Basic Sought         


Author: David Williams
Date: Apr 8, 2008 14:20

-> > Not as easy as PRINT "T".

-> Or:

-> ? "T"

-> ;-)

Or

? "T

Pretty well any BASIC will close the quotation marks automatically.

dow
2 Comments
  Re: 1980 Basic Sought         


Author: David Williams
Date: Apr 8, 2008 06:59

-> >a$ = "Test"
-> >Segment = SSEG(a$)
-> >Offset = SADD(a$)
-> >DEF SEG = Segment
-> >
-> >? CHR$(PEEK(SADD(a$)))
-> >will still print "T" no matter if a$ is near or far.

-> All very true, but wouldn't "LEFT$(a$,1)" still be a lot easier?

Not as easy as PRINT "T".

dow
1 Comment
1 2 3 4 5 6 7 8 9