Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'pascal'

1933278 - THC Web Vulnerability Scanner: pascal jean pereira
  1. #!/usr/bin/perl
  2.  
  3. #
  4.  
  5. # THC Web Vulnerability Scanner v3.8
  6.  
  7. #
  8.  
  9.  
1744451 - empty soldatserver functions and: server pascal soldat empty soldatserver
  1. const
  2. //teams
  3.   alpha = 1;
  4.   bravo = 2;
  5.   charlie = 3;
  6.   delta = 4;
  7.   spectator = 5;
  8. //game modes
  9.  
835770 - Instersection of two lines: pascal linear equation two points
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x1, y1, x2, y2: real;
  6.                 x3, y3, x4, y4: real;
  7.                 x, y: real;
  8.                 m1_inf, m2_inf: byte;
  9.  
830678 - Solving intersection of linear e: pascal linear equation ymxb
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x, y: real;
  6.  
  7. begin   
  8.         write('Enter m1: ');
  9.  
830674 - Solving intersection of linear e: pascal linear equation ymxb
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x, y: real;
  6.  
  7. begin   
  8.         write('Enter m1: ');
  9.  
717859 - unipe - correct: pascal unipe
  1. Program folha_pagamento;
  2. USES crt;
  3. VAR
  4. quant_cat1, quant_cat2, quant_cat3, quant_func, categoria, horas: integer;
  5. salario, maior_salario, menor_salario, soma_cat1, soma_cat2, soma_cat3, vendas: real;
  6. BEGIN
  7.    quant_cat1:=0;
  8.    quant_cat2:=0;
  9.  
628270 - Snake: in pascal snake
  1. program snake;
  2. uses crt;
  3. var
  4.    isPaused,newGame: boolean;
  5.    opGO,op,dir,newD: char;
  6.    cx,cy,tamc,pt,pt2,nv,nv2,perdeu: integer;
  7. {cx,cx = posição da comida; tamc = tamanho da cobra; pt = pontos; pt2 = contador p/ mudar de nv; nv = nivel; nv2 velocidade}
  8.    x,y: array[1..14] of integer;{posição das partes da cobra}
  9.  
627750 - Snake: in pascal snake
  1. Zuei
627729 - Snake: in pascal snake
  1. program snake;
  2. uses crt;
  3. var
  4.    isPaused: boolean;
  5.    op,dir,newD,lastD: char;
  6.    cx,cy,tamc,pt,pt2,nv,nv2,perdeu: integer;
  7. {cx,cx = posição da comida; tamc = tamanho da cobra; pt = pontos; pt2 = contador p/ mudar de nv; nv = nivel; nv2 velocidade}
  8.    x,y: array[1..14] of integer;{posição das partes da cobra}
  9.  
619430 - Bugged.pas: pascal not work bug divison by zero
  1. program test_readkey;
  2. uses crt;
  3. var
  4.   c : char;
  5. begin
  6.   c:=readkey;
  7.   case c of
  8.     #8 : writeln('backspace');
  9.  
619428 - Bugged.pas: pascal not work bug divison by zero
  1. program test_readkey;
  2. uses crt;
  3. var
  4.   c : char;
  5. begin
  6.   c:=readkey;
  7.   case c of
  8.     #8 : writeln('backspace');
  9.  
worth-right
fantasy-obligation