text
stringlengths
7
5.36M
0 REM ************************ 1 REM ** - CCESOFT - ** 2 REM ** FELIPE ABRAMVEZT ** 3 REM ** VERSAO 1.1 05/85 ** 4 REM ************************ 5 REM ** PROGRAMA TELA ** 6 REM ************************ 9 GR :M = 0 10 GOTO 310 11 REM :::SUB ROTINA P/ DESENHAR AS LETRAS NA TELA:::::: 12 A = 0:B =...
SCREEN 8 an: CLS cl: COLOR 10 PRINT "This is JT's code program 3.0" PRINT INPUT "Enter which code you want (A-D [B & D are best] {type E to exit}) >", choice$ SELECT CASE choice$ CASE "c" GOTO bc CASE "a" GOTO code66 CASE "b" GOTO encode2 CASE "d" GOTO decode2 CASE "e" GOTO quit END SELECT bc: ...
Operation =1 Option =16 RowCount ="100" Begin InputTables Name ="dbo_viewContactHistory" End Begin OutputColumns Expression ="dbo_viewContactHistory.*" End dbBoolean "ReturnsRecords" ="-1" dbInteger "ODBCTimeout" ="60" dbByte "RecordsetType" ="2" dbBoolean "OrderByOn" ="0" dbByte "Orientation" ="0" dbByte "Def...
GR. 7+16 DIM A(160) byte OFFSET=0 screen=PEEK($59)*256+PEEK($58) SETCOLOR 2,0,14 SETCOLOR 1,1,7 OPEN #1,4,0,"D:ABEJUARE.BMP" BGET #1,ADR(A),154-32+40 WHILE ERR()=1 BGET #1,ADR(A),160 FOR I=0 TO 159 dbyte=A(I) POKE screen+I+OFFSET,dbyte NEXT I OFFSET=OFFSET+160 WEND GET I
5 S=54272 :rem 201 10 FORI=0TO22:POKE S+I,0:NEXT :rem 10 100 POKE S+24,143 :REM SET VOLUME HIGH :rem 106 110 POKE S+5,16 :REM A/D :rem 217 115 POKE S+19,16 :REM A/D :rem 19 120 POKE S+6,.252 :REM S/R :rem 45 125 POKE S+20,249 :REM S/R :rem 100 140 POKE S+4,21:POKES+18,17 150 POKE S+1,2:POKE S+15,34:FORI=1TO200:...
DECLARE FUNCTION IRBIT1! (ISEED!) FUNCTION IRBIT1 (ISEED) STATIC IB1 = 1 IB3 = 4 IB5 = 16 IB14 = 8192 NEWBIT% = (ISEED AND IB14) <> 0 IF (ISEED AND IB5) <> 0 THEN NEWBIT% = NOT NEWBIT% IF (ISEED AND IB3) <> 0 THEN NEWBIT% = NOT NEWBIT% IF (ISEED AND IB1) <> 0 THEN NEWBIT% = NOT NEWBIT% IF ISEED > 2 ^ 14 THE...
Version =20 VersionRequired =20 Begin Form AllowFilters = NotDefault RecordSelectors = NotDefault ControlBox = NotDefault AutoCenter = NotDefault NavigationButtons = NotDefault AllowDeletions = NotDefault CloseButton = NotDefault DividingLines = NotDefault AllowAdditions = NotDefaul...
1 %TITLE "String Comparison Function" %SBTTL "COMP_STRING" %IDENT "V3.6a Calico" FUNCTION INTEGER COMP_STRING(TEST_STRING$, WILDCARD_STRING$) ! ! COPYRIGHT (C) 1988 BY ! Computer Management Center, Inc. ! Idaho Falls, Idaho. ! ! This software is furnished under a license and may be used and ! copied only in...
'Star Explorer 'By: Jesse N. Richardson CLS PRINT "Fly a ship program." PRINT PRINT "0-9 = velosity (0 is no thruster)" PRINT "Right and Left arrows incerease and decrease velosity." PRINT "Up and Down arrows to move vertically." PRINT "S = Stop the verticle movement." PRINT "ESC = End" WHILE INKEY$ = "": W...
SCREEN 13 WINDOW (0, 0)-(100, 100) REM *** M.A. de Ruyterstraat 5 4695 EL Sint-Maartensdijk, 25 juli 1995, 01666-3745. REM *** Draadfiguur kubus die om z'n as draait. Bekijk de figuur met een REM *** zgn. 3D-bril, rood en groen glas. Rood links. FOR I = 16 TO 31 LOCATE 12, 13 COLOR I PR...
10 REM MATHS TIMES TABLES TEST 20 sc = 0 30 n = 20 40 REM generate off cpu time to change random 50 a = rnd(- ti) 60 for att = 1 to n 70 print "{clear}" 80 print "{yellow}maths - multiplication test" 90 print "===========================" 100 print "{white}question "; att; "out of "; n 110 print "score: "; score 120 RE...
DECLARE SUB PASSTOSUB (S AS snake) DECLARE FUNCTION SOMEFUNC# (X) TYPE pos x AS INTEGER y AS INTEGER z AS INTEGER END TYPE TYPE snake head AS INTEGER name AS STRING pp AS pos END TYPE DIM X(10) AS snake X(3).head = SOMEFUNC#(123) X(3).name = "fred" X(3).pp.y = 987 PRINT X(3).head; ...
// ==================JsMobileBasic Script================= * include('Math.bas'); include('3Delements.bas'); const FRAME = true; let elements = []; const zero = [screenWidth() / 2, screenHeight() / 2]; let [transX, transY, transZ, Scale] = [0, 0, 0, 1]; let [posX, posY, posZ] = [0, 0, 0]; let fill = true; let grad...
'Soluzione dell'EQUAZIONE di KEPLERO: E = M + e * SIN(E) ' Con due metodi tradizionali e con le Variabili Universali '^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ COLOR 14, 6: CLS DEFDBL A-Z DEF FNatan (y, x) = (1 + (x = 0)) * ATN(y / (x + (x = 0))) - pi * (x <= 0) - 2 * pi * (x > 0 AND y < 0) + (x =...
100 PRINT "THIS IS THE GAME OF CHASE" 110 PRINT "WANT INSTRUCTIONS"; 120 INPUT C$ 130 IF LEFT$(C$,1)="N" THEN 230 140 IF LEFT$(C$,1)<>"Y" THEN 110 150 PRINT "YOU ARE '*' IN A HIGH VOLTAGE MAZE WITH 5" 160 PRINT "SECURITY MACHINES '+' TRYING TO DESTROY YOU" 170 PRINT "YOU MUST MANEUVER THE SECURITY MACHINES INTO"...
100 ' CSRLIN sample {DELAY2:10} 110 WIDTH 80,25:CLS 120 F=1:X=39:Y=2 130 GOSUB 150 140 GOTO 130 150 LOCATE X,Y:PRINT " "; 160 IF CSRLIN>=22 OR CSRLIN<=1 THEN F=F*-1 170 Y=Y+F:LOCATE X,Y:PRINT "ì"; 180 RETURN
10 COLOR15,1,1:SCREEN2,2,0 20 _TURBO ON 30 X=150:Y=126:T=.6:PX=110:PY=37:VX=.41:VY=-.1 40 B$=CHR$(&H18):B1$=CHR$(&H3C):S$=B$+B1$+B1$+B$:SPRITE$(1)=S$:PUTSPRITE1,(X,Y),7 50 I=I+1:IF PY<Y THEN YA=Y-PY ELSE YA=PY-Y 60 IF PX<X THEN XB=X-PX ELSE XB=PX-X 70 YC=YA*YA:XC=XB*XB 80 'IF PY=Y THEN D1=YA ELSE D1=SQR(YC+XC)...
'Copyright Luke Ceddia 'SPDX-License-Identifier: Apache-2.0 'tokgen.bas - Token Generator & Registerer 'Create TOK_ definitions and register them in the lookup table ' 'Nearly every element of the program can be expressed as a token, which is identified with the TOK_ 'constant ID. The symtab also stores all tokens by n...
Attribute VB_Name = "Registry" Option Explicit ' The exe file must exist for this to work properly. Private Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias "RegCreateKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, ByVal Reserved As Long, ByVal lpClass As String, ByVal dwOptions As Long, ByVal samDesir...
'File boxIntersectBox.bas 0+DATE$++Time$ CSUB boxIntersectBox 00000000 F8D04B4C E92DC000 F8D34FF0 B08D8000 F8D8680B 9202E000 0ACCEB0E 09C3EB0E B004F8DA A004F8D9 422BEA4F 903CF85E 442AEA4F E033F85E EA4F9200 EA4F72EB 920175EA 402EEA4F 2004F8D8 71EEEA4F 4629EA4F E008F8D8 EA4F9203 00DB0CCC 77E9EA4F AB00E9DD E...
SIRANO: RUZ%=LOF(1)/36+1 : RECNO%=RUZ% KKK: SIRANO$=MID$(STR$(RECNO%),2) SIRANO$=FNINPUT$(6,34,4,SIRANO$,1) IF VAL(SIRANO$)>RUZ% THEN GOTO SIRANO SIRANO$=FNSIFIR$(SIRANO$,4) LOCATE 6,34 : PRINT SIRANO$ IF TUS=27 THEN GOTO CIK IF TUS=73 THEN GOSUB PGUP : GOTO KKK IF TUS=81 THEN GOSUB ...
10 REM *** PLAYBACK VI *** 20 REM *** ST BASIC DEMO *** 30 REM *** BY TRISTAN HUNTING *** 40 REM 50 REM ***LOAD CODE*** 60 CODE%=300000 70 BLOAD "A:\PLAYBACK\PLAYBACK.C",CODE% 80 REM 90 REM ***SKIP HEADER*** 100 CODE%=CODE%+28 110 REM 120 REM ***LOAD SAMPLES*** 1...
REM Joshua Hipple - Project 4.1 REM Read data, calculate pay, output to screen CLS GOSUB InitializeVariables GOSUB PrintHeaders GOSUB ProcessDetail GOSUB PrintTotals END REM ** Initialize Variables ** REM ** Initializes variables and headers ** InitializeVariables: TotalPieces = 0 TotalPay = 0 T1$ = " ...
1 REM **************************************** 2 REM 3 REM Z80-MBC2 GPIO B and Keypad Test Program 4 REM 5 REM **************************************** 20 OUT 0,255 : REM ALL INPUTS 30 OUT 1,8 : REM GPPUB 40 OUT 0,255 : REM ALL PULLUPS ACTIVE 100 OUT 1,130 : REM GPIOB READ 110 CHAR=INP(0) 120 IF CHAR<255 THEN GOTO 145 ...
10 REM THIS PROGRAM COMPUTES THE MEAN, STANDARD 20 REM DEVIATION AND STANDARD ERROR FOR GROUPED DATA 30 LET A = 0 40 LET B = 0 50 LET C = 0 60 LET D = 0 70 PRINT "ENTER SAMPLE VALUE AND FREQUENCY"; 80 INPUT X,F 90 IF F <= 0 THEN 170 100 LET A = A + 1 110 LET B = B + F 120 LET G = X*F 130 LET C = C + G 140 LET E = (X^2)...
/' Copyright (c) 2011, SavedCoder. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following d...
100 DEFINTA-Z:DIM R2(2,1) 110 SCREEN10 120 SETPAGE0:R2(0,0)=VDP(2) 130 SETPAGE1:R2(0,1)=VDP(2) 140 SCREEN11 150 SETPAGE0:R2(1,0)=VDP(2) 160 SETPAGE1:R2(1,1)=VDP(2) 170 SCREEN12 180 SETPAGE0:R2(2,0)=VDP(2) 190 SETPAGE1:R2(2,1)=VDP(2) 200 SCREEN1:WIDTH32 210 FORS=0TO2:FORP=0TO1 220 PRINT "SCREEN";(S+10);" PAGE";P;"=&H";H...
'Bildschirmschoner DIM t%(10000) RANDOMIZE TIMER CLS INPUT "Wie soll der Text lauten?"; q$ SCREEN 12 LOCATE 2, 2 PRINT q$ a = LEN(q$) * 8 GET (7, 15)-(9 + a, 33), t% x = 220: y = 140 PUT (x, y), t%, PSET n = RND * 2 - 1 m = RND * 2 - 1 IF n * m = 0 THEN n = 1 CLS DO PUT (x, y), t%, PSET x = x + ...
olevba 0.60.1.dev3 on Python 3.8.10 - http://decalage.info/python/oletools =============================================================================== FILE: Virus.MSWord.Ded.g Type: OLE ------------------------------------------------------------------------------- VBA MACRO ThisDocument.cls in file: Virus.MSWord....
1 REM STEREOGRAPHIC SKY PROJECTION 2 P=3.14159265: R1=P/180 3 INPUT "RADIUS ";K 4 INPUT "LAT, LONG ";B,L 5 REM W LONG NEG, E LONG POSITIVE 6 B=B*R1: L=L*R1 7 INPUT "LST (H,M,S) ";A$,A2,A3 8 GOSUB 72: T=A*15*R1-L 10 INPUT "OBJECT NAME ";B$ 12 INPUT "RA (H,M,S) ";A$,A2,A3 14 GOSUB 72: R=A*15*R1 16 INPUT "DEC ...
10 def fna(x) 20 if x=0 then r=1 else r=x*fna(x-1) 30 =r 40 print fna(7)
'message center 'their deparment is the massege they will get CLS PRINT " ***Message Center*** " PRINT PRINT " Copyright Jason Chalom" PRINT INPUT "Who are you "; dept$ SELECT CASE dept$ CASE "Jason" BEEP: CLS PRINT "your co...
Attribute VB_Name = "CreateGraphs" ' Module with all chart-producing procedures Option Explicit ' Colors ' Navy RGB(12, 74, 116) ' Teal RGB(146, 210, 198) ' Gray RGB(199, 199, 199) Sub GlobalNetGrossChart() Dim MyChart As Chart Dim MyRange As Range Dim startCell, ChartLoc ...