An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by primaryobjects

A curated list of projects in awesome lists by primaryobjects .

https://github.com/primaryobjects/ai-programmer

Using artificial intelligence and genetic algorithms to automatically write programs. Tutorial: http://www.primaryobjects.com/cms/article149

ai artificial-intelligence c-sharp fitness-score genetic-algorithm genetic-algorithms genetic-programming genome program-synthesis programming-language

Last synced: 16 May 2025

https://github.com/primaryobjects/chatskills

Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!

alexa alexa-sdk alexa-skill amazon amazon-alexa amazon-alexa-skill amazon-echo chatbot chatbots conversational-ui echo javascript slack slack-bot slackbot

Last synced: 09 Apr 2025

https://github.com/primaryobjects/contentblocks

Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/vpndemon

Monitor a VPN connection on Linux and kill a process upon disconnect

bash disconnect dns-leak linux monitoring networkmanager prevent-dns-leaks security shell vpn vpn-connections

Last synced: 22 Jun 2025

https://github.com/primaryobjects/tokenauthmvc

Token-Based Authentication for Web Service APIs in C# MVC .NET

Last synced: 26 Mar 2025

https://github.com/primaryobjects/tfidf

TF*IDF Term Frequency Inverse Document Frequency in C# .NET

Last synced: 26 Mar 2025

https://github.com/primaryobjects/deep-learning

Simple example of using the Accord .NET C# library to implement a deep-learning neural network (deep belief network) with machine learning. Solves XOR and an ASCII digit dataset.

Last synced: 15 Jun 2025

https://github.com/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.

Last synced: 26 Mar 2025

https://github.com/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.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/maze

A simple maze solver in Javascript and HTML5, using the Tremaux algorithm to find the path through.

Last synced: 20 Aug 2025

https://github.com/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!

Last synced: 26 Mar 2025

https://github.com/primaryobjects/html5-easy-paint

A simple paint program in HTML5 with continuous draw and image stamps. Especially easy for children to paint!

Last synced: 15 Jul 2025

https://github.com/primaryobjects/nnsorting

Neural network sorting numbers

Last synced: 26 Mar 2025

https://github.com/primaryobjects/node.js-react-starter-template

Node.js Express React 4 Single Page App Starter Template with Bootstrap

express express-js expressjs node-js nodejs react react-component react-router reactjs reactrouter

Last synced: 24 Oct 2025

https://github.com/primaryobjects/colorbot

A neural network color bot that uses machine learning (artificial intelligence) to categorize pictures as red, green, or blue overall. Uses node.js and mongodb.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/jquery-react

Integrate React with a JQuery app.

bootstrap html5 javascript jquery pub-sub pubsub react reactjs

Last synced: 22 Aug 2025

https://github.com/primaryobjects/singlesignon

Example project implementing single sign-on with Windows Identity Foundation and forms authentication in C# MVC ASP .NET.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/emotion

Artificial intelligence emotion in a conversational UI.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/quantum

A set of simple tutorial programs for quantum computing including a game, Fly Unicorn.

deutsch-jozsa-algorithm ibmqx qiskit quantum quantum-algorithms quantum-computing quantum-mechanics quantum-programming-language qubit qubits

Last synced: 26 Mar 2025

https://github.com/primaryobjects/mvc4formsauthentication

MVC4 forms authentication example with custom MembershipProvider and Principal, storing user data in forms auth cookie. http://primaryobjects.com/CMS/Article147.aspx

Last synced: 26 Mar 2025

https://github.com/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.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/mongodragons2

A C# .NET MVC 5 example using MongoDb and AngularJs to create and display scary dragons! Uses a repository pattern and business layer to access data in the cloud via MongoLab.

Last synced: 26 Mar 2025

https://github.com/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

Last synced: 26 Mar 2025

https://github.com/primaryobjects/etf-compare

Compare common holdings of exchange traded funds (ETFs)

Last synced: 26 Mar 2025

https://github.com/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

Last synced: 22 Jul 2025

https://github.com/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).

Last synced: 26 Mar 2025

https://github.com/primaryobjects/maze-generator

A simple maze generator, built with React.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/flying-creatures

ASP .NET MVC sample application, demonstrating the usage of RavenDB (NoSQL) and jQuery with the MVC Razor view language. Experimental theme of flying creatures (gargoyles, dragons, wraiths, etc) and reading/inserting/deleting from the NoSQL database. Software architecture includes the Repository Pattern and UnitOfWork pattern. User interface uses the jQuery flexigrid control with AJAX to display the creatures. Requires an install of ASP .NET MVC 3 RC (http://goo.gl/7iwC2), RavenDB (http://www.ravendb.org) and the StructureMap DLL (http://goo.gl/VwRUd).

Last synced: 26 Mar 2025

https://github.com/primaryobjects/ssl-ghost

Demo of moving in and out of SSL HTTPS in a C# ASP .NET MVC web application. Demonstrates using SSL HTTPS for specific pages in an MVC application (login, change password, etc), while all other pages remain non-SSL.

Last synced: 26 Mar 2025

https://github.com/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.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/digitrecognizer

Machine Learning digit recognizer (MNIST data-set) in C# .NET

Last synced: 26 Mar 2025

https://github.com/primaryobjects/stock-predictions

Stock market predictions for the S&P 500, submitted by users of a financial forum.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/semantic-search

Semantic search web app using the Large Language Model (LLM) Cohere for embeddings to match context and meaning, rather than keywords.

ai cohere cohere-ai cosine-similarity csharp large-language-models llm razor-pages search-algorithm semantic-search semantic-search-ai

Last synced: 30 Aug 2025

https://github.com/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.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/saavyconsumer

Example Amazon Alexa Skill for the Echo, written using alexa-app.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/primaryobjects.github.com

Static web site on primaryobjects.github.io

Last synced: 15 Jun 2025

https://github.com/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.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/loginimagechanger

Login Image Changer for Linux Mint and Ubuntu lets you automatically change the login background each time your computer starts up.

Last synced: 31 Oct 2025

https://github.com/primaryobjects/squarespace

A collection of render blocks for use on Squarespace.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/openurl-phonegap-plugin

Simple PhoneGap plug-in to launch a URL in a new web browser on the iPhone and Android.

Last synced: 04 Apr 2025

https://github.com/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').

Last synced: 19 Jun 2025

https://github.com/primaryobjects/hello-angular

Hello World using Angular and .NET Core REST API.

angular angular2 angularjs dotnet dotnetcore typescript webapi

Last synced: 13 Apr 2025

https://github.com/primaryobjects/redant

A Node.js REST service for saving/loading JSON in MongoDb. Created as part of the 2012 Associated Press Technology Summit.

Last synced: 13 Aug 2025

https://github.com/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

Last synced: 04 Oct 2025

https://github.com/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.

Last synced: 30 Jun 2025

https://github.com/primaryobjects/cardanomsg

Store and retrieve text or JSON in the Cardano blockchain metadata.

ada bitcoin blockchain cardano crypto metadata pypi pypi-package python transaction

Last synced: 16 May 2025

https://github.com/primaryobjects/quantum-invaders

A quantum computing alien invaders game, developed with ChatGPT4.

autogpt chatgpt chatgpt4 gamedev python qiskit quantum quantum-computing qubit

Last synced: 29 Aug 2025

https://github.com/primaryobjects/punchcard

Generate computer punch cards from text messages.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/contentblocks-demo

ContentBlocks node.js demo. Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.

Last synced: 26 Mar 2025

https://github.com/primaryobjects/xml-web-site-navigation-with-mvc3

An example of loading web navigation from XML with MVC3 partial views in C# ASP .NET

Last synced: 04 Apr 2025

https://github.com/primaryobjects/dragon-generator

A super duper scary dragon generator! Reactjs tutorial project.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/hello-meteor

Hello world for Meteor.js.

Last synced: 04 Apr 2025

https://github.com/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.

Last synced: 30 Jul 2025

https://github.com/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.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/slidify

Create a presentation with R and Slidify.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/monster-collector

An AI monster generator web app using the Large Language Model (LLM) Cohere with the EntityFramework and Sqlite.

ai cohere csharp database dotnet entityframeworkcore large-language-model linq llm sqlite web webapp

Last synced: 06 Oct 2025

https://github.com/primaryobjects/xml-treeview

XML TreeView Example

Last synced: 04 Apr 2025

https://github.com/primaryobjects/remoteip-demo

A simple method for getting the client IP address for the remote browser in node.js.

Last synced: 16 Oct 2025

https://github.com/primaryobjects/eightpuzzle

Eight Puzzle Solver using A*

Last synced: 04 Apr 2025

https://github.com/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

Last synced: 04 Apr 2025

https://github.com/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.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/follow

A web application for displaying users and their followers, developed in ASP .NET Core Web API and Angular.

angular angular2 angularjs asp-net asp-net-core aspnetcore csharp entity-framework-core material-design sqlite typescript

Last synced: 22 Jul 2025

https://github.com/primaryobjects/datasciencecoursera

Johns Hopkins University - Data science tracks via Coursera: Getting and Cleaning Data, Exploratory Data Analysis, Reproducible Research, Human Activity Recognition Using Smartphones Data Set Analysis

Last synced: 19 Jan 2026

https://github.com/primaryobjects/biotin

Research analysis on the effects of biotin.

Last synced: 16 Jan 2026

https://github.com/primaryobjects/blinking

Use a simple programming language to turn LED lights on and off.

Last synced: 21 Aug 2025

https://github.com/primaryobjects/cardano-tutorial

Easy tutorial for developing with the Cardano blockchain. Create a wallet. Send and receive ADA.

ada blockchain cardano cardano-cli cardano-community cardano-wallet dapp javascript lovelace node-js nodejs tutorial tutorials web3

Last synced: 16 May 2025

https://github.com/primaryobjects/chromestats

Collect total-user install counts for your Chrome extension daily.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/python-react-starter-template

Python Flask React 4 Single Page App Starter Template with Bootstrap

Last synced: 04 Apr 2025

https://github.com/primaryobjects/usersonline

List the most recent 100 users visiting your site in node.js Express: Date, Time, IP Address, User Agent, Landing Page, Referring Url.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/perl-to-wcf

Simple Hello World example of a Perl program consuming a C# .NET WCF Web Service

Last synced: 04 Apr 2025

https://github.com/primaryobjects/windows-8-live-tiles

Tutorial for creating Windows 8 Live Tile Notifications in C# .NET with WinRT (Metro-style)

Last synced: 04 Apr 2025

https://github.com/primaryobjects/remoteip

A simple method for getting the client IP address for the remote browser in node.js.

Last synced: 04 Apr 2025

https://github.com/primaryobjects/weight-tracker

Weight tracker web app using the Large Language Model (LLM) Cohere with the EntityFramework, Sqlite, and React.js.

ai cohere csharp database dotnet linq react reactjs sqlite web

Last synced: 14 Oct 2025

https://github.com/primaryobjects/bogleheads-keywords

Web-based keyword frequency analyzer, created by ChatGPT4.

ai chatgpt chatgpt4 database finance flask investments keywords nlp python webapp webapplication

Last synced: 04 Apr 2025

https://github.com/primaryobjects/penney

A map plot of JCPenney store closings.

data-science geocoding ggplot2 map mapping r

Last synced: 04 Apr 2025