Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/10/21 in all areas

  1. How it works Compile and Open p2p.exe as admin in 2 different PC's Copy the My Lan or Wan IP and communicate it to other peer. So the 2 peers have now the 2 enpoint to connect to, so press on both Connect. The 2 peers now are able to sent messages or take the Remote Desktop Control between them. It's use UDT protocol and thanks to rendezvous connection, it should be able to bypass all firewall rules etc, like a small concepts of TeamViewer at 0 cost! Contributing Contributions are welcome and greatly appreciated! License Download: p2p-main.zip or git clone https://github.com/miroslavpejic85/p2p.git Source
    1 point
  2. It contains a project file, use Visual Studio and compile directly. If you encounter any issues just come back and we'll try to help.
    1 point
  3. function scrieText() { var x=12; var y=13; var z=14; if (x<y && y<z){ Ordinea=x,y,z } var raspuns=prompt("Alege un numar?",""); var raspuns=prompt("Alege un numar?",""); var raspuns=prompt("Alege un numar?",""); document.getElementById('Ordinea').innerHTML=Ordinea; alert(); } (fisier JAVASCRIPT) <html> <head> <title> Numere crescatoare </title> <script type="text/javascript" src="exemplu2.js"></script> </head> <body> <h1 align="center">Ordinea crescatoare a numerelor preferate</h1> <INPUT TYPE="button" name="buton" onclick="scrieText()" value="Afla ordinea"> <div id="Ordinea"></div> </body> </html> (fisier HTML) ce comanda trebuie sa mai aplic pentru a-mi arata in pop-up numaratoarea crescatoare a celor 3 variabil x y z ? Cele 3 variabile trebuie definite in pop up prin functia prompt
    0 points
  4. Cum o folosesc ca nu inteleg?+ imi trebuie comanda folosita in fisier extern
    0 points
This leaderboard is set to Bucharest/GMT+02:00
×
×
  • Create New...