delete tim's projects

This commit is contained in:
Satya L. Johnson 2021-09-24 07:05:37 -04:00 committed by GitHub
parent 1cd78d9432
commit a2967d9f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 0 additions and 1058 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 <name>` | Generate a new Dungeon Maze world |
| `/dm teleport <name>` | 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/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@ -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 <id>` | 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/

View File

@ -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/h/?>` | Help command |
| `/safecreeper help <config>` | View config help |
| `/safecreeper reload` | Reload the config files |
| `/safecreeper reloadperms` | Reinitialize the permissions systems |
| `/safecreeper poststatistics` | Get the current plugin version |
| `/safecreeper <checkupdates>` | Get the current plugin version |
| `/safecreeper <version>` | 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/

View File

@ -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 <world> [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/

View File

@ -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

View File

@ -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]
<small>_No demo visible here? View it on [asciinema][usage-demo-asciinema]._</small>
_View more on the project pages over at:_
- [GitHub][github]
- [GitLab][gitlab]
_Also see these related projects:_
- [Send](@/projects/send.md) <span class="muted">(Send project)</span>
- [`ffsend`](@/projects/ffsend.md) <span class="muted">(CLI client implementation)</span>
[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

View File

@ -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]
<small>_No demo visible here? View it on [asciinema][usage-demo-asciinema]._</small>
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) <span class="muted">(Send project)</span>
- [`ffsend-api`](@/projects/ffsend-api.md) <span class="muted">(Send library implementation for Rust)</span>
[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

View File

@ -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) <span class="muted">(pixelflut client)</span>
- [`pixelpwnr-server`](@/projects/pixelpwnr-server.md) <span class="muted">(pixelflut server)</span>
[github]: https://github.com/timvisee/pixelpwnr-render
[gitlab]: https://gitlab.com/timvisee/pixelpwnr-render

View File

@ -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) <span class="muted">(pixelflut client)</span>
- [`pixelpwnr-render`](@/projects/pixelpwnr-render.md) <span class="muted">(pixelflut renderer)</span>
[github]: https://github.com/timvisee/pixelpwnr-server
[gitlab]: https://gitlab.com/timvisee/pixelpwnr-server

View File

@ -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) <span class="muted">(pixelflut server)</span>
- [`pixelpwnr-render`](@/projects/pixelpwnr-render.md) <span class="muted">(pixelflut renderer)</span>
[github]: https://github.com/timvisee/pixelpwnr
[gitlab]: https://gitlab.com/timvisee/pixelpwnr

View File

@ -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

View File

@ -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.
<script id="asciicast-368611" src="https://asciinema.org/a/368611.js" async></script>
<small>_No demo visible here? View it on [asciinema][usage-demo-asciinema]._</small>
`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/

View File

@ -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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 KiB

View File

@ -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 doesnt 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) <span class="muted">(command-line interface for Send)</span>
[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/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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

View File

@ -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