Visual basic and basic programming can be said to be the foundation programming languages which have allowed for modern computing to advance to higher levels. currently today there are many programming languages available to use, and many have migrated to PYTHON, yet this can be said to be a phase which will probably be short lived. as a foundation programmer, i have programmed in many languages and yet i still use visual basic as my prime language, (also some C#/C++). I have found that there is nothing that cant be achieved with this programming language. i have decided that some of the most searched projects should be shared here. I do not use "Git Hub" as it is another website where employers who do not know about software developers mental processes expect you to display or share your work. often projects are unfinished or don't work! Whereas SourceForge have always been a better resource for learners of the programming craft. These shared templates or samples are free to use and can be used without copyrights! |
Visual basic Tutorials
Email Bomber
The email bomber is a classic tool used to block or fill up somebody's email inbox with emails. It also can be considered to be a denial of service attack. (DOS) the creation of such a tool can be considered unethical and should not be used to do harm! Burst fire mode is created by using a timer in the application and on each tick of the timer an email is sent. This can be set to any amount of time required. Sending mass emails with a personal email would not be a smart move, so a disposable email or anonymous email sender would be required. to make the tool work it needs to be compiled with visual basic 2013. the details of the email needs to be added to the form in the initial loading the application. Large attachments can also be used to also fill the email inbox up. It should be noted that a good email management application will group emails by sender which will also allow for mass deletion of emails. |
Neural Network TransferFunctions
the neural network is a tool used for classification and has currently become a hot topic as it has accomplished some advanced classification issues, yet it can be said that a neural net is only as good as its transfer functions!! A few transfer functions been created in this class which i have created. Some of the functions have derivatives and some do not. The class itself doesn't need to be instantiated the EvaluateTransferFunct function allows for the input to return the result to the caller. This Enum / Type needs to be created as it holds the names of the transfer function types needed by the class. I have found that this method of creating a type list enables for the select case statement to become and effective tool and a type of decision tree process can be created. The file which has been uploaded is the class file i have added the exstension .FILE to the end which needs to be removed from the file name to be added to the vb project of your own! There are many more functions in the class including Gaussian, Rectified and more. This class can be extended for better gradient descent models and stochastic methods . |
1-2 of 2