Search found 229 matches

by greg123
Thu Jul 03, 2003 2:53 pm
Forum: Computer Programming
Topic: C question
Replies: 9
Views: 6615

Re: C question

Well you can exclude the left shift operator, since you are always shifting the 1 15 spaces.<p>You can use:<p>#define ERR 0x8000<p>The left operator should be used when you are shifting another variable.<p>#define ERR (j<<15) where j is a changing variable.<p>greg<p>[ July 03, 2003: Message edited b...
by greg123
Thu Jul 03, 2003 2:47 pm
Forum: Computer Programming
Topic: Forth Programming Language
Replies: 4
Views: 4887

Re: Forth Programming Language

Here is the link.<p>Click to download.<p>Forth Language<p>greg
by greg123
Thu Jul 03, 2003 2:44 pm
Forum: Computer Programming
Topic: C question
Replies: 9
Views: 6615

Re: C question

#define defines a macro<p>ERR is the name of the macro<p><< is the shift left operator. It's used to shift bits left.<p>So, (1 << 15) is the value of the macro and 1 << 15 means 1 shifted left 15 times i.e. 0x8000<p> This can be expressed as:<p>unsigned int x = ERR;<p>is the same as<p>unsigned int x...
by greg123
Sat Jun 28, 2003 5:18 pm
Forum: General Discussion
Topic: Mimicking tube behavior with solid state devices
Replies: 5
Views: 3298

Re: Mimicking tube behavior with solid state devices

Check out some of Peavey Electronics guitar amp schmatics. They bulid a "Trans-Tube" series of tube-emulated amplifiers. <p>Peavey will provide these schmatics to you.<p>greg
by greg123
Fri Jun 27, 2003 4:03 am
Forum: Computer Programming
Topic: Print screen botton
Replies: 3
Views: 3883

Re: Print screen botton

No trouble.
by greg123
Thu Jun 26, 2003 3:54 pm
Forum: General Discussion
Topic: Smiling So Hard my Face is gonna Break
Replies: 10
Views: 5203

Re: Smiling So Hard my Face is gonna Break

Good to hear!<p>I am currently working on an article for N & V mag.<p>Congrats!
by greg123
Wed Jun 25, 2003 9:04 pm
Forum: Computer Programming
Topic: Print screen botton
Replies: 3
Views: 3883

Re: Print screen botton

Sorry Mike, Its taken me a while to come up eith it. Just copy and paste the code and run the program. It will copy the screen at your given interval. Just be sure to specify the interval, it is in miliseconds so 1000 ms = 1 sec.<p>Code:<p>Option Explicit<p>Private Declare Sub keybd_event Lib "...
by greg123
Wed Jun 25, 2003 3:09 pm
Forum: Computer Programming
Topic: keyboard hotkeys
Replies: 4
Views: 4446

Re: keyboard hotkeys

hey will,<p>no trouble. it's in my details but here it is anyway:<p>[email protected]<p>Why not post your qeuestion here??
by greg123
Tue Jun 24, 2003 1:49 pm
Forum: General Discussion
Topic: fireworks controller
Replies: 4
Views: 2307

Re: fireworks controller

As a licenced pyrotechnician and fireworks supervisor, I use the same system you are describing to fire my show. The systems used with computers are expensive, and for good reason. They have and require many safety features to ensure proper firing. <p> I wouldn't trust a home-made computer firing sy...
by greg123
Tue Jun 24, 2003 10:55 am
Forum: Computer Programming
Topic: keyboard hotkeys
Replies: 4
Views: 4446

Re: keyboard hotkeys

Hey mike,<p>Try this code in VB. It will give you the key code.<p>Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
MsgBox KeyCode
End Sub<p>
greg
by greg123
Tue Jun 24, 2003 5:30 am
Forum: General Discussion
Topic: Address latching on Intel 8088
Replies: 2
Views: 1648

Re: Address latching on Intel 8088

I would definatly include the latches.<p>greg
by greg123
Sun Jun 22, 2003 4:02 pm
Forum: General Discussion
Topic: voltage regulator
Replies: 3
Views: 2220

Re: voltage regulator

You can connect a 6 Volt regulator accross the battery. Try a 7506.
by greg123
Tue Jun 17, 2003 9:23 am
Forum: Computer Programming
Topic: DELETED
Replies: 2
Views: 3080

Re: Welcome

Thanks Greg!<p>Now if I could only move all the old programming threads here......<p>greg
by greg123
Tue Jun 17, 2003 4:35 am
Forum: General Discussion
Topic: SUGGESTION!!! LARRY READ THIS!!!!!!!
Replies: 9
Views: 4261

Re: SUGGESTION!!! LARRY READ THIS!!!!!!!

I'll email the guys in charge today......
by greg123
Mon Jun 16, 2003 5:42 pm
Forum: General Discussion
Topic: SUGGESTION!!! LARRY READ THIS!!!!!!!
Replies: 9
Views: 4261

Re: SUGGESTION!!! LARRY READ THIS!!!!!!!

Yeah sounds good!!<p>Anybody else interested??<p>I'll mod the forum... ha ha ha!!!!!