Jump to content

prgm0

Member
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    prgm0 got a reaction from wasab in The under 100 line challenge!   
    Disp "Enter x1 for V1:" Input A Disp "Enter x2 for V1:" Input B Disp "Enter x3 for V1:" Input C Disp "Enter x1 for V2:" Input D Disp "Enter x2 for V2:" Input E Disp "Enter x3 for V2:" Input F ClrHome (B*F)-(C*E)->G (C*D)-(A*F)->H (A*E)-(B*D)->I Disp G,H,I Program for calculator TI-83Plus to calculate the cross-product of two vectors 
  2. Like
    prgm0 got a reaction from Mira Yurizaki in The under 100 line challenge!   
    Disp "Enter x1 for V1:" Input A Disp "Enter x2 for V1:" Input B Disp "Enter x3 for V1:" Input C Disp "Enter x1 for V2:" Input D Disp "Enter x2 for V2:" Input E Disp "Enter x3 for V2:" Input F ClrHome (B*F)-(C*E)->G (C*D)-(A*F)->H (A*E)-(B*D)->I Disp G,H,I Program for calculator TI-83Plus to calculate the cross-product of two vectors 
  3. Agree
    prgm0 got a reaction from AbsoluteFool in Need a Little Help   
    Basically thats all you need for what you want to do, connect your laptop to your FTP-Server at night and upload the data you want. By using dynamic DNS or your static IP you could do that from wherever you are. Maybe also setup OpenVPN so that nobody else can reach your FTP-Server except you.
×