Bitcoin Forum

Bitcoin => Project Development => Topic started by: Coding Enthusiast on September 02, 2016, 04:33:10 PM



Title: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: Coding Enthusiast on September 02, 2016, 04:33:10 PM
this is an open source project created in order to make the creation of BB Code table for Overview of Bitcointalk Signature-Ad Campaigns (https://bitcointalk.org/index.php?topic=615953.0) easy and user friendly with a nice GUI.

the project was created using Visual Studio 2013, and it is written in C#

screenshot (click to see larger image):
https://i.imgur.com/55Mrp4e.jpg (https://i.imgur.com/55Mrp4e.jpg)

link to the project: https://github.com/Coding-Enthusiast/OverviewOfBTKSigCamps

I am Looking for Criticism about my code, so any comment is greatly appreciated.


Title: Re: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: NyeFe on September 02, 2016, 11:48:55 PM
Great project. I'll take a look at this.

I haven't been able to find a good BBcode creator. most of them have been extremely buggy.


Title: Re: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: SparkedDev on September 03, 2016, 12:28:40 AM
Oh nice ill check this out.


Title: Re: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: Coding Enthusiast on September 03, 2016, 05:12:23 AM
Great project. I'll take a look at this.
I haven't been able to find a good BBcode creator. most of them have been extremely buggy.

thank you.
you gave me an idea, i have to take a look at some of those BBCode creators maybe i'll make one too. this project is only for creating a specific kind of BBCode.

Oh nice ill check this out.

don't forget to come back and give me your criticism.


Title: Re: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: Patatas on September 03, 2016, 06:29:05 AM
Nice project! Why C#?Have to install a lot of dependencies to run it.I'm looking forward to make a web version of it.Thanks for keeping the code on github.Additionally,I;d like to add a bbcode viewer so the signature is actually shown along with the code. :)


Title: Re: [C#][Github] Custom BBCode creator for Overview of Bitcointalk SigCamps Table
Post by: Coding Enthusiast on September 03, 2016, 01:08:27 PM
Nice project! Why C#?Have to install a lot of dependencies to run it.

if you are on windows (which majority of users are) you don't need any dependencies except .Net Framework 4.5 which is included from windows 7 onward. plus i only know c# :D
for compiling you can use Visual Studio which can be downloaded as express version (small) for free from Microsoft website.
also there are ways to run it on Linux and Mac using Mono

Quote
I'm looking forward to make a web version of it.Thanks for keeping the code on github.Additionally,I;d like to add a bbcode viewer so the signature is actually shown along with the code. :)

i'd like to see that.