Giter VIP home page Giter VIP logo

yasgui.legacy's People

Contributors

laurensrietveld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yasgui.legacy's Issues

Refresh combobox with endpoint list

the combox with endpoints does not get filled automatically when adding the datasource. probably need to add a separate retrieve when loading done hook

Add/fix keyboard shortcuts

Add ctrl-alt-down and ctr-alt-up for copying of lines
Make ctrl-d remove lines instead of emptying lines
Make ctr-/ comment lines
Make ctr-shift-f autoformat input

Fix syntax checker

Incorrect dealing with this query:
SELECT ?class (COUNT(?class) AS ?count) {
?s a ?class
}
GROUP BY ?class ORDER BY ?count LIMIT 10

SELECT ?class {
SERVICE http://eculture2.cs.vu.nl {
?s ?f ?g
}

Add autocomplete for predicates

Requires querying the endpoints (e.g. select top 100 most often used predicates)

Add force-update method, and cache query results on server and in local storage

SELECT DISTINCT ?p WHERE {?s ?p ?o} ORDER BY ?p LIMIT 1000

Possibly add some customization options, e.g. for dbpedia we can exclude some graphs, which results in a few hundred predicates instead of thousands

Use regular servlet for query results

To reduce memory, use regular servlet to retrieve json from endpoints. This way we can pass everything via inputstream, and not hold it in memory on the server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.