primaryobjects
Software Developer. Quantum Computing. Artificial Intelligence.
Primary ObjectsPhiladelphia
Pinned Repositories
AI-Programmer
Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149
chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
contentblocks
Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.
lda
LDA topic modeling for node.js
Node.js-Bootstrap-Starter-Template
Node.js, Express, Pug, Twitter Bootstrap, Starter Template
strips
AI Automated Planning with STRIPS and PDDL in Node.js
voice-gender
Gender recognition by voice and speech analysis
vpndemon
Monitor a VPN connection on Linux and kill a process upon disconnect
primaryobjects's Repositories
primaryobjects/MongoDragons
A C# .NET example using MongoDb to create and display scary dragons! Uses a repository pattern and business layer to access data in the cloud via MongoLab.
primaryobjects/Gmail-Jabber-Chatbot
C# .NET Jabber Chatbot that Talks on Gmail with XMPP, AIML. Allows execution of custom commands, similar to an IRC bot, and conversation with the ALICE AIML SDK. Chat bot communicates with users through Gmail / GTalk via XMPP.
primaryobjects/Fluent-Simple-RPG-Game
C# .NET simple RPG role-playing battle game. Designed as an example of using the Expression Builder pattern with method chaining and progressive interfaces in C#. Demonstrates a basic internal domain specific language design. Also lets you kill some monsters too!
primaryobjects/MVC4FormsAuthentication
MVC4 forms authentication example with custom MembershipProvider and Principal, storing user data in forms auth cookie. http://primaryobjects.com/CMS/Article147.aspx
primaryobjects/MVC-Creep-Collector
Example of configuring MVC .NET data annotations from an XML file at run-time, for a C# ASP .NET MVC4 web application, razor, jQuery, client validation.
primaryobjects/MVC3-CSS3-Slick-Login-Form-with-Security-Example
A sample MVC3 C# ASP .NET web application, providing a slick login form with CSS3 and security authentication. Demonstrates using a custom MembershipProvider, MVC3 attribute-based opt-out security, and storing user details in the Context.User object. View it in action at http://youtu.be/nb4S6Ze1wSk
primaryobjects/Dungeon-Map-External-Domain-Specific-Language
Example of mapping a role-playing game dungeon with a C# .NET external domain specific language. Implements a custom programming language in a text file to drive a state machine, allowing the user to create a variety of programs with the external DSL (domain specific language).
primaryobjects/Gradient-Color-Block-MVC-User-Controls
ASP .NET MVC 3 sample of using partial views as user controls with server side-code initialization. The user controls are used to display multiple gradient color blocks on the web page.
primaryobjects/jQuery-Modal-Confirmation-Dialog-MVC-Form-Submit
A sample C# MVC3 web application to submit a form and display a modal confirmation dialog with jQuery UI. The confirmation dialog allows the user to confirm the data prior to submitting to the server. Easily modifiable for any web application.
primaryobjects/PasteBin-Auto-Post
PasteBin automatic post in C# .NET - example code and helper class to automatically post text on PasteBin. Returns the PasteBin URL upon success. Great tool for remote debugging.
primaryobjects/Cross-Domain-Policy-Monster-Service-JSONP
Demonstrates A simple C# .NET MVC web service that creates monsters and returns them in JSON format. Learn how to call the service with JavaScript across domains, for the article: Cross domain policy violation, and how to get around it with JSONP, AJAX, J
primaryobjects/easypost
Example of reading POST data in node.js from both a form submission and from a REST client, using a manager method to abstract res.on('data') and res.on('end').
primaryobjects/easypost-lib
Easy method for reading POST data in Node.js web applications. Supports form submissions and REST client posts. Provides a single location for maintaining the code that reads POST data.
primaryobjects/OpenURL-PhoneGap-Plugin
Simple PhoneGap plug-in to launch a URL in a new web browser on the iPhone and Android.
primaryobjects/redant
A Node.js REST service for saving/loading JSON in MongoDb. Created as part of the 2012 Associated Press Technology Summit.
primaryobjects/Code-Kata-4-Data-Munging-C-
C# .NET solution for Code Kata 4 Data Munging project http://codekata.pragprog.com/2007/01/kata_four_data_.html
primaryobjects/MVC-Smart-Page
MVC C# .NET smart pager for paging search results with slick customizable paging. Fully configurable, including number of results per page, adjacent count, and more. Demo included.
primaryobjects/remoteip-demo
A simple method for getting the client IP address for the remote browser in node.js.
primaryobjects/REST-Monster-Factory-Web-Service
MVC .NET REST web service, supporting JSON and XML commands and responses. Web service method calls are available via REST commands (GET, POST, PUT, DELETE). Also demonstrates using AJAX with jQuery to test the web service methods.
primaryobjects/Windows-IP-Ban-Service
Monitors failed security audit in Windows Event Viewer and bans ip addresses using netsh
primaryobjects/XML-TreeView
XML TreeView Example
primaryobjects/XML-Web-Site-Navigation-with-MVC3
An example of loading web navigation from XML with MVC3 partial views in C# ASP .NET
primaryobjects/NoRM
NoRM is a MongoDB driver for .Net designed to provide access to strongly/statically-typed documents and collections. This forked version includes a bug fix to work with MongoLab.com.
primaryobjects/Perl-to-WCF
Simple Hello World example of a Perl program consuming a C# .NET WCF Web Service
primaryobjects/remoteip
A simple method for getting the client IP address for the remote browser in node.js.
primaryobjects/TwitterCorpus
A tweet loader for a large Twitter corpus, used for sentiment prediction. The corpus contains 5,513 tweet ids with sentiment rating. The loader is written in C# .NET.
primaryobjects/Windows-8-Live-Tiles
Tutorial for creating Windows 8 Live Tile Notifications in C# .NET with WinRT (Metro-style)
primaryobjects/Aloha-Editor
World’s most advanced Editor gives you a complete new experience when editing. It’s faster than existing technology and offers unprecedented opportunities.
primaryobjects/datasharing
The Leek group guide to data sharing
primaryobjects/LogglyRT
A simple C# .NET WinRT driver for Loggly API, compatible with Windows 8 App Store.