Browse Source

Fixed embedded youtube videos to make sure that they don't do outside of their block and moved gremlin post from the programming category to the java category.

pull/4/head
jrtechs 5 years ago
parent
commit
ab07f462b5
6 changed files with 10 additions and 7 deletions
  1. +0
    -0
      entries/java/gremlin-in-10-minutes.md
  2. +3
    -3
      entries/projects/musical-floppy-drive-build-log.md
  3. +2
    -2
      entries/projects/musical-floppy-drives.md
  4. +1
    -1
      entries/projects/time-lapse-programming-pong.md
  5. +1
    -1
      entries/projects/time-lapse-programming-zombie-game.md
  6. +3
    -0
      sitemap.txt

entries/programming/gremlin-in-10-minutes.md → entries/java/gremlin-in-10-minutes.md View File


+ 3
- 3
entries/projects/musical-floppy-drive-build-log.md View File

@ -6,7 +6,7 @@ floppy drives, however, there are thousands of videos on YouTube.
This project first started over a year ago when I connected two floppy drives to
a Raspberry Pi to play the Star Wars theme.
<iframe width="560" height="315" src="https://www.youtube.com/embed/wcnUvPMpqjA" frameborder="0" allow="autoplay;
<iframe width="100%" height="315" src="https://www.youtube.com/embed/wcnUvPMpqjA" frameborder="0" allow="autoplay;
encrypted-media" allowfullscreen></iframe>
Although this was fun, there was hardly any software for playing different music
@ -16,7 +16,7 @@ however, that took hours to input just a single song.
A half a year ago I got an Arduino board and built a new and improved floppy
drive orchestra.
<iframe width="560" height="315"
<iframe width="100%" height="315"
src="https://www.youtube.com/embed/qwbcrR-6dTU" frameborder="0" allow="autoplay;
encrypted-media" allowfullscreen></iframe>
@ -421,4 +421,4 @@ bunch of MIDI files that work’s well with floppy drives.
I hope that this tutorial was helpful.
<iframe width="560" height="315" src="https://www.youtube.com/embed/X0FeJPFKpQw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/X0FeJPFKpQw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

+ 2
- 2
entries/projects/musical-floppy-drives.md View File

@ -1,5 +1,5 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/b65Av0gy_m8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/b65Av0gy_m8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DBrR6sE-vaY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/DBrR6sE-vaY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
A more detailed description of how I made this will be coming soon.

+ 1
- 1
entries/projects/time-lapse-programming-pong.md View File

@ -1,4 +1,4 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/5OZfKYzYHPM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/5OZfKYzYHPM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Downloads:

+ 1
- 1
entries/projects/time-lapse-programming-zombie-game.md View File

@ -1,4 +1,4 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/KC9zrgMt1FA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/KC9zrgMt1FA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
This is a simple zombie shooter game that I made in visual basics. The graphics
are very basic due to copyrights that I wanted to avoid – and lack of artistic

+ 3
- 0
sitemap.txt View File

@ -7,9 +7,12 @@ http://jrtechs.net/category/testing-three 3
http://jrtechs.net/category/other
http://jrtechs.net/category/web-development
http://jrtechs.net/category/web-development
http://jrtechs.net/category/programming
http://jrtechs.net/projects/steam-friends-graph
http://jrtechs.net/projects/java-fibonacci-solver
http://jrtechs.net/projects/musical-floppy-drive-build-log
http://jrtechs.net/java/gremlin-in-10-minutes
http://jrtechs.net/java/top-three-recommended-java-ides
http://jrtechs.net/web-development/node-website-optimization
http://jrtechs.net/web-development/node-website-optimization
http://jrtechs.net/programming/gremlin-in-10-minutes

Loading…
Cancel
Save