Code Monkey home page Code Monkey logo

Comments (6)

sridharbandi avatar sridharbandi commented on June 14, 2024

Hi @davidwestonuk2000,

Seems to be an issue with mismatch of dependencies. Can you send me the full pom file.?

from java-a11y.

sridharbandi avatar sridharbandi commented on June 14, 2024

@davidwestonuk2000 Is it possible to attach your full pom file?

from java-a11y.

sridharbandi avatar sridharbandi commented on June 14, 2024

@davidwestonuk2000 there are few libraries which I couldn't resolve as those are pointing to your internal nexus repo.
Execute the command mvn dependency:tree and copy the paste the output to text file and attach it here.

from java-a11y.

davidwestonuk2000 avatar davidwestonuk2000 commented on June 14, 2024

@sridharbandi apologies meant to remove those...please see below

[INFO] com.lbg.auth:auth-bdd-base:jar:5.4.0
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.0.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot:jar:2.0.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-logging:jar:2.0.5.RELEASE:compile
[INFO] | | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | | - ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.10.0:compile
[INFO] | | | - org.apache.logging.log4j:log4j-api:jar:2.10.0:compile
[INFO] | | - org.slf4j:jul-to-slf4j:jar:1.7.25:compile
[INFO] | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] | - org.springframework:spring-core:jar:5.0.9.RELEASE:compile
[INFO] | - org.springframework:spring-jcl:jar:5.0.9.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.0.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.0.5.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.0.5.RELEASE:compile
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | +- org.mockito:mockito-core:jar:2.15.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.7.11:compile
[INFO] | | - org.objenesis:objenesis:jar:2.6:compile
[INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:compile
[INFO] | | - com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:compile
[INFO] | +- org.springframework:spring-test:jar:5.0.9.RELEASE:compile
[INFO] | - org.xmlunit:xmlunit-core:jar:2.5.1:compile
[INFO] +- org.assertj:assertj-core:jar:1.7.0:compile
[INFO] +- com.google.guava:guava:jar:23.0:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | - org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] +- com.datastax.cassandra:cassandra-driver-core:jar:3.6.0:compile
[INFO] | +- io.netty:netty-handler:jar:4.1.29.Final:compile
[INFO] | | +- io.netty:netty-buffer:jar:4.1.29.Final:compile
[INFO] | | | - io.netty:netty-common:jar:4.1.29.Final:compile
[INFO] | | +- io.netty:netty-transport:jar:4.1.29.Final:compile
[INFO] | | | - io.netty:netty-resolver:jar:4.1.29.Final:compile
[INFO] | | - io.netty:netty-codec:jar:4.1.29.Final:compile
[INFO] | +- io.dropwizard.metrics:metrics-core:jar:3.2.6:compile
[INFO] | +- com.github.jnr:jnr-ffi:jar:2.1.7:compile
[INFO] | | +- com.github.jnr:jffi:jar:1.2.16:compile
[INFO] | | +- com.github.jnr:jffi:jar:native:1.2.16:runtime
[INFO] | | +- org.ow2.asm:asm:jar:5.0.3:compile
[INFO] | | +- org.ow2.asm:asm-commons:jar:5.0.3:compile
[INFO] | | +- org.ow2.asm:asm-analysis:jar:5.0.3:compile
[INFO] | | +- org.ow2.asm:asm-tree:jar:5.0.3:compile
[INFO] | | +- org.ow2.asm:asm-util:jar:5.0.3:compile
[INFO] | | - com.github.jnr:jnr-x86asm:jar:1.0.2:compile
[INFO] | - com.github.jnr:jnr-posix:jar:3.0.44:compile
[INFO] | - com.github.jnr:jnr-constants:jar:0.9.9:compile
[INFO] +- com.datastax.cassandra:cassandra-driver-mapping:jar:3.6.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- org.yaml:snakeyaml:jar:1.19:compile
[INFO] +- io.netty:netty-all:jar:4.1.20.Final:compile
[INFO] +- com.codahale.metrics:metrics-core:jar:3.0.2:compile
[INFO] +- io.cucumber:cucumber-junit:jar:6.6.1:compile
[INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.0:compile
[INFO] | - io.cucumber:cucumber-core:jar:6.6.1:compile
[INFO] | +- io.cucumber:cucumber-gherkin:jar:6.6.1:compile
[INFO] | +- io.cucumber:cucumber-gherkin-messages:jar:6.6.1:compile
[INFO] | +- io.cucumber:messages:jar:13.0.1:compile
[INFO] | +- io.cucumber:tag-expressions:jar:3.0.0:compile
[INFO] | +- io.cucumber:cucumber-expressions:jar:10.3.0:compile
[INFO] | +- io.cucumber:datatable:jar:3.4.0:compile
[INFO] | +- io.cucumber:cucumber-plugin:jar:6.6.1:compile
[INFO] | +- io.cucumber:docstring:jar:6.6.1:compile
[INFO] | +- io.cucumber:html-formatter:jar:9.0.0:compile
[INFO] | - io.cucumber:create-meta:jar:2.0.2:compile
[INFO] +- io.cucumber:cucumber-java:jar:6.6.1:compile
[INFO] +- io.cucumber:cucumber-spring:jar:6.6.1:compile
[INFO] +- io.cucumber:cucumber-jvm-deps:jar:1.0.6:compile
[INFO] +- net.javacrumbs.json-unit:json-unit-fluent:jar:2.14.0:compile
[INFO] | - net.javacrumbs.json-unit:json-unit-core:jar:2.14.0:compile
[INFO] | - org.opentest4j:opentest4j:jar:1.1.1:compile
[INFO] +- io.rest-assured:rest-assured:jar:4.3.1:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:3.0.2:compile
[INFO] | +- org.codehaus.groovy:groovy-xml:jar:3.0.2:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.6:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.6:compile
[INFO] | +- org.hamcrest:hamcrest:jar:2.1:compile
[INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | +- io.rest-assured:json-path:jar:4.3.1:compile
[INFO] | | - io.rest-assured:rest-assured-common:jar:4.3.1:compile
[INFO] | - io.rest-assured:xml-path:jar:4.3.1:compile
[INFO] +- io.rest-assured:rest-assured-all:jar:4.3.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile
[INFO] | +- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
[INFO] | +- com.sun.xml.bind:jaxb-impl:jar:2.3.3:compile
[INFO] | - org.codehaus.groovy:groovy-json:jar:3.0.2:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-api:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.14.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:3.14.0:compile
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.7.11:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- commons-codec:commons-codec:jar:1.11:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.10:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.10.0:compile
[INFO] | - com.squareup.okio:okio:jar:1.14.1:compile
[INFO] +- org.seleniumhq.selenium:selenium-server:jar:3.14.0:compile
[INFO] | +- com.beust:jcommander:jar:1.72:compile
[INFO] | +- org.apache.commons:commons-text:jar:1.1:compile
[INFO] | +- commons-io:commons-io:jar:2.6:compile
[INFO] | +- commons-net:commons-net:jar:3.6:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit:jar:2.29:compile
[INFO] | | - net.sourceforge.cssparser:cssparser:jar:0.9.24:compile
[INFO] | | - org.w3c.css:sac:jar:1.3:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | +- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] | +- org.seleniumhq.selenium:jetty-repacked:jar:9.4.8.v20180619:compile
[INFO] | +- org.eclipse.jetty:jetty-client:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty:jetty-http:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty:jetty-io:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty:jetty-xml:jar:9.4.12.v20180830:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.29.3:compile
[INFO] | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-api:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.12.v20180830:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-common:jar:9.4.12.v20180830:compile
[INFO] | +- xalan:serializer:jar:2.7.2:compile
[INFO] | +- xalan:xalan:jar:2.7.2:compile
[INFO] | +- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | - xml-apis:xml-apis:jar:1.4.01:compile
[INFO] +- com.atlassian.oai:swagger-request-validator-restassured:jar:2.8.4:compile
[INFO] | - com.atlassian.oai:swagger-request-validator-core:jar:2.8.4:compile
[INFO] | +- io.swagger.parser.v3:swagger-parser:jar:2.0.14:compile
[INFO] | | +- io.swagger.parser.v3:swagger-parser-v2-converter:jar:2.0.14:compile
[INFO] | | | +- io.swagger:swagger-parser:jar:1.0.46:compile
[INFO] | | | | - io.swagger:swagger-core:jar:1.5.23:compile
[INFO] | | | | - io.swagger:swagger-models:jar:1.5.23:compile
[INFO] | | | | - io.swagger:swagger-annotations:jar:1.5.23:compile
[INFO] | | | +- io.swagger:swagger-compat-spec-parser:jar:1.0.46:compile
[INFO] | | | | - com.github.fge:json-patch:jar:1.6:compile
[INFO] | | | | - com.github.fge:jackson-coreutils:jar:1.6:compile
[INFO] | | | +- io.swagger.core.v3:swagger-models:jar:2.0.9:compile
[INFO] | | | - io.swagger.parser.v3:swagger-parser-core:jar:2.0.14:compile
[INFO] | | - io.swagger.parser.v3:swagger-parser-v3:jar:2.0.14:compile
[INFO] | | +- io.swagger.core.v3:swagger-core:jar:2.0.9:compile
[INFO] | | | +- javax.xml.bind:jaxb-api:jar:2.3.0:compile
[INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.6:compile
[INFO] | | | +- io.swagger.core.v3:swagger-annotations:jar:2.0.9:compile
[INFO] | | | - javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] | | - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.9.6:compile
[INFO] | +- com.github.java-json-tools:json-schema-validator:jar:2.2.11:compile
[INFO] | | +- com.github.java-json-tools:json-schema-core:jar:1.2.10:compile
[INFO] | | | +- com.github.java-json-tools:jackson-coreutils:jar:1.9:compile
[INFO] | | | | - com.github.fge:msg-simple:jar:1.1:compile
[INFO] | | | | - com.github.fge:btf:jar:1.2:compile
[INFO] | | | +- com.github.fge:uri-template:jar:0.9:compile
[INFO] | | | - org.mozilla:rhino:jar:1.7.7.1:compile
[INFO] | | +- com.sun.mail:mailapi:jar:1.6.1:compile
[INFO] | | | - javax.activation:activation:jar:1.1:compile
[INFO] | | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | | +- com.googlecode.libphonenumber:libphonenumber:jar:8.0.0:compile
[INFO] | | - net.sf.jopt-simple:jopt-simple:jar:5.0.3:compile
[INFO] | - com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.6:compile
[INFO] +- net.lightbody.bmp:browsermob-core:jar:2.1.5:compile
[INFO] | +- net.lightbody.bmp:littleproxy:jar:1.1.0-beta-bmp-17:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.9.6:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.6:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
[INFO] | +- dnsjava:dnsjava:jar:2.1.8:compile
[INFO] | +- org.slf4j:jcl-over-slf4j:jar:1.7.25:compile
[INFO] | +- com.jcraft:jzlib:jar:1.1.3:compile
[INFO] | +- org.bouncycastle:bcprov-jdk15on:jar:1.58:compile
[INFO] | +- org.bouncycastle:bcpkix-jdk15on:jar:1.58:compile
[INFO] | - net.lightbody.bmp:mitm:jar:2.1.5:compile
[INFO] +- com.ibm.db2:jcc-license-cisuz:jar:1.0.0-RELEASE:compile
[INFO] +- com.ibm.db2.jcc:db2jcc4:jar:4.23.42:compile
[INFO] +- org.zaproxy:zap-clientapi:jar:1.6.0:compile
[INFO] | - org.jdom:jdom:jar:1.1.3:compile
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] | - org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- org.apache.poi:poi-ooxml:jar:3.17:compile
[INFO] | +- org.apache.poi:poi-ooxml-schemas:jar:3.17:compile
[INFO] | | - org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile
[INFO] | | - stax:stax-api:jar:1.0.1:compile
[INFO] | - com.github.virtuald:curvesapi:jar:1.04:compile
[INFO] +- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.jsoup:jsoup:jar:1.11.3:compile
[INFO] +- com.nimbusds:nimbus-jose-jwt:jar:7.0:compile
[INFO] | +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] | - net.minidev:json-smart:jar:2.3:compile (version selected from constraint [1.3.1,2.3])
[INFO] | - net.minidev:accessors-smart:jar:1.2:compile
[INFO] +- ru.yandex.qatools.ashot:ashot:jar:1.5.2:compile
[INFO] | +- org.hamcrest:hamcrest-all:jar:1.3:compile
[INFO] | - com.googlecode.lambdaj:lambdaj:jar:2.3.3:compile
[INFO] | - cglib:cglib-nodep:jar:2.2:compile
[INFO] +- org.apache.kafka:kafka-log4j-appender:jar:2.1.0:compile
[INFO] | +- org.apache.kafka:kafka-clients:jar:1.0.2:compile
[INFO] | | +- org.lz4:lz4-java:jar:1.4:compile
[INFO] | | - org.xerial.snappy:snappy-java:jar:1.1.4:compile
[INFO] | - org.slf4j:slf4j-log4j12:jar:1.7.25:compile
[INFO] +- io.appium:java-client:jar:7.4.1:compile
[INFO] | +- cglib:cglib:jar:3.3.0:runtime
[INFO] | +- commons-validator:commons-validator:jar:1.7:runtime
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.4:runtime
[INFO] | | +- commons-digester:commons-digester:jar:2.1:runtime
[INFO] | | - commons-collections:commons-collections:jar:3.2.2:runtime
[INFO] | +- org.springframework:spring-context:jar:5.0.9.RELEASE:compile
[INFO] | | +- org.springframework:spring-aop:jar:5.0.9.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:5.0.9.RELEASE:compile
[INFO] | | - org.springframework:spring-expression:jar:5.0.9.RELEASE:compile
[INFO] | - org.aspectj:aspectjweaver:jar:1.8.13:runtime
[INFO] +- io.github.sridharbandi:java-a11y:jar:2.1.4:compile
[INFO] | - org.freemarker:freemarker:jar:2.3.28:compile
[INFO] +- com.lbg.auth:xrayhelper:jar:1.2.0:compile
[INFO] +- com.lbg.auth:mock-server-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:mock-channel-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:auth-completed-processing-consumer-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:audit-api-bdd:jar:5.2.0:compile
[INFO] +- com.lbg.auth:otp-mgmt-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:callsign-adp-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:ocis-phone-number-review-filtering-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:switch-enterprise-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:rsa-rgi-api-bdd:jar:5.2.0:compile
[INFO] +- com.lbg.auth:st-call-challenge-callback-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:st-call-challenge-auth-mech-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:authentication-context-api-bdd:jar:5.3.0:compile
[INFO] +- com.lbg.auth:pan-identity-resolver-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:step-up-auth-counter-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:access-mgmt-api-bdd:jar:5.3.0:compile
[INFO] +- com.lbg.auth:cctm-replay-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:st-sms-otp-auth-mech-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:suspend-mandate-api-bdd:jar:5.3.0:compile
[INFO] +- com.lbg.auth:crypto-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:access-mgmt-authz-proxy-api-bdd:jar:5.2.0:compile
[INFO] +- com.lbg.auth:access-mgmt-ecommerce-proxy-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:appsign-callback-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:appsign-status-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:auth-mech-event-consumer-bdd:jar:5.3.0:compile
[INFO] +- com.lbg.auth:falcon-debit-replay-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:falcon-credit-replay-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:ecomm-non-mon-processing-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:auth-cwa-html-generator-service-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:card-guard-replay-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:card-info-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:memorable-info-passcode-auth-mech-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:internet-id-dob-auth-mech-api-bdd:jar:5.1.0:compile
[INFO] +- com.lbg.auth:st-commercial-card-reader-auth-mech-api-bdd:jar:1.0.0:compile
[INFO] - com.lbg.auth:dre-replay-api-bdd:jar:1.0.0:compile

from java-a11y.

sridharbandi avatar sridharbandi commented on June 14, 2024

@davidwestonuk2000 somehow it is referring to old version of freemarker. Add this below dependency.
<!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.30</version> </dependency>

from java-a11y.

davidwestonuk2000 avatar davidwestonuk2000 commented on June 14, 2024

sorted, thanks a lot for your help

from java-a11y.

Related Issues (16)

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.