144 lines
8.9 KiB
HTML
144 lines
8.9 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Programowanie - Baza Programów</title>
|
||
<!--Meta-->
|
||
<meta charset="UTF-8" />
|
||
<meta name="author" content="Krzysztof 'KrzysiekSiemv' Smaga" />
|
||
<meta name="description" content="Strona ze zbiorem programów najnowszych wersji, umożliwiająca pobieranie ich z oficjalnych źródeł" />
|
||
<!--Stylesheets-->
|
||
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/>
|
||
<link rel="stylesheet" media="screen" href="stylesheet.css" />
|
||
<!--Skrypty-->
|
||
<script src="https://kit.fontawesome.com/e4c3899c65.js" crossorigin="anonymous"></script>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="navbar">
|
||
<i class="far fa-window-restore"></i>
|
||
<h1>Baza Programów</h1>
|
||
<h3>Programy w jednym miejscu</h3>
|
||
</div>
|
||
<div class="menu">
|
||
<a href="https://krzysieksiemv.github.io/BazaProgramow/"> STRONA GLOWNA </a>
|
||
<a href="https://krzysieksiemv.github.io/BazaProgramow/o-stronie"> O STRONIE </a>
|
||
<div class="dropdown">
|
||
<a style="text-decoration: overline;">POBIERZ</a>
|
||
<div class="dropdown-content">
|
||
<a href="https://krzysieksiemv.github.io/BazaOSow">Systemy operacyjne</a>
|
||
<a href="Bezpieczenstwo">Bezpieczeństwo</a>
|
||
<a href="Pakiety_biurowe">Pakiety biurowe</a>
|
||
<a href="Grafika">Grafika</a>
|
||
<a href="Programowanie">Programowanie</a>
|
||
<a href="https://krzysieksiemv.github.io/BazaProgramow/pobierz">Więcej kategorii</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="header">
|
||
<h1>Programowanie</h1>
|
||
<i class="fas fa-terminal"></i>
|
||
</div>
|
||
<div class="download">
|
||
<!--Visual Studio 2019-->
|
||
<div class="line"></div>
|
||
<img src="https://visualstudio.microsoft.com/wp-content/uploads/2019/02/VSWinIcon_100x.png" />
|
||
<h2>Visual Studio 2019</h2>
|
||
<p>W pełni funkcjonalne, rozszerzalne i bezpłatne środowisko IDE przeznaczone do tworzenia nowoczesnych aplikacji dla systemów Android, iOS i Windows, jak również aplikacji internetowych i usług w chmurze.</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://download.visualstudio.microsoft.com/download/pr/f6473c9f-a5f6-4249-af28-c2fd14b6a0fb/5082309bc336fec6ee9ff09cd0bf9d755b85c49732cf5673c35e7778dc0e221a/vs_Community.exe">Windows</a>
|
||
<a href="https://download.visualstudio.microsoft.com/download/pr/86688925-4e75-4a31-aaf9-168f83368800/aec6e4319bb72efc89087ec0313b7c06/visualstudioformacinstaller.dmg">macOS</a>
|
||
<!--Visual Studio Code-->
|
||
<div class="line"></div>
|
||
<img src="https://visualstudio.microsoft.com/wp-content/uploads/2019/02/VSWinIcon_100x.png" />
|
||
<h2>Visual Studio Code</h2>
|
||
<p>Darmowe środowisko IDE zbudowane na Open Source, który działa wszędzie</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://aka.ms/win32-user-stable">Windows 32-bit</a>
|
||
<a href="https://aka.ms/win32-x64-user-stable">Windows 64-bit</a>
|
||
<a href="https://go.microsoft.com/fwlink/?LinkID=620882">macOS</a>
|
||
<a href="https://go.microsoft.com/fwlink/?LinkID=760868">Linux (deb)</a>
|
||
<a href="https://go.microsoft.com/fwlink/?LinkID=760867">Linux (rpm)</a>
|
||
<a href="https://go.microsoft.com/fwlink/?LinkID=620884">Linux (tar.gz)</a>
|
||
<!--PowerShell v6.2.3-->
|
||
<div class="line"></div>
|
||
<img src="https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/ps_black_64.svg?sanitize=true" />
|
||
<h2>PowerShell v6.2.3</h2>
|
||
<p>Nowy interpreter poleceń.</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x86.msi">Windows 32-bit</a>
|
||
<a href="https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/PowerShell-6.2.3-win-x64.msi">Windows 64-bit</a>
|
||
<a href="https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/powershell_6.2.3-1.ubuntu.18.04_amd64.deb">Linux (deb)</a>
|
||
<a href="https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/powershell-6.2.3-1.rhel.7.x86_64.rpm">Linux (rpm)</a>
|
||
<a href="https://github.com/PowerShell/PowerShell/releases/download/v6.2.3/powershell-6.2.3-osx-x64.pkg">macOS</a>
|
||
<!--Notepad++-->
|
||
<div class="line"></div>
|
||
<img src="https://notepad-plus-plus.org/images/logo.svg" />
|
||
<h2>Notepad++</h2>
|
||
<p>Rozbudowany notatnik wspierający wiele języków</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8.2/npp.7.8.2.Installer.exe">Windows 32-bit</a>
|
||
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.8.2/npp.7.8.2.Installer.x64.exe">Windows 64-bit</a>
|
||
<!--Sublime Text-->
|
||
<div class="line"></div>
|
||
<img src="https://avatars0.githubusercontent.com/u/684879?s=280&v=4" />
|
||
<h2>Sublime Text</h2>
|
||
<p>Zaawansowany edytor tekstu specjalny dla kodu.</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://download.sublimetext.com/Sublime%20Text%20Build%203211%20Setup.exe">Windows 32-bit</a>
|
||
<a href="https://download.sublimetext.com/Sublime%20Text%20Build%203211%20x64%20Setup.exe">Windows 64-bit</a>
|
||
<a href="https://download.sublimetext.com/Sublime%20Text%20Build%203211.dmg">macOS</a>
|
||
<a href="https://download.sublimetext.com/sublime_text_3_build_3211_x32.tar.bz2">Linux 32-bit</a>
|
||
<a href="https://download.sublimetext.com/sublime_text_3_build_3211_x64.tar.bz2">Linux 64-bit</a>
|
||
<!--Atom-->
|
||
<div class="line"></div>
|
||
<img src="https://upload.wikimedia.org/wikipedia/commons/7/7b/Icon_Atom.svg" />
|
||
<h2>Atom</h2>
|
||
<p>Edytowalny edytor tekstu XXI wieku</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/AtomSetup.exe">Windows 32-bit</a>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/AtomSetup-x64.exe">Windows 64-bit</a>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/atom-mac.zip">macOS</a>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/atom-amd64.deb">Linux (deb)</a>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/atom.x86_64.rpm">Linux (rpm)</a>
|
||
<a href="https://github.com/atom/atom/releases/download/v1.42.0/atom-amd64.tar.gz">Linux (tar.gz)</a>
|
||
<!--Node.js-->
|
||
<div class="line"></div>
|
||
<img src="https://cdn.worldvectorlogo.com/logos/nodejs-icon.svg" />
|
||
<h2>Node.js 12.14.0</h2>
|
||
<p>Środowisko uruchomieniowe do tworzenia aplikacji typu Server-Side napisane w języku JavaScript</p>
|
||
<br>
|
||
<p>Pobierz dla: </p>
|
||
<a href="https://nodejs.org/dist/v12.14.0/node-v12.14.0-x86.msi">Windows 32-bit</a>
|
||
<a href="https://nodejs.org/dist/v12.14.0/node-v12.14.0-x64.msi">Windows 64-bit</a>
|
||
<a href="https://nodejs.org/dist/v12.14.0/node-v12.14.0.pkg">macOS</a>
|
||
<a href="https://nodejs.org/dist/v12.14.0/node-v12.14.0-linux-x64.tar.xz">Linux</a>
|
||
</div>
|
||
<div class="footer">
|
||
<p>Stworzone przez Krzysztof 'KrzysiekSiemv' Smaga</p>
|
||
<div style="text-align:center">
|
||
<a class="fab fa-github" href="https://github.com/KrzysiekSiemv"></a>
|
||
</div>
|
||
<div style="text-align:center">
|
||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||
<input type="hidden" name="hosted_button_id" value="R6P8L2AMZ868W" />
|
||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
||
<img alt="" border="0" src="https://www.paypal.com/en_PL/i/scr/pixel.gif" width="1" height="1" />
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
<!-------∧_∧-->
|
||
<!-----( ・ω・)-->
|
||
<!----_| ⊃/(___-->
|
||
<!--/ └-(____/-->
|
||
<!-- ̄ ̄ ̄ ̄ ̄ ̄ ̄-->
|
||
<!--Kiteł śpioch obserwuje, czy nie patrzysz w kod!-->
|
||
</html>
|