nix's types (nix)

Domains & Types » nix's domains » nix's types » Mjt Application

Mjt Application

Type History
Also known as
  • Add other possible names for this topic
There is no user-contributed description yet.

No filters have been created. Enter search terms in the text boxes above each column to filter the topic list. Select properties to add columns and create additional filters.

   
close name close image close type close article
Archiportal Architecture GIS Application Icon Topic
This is a map mashup that displays architectural locations. You can search by various criteria. It's hosted here: http://dev.mqlx.com/~zak/arch  original specifications: In a side or top div it presents the user with autocomplete inputs for: And a submit button. To re-iterate, architect or city, or both must be input or the user should get an error upon submission. Note: trying to filter by state, or country is very difficult with our current data.  The U.S. cities are pretty good but...
Freebase Application
Freebase Listing
Software
Mjt Application
Image Search imgq.jpg Freebase Application
A simple gallery of images based on a search term. It will display, - images related to topics matching the search term - images with the search term in the name - images with the search term in the caption
Topic
Software
Mjt Application
MJT Type Browser Picture 2.png Freebase Application
This is a very high-speed and geeky domain and type browser for Freebase written in MJT.
Topic
Freebase Listing
Software
Mjt Application
Concierge Picture 3.png Freebase Application
Concierge is a Restaurant Locator. Currently it contains US cities only and the data comes from Chefmoz. However, more restaurant data can be entered by adding restaurants and cuisines to the dining domain. Why not add your favorite restaurant in Freebase, and then your friends can find it using Concierge.
Topic
Freebase Listing
Software
Mjt Application
FMDb Picture 1.png Freebase Listing
A simple MJT application for searching and browsing Freebase movie data.  While it won't replace IMDb any time soon, it will help new MJT developers understand how easy it is to build simple, standalone Freebase-powered web applications.
Freebase Application
Topic
Software
Mjt Application
ListOfTvSpinoffs   Freebase Application
Simple Wikipedia-style list showing TV shows that are spin-offs of other TV shows.Implemented in response to Alec's challenge.
Topic
Software
Mjt Application
History of a Day by Domain   Topic
Deprecated script. Functionality is included in dayHistory which uses a different query.
Mjt Application
History of a Day History of a day screenshot Freebase Application
See what happened on a given day over a number of years. Shows images and additional types for each topic.  Results display in a table which can be sorted by year, topic name, property name, or domain. Each year is queried for topics that have a property with a specified date. You can restrict results to a single domain, specified a range of years, or view anniversaries (25, 50, 100 years).Future features include:filter by property filter by typehistory of a year ...
Topic
Software
Freebase Listing
Mjt Application
Map of Freebase Users Map of initial Freebase users Freebase Application
A nifty mashup with Google Maps created by Will Moffat. You can see what cities Freebase users hail from or search for a specific username. (To run this app, click the Web Link).For more, see Will's blog hamstersoup
Topic
Freebase Listing
Software
Mjt Application
User History   Freebase Application
View recent edits by a specified user.Some enhancement ideas...what might be really powerful is to have the first view display only the topics/types edited with the ability to expand on any item to see the edits madeediting the URL is OK, but would like an interface to choose or input a user (ideally from a ranked list of user contributions)not sure this part is useful: "Properties with values that are a literal type"would also be interested in a view across all users as well, essentially where...
Topic
Software
Mjt Application
Tablizer   Freebase Application
The MJT script takes a specfied MQL query and shows results in a table. Each column represents a property. If a property has multiple values they are displayed in the same cell separated by commas. This is a very very rough hack prototype. Enhancements under consideration are:Use an dynamic AJAX table with sorting, hiding, and movable columnsOption to create a new row for each additional property value (instead of comma separating in the same cell)Option to create freebase links when&nbsp...
Topic
Software
Mjt Application
MapIt   Freebase Application
This app is currently broken. A map-building query editor. (Generic version of Map of Freebase Users.)TODO:Fix app!Rewrite in jQueyrThis needs an intuitive user-interface Update with FF3, IE fixes from Map of Freebase usersSupport co-types.
Topic
Software
Mjt Application
Pivot   Freebase Application
Pivot around related topics like films, actors, and directors. Specify a single query that includes types you want to pivot around. 
Topic
Software
Mjt Application
Film Faves   Freebase Application
Lists some films that are favorites of multiple Freebase users.
Topic
Software
Mjt Application
MqE   Freebase Application
MqE is a Metaweb Query Explorer.MqE combines a MQL query builder with a compact and complete display of the results.It is useful on its own for exploring Freebase or as a tool for constructing and debuggingother clients of the API.
Topic
MqE App
Mjt Application
FGDb   Freebase Application
FGDb is the Freebase Games Database Browser (developed mostly by extending the FMDb, using MJT).It's a basic browser for board games, which allows you to drill down (so, for instance, choose "Genre.. German Games" and note that it will tell you which Designers and Publishers match).Currently in 0.1 state.  It works, but isn't terribly fancy.
Topic
Software
Mjt Application
MJT Auto-suggest demo 2   Freebase Application
Simple example of auto-complete in MJT. Notice how the thumbnail updates as you navigate the menu.Update: (For most cases, the Freebase Suggest library is now a better implementation of this functionality)TODO:make more generic (not just for films)try using the undocumented autocomplete service
Topic
Software
Mjt Application
MJT Cursor demo   Freebase Application
This example app demonstrates a number of concepts: Notes If you start to develop Freebase applications you then at some point you will inevitably see the error message “Query timeout” For example, if you wanted to get a list of Musical Artists in Freebase you might try this query {   “query”:[{     “id”:null,     “limit”:0,     “name”:null,     “type”:”/music/artist”   }] } But as there are almost 1...
Topic
Software
Mjt Application
Google Map demo   Freebase Application
Minimal demo showing how to display Freebase data in Google Maps.This data for this app is loaded from a static .js file rather than dynamically from Freebase. Developing your query in the Query Editor and then copy/pasting the data is a good way to build a skeleton app.Exercise for the reader:Make a popup window appear when you click on a marker
Topic
Software
Mjt Application
MJT Error reporting demo   Freebase Application
An example of how the MJT library could be extended to support 'phone-home' error reporting.If you click on one of the buttons the MJT application will break, an error message will appear which lets you sent an instrumented bug report back to the developer.Important: The error reporting API is a proposal by Will Moffat, it's not supported by Metaweb and it's not stable.
Topic
Software
Mjt Application
MJT run(args) demo   Freebase Application  
Topic
Software
Mjt Application
MJT task demo   Freebase Application
A simple demo showing how to write your own runQuery() function that can run any query.This is the fundamental technique required to write your own AJAX mjt apps. (No page reloads required) 
Topic
Software
Mjt Application
Show users in group   Freebase Application
Shows the details of users in a Freebase group. Defaults to "Metaweb Staff"TODO: Make selectable list of groups.
Topic
Software
Mjt Application
ListApps   Freebase Application
Displays a list of Freebase Applications.  Also exposes a ultra-light test framework that I'm working on.
Topic
Software
Mjt Application
Mjt Intro Tour   Topic
This is an introduction to the Mjt template language and application framework.  It is also the best reference for many Mjt features at this time.
Freebase Application
Software
Mjt Application
Language and Name Browser   Topic
This small web application shows you the display names for a freebase topic in various languages.  You can search by name and language.
Freebase Application
Software
Mjt Application
Yahoo Image Search with Mjt   Topic
An example showing how to use Mjt with the Yahoo JSON API.
Freebase Application
Software
Mjt Application
Google Feed API Client in Mjt   Topic
A Mjt example that displays data from the Google Feed AJAX API.
Freebase Application
Software
Mjt Application
Mjt introductory tour   Freebase Application
Mjt is a templating system that can run entirely in the browser. This app demonstrates most of the constructs in the template language.
Topic
Software
Mjt Application
Freebase recent comments   Freebase Application
Shows the most recent discussion posts in the context of their threads.
Topic
Software
Mjt Application