35 lines
2.5 KiB
HTML
35 lines
2.5 KiB
HTML
<html>
|
|
<!-- experimental software page i guess-->
|
|
<head>
|
|
<title>iraven - software</title>
|
|
<link rel="stylesheet" type="text/css" href="default.css">
|
|
<link rel="stylesheet" type="text/css" href="buttons.css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<img src="siteimg/deioxpk-32.png"><img src="siteimg/filegear.png">
|
|
<h1>Software</h1>
|
|
<p>not a software developer by any means but have made some programs that may be in interest of some people.</p>
|
|
<em>(none of the programs i develop are recommended for production (at all) as i change things every now and then.)</em>
|
|
<div class=navbuttons>
|
|
<a href="index.html"><img src="siteimg/monitor_moon.png">Home</a>
|
|
<a href="mypcs/index.html"><img src="siteimg/pc.png">Computer Collection</a>
|
|
<a href="links.html"><img src="siteimg/net.png">Other Things Waaaaaaay Cooler Than Me</a>
|
|
<a href="ocref.html"><img src="siteimg/cd.png">OC References</a>
|
|
<a href="blog/"><img src="siteimg/notepad.png">Tech and Tinkering Blog</a>
|
|
<img src="siteimg/filegear.png">Softwares
|
|
</div>
|
|
<!--</center>-->
|
|
<h2>TranstarArchive</h2>
|
|
<a href="https://git.iraven.net/iraven/TranstarArchive" target="_blank">get it on github here!</a>
|
|
<p>this program was fueled by weird nostalgia i have for the houston area, as i used to live around the waller/cypress area as a kid, we went there for lots of things
|
|
<br>houston (really SE TX) has their own set of traffic cameras, hosted and managed by <a href="https://www.houstontranstar.org" target="_blank">Houston Transtar</a>
|
|
<br>they have a website that you can use to access all of these cameras, though they indicate none of these are archived, nor can you get live video feeds from them consumer-wise
|
|
<br>this program aims to bring that to anyone who is curious about the area, has similar nostalgia that i do, or wants to archive footage of cameras from this area</p>
|
|
<h2>SubFileMover</h2>
|
|
<a href="https://git.iraven.net/iraven/SubFileMover" target="_blank">get it on github here!</a>
|
|
<p>very very simple program i did for a teacher at my school to extract files from subfolders and rename them putting folder names in front of filenames,
|
|
<br>then moving them to a parent folder. nothing too special, intended for the Schoology platform</p>
|
|
</center>
|
|
</body>
|
|
</html> |