Posts

Information & Knowledge Management (CS350) Keywords

Image
While Attending SUNYIT and taking the class "Information & Knowledge Management" (CS350), these were keywords that I collected and would later expand on my own personal time. "Nearest neighbor algorithm" "Lazy Learning" "Cross-validation (statistics)" "Perceptron" "Support vector machine" "Decision tree" "Naive Bayes classifier" "Unsupervised learning" "Genetic algorithm" "Hierarchical classifier" "Feature selection (filter vs. wrapper)" "Hierarchical clustering" "Supervised learning" "Machine learning" "Data mining" "Exhaustive search vs. approximation algorithms" "Support Vector macine" "Decision trees" "Bayesian classifiers" "K-fold crossvalidation" Clustering (hierarchical.agglomerative, Kmeans, Kmeans++, single-link, complete-link)

Obfuscate email

Reason for obfuscating:  To prevent email spamming from bots. Methods used to catch emails:   Searching Html source, spoofing SQL server. Methods of prevention:   Methods differ on client side and server side obfuscation.   Example of obfuscation:  hcidata.info - shows an example with html encoding  (also an example with js). Research Link listapart.com- article Anti-spamtechniques - wiki Email spam- wiki Addressmunging - wiki

XNA Resources

Downloads Source for XNA Dev Kits Forums: MSDN Forum Gamedev stackexchange Library : XNA Game Studio 4.0 Refresh Advanced Topics Advanced Xbox 360 Programming Cross Platform Ability Currently only project that I know of that allow you to use C# on multiple platforms is MonoGame . Use Visual Studio 2012 How to install XNA Research from others : 2D Collision Detection Matrices XNA tutorials XNA Series 1: Collision Detection - Code for Cake If you into game development you probably at some point want to know how to do 3D programming. A great resource that I use and that shows how to use a camera in multiple ways can be found on  dhpoware  t he have many examples such as first shooter and 3rd person as well as free roam camera examples. XNA Series 1: Collision Detection - Code for Cake 2D Development Changing the frequency for the update and draw Networking Creating a Network Session Finished Car Gam

MS Certification and Learning Planner

Image
Introduction The point here to simply explain my idea that the MS "Certification Planner" combined with the MS's  MVA  "Learning Planner" would not only be beneficial but cater to multiple types of users such as myself.     MVA stands for Microsoft Virtual Academy and has recently add in the an option to make a planner for classes which is great for either long or short term goals. MVA Learning Planner If you have not yet received a certification now's the time as it is easier than ever to know what path you wish to go down and the titles you will receive. Never the less here an example of what the "Certification Planner" Looks like. MS Certification Planner But Why?       I for one plan to take multiple certifications that might not lead to a 'title'. For example I am a Web Developer and have the HTML5 Certification. I plan to take the C# certification as well since I do develop using MVC, but I do not care

A Guide for the 70-480 Exam

Introduction     This is simply a guide and in it will not will provide you with any answers to the actual questions that be on the exam nor guarantee that you will pass the exam. However I have taken the beta test now and can show you references to what topics that may be on the exam. So with that said I hope this guide helps and don't forget to comment if I leave something out.     On the  certification page  you will find a list of topics and the skills of measurements that will be required to pass the exam. Following these four areas will be of great help, however from my experience I can say that it is not enough. You much actual practice using these skills to get a better at them (good time to use  jsfiddler !). There many books that can help, and depending on your level of skill will point you to the right direction. However note that you don't have to buy any books or services to pass this test. I am only point them for purpose of being resources to you. Pr

Using Solr Schema, Fields and Documents

Introduction     This is a little of a jump but I think its an important place to start because of the topics explain how Solr Works as well as how to use it toward your project. So For now lets just pretend you have solr running and just want to know how Solr takes data. Take it from me read the Reference Guide at least once as it is an easy read and very useful. I take a lot of the material in it and summarize it for my own use so that I can brush up on concepts.  How to think of Solr     As the Reference Guide would say "Solr is like a loose-leaf book of recipes, every time you add an new recipe you update the index in the back". Solr allows you to index with fields or types and by giving solr the fields data type you tell solr how to index.  Scheme, Fields and Documents      This is where you tell Solr how to index the data that gets imported, but what is a scheme with the fields? Information for solr is sorted by fields and in another way fields are just inf

An Introduction to Solrnet

Introduction      This article about the Solrnet project as you might have guessed from the title.. but you might ask what is Solrnet and why you would want to add it to your MVC application? The answer to that question is indexed searching ! You probably should have an understanding of what the Apache Solr Project is and if you don't know about this project you probably would be just as lost as I was just a month ago. As a .net developer I rarely step into the Java world, but at times it's helpful to see how the other half live.  Don't get me wrong I love Java as much as I love C# (they are more alike than different) but for a lot of my applications; I don't really have a reason to. However the Apache Solr Project changed my mind, and if it hasn't already it should change yours. I'm not talking about jumping ship and using Java but a little doesn't hurt and with Solrnet you really don't need to use any java (just run it the side).  Some backgro

Adding Google Sign-in And Others

Image
Introduction     The purpose of this post is to show how to add any Oauth login to your site, but mostly Google Plus because of my current applications ( Penguins Rising !). In my quest to achieve this I found it to be really simple with Google Plus and the only real trouble I had was with the Client Id. I setup my Google API service account years ago but never really tried anything until now. What I did was just recreate a client id and everything worked! My Website Oauth Choices       This next part is a little of my opinion and about what I think is the best strategy for Oauth integration. For me when it comes to social medias and integrating user logins I like to go the route of making sure I have all three of the major. The major hitter in my book are Twitter, Google Plus, and of course Facebook. However I know a lot of sites differ on the importance these three . Still personally I like seeing Google Plus being available and I think any site that has the other two but no

Game Development Research for Penguins Rising

Introduction This is my research for Penguins Rising and in my search for studies on how to create the ultimate web based game. This list of links were helpful in concepts as well as implementing code in to the game. Part I "A Framework for Game Engine Based Visualizations" Advance Your Education With Free College Courses Online - Udacity PEGI Pan European Game Information - What do the labels mean? Foxes and Shotguns animation - How can you get different objects working at different framerates working in html5 canvas? - Stack Overflow JavaScript Timing Events HTML5 Canvas resize to fit window - Stack Overflow canvas · html · WPD · WebPlatform.org console.log - Web API reference | MDN HTML5 Canvas Image Tutorial Function - JavaScript | MDN WebPlatform Docs · WebPlatform Docs · WPD · WebPlatform.org #AltDevBlogADay » Brewing Your Own Game Analytics Service Free Music Archive: Dubstep Box2DJS - Physics Engine for JavaScript HTML5 Certificate - Udacity

Popular posts from this blog

UI-Bootstrap Collapsible Sticky Footer

Installing Windows on Acer chromebook 15 cb3-532

Aspetcore: NLog with Postgresql