diff --git a/content/projects/barbapappa.md b/content/projects/barbapappa.md deleted file mode 100644 index 31b7831..0000000 --- a/content/projects/barbapappa.md +++ /dev/null @@ -1,33 +0,0 @@ -+++ -title = "Barbapappa" -description = "Barbapappa. Bar management application to manage transactions and inventory." -date = 2019-11-15 - -[taxonomies] -tags = ["bar", "management", "webapp"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> Bar management application to manage transactions and inventory. - -- [Visit project page on GitHub][github] - -Barbapappa is a digital bar management application to facilitate a -user-controlled platform for purchase processing, payment handling and -inventory management. - -Barbapappa is a fully automated solution for small self-managed bars and -communities, to take away the hassle of manually registering purcahses using -telly marks on paper. - -View more on the project pages over at: - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/barbapappa -[gitlab]: https://gitlab.com/timvisee/barbapappa diff --git a/content/projects/bukkit.md b/content/projects/bukkit.md deleted file mode 100644 index 432a1a9..0000000 --- a/content/projects/bukkit.md +++ /dev/null @@ -1,12 +0,0 @@ -+++ -title = "Bukkit projects" -description = "Bukkit projects index" - -[extra] -zenn_hide_header_meta = true -+++ - -- [Dungeon Maze](@/projects/bukkit/dungeon-maze.md) -- [Glowstone Lanterns](@/projects/bukkit/glowstone-lanterns/index.md) -- [Safe Creeper](@/projects/bukkit/safe-creeper.md) -- [World Portal](@/projects/bukkit/world-portal.md) diff --git a/content/projects/bukkit/dungeon-maze.md b/content/projects/bukkit/dungeon-maze.md deleted file mode 100644 index b4be395..0000000 --- a/content/projects/bukkit/dungeon-maze.md +++ /dev/null @@ -1,125 +0,0 @@ -+++ -title = "Dungeon Maze" -description = "Dungeon Maze Bukkit plugin" -date = 2012-11-21 - -[taxonomies] -tags = ["bukkit"] -categories = ["project"] - -[extra] -zenn_applause = true -+++ - -_Source code: [GitHub][github]_ -_Current version: v0.1.5.2_ - -_Note: this project is discontinued, and will likely no longer receive support -or updates._ - -Dungeon Maze is a world generator for Minecraft, it's a CraftBukkit plugin. -Dungeon Maze generates an infinite world with a lot of cool and strange stuff in -it. The world contains 7 layers of epicness, each layer does have different -content. All the layers contains a lot of Monsters, but also a lot of treasures. -It's a very cool map to explore with some friends. Give it a try! Will you -survive? Check out the announcement trailer bellow! - -## Announcement trailer -Finally, after 1 year of work Dungeon Maze is going to be released for the first -time: - -{{ youtube(id="t5dPptMDnSg") }} - -## Features -- Dungeon Maze generates an infinite world of epicness! -- Each world contains 7 layers, each layer may contain different strucures. -- Dungeon Maze contains a lot of Monster Spawners, so it contains a lot of mobs -- The Dungeon Maze plugin does have some commands to easily generate a new Dungeon Maze world. -- And a lot more... - -## Download -- [Dungeon Maze v0.1.5.2][download-dropbox] _(dropbox.com, direct link)_ -- [Dungeon Maze v0.1.5.2][download-mediafire] _(mediafire.com, direct link)_ -- [Older downloads][download-older] _(on old website)_ - -## Installation -1. Download the plugin -2. Add the `DungeonMaze.jar` file AND the folder `DungeonMaze` from the - downloaded `.zip` file to the `../plugins` folder of the Minecraft server. - Also add the files inside the DungeonMaze folder into the folder - `../plugins/DungeonMaze'`. -3. Start your server and enjoy the plugin :) - -## Commands -Dungeon Maze commands can be invoked by typing `/dungeonmaze` or `/dm` in the -in-game chat, or in the server console. - -| Command | Action | -| :----------------------- | :---------------------------------------------- | -| `/dm help` | View Dungeon Maze help | -| `/dm createworld ` | Generate a new Dungeon Maze world | -| `/dm teleport ` | Teleport to one of the Dungeon Maze worlds | -| `/dm listworlds` | List all Dungeon Maze worlds | -| `/dm reload` | Reload the Dungeon Maze plugin | -| `/dm reloadperms` | Reload the permissions system inside Dungeon Maze | -| `/dm checkupdates` | Check for new updates | -| `/dm version` | View the current version number | - -## Permissions -Dungeon Maze supports permissions all major permissions systems. Bellow you -could find all the permission nodes. If you don't have an permissions system -installed, all the commands are only permitted to OP's. - -| Permission node | Action | -| :--------------------------------- | :-------------------------------------- | -| `dungeonmaze.command.createworld` | Permission to the createworld command | -| `dungeonmaze.command.teleport` | Permission to the teleport command | -| `dungeonmaze.command.listworlds` | Permission to the listworlds command | -| `dungeonmaze.command.reload` | Permission to the reload command | -| `dungeonmaze.command.reloadperms` | Permission to the reloadperms command | -| `dungeonmaze.command.checkupdates` | Permission to the checkupdates command | -| `dungeonmaze.bypass.surface` | Bypass the surface blocker | -| `dungeonmaze.bypass.build` | Bypass permission of the world protection | - -## Tutorials -- How to create your first Dungeon Maze world: [How to create your first Dungeon Maze world _(on dev.bukkit.org)_][tutorial-first-world] -- How to use Dungeon Maze with Multiverse: [How to use Dungeon Maze with Multiverse _(on dev.bukkit.org)_][tutorial-multiverse] - -## Source code -Because I like programming and I want to share my code so other developers could -fix an issue directly if they found a problem for example, I share the source -code of my project. It's available on [GitHub][github]. - -## Changelog -Version 0.1.5.2 Alpha (21-11-2012): -- Added the event system into the Dungeon Maze API. Dungeon Maze does now have - events in the API system, you could find more information about it on the API - page. (for developers) -- Added the `DMGenerationChest` event, wich is called when a chest is generated. - With this event chest contents can be set, it can be cancelled etc. - (for developers) -- Little bug fixes - -[View all the changes here][changelog] _(old website)_ - -## Donate -Please donate some money so I can buy some coffee to make better plugins and -host the website, I would really like it if you give an donation and I probably -put you on the sponsor list :-) - -[Donate][donate] - -## Comment -Please comment and ask on the official Bukkit forums, if you have a question -you can also contact me; Dungeon Maze page on [dev.bukkit.org][dev.bukkit.org]. - - -[github]: https://github.com/timvisee/dungeon-maze -[download-dropbox]: https://old.timvisee.com/download/91 -[download-mediafire]: https://old.timvisee.com/download/92 -[download-older]: https://old.timvisee.com/projects/bukkit/dungeon-maze/downloads -[tutorial-first-world]: http://dev.bukkit.org/server-mods/dungeon-maze/pages/how-to-create-your-first-dungeon-maze-world/ -[tutorial-multiverse]: http://dev.bukkit.org/server-mods/dungeon-maze/pages/how-to-use-dungeon-maze-with-multiverse/ -[changelog]: https://old.timvisee.com/projects/bukkit/dungeon-maze/changelog -[donate]: @/donate.md -[dev.bukkit.org]: https://dev.bukkit.org/server-mods/dungeon-maze/ diff --git a/content/projects/bukkit/glowstone-lanterns/header.png b/content/projects/bukkit/glowstone-lanterns/header.png deleted file mode 100644 index d8e7687..0000000 Binary files a/content/projects/bukkit/glowstone-lanterns/header.png and /dev/null differ diff --git a/content/projects/bukkit/glowstone-lanterns/index.md b/content/projects/bukkit/glowstone-lanterns/index.md deleted file mode 100644 index 85f3a10..0000000 --- a/content/projects/bukkit/glowstone-lanterns/index.md +++ /dev/null @@ -1,128 +0,0 @@ -+++ -title = "Glowstone Lanterns" -description = "Glowstone Lanterns Bukkit plugin" -date = 2011-07-09 - -[taxonomies] -tags = ["bukkit"] -categories = ["project"] - -[extra] -zenn_applause = true -+++ - -_Source code: [GitHub][github]_ -_Current version: v1.0.1_ - -_Note: this project is discontinued, and will likely no longer receive support -or updates._ - -![Glowstone Lanterns header](header.png) - -With this plugin Glowstone Lanterns you can make lanterns, when it's going dark -the glass of the lanterns will change in glowstone and when it's daytime it will -change in glass again. The great thing is that you don't need to place a full -lantern but only a glass/glowstone block, so you can use it for everything. This -plugin is very useful for a large city to light it up, that looks really cool -that the lanterns will change in glowstone! You can also place prebuilt -lanterns, so that's really useful if you want to plase a lot of lanterns in a -little time. You can enable glowstone lanterns with `/gl`, when you place a -glass or a glowstone block it is marked as a glowstone lanterns, this block will -change to glowstone if it is night and to glass if it is daytime. If you use -`/gl l l` you will enable prebuilt glowstone lanterns, if you place a glass or a -glowstone block there will appear the prebuilt glowstone lantern you selected -right there. There prebuilt lanterns are in external files, so you can make your -own prebuilt lanterns and share them with other people. - -## Video -In the video underneath you can see how the plugin works: _(outdated video)_ - -{{ youtube(id="a_rdqOazJl0") }} - -## Features -- Permissions support -- Multi world support -- Place prebuilt lanterns that are saved in external files, you can make them and share them with other people -- Possibility to make your own custom prebuilt lanterns -- Players can only destroy lanterns if he have permission -- Put lanterns on when it rains -- And a lot more! - -## Download -- [Glowstone Lanterns v1.0.1][download-dropbox] _(dropbox.com, direct link)_ -- [Glowstone Lanterns v1.0.1][download-mediafire] _(mediafire.com, direct link)_ -- [Older downloads][download-older] _(on old website)_ - -## Installation -1. Download the plugin -2. Add the `GlowstoneLanterns.jar` file and the folder `Glowstone Lanterns` from - the downloaded `.zip` file to the `/plugin` folder of the Minecraft server. - Also add the included folder `Glowstone Lanterns` to your plugins folder. -3. Add the permission nodes if you have a permissions system. -4. Set some settings in the config file. -5. Start your server and enjoy the plugin :) - -## Commands -Glowstone Lanterns commands can be invoked by typing `/glowstonelanterns`, -`/glowstonelantern` or `/gl` in the in-game chat, or in the server console. - -| Command | Action | -| :------------------ | :---------------------------------------------- | -| `/gl` | Enable glowstone lanterns | -| `/gl lantern ` | Enable prebuilt glowstone lanterns | -| `/gl lantern` | Disable prebuilt glowstone lanterns | -| `/gl list lanterns` | List the prebuilt lanterns | -| `/gl help` | View the help with all commands | -| `/gl info` | View info (see if glowstone lanterns is enabled)| -| `/gl save` | Save the glowstone lanterns list | -| `/gl reload` | Reload the lanterns list | -| `/gl version` | View current running version number | - -## Permissions -| Permission node | Action | -| :-------------------------------- | :---------------------------------------- | -| `glowstonelanterns.gl` | Allow users to place glowstone lanterns | -| `glowstonelanterns.destroyLanterns` | Allow users to destroy glowstone lanterns | -| `glowstonelanterns.info` | Allow users to use the info command | -| `glowstonelanterns.reload` | Allow users to use the reload command | -| `glowstonelanterns.save` | Allow users to use the save command | - -## Source code -Because I like programming and I want to share my code so other developers could -fix an issue directly if they found a problem for example, I share the source -code of my project. It's available on [GitHub][github]. - -## Changelog -Version 0.6 (14-10-2012) - -- Delayed lantern changes -- Auto generating config files -- Updated bukkit API -- Improved the permissions manager -- Added `PermissionsEx` support -- Added `Essentials Group Manager` support -- Updated `Default Permissions` support -- Renamed package from `me.timvisee` to `com.timvisee` - -[View all the changes here][changelog] _(old website)_ - -## Donate -Please donate some money so I can buy some coffee to make better plugins and -host the website, I would really like it if you give an donation and I probably -put you on the sponsor list :-) - -[Donate][donate] - -## Comment -Please comment and ask on the official Bukkit forums, if you have a question -you can also contact me; Glowstone Lanterns page on -[dev.bukkit.org][dev.bukkit.org]. - - -[github]: https://github.com/timvisee/GlowstoneLanterns -[download-dropbox]: https://old.timvisee.com/download/75 -[download-mediafire]: https://old.timvisee.com/download/76 -[download-older]: https://old.timvisee.com/projects/bukkit/glowstone-lanterns/downloads -[changelog]: https://old.timvisee.com/projects/bukkit/glowstone-lanterns/changelog -[donate]: @/donate.md -[dev.bukkit.org]: https://dev.bukkit.org/server-mods/glowstone-lanterns/ diff --git a/content/projects/bukkit/safe-creeper.md b/content/projects/bukkit/safe-creeper.md deleted file mode 100644 index dc89cea..0000000 --- a/content/projects/bukkit/safe-creeper.md +++ /dev/null @@ -1,127 +0,0 @@ -+++ -title = "Safe Creeper" -description = "Safe Creeper Bukkit plugin" -date = 2013-11-12 - -[taxonomies] -tags = ["bukkit"] -categories = ["project"] - -[extra] -zenn_applause = true -+++ - -_Source code: [GitHub][github]_ -_Current version: v1.5.2.5_ - -_Note: this project is discontinued, and will likely no longer receive support -or updates._ - -With Safe Creeper you can control creeper explosions and other things like, -fireballs, TNT, Enderman and some other things, you can set if a creeper -explosions damage the world. That means that the players got damage but that the -world is still ok. You can also set a lot of other things, if players can place -TNT blocks, if creepers will explode above the surface and underneath not, set -if enderman can place and break blocks, even if they can clone blocks, explosion -sounds, smoke effects and a lot of more things. The plugins is fully -configurable and have multi world support. - -## Video -{{ youtube(id="hSBKoMWkMTc") }} - -## Features -- Set if creepers damage the world, also fireballs, TNT and other things -- Get full control of the Wither and EnderDragon bosses! -- Enderman support, set if enderman can place and break blocks, also set if they - can clone blocks (get blocks but don't remove them from the world) -- Multi World support -- Start the plugin before loading the world, to ceep everything safe while - generating the world and adding the mobs on it -- Optional function that your settings are only avable between two levels, for - example, if you want, a creeper can explode only underneeth a level - (y coordinate) and above a level. -- Explosion sounds, enable or disable explosion sounds -- Explosion smoke effect -- Set if players can place a TNT block -- Set if creepers will be powerd when they hit by lightning -- And a lot more... - -## Download -- [Safe Creeper v1.5.2.5][download-bukkit] _(dev.bukkit.org, direct link)_ -- [Safe Creeper v1.5.2.5][download-dropbox] _(dropbox.com, direct link)_ -- [Safe Creeper v1.5.2.5][download-mediafire] _(mediafire.com, direct link)_ -- [Older downloads][download-older] _(on old website)_ - -## Installation -1. Download the plugin -2. Add the `SafeCreeper.jar` file and the folder `Safe Creeper` from the - downloaded `.zip` file to the `/plugin` folder of the Minecraft server. Also - add the files inside the Safe Creeper folder into the folder - `plugins/Safe Creeper`, this is optional. -3. Set some standaard settings if you want -4. Start your server and enjoy the plugin :) - -## Commands -Safe Creeper commands can be invoked by typing `/safecreeper` or `/sc` in the -in-game chat, or in the server console. - -| Command | Action | -| :---------------------------- | :----------------------------------- | -| `/safecreeper ` | Help command | -| `/safecreeper help ` | View config help | -| `/safecreeper reload` | Reload the config files | -| `/safecreeper reloadperms` | Reinitialize the permissions systems | -| `/safecreeper poststatistics` | Get the current plugin version | -| `/safecreeper ` | Get the current plugin version | -| `/safecreeper ` | Get the current plugin version | - -## Permissions -Safe Creeper supports permissions all major permissions systems. Bellow you -could find all the permission nodes. If you don't have an permissions system -installed, all the commands are only permitted to OP's. - -| Permission node | Action | -| :---------------------------------------------- | :-------------------------------------------------- | -| `safecreeper.command.reload` | Permission for /sc reload | -| `safecreeper.command.reloadperms` | Permission for /sc reloadperms | -| `safecreeper.command.config.get` | Config commands to get values from the config files | -| `safecreeper.command.config.set` | Config commands to set values from the config files | -| `safecreeper.command.poststatistics` | Update checker command | -| `safecreeper.command.checkupdates` | Update checker command | -| `safecreeper.bypass.WaterControl.CanPlaceWater` | Bypass permission to place water | -| `safecreeper.bypass.LavaControl.CanPlaceLava` | Bypass permission to place lava | -| `safecreeper.bypass.TNTControl.CanPlaceTNT` | Bypass permission to place TNT | -| `safecreeper.bypass.TNTControl.CanBreakTNT` | Bypass permission to break TNT | -| `safecreeper.bypass.PlayerControl.CanSleep` | Bypass permission to sleep | - -## Source code -Because I like programming and I want to share my code so other developers could -fix an issue directly if they found a problem for example, I share the source -code of my project. It's available on [GitHub][github]. - -## Changelog -Version 1.5.2.5 (12-11-2013) -- Removed unused downloader. -- Build against `Bukkit-1.6.4-R2.0` - -[View all the changes here][changelog] _(old website)_ - -## Donate -Please donate some money so I can buy some coffee to make better plugins and -host the website, I would really like it if you give an donation and I probably -put you on the sponsor list :-) - -[Donate][donate] - -## Comment -Please comment and ask on the official Bukkit forums, if you have a question -you can also contact me; Safe Creeper page on [dev.bukkit.org][dev.bukkit.org]. - -[github]: https://github.com/timvisee/safe-creeper -[download-bukkit]: https://old.timvisee.com/download/190 -[download-dropbox]: https://old.timvisee.com/download/191 -[download-mediafire]: https://old.timvisee.com/download/192 -[download-older]: https://old.timvisee.com/projects/bukkit/safe-creeper/downloads -[changelog]: https://old.timvisee.com/projects/bukkit/safe-creeper/changelog -[donate]: @/donate.md -[dev.bukkit.org]: https://dev.bukkit.org/server-mods/safe-creeper/ diff --git a/content/projects/bukkit/world-portal.md b/content/projects/bukkit/world-portal.md deleted file mode 100644 index dcc385c..0000000 --- a/content/projects/bukkit/world-portal.md +++ /dev/null @@ -1,153 +0,0 @@ -+++ -title = "World Portal" -description = "World Portal Bukkit plugin" -date = 2012-09-03 - -[taxonomies] -tags = ["bukkit"] -categories = ["project"] - -[extra] -zenn_applause = true -+++ - -_Source code: [GitHub][github]_ -_Current version: v0.7.1_ - -_Note: this project is discontinued, and will likely no longer receive support -or updates._ - -World Portal is a really useful and simple to use plugin to make portals in your -server. Players could use the portals to teleport to another location or even to -another world. This is also really useful when you have a large server so -players could go to other places them self really easy. With World Portal you -could even generate and teleport to other worlds, very smootly with no problems. -You could make portals using, buttons, pressure plates, switches and even more. -World Portal is the ultimate solution for portals, and even for multi world -mangement. - -## Videos -{{ youtube(id="6h913qLm5SY") }} - -_This video was made by gotgot1995. Please notice that this is an out-dated -version of world portal but works almost the same as shown in the video._ - -{{ youtube(id="jH7hdRkGric") }} - -_The video above was made by ThermalM16 which gives a great example of World Portal usage._ - -{{ youtube(id="Kr90_482NuQ") }} - -_This video was made by VerioHD._ - -## Features -- Teleport to other locations and world with signs, pressure plates, buttons - and more -- Easily create portals using a single command -- Generate new worlds -- Portal break protection -- Forces chunks to load when a player teleports to it -- Multiworld support -- Permissions Support -- And even a lot more! - -## Upcoming Features -- Mark a place and give it a name so you could easily link portals to it. -- Payment system for the portals so the user needs to pay to go through the - portal (optional for every portal!) -- Easily link two portals to each other -- Add a optional delay to the portals to teleport after 3 seconds for example. -- Command to create a new world. -- Create portals of detector rails, so players could be teleported when they are - riding in a minecart on a track. -- The optional ability to show a message in the world where the player was - teleported to that that player has joined that world. -- The optional option that mobs could teleport through portals (using pressure - plates for example) - -## Download -- [World Portal v0.7.1][download-dropbox] _(dropbox.com, direct link)_ -- [World Portal v0.7.1][download-mediafire] _(mediafire.com, direct link)_ -- [Older downloads][download-older] _(on old website)_ - -## Installation -1. Download the plugin -2. Add the `WorldPortal.jar` file and the folder `World Portal` from the - downloaded `.zip` file to the `/plugin` folder of the Minecraft server. - Also add the files inside the World Portal folder to the - `plugins/World Portal` folder. -3. Add the permission lines if you have a permissions system; - (Look at the permissions paragraph blow) -4. Start your server, and create your portals! - -## Commands -World Portal commands can be invoked by typing `/worldportal` or `/wp` in the -in-game chat. - -| Command | Action | -| :--------------------------- | :---------------------------------------------- | -| `/wp create` | Create a World Portal | -| `/wp createstop` | Disable creation mode | -| `/wp remove` | Remove World Portals | -| `/wp removestop` | Disable remove mode | -| `/wp tp [x] [y] [z]` | Teleport to another location/world | -| `/wp info` | Get your status | -| `/wp save` | Save all World Portals | -| `/wp reload` | Reload the plugin | -| `/wp verion` | Get plugin info | - -## Permissions -Portal Portal supports the following permissions: - -| Permission node | Action | Default | -| :--------------------- | :----------------------------- | :------ | -| `worldportal.use` | Teleport through World Portals | All | -| `worldportal.create` | Create World Portals | OPs | -| `worldportal.remove` | Remove World Portals | OPs | -| `worldportal.teleport` | Teleport commands | OPs | -| `worldportal.save` | Save World Portals | OPs | -| `worldportal.reload` | Reload World Portals | OPs | - -## Portal blocks -| Object name | Object ID | Trigger action | -| :------------------ | :-------: | :------------- | -| Sign | `63` | _Click_ | -| Wall sign | `68` | _Click_ | -| Stone pressureplate | `70` | _Touch_ | -| Wood pressureplate | `72` | _Touch_ | -| Button | `77` | _Click_ | -| Lever | `69` | _Switch_ | - -## Source code -Because I like programming and I want to share my code so other developers could -fix an issue directly if they found a problem for example, I share the source -code of my project. It's available on [GitHub][github]. - -## Changelog -Version 0.2.6 (3-10-2012) -- World Portal will now auto generate it's config files if they don't exist. -- The `CraftBukkit` API has been updated -- The `PermissionsEx` API has been updated -- Some other minor bug fixes. - -[View all the changes here][changelog] _(old website)_ - -## Donate -Please donate some money so I can buy some coffee to make better plugins and -host the website, I would really like it if you give an donation and I probably -put you on the sponsor list :-) - -[Donate][donate] - -## Comment -Please comment and ask on the official Bukkit forums, if you have a question -you can also contact me; World Portal page on [dev.bukkit.org][dev.bukkit.org]. - - -[github]: https://github.com/timvisee/world-portal -[download-dropbox]: https://old.timvisee.com/download/69 -[download-mediafire]: https://old.timvisee.com/download/70 -[download-older]: https://old.timvisee.com/projects/bukkit/world-portal/downloads -[changelog]: https://old.timvisee.com/projects/bukkit/world-portal/changelog -[donate]: @/donate.md -[dev.bukkit.org]: https://dev.bukkit.org/server-mods/world-portal/ diff --git a/content/projects/dworek.md b/content/projects/dworek.md deleted file mode 100644 index 7503182..0000000 --- a/content/projects/dworek.md +++ /dev/null @@ -1,28 +0,0 @@ -+++ -title = "Dworek" -description = "Dworek - Create virtual drug labs in real-world locations with your cartel. Conquer labs owned by other cartels to become the drug production MVP." -date = 2016-07-31 - -[taxonomies] -tags = ["webapp", "prototype"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -_This project is a prototype._ - -Create virtual drug labs in real-world locations with your cartel. Conquer labs -owned by other cartels to become the drug production MVP. - -- [Visit project page on GitHub][github] - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/dworek -[gitlab]: https://gitlab.com/timvisee/dworek diff --git a/content/projects/ffsend-api.md b/content/projects/ffsend-api.md deleted file mode 100644 index 7e4338a..0000000 --- a/content/projects/ffsend-api.md +++ /dev/null @@ -1,35 +0,0 @@ -+++ -title = "ffsend-api" -description = "ffsend-api - A fully featured Firefox Send API client written in Rust." -date = 2018-05-21 - -[taxonomies] -tags = ["file-sharing", "file-upload", "rust", "lib"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> A fully featured Firefox Send API client written in Rust. - -- [Visit project page on GitHub][github] - -[![ffsend usage demo][usage-demo-svg]][usage-demo-asciinema] -_No demo visible here? View it on [asciinema][usage-demo-asciinema]._ - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [Send](@/projects/send.md) (Send project) -- [`ffsend`](@/projects/ffsend.md) (CLI client implementation) - -[github]: https://github.com/timvisee/ffsend-api -[gitlab]: https://gitlab.com/timvisee/ffsend-api -[usage-demo-asciinema]: https://asciinema.org/a/182225 -[usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg diff --git a/content/projects/ffsend.md b/content/projects/ffsend.md deleted file mode 100644 index 306821e..0000000 --- a/content/projects/ffsend.md +++ /dev/null @@ -1,53 +0,0 @@ -+++ -title = "ffsend" -description = "ffsend - Easily & securely share files from the command line. Fully featured Firefox Send client." -date = 2018-05-21 - -[taxonomies] -tags = ["cli", "file-sharing", "file-upload", "rust", "security"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> Easily and securely share files from the command line. -> A fully featured Firefox Send client. - -- [Visit project page on GitHub][github] - -Easily and securely share files and directories from the command line through -a safe, private and encrypted link using a single simple command. Files are -shared using the Send service and may be up to 1GB (2.5GB authenticated). -Others are able to download these files with this tool, or through their web -browser. - -[![ffsend usage demo][usage-demo-svg]][usage-demo-asciinema] -_No demo visible here? View it on [asciinema][usage-demo-asciinema]._ - -All files are always encrypted on the client, and secrets are never shared with the remote host. An optional password may be specified, and a default file lifetime of 1 (up to 20) download or 24 hours is enforced to ensure your stuff does not remain online forever. This provides a secure platform to share your files. Find out more about security here. - ---- - -- [Features](https://github.com/timvisee/ffsend/#features) -- [Usage](https://github.com/timvisee/ffsend/#usage) -- [Requirements](https://github.com/timvisee/ffsend/#requirements) -- [Install](https://github.com/timvisee/ffsend/#install) -- [Build](https://github.com/timvisee/ffsend/#build) -- [Security](https://github.com/timvisee/ffsend/#security) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [Send](@/projects/send.md) (Send project) -- [`ffsend-api`](@/projects/ffsend-api.md) (Send library implementation for Rust) - -[github]: https://github.com/timvisee/ffsend -[gitlab]: https://gitlab.com/timvisee/ffsend -[usage-demo-asciinema]: https://asciinema.org/a/182225 -[usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg diff --git a/content/projects/pixelpwnr-render.md b/content/projects/pixelpwnr-render.md deleted file mode 100644 index 8a3e506..0000000 --- a/content/projects/pixelpwnr-render.md +++ /dev/null @@ -1,34 +0,0 @@ -+++ -title = "pixelpwnr-render" -description = "pixelpwnr-render - Blazingly fast GPU accelerated pixelflut renderer written in Rust." -date = 2017-12-29 - -[taxonomies] -tags = ["pixelflut", "rust", "lib"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> Blazingly fast GPU accelerated pixelflut renderer written in Rust. - -- [Visit project page on GitHub][github] - ---- - -- [Features](https://github.com/timvisee/pixelpwnr-render/#features) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [`pixelpwnr`](@/projects/pixelpwnr.md) (pixelflut client) -- [`pixelpwnr-server`](@/projects/pixelpwnr-server.md) (pixelflut server) - -[github]: https://github.com/timvisee/pixelpwnr-render -[gitlab]: https://gitlab.com/timvisee/pixelpwnr-render diff --git a/content/projects/pixelpwnr-server.md b/content/projects/pixelpwnr-server.md deleted file mode 100644 index 7a71f36..0000000 --- a/content/projects/pixelpwnr-server.md +++ /dev/null @@ -1,35 +0,0 @@ -+++ -title = "pixelpwnr-server" -description = "pixelpwnr-server - Blazingly fast GPU accelerated pixelflut server written in Rust." -date = 2017-12-29 - -[taxonomies] -tags = ["pixelflut", "rust"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> Blazingly fast GPU accelerated pixelflut server written in Rust. - -- [Visit project page on GitHub][github] - ---- - -- [Features](https://github.com/timvisee/pixelpwnr-server/#features) -- [Installation](https://github.com/timvisee/pixelpwnr-server/#installation) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [`pixelpwnr`](@/projects/pixelpwnr.md) (pixelflut client) -- [`pixelpwnr-render`](@/projects/pixelpwnr-render.md) (pixelflut renderer) - -[github]: https://github.com/timvisee/pixelpwnr-server -[gitlab]: https://gitlab.com/timvisee/pixelpwnr-server diff --git a/content/projects/pixelpwnr.md b/content/projects/pixelpwnr.md deleted file mode 100644 index df46d3a..0000000 --- a/content/projects/pixelpwnr.md +++ /dev/null @@ -1,36 +0,0 @@ -+++ -title = "pixelpwnr" -description = "pixelpwnr - Insanely fast pixelflut client for images and animations written in Rust." -date = 2017-12-29 - -[taxonomies] -tags = ["cli", "pixelflut", "rust"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> Insanely fast pixelflut client for images and animations written in Rust. - -- [Visit project page on GitHub][github] - ---- - -- [Features](https://github.com/timvisee/pixelpwnr/#features) -- [Usage](https://github.com/timvisee/pixelpwnr/#usage) -- [Installation](https://github.com/timvisee/pixelpwnr/#installation) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [`pixelpwnr-server`](@/projects/pixelpwnr-server.md) (pixelflut server) -- [`pixelpwnr-render`](@/projects/pixelpwnr-render.md) (pixelflut renderer) - -[github]: https://github.com/timvisee/pixelpwnr -[gitlab]: https://gitlab.com/timvisee/pixelpwnr diff --git a/content/projects/pokoebox.md b/content/projects/pokoebox.md deleted file mode 100644 index e5e1277..0000000 --- a/content/projects/pokoebox.md +++ /dev/null @@ -1,26 +0,0 @@ -+++ -title = "Pokoebox" -description = "Pokoebox - Smart portable boombox with media center." -date = 2017-03-14 - -[taxonomies] -tags = ["diy", "speaker", "linux", "rust"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -A smart portable boombox project featuring a built-in touch screen with custom -media center. - -- [Visit project page on GitHub][github] - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/pokoebox -[gitlab]: https://gitlab.com/timvisee/pokoebox diff --git a/content/projects/prs.md b/content/projects/prs.md deleted file mode 100644 index 9218d8c..0000000 --- a/content/projects/prs.md +++ /dev/null @@ -1,53 +0,0 @@ -+++ -title = "prs" -description = "prs - Secure, fast & convenient password manager CLI using GPG and git to sync." -date = 2020-10-22 - -[taxonomies] -tags = ["cli", "pass", "security"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -> A secure, fast & convenient password manager CLI using GPG and git to sync. - -- [Visit project page on GitHub][github] - -`prs` is a secure, fast and convenient password manager for the terminal. It -features [GPG][gnupg] to securely store your secrets and integrates [`git`][git] -for automatic synchronization between multiple machines. It also features a -built-in password generator, recipient management, history tracking, rollbacks, -housekeeping utilities and more. - - -_No demo visible here? View it on [asciinema][usage-demo-asciinema]._ - -`prs` is heavily inspired by [`pass`][pass] and uses the same file structure -with some additions. `prs` therefore works alongside with `pass` and all other -compatible clients, extensions and migration scripts. - ---- - -- [Features](https://github.com/timvisee/prs/#features) -- [Usage](https://github.com/timvisee/prs/#usage) -- [Requirements](https://github.com/timvisee/prs/#requirements) -- [Install](https://github.com/timvisee/prs/#install) -- [Build](https://github.com/timvisee/prs/#build) -- [Security](https://github.com/timvisee/prs/#security) -- [FAQ](https://github.com/timvisee/prs/#faq) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/prs -[gitlab]: https://gitlab.com/timvisee/prs -[usage-demo-asciinema]: https://asciinema.org/a/368611 -[usage-demo-svg]: https://cdn.rawgit.com/timvisee/prs/4c5a95c9/res/demo.svg -[gnupg]: https://gnupg.org/ -[git]: https://git-scm.com/ -[pass]: https://www.passwordstore.org/ diff --git a/content/projects/qr2term.md b/content/projects/qr2term.md deleted file mode 100644 index 96780d8..0000000 --- a/content/projects/qr2term.md +++ /dev/null @@ -1,25 +0,0 @@ -+++ -title = "qr2term" -description = "qr2term - Stupidly simple Rust crate to render a QR code in the terminal." -date = 2019-03-14 - -[taxonomies] -tags = ["rust", "lib"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -A stupidly simple QR code renderer, that prints text as QR code to the terminal, and nothing else. - -- [Visit project page on GitHub][github] - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/qr2term-rs -[gitlab]: https://gitlab.com/timvisee/qr2term-rs diff --git a/content/projects/raytrace-rs.md b/content/projects/raytrace-rs.md deleted file mode 100644 index 5c8a6a7..0000000 --- a/content/projects/raytrace-rs.md +++ /dev/null @@ -1,34 +0,0 @@ -+++ -title = "Ray Tracer in Rust" -description = "raytrace-rs - A ray tracer in Rust." -date = 2019-09-17 - -[taxonomies] -tags = ["rust", "raytracer"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -A ray tracer in Rust. - -- [Visit project page on GitHub][github] - -{{ fit_image(path="projects/raytrace-rs/balls.png") }} -{{ fit_image(path="projects/raytrace-rs/glass.png") }} -{{ fit_image(path="projects/raytrace-rs/dragon.png") }} - ---- - -- [Examples](https://github.com/timvisee/raytrace-rs/#readme) -- [Usage](https://github.com/timvisee/raytrace-rs/#usage) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/raytrace-rs -[gitlab]: https://gitlab.com/timvisee/raytrace-rs diff --git a/content/projects/raytrace-rs/balls.png b/content/projects/raytrace-rs/balls.png deleted file mode 100644 index 1b941b5..0000000 Binary files a/content/projects/raytrace-rs/balls.png and /dev/null differ diff --git a/content/projects/raytrace-rs/dragon.png b/content/projects/raytrace-rs/dragon.png deleted file mode 100644 index 65a2aa8..0000000 Binary files a/content/projects/raytrace-rs/dragon.png and /dev/null differ diff --git a/content/projects/raytrace-rs/glass.png b/content/projects/raytrace-rs/glass.png deleted file mode 100644 index 2fecbd7..0000000 Binary files a/content/projects/raytrace-rs/glass.png and /dev/null differ diff --git a/content/projects/send.md b/content/projects/send.md deleted file mode 100644 index d8a7bef..0000000 --- a/content/projects/send.md +++ /dev/null @@ -1,46 +0,0 @@ -+++ -title = "Send" -description = "Send - Simple, private file sharing from your webbrowser." -date = 2021-05-19 - -[taxonomies] -tags = ["file-sharing", "file-upload", "web", "security"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -{{ fit_image(path="projects/send/screenshot.png") }} - -- Try it out: [https://send.vis.ee/](https://send.vis.ee/) -- [Visit project page on GitHub][github] - -Send lets you share files with end-to-end encryption and a link that -automatically expires. So you can keep what you share private and make sure your -stuff doesn’t stay online forever. - -Send has originally been developed by Mozilla, but was discontinued. I forked -the project as a community effort to keep the project up-to-date and alive. - -I provide a [public instance](https://send.vis.ee) as part of this effort. Find -a list of other instances [here][instances]. Or host [your own][deployment] -instance. - ---- - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -_Also see these related projects:_ - -- [`ffsend`](@/projects/ffsend.md) (command-line interface for Send) - -[deployment]: https://github.com/timvisee/send#deployment -[github]: https://github.com/timvisee/send -[gitlab]: https://gitlab.com/timvisee/send -[instances]: https://github.com/timvisee/send-instances/ -[public-instance]: https://send.vis.ee/ diff --git a/content/projects/send/screenshot.png b/content/projects/send/screenshot.png deleted file mode 100644 index 18c857e..0000000 Binary files a/content/projects/send/screenshot.png and /dev/null differ diff --git a/content/projects/version-compare.md b/content/projects/version-compare.md deleted file mode 100644 index f0e0ae3..0000000 --- a/content/projects/version-compare.md +++ /dev/null @@ -1,50 +0,0 @@ -+++ -title = "version-compare" -description = "version-compare - Rust library to easily compare version strings." -date = 2017-03-13 - -[taxonomies] -tags = ["rust", "lib"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -[![Download statistics][crate-download-badge]][crate-link] -[![Crate version][crate-version-badge]][crate-link] -[![Documentation][docs-badge]][docs] -[![Build status on Travis CI][travis-master-badge]][travis-link] - -[crate-version-badge]: https://img.shields.io/crates/v/version-compare.svg -[crate-download-badge]: https://img.shields.io/crates/d/version-compare.svg -[crate-license-badge]: https://img.shields.io/crates/l/version-compare.svg -[crate-link]: https://crates.io/crates/version-compare -[docs]: https://docs.rs/version-compare -[docs-badge]: https://docs.rs/version-compare/badge.svg -[travis-master-badge]: https://travis-ci.org/timvisee/version-compare.svg?branch=master -[travis-link]: https://travis-ci.org/timvisee/version-compare - -> A Rust library to easily compare version numbers in any format, and test them -> against various comparison operators. - -- [Visit project page on GitHub][github] - -Comparing version numbers is hard. Especially when version numbers get really complex, -or when their formatting differs. - -This library helps you to easily compare any kind of version number with minimal code. - ---- - -- [Features](https://github.com/timvisee/version-compare/#features) -- [Example](https://github.com/timvisee/version-compare/#example) - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/version-compare -[gitlab]: https://gitlab.com/timvisee/version-compare diff --git a/content/projects/voxeltex-engine.md b/content/projects/voxeltex-engine.md deleted file mode 100644 index 82489d7..0000000 --- a/content/projects/voxeltex-engine.md +++ /dev/null @@ -1,25 +0,0 @@ -+++ -title = "VoxelTex Engine" -description = "VoxelTex Engine - A 3D engine from scratch using OpenGL in Java." -date = 2016-03-14 - -[taxonomies] -tags = ["3d", "engine", "prototype"] -categories = ["project"] - -[extra] -zenn_applause = true -zenn_hide_header_meta = true -+++ - -A 3D engine from scratch using OpenGL in Java. - -- [Visit project page on GitHub][github] - -_View more on the project pages over at:_ - -- [GitHub][github] -- [GitLab][gitlab] - -[github]: https://github.com/timvisee/voxeltex-engine -[gitlab]: https://gitlab.com/timvisee/voxeltex-engine