Giter Site home page Giter Site logo

nerfgun's People

Contributors

hterhors avatar sherzod-hakimov avatar sjebbara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

anukat2015

nerfgun's Issues

Instruction of how to run the code

Hi:
Thank you for sharing the code. But can you offer an instruction about how to run the code since I have tried in different ways, all of which did not end up successful.

Also, it is strange that under the package de.citec.sc.factors, there is only one java file DoubleVariableFactor.java, in which "factors.AbstractFactor;" is imported . Where can I find "factors.AbstractFactor;" ? There are many similar problems, which bother me quite a lot. (Sorry if this is a simple problem since I am not that familiar with java).

Thank you for your time and I look forward to your early reply.
Dexter.

Cannot compile the project on master branch

Hello, I've tried to compile the project with maven and I had the following error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.227 s
[INFO] Finished at: 2016-12-01T14:10:46+01:00
[INFO] Final Memory: 23M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project EntityLinking: Compilation failure: Compilation failure:
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[18,49] type variables.AbstractVariable does not take parameters
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[18,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[19,20] package factors.impl does not exist
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[33,69] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[37,30] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[47,51] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/factors/DoubleVariableFactor.java:[6,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/factors/DoubleVariableFactor.java:[11,43] cannot find symbol
[ERROR] symbol: class AbstractFactor
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/factors/DoubleVariableFactor.java:[25,53] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[17,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[18,20] package factors.impl does not exist
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[26,66] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[36,30] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[45,51] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[25,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[38,78] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[132,30] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.TopicSpecificPageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[147,51] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.TopicSpecificPageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[30,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[31,20] package factors.impl does not exist
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[41,75] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[86,30] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[96,51] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[13,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[14,20] package factors.impl does not exist
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[40,68] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[51,26] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[61,47] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[11,15] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: package factors
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[12,20] package factors.impl does not exist
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[39,65] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[53,26] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[63,47] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[85,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[95,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[100,13] cannot find symbol
[ERROR] symbol:   method getClass()
[ERROR] location: class de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[121,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[123,22] cannot find symbol
[ERROR] symbol:   variable id
[ERROR] location: class de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/corpus/Annotation.java:[127,73] cannot find symbol
[ERROR] symbol:   variable id
[ERROR] location: class de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/variables/State.java:[54,17] no suitable constructor found for AbstractState(no arguments)
[ERROR] constructor variables.AbstractState.AbstractState(corpus.Instance) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor variables.AbstractState.AbstractState(variables.AbstractState) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/variables/State.java:[69,44] cannot find symbol
[ERROR] symbol:   method getID()
[ERROR] location: variable e of type de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/variables/State.java:[87,36] cannot find symbol
[ERROR] symbol:   method getID()
[ERROR] location: variable entity of type de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/variables/State.java:[94,39] cannot find symbol
[ERROR] symbol:   method getID()
[ERROR] location: variable entity of type de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[36,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[38,21] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[40,41] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[46,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[48,42] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[49,25] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/EditDistanceTemplate.java:[49,56] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.EditDistanceTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/sampling/AllScoresExplorer.java:[90,74] cannot find symbol
[ERROR] symbol:   method getID()
[ERROR] location: variable a of type de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/factors/DoubleVariableFactor.java:[32,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/factors/DoubleVariableFactor.java:[40,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/sampling/EmptyURIInitializer.java:[11,67] type argument de.citec.sc.variables.State is not within bounds of type-variable StateT
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/sampling/DisambiguationExplorer.java:[50,90] cannot find symbol
[ERROR] symbol:   method getID()
[ERROR] location: variable a of type de.citec.sc.corpus.Annotation
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[35,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[37,21] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[39,41] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[44,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[46,42] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[47,25] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/IndexRankTemplate.java:[47,56] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.IndexRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[144,46] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[158,30] wrong number of type arguments; required 2
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[163,31] type learning.scorer.Scorer does not take parameters
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[163,65] cannot infer type arguments for learning.scorer.DefaultScorer
[ERROR] reason: cannot use '<>' with non-generic class learning.scorer.DefaultScorer
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[169,47] type argument de.citec.sc.variables.State is not within bounds of type-variable StateT
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[205,39] wrong number of type arguments; required 3
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/BIREMain.java:[212,40] type argument de.citec.sc.variables.State is not within bounds of type-variable StateT
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[131,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[134,21] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.TopicSpecificPageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[146,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/TopicSpecificPageRankTemplate.java:[212,31] cannot find symbol
[ERROR] symbol:   method setFeatures(learning.Vector)
[ERROR] location: variable factor of type de.citec.sc.factors.DoubleVariableFactor
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[85,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[87,21] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[89,41] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[95,9] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[97,42] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[98,25] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/DocumentSimilarityTemplate.java:[98,56] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.DocumentSimilarityTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[50,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[52,13] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[54,29] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[60,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[62,34] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[64,13] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/LuceneScoreTemplate.java:[64,44] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.LuceneScoreTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/sampling/DisambiguationInitializer.java:[15,73] type argument de.citec.sc.variables.State is not within bounds of type-variable StateT
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[52,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[54,13] cannot find symbol
[ERROR] symbol:   class AbstractFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[56,29] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[62,5] method does not override or implement a method from a supertype
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[64,34] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[66,13] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] /Users/dragoon/Projects/NED/src/main/java/de/citec/sc/templates/PageRankTemplate.java:[66,44] cannot find symbol
[ERROR] symbol:   class SingleVariableFactor
[ERROR] location: class de.citec.sc.templates.PageRankTemplate
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

I first had to check out the BIRE project (master branch) and did mvn install on it.
Could you please help me solve this problem?

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.