programming-langs.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="generator" content="pandoc" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  7. <title>Programming &amp; Markup Languages I use.</title>
  8. <style>
  9. code{white-space: pre-wrap;}
  10. span.smallcaps{font-variant: small-caps;}
  11. span.underline{text-decoration: underline;}
  12. div.column{display: inline-block; vertical-align: top; width: 50%;}
  13. div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
  14. ul.task-list{list-style: none;}
  15. .display.math{display: block; text-align: center; margin: 0.5rem auto;}
  16. </style>
  17. <link rel="stylesheet" href="C:\SGZ_Pro\Hobbys\Writing\Org\pages\blog\styles.css" />
  18. <!--[if lt IE 9]>
  19. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  20. <![endif]-->
  21. <link rel='stylesheet' type='text/css' href='styles.css' />
  22. </head>
  23. <body>
  24. <header id="title-block-header">
  25. <h1 class="title">Programming &amp; Markup Languages I use.</h1>
  26. </header>
  27. <h1 id="python">Python</h1>
  28. <p>For basicly all automation, creating gui apps and much more. The sky is the limit with python. I love python.</p>
  29. <h1 id="shell-script">Shell Script</h1>
  30. <p>I haven't used it in a while. You can do most everything in it except for GUI applications etc. I don't like it for the main reason of it doesn't work on all platforms. It is limited to whatever has a shell and some software.</p>
  31. <h1 id="greasemonkeyjs">Greasemonkey/JS</h1>
  32. <p>I don't know this language that well. I have just made a repo with community scripts in it for redirecting bad none privacy respecting links to better ones. It's very cool.</p>
  33. <h1 id="md">MD</h1>
  34. <p>I use MD rarely because I don't like the amount of versions it has and the syntax if italics and bold I really don't like. It simply isn't the best. I do like using it sometimes though git repositories.</p>
  35. <h1 id="org">ORG</h1>
  36. <p>Org is a special language. You can do so much with it. It's readable, it's beatifule and makes my life better.</p>
  37. <h1 id="html">HTML</h1>
  38. <p>HTML I like using for some of my website pages. Though for blogs it's easier to use ORG to HTML. Obviously using CSS with HTML for styling on all pages.</p>
  39. <h1 id="licence">Licence</h1>
  40. <hr>
  41. <footer>
  42. <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'><img alt='Creative Commons License' style='border-width:0' width='88' height='31' src='../images/cc-by-sa.png' /></a><br>
  43. Unless otherwise noted, all content on this website is Copyright Zortazert 2021-2022 and is licensed under <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a>.
  44. </footer>
  45. </body>
  46. </html>