diff options
author | Melody Horn <melody@boringcactus.com> | 2019-02-27 01:29:23 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2019-02-27 01:29:23 -0700 |
commit | 4a042632e3cf35a60bc6b260286def64badb6c55 (patch) | |
tree | 1a60181fdc2a56ac0b256951351d3b75e074efeb | |
parent | 9c6f94487a7e97a60d637988ce1e9c8be3ae9425 (diff) | |
download | boringcactus.com-4a042632e3cf35a60bc6b260286def64badb6c55.tar.gz boringcactus.com-4a042632e3cf35a60bc6b260286def64badb6c55.zip |
Add vidslice info
-rw-r--r-- | _posts/2019-02-27-vidslice.md | 7 | ||||
-rw-r--r-- | projects.md | 15 |
2 files changed, 15 insertions, 7 deletions
diff --git a/_posts/2019-02-27-vidslice.md b/_posts/2019-02-27-vidslice.md new file mode 100644 index 0000000..8a27341 --- /dev/null +++ b/_posts/2019-02-27-vidslice.md @@ -0,0 +1,7 @@ +--- +layout: default +title: Announcing vidslice +--- + +I just released version 1.0 of [vidslice](https://github.com/boringcactus/vidslice), a wxPython GUI that wraps ffmpeg and youtube-dl to make "give me from 1:03-1:15 of this youtube video" really easy to do. +More details are in the project README. diff --git a/projects.md b/projects.md index 0a4ded3..b011a41 100644 --- a/projects.md +++ b/projects.md @@ -23,6 +23,14 @@ permalink: /projects/ * [for moving files around with a decent UI](https://github.com/mathphreak/ReliefValve) * [for diffing output of two programs](https://github.com/mathphreak/verbatim) * Developed a [Chrome extension](https://github.com/mathphreak/VCRI) making improvements to an existing site +* Rust + * [Wrote a text editor inspired by Nano](https://github.com/mathphreak/mfte) + * [Made a Web app](https://github.com/mathphreak/cs-eco-dash) that consumed and processed data given in a poorly specified format + * [Contributed to the standard library](https://github.com/rust-lang/rust/pull/34694) +* Python + * Wrote a [wxPython GUI](https://github.com/boringcactus/vidslice) for video manipulation using ffmpeg and youtube-dl + * Wrote an [image processing](https://github.com/mathphreak/hexcells_hints) utility + * Contributed to [a GroupMe chat bot](https://github.com/Boijangle/GroupMe-Message-Bot) * Java * Developed a Spring back-end for a React front-end as part of a group project * Developed desktop programs in Swing @@ -35,9 +43,6 @@ permalink: /projects/ * for a client [1](https://github.com/mathphreak/StaffDrops) [2](https://github.com/mathphreak/CompetentDeathMessages) * in collaboration with other developers [1](https://github.com/mathphreak/Fireworks) [2](https://github.com/mathphreak/RepublicaEternityEventIII) * for my own needs or to test what was possible [1](https://github.com/mathphreak/SpawnAndBack) [2](https://github.com/mathphreak/Trollcraft) -* Python - * Wrote an [image processing](https://github.com/mathphreak/hexcells_hints) utility - * Contributed to [a GroupMe chat bot](https://github.com/Boijangle/GroupMe-Message-Bot) * C++ * Wrote an XPM decoder and a basic GUI layout library targeting a single-pixel-based graphics library * Open Source Contribution @@ -56,10 +61,6 @@ permalink: /projects/ * [Docker-based code runner](https://github.com/mathphreak/E-800) (with Rails) * [Gmail API client](https://github.com/mathphreak/cull21) (with Sinatra) * Developed a [productivity daemon](https://github.com/mathphreak/prodenfd) -* Rust - * [Wrote a text editor inspired by Nano](https://github.com/mathphreak/mfte) - * [Made a Web app](https://github.com/mathphreak/cs-eco-dash) that consumed and processed data given in a poorly specified format - * [Contributed to the standard library](https://github.com/rust-lang/rust/pull/34694) * Go * Wrote a [Web-based dashboard](https://github.com/mathphreak/AltcoinNetWorth) and [WebSocket chat](https://github.com/mathphreak/webchat-go) * Wrote [a proxy server and API client](https://github.com/mathphreak/statdns-socks5) |