Posts

Coursera: Online Games Class Notes

This post servers as a outline of the new concepts that I have learned  in the  class hosted on Coursera,  " Online Games: Literature, New Media, and Narrative "   taught by  Jay Clayton.  I will try to avoid giving answers to quiz's or questions in order to give other classmates a fair chance. Syllabus MMO Examples:  Lord of the Rings  Mist  Star Wars Galaxies Dark age of Camelot World of War Craft  Terms Multi-modal Analysis:   Embedded narrative  : Main content to the game, "A pre-generated narrative content that exists prior to a player's interaction with the game." pg 383 Salen and Zimmerman. Emergent Narrative:   "arises from the set of rules governing interaction with the game system. Most moment-to-moment narrative play in a game emergent, as player choice leads to unpredictable narrative experience." - Salen and Zimmerman. Frame Narrative:  Frame story  (This term not defined in the class but was referenced.) Remediati

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

Popular posts from this blog

UI-Bootstrap Collapsible Sticky Footer

Installing Windows on Acer chromebook 15 cb3-532

Aspetcore: NLog with Postgresql