Recent

Author Topic: Snippet-Bank-XE  (Read 1867 times)

DreamVB

  • Full Member
  • ***
  • Posts: 100
    • Memo Pad
Snippet-Bank-XE
« on: November 02, 2022, 10:22:10 pm »
Hi all,

I made a new little project over the last two days that I use to store all my useful bits of code, it quite basic but does the trick, you can add languages, language categories and add code for each one. anyway, see what you think comments welcome. I designed this on Windows, so I am hoping it work on Linux to.

https://github.com/DreamVB/Snippet-Bank-XE

Dream Believe Achieve

bobby100

  • Sr. Member
  • ****
  • Posts: 301
    • Malzilla
Re: Snippet-Bank-XE
« Reply #1 on: November 02, 2022, 11:24:57 pm »
Hi DreamVB,

please reconsider your data storage.
At some point, the storage will contain 1000 files with just 500 bytes each. The problem is, that the file system on HDD will take a whole sector for every small file. So, 1000 small files will take 4MB of HDD space on a partition with 4kB sectors instead of the expected 0,5MB.

Go for a database, or store all your files in one ZIP file etc.

DreamVB

  • Full Member
  • ***
  • Posts: 100
    • Memo Pad
Re: Snippet-Bank-XE
« Reply #2 on: November 04, 2022, 12:30:20 am »
Hi guys I done a small update check it out at the link in the first post.

Thanks bobby100 for the suggestion I will look into this in future versions.
Dream Believe Achieve

DreamVB

  • Full Member
  • ***
  • Posts: 100
    • Memo Pad
Re: Snippet-Bank-XE
« Reply #3 on: November 06, 2022, 08:25:20 pm »
Hi all I done a new update to my project now goes to version 1.1.2

Here are some of the new and improvements and fixes. see the first post for the project page.


    - Updated GUI
    - Fixed a few bugs
    - You can now add info to your code such as name, date, likes and set the highlighter
    - Added export code to HTML in export dialog
    - Added option to set editor font
« Last Edit: November 06, 2022, 08:26:56 pm by DreamVB »
Dream Believe Achieve

Hansvb

  • Hero Member
  • *****
  • Posts: 905
Re: Snippet-Bank-XE
« Reply #4 on: November 07, 2022, 12:15:22 pm »
Hi,

Great idea.

 

TinyPortal © 2005-2018