Giter VIP home page Giter VIP logo

m2eclipse-webby's People

Stargazers

 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

m2eclipse-webby's Issues

Space in container classpath gives an error

When I launch my application with "Run As|Run as Webby" I get the following error:

Failed to create container classpath
Illegal character in path at index 18: file:/C:/Dokumente und Einstellungen/geiss11/Eigene Dateien/Development/Tools/eclipse/eclipse-java-indigo-win32/configuration/org.eclipse.osgi/bundles/345/1/.cp/jars/cargo/commons-discovery-0.4.jar

Not that at index 18 there is a space because I'm using a german windows XP and Eclipse is installed into the user home directory. It seems that this bug is related to missing quoting/escaoing of the path or path segments.

static resources are not copied under m2e-webby

Hi,

using latest webby & eclipse, static resources (eg. files under src/main/webapp) are not copied anymore under m2e-webby "on the fly".

It's still possible to perform a Maven -> "update project" but It's really cumbersome.

BTW, thanks for this great tool that saved us so much time compared to WTP !

Unable to initialize context in embedded jetty 11 server using sontype m2e plugin (0.2.2)

Hi Team,

We are using org.sonatype.m2e.webby (0.2.2 version) (https://github.com/tesla/m2eclipse-webby) plugin to launch the application in embedded jetty server (11 version). We recently upgraded the jetty version from 9 to 11 as part of the spring upgrade process from 5.3.25 to 6.1.6 version, post which this has stopped working. We also tried to update the latest sonatype plugin version available which is version 0.3.1 , but this did not work as well. 

Please help resolve this issue.
browser_error
browser_error_2
error.txt

Bug report webby plugin for eclipse

Hello,

I am having trouble using the new Eclipse Luna 4.4 SR1 with my m2e plugins. The thing is that when I am saving a JSP file (or whatever) followed by a project build (Project > Build Project), eclipse raised an exception that I really don’t unterstand. It happens when I am copying files from one project to another too.

I’ve searched for hours but I didn’t fight the right answer of my questions in the web so I thought you could help me.

Have a look at the stack trace :
« 2014-10-23 15:55:28,335 [Worker-25] DEBUG o.e.m.c.i.builder.MavenBuilderImpl - Exception in build participant
org.sonatype.m2e.webby.internal.build.WebbyBuildParticipantjava.lang.NullPointerException: null
at org.codehaus.plexus.util.AbstractScanner.couldHoldIncluded(AbstractScanner.java:363) ~[plexus-utils-3.0.17.jar:na]
at org.sonatype.m2e.webby.internal.util.PathCollector$DirectoryScannerEx.couldHoldIncluded(PathCollector.java:132) ~[na:na]
at org.sonatype.m2e.webby.internal.util.PathCollector$1.visit(PathCollector.java:80) ~[na:na]
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:69) ~[org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49) ~[org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.sonatype.m2e.webby.internal.util.PathCollector.collectFiles(PathCollector.java:72) ~[na:na]
at org.sonatype.m2e.webby.internal.build.MainResourceContributor.contribute(MainResourceContributor.java:71) ~[na:na]
at org.sonatype.m2e.webby.internal.build.WebbyBuildParticipant.build(WebbyBuildParticipant.java:191) ~[na:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilderImpl.build(MavenBuilderImpl.java:132) ~[org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder$1.method(MavenBuilder.java:172) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder$1.method(MavenBuilder.java:1) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder$BuildMethod$1$1.call(MavenBuilder.java:115) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:176) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:112) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder$BuildMethod$1.call(MavenBuilder.java:105) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:176) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:151) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:99) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder$BuildMethod.execute(MavenBuilder.java:86) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.m2e.core.internal.builder.MavenBuilder.build(MavenBuilder.java:200) [org.eclipse.m2e.core_1.6.0.20140819-1152.jar:na]
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:734) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) [org.eclipse.equinox.common_3.6.200.v20130402-1505.jar:na]
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:246) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:299) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) [org.eclipse.equinox.common_3.6.200.v20130402-1505.jar:na]
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:302) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:358) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:381) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:496) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:405) [org.eclipse.core.resources_3.9.0.v20140514-1307.jar:na]
at org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAction.java:180) [org.eclipse.ui.ide_3.10.0.v20140521-1937.jar:na]
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) [org.eclipse.core.jobs_3.6.0.v20140424-0053.jar:na]
2014-10-23 15:55:28,335 [Worker-25] DEBUG o.e.m.c.i.builder.MavenBuilderImpl - Finished executing build participant org.sonatype.m2e.webby.internal.build.WebbyBuildParticipant for plugin execution org.apache.maven.plugins:maven-war-plugin:2.3:war (execution: default-war, phase: package) in 20 ms »

Name of the plugin Plugin version
Eclipse Egit v. 3.4.1.201406201815-r
Eclipse Egit - Source code v. 3.4.1.201406201815-r
Eclipse Java Web Developer Tools v. 3.6.0.v201405151800
Eclipse Standard/SDK v. 4.4.0.20140612-0500
Eclipse XML Editors and Tools v. 3.6.0.v201405062148
EclEmma Java Code Coverage v. 2.2.1.201306092145
Grep Console v. 3.6.1
Grep Console - Source Code v. 3.6.1
m2e - Maven Integration for Eclipse v. 1.6.0.20140819-1152
m2e - slf4j over logback logging v. 1.6.0.20140819-1152
m2e connector for build-helper-maven-plugin v. 0.15.0.201207090124
Maven Integration for Eclipse JDT APT (m2e-apt) v. 1.1.1.201409241934
MoreUnit For Java v. 3.0.4
Mylyn Reviews v. 2.3.0.v20140605-1717
Mylyn Reviews SDK v. 2.3.0.v20140605-1717
Mylyn Reviews Connector: Gerrit v. 2.3.0.v20140605-1717
Mylyn Reviews Connector: Gerrit Dashboard v. 2.5.0.N20140930-2153
Mylyn Builds Connector: Hudson/Jenkins v. 1.5.0.v20140702-2228
Webby Core (+ support for Jetty 6-7-8.x) v. 0.2.2.201405271619
I apologize for my English if I made some mistakes.

Any ideas ?

Thanks
-Julien

Compatibility with wtp

Hi,

I'm facing an issue when using both webby and wtp plugins, it seems, the 'm2e' outputs are not stored in the same folder : webby uses m2e-webby and wtp uses m2e-wtp.

WTP is helpful to edit our web projects, and webby helps to run and debug our application faster. So it may be a good a thing to install both plugins.

Unfortunately this issue make me unable to launch a web application using webby when wtp is installed (m2e seems to prefer use wtp location instead of the webby one).

Error when compile webby

Hi,

I'm trying to compile m2eclipse-webby, with mvn clean installand I have this error :

mvn clean install
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.sonatype.m2e.webby:org.sonatype.m2e.webby:0.2.2-SNAPSHOT @ /Users/thomascollignon/Documents/Workspace_eclipse/webbyTomee/org.sonatype.m2e.webby/pom.xml
[INFO] Adding repository http://repository.sonatype.org/content/sites/forge-sites/eclipse-commons/1.1.7/N/1.1.7.201105091728
[INFO] Resolving dependencies of MavenProject: org.sonatype.m2e.webby:org.sonatype.m2e.webby:0.2.2-SNAPSHOT @ /Users/thomascollignon/Documents/Workspace_eclipse/webbyTomee/org.sonatype.m2e.webby/pom.xml
[INFO] Cannot complete the request.  Generating details.
[INFO] Cannot complete the request.  Generating details.
[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.sonatype.m2e.webby 0.2.2.qualifier
[ERROR]   Missing requirement: org.sonatype.m2e.webby 0.2.2.qualifier requires 'bundle org.eclipse.ui 0.0.0' but it could not be found
[ERROR] 
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.core [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.maven.runtime [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.jdt [1.0.0,2.0.0).; No solution found because the problem is unsatisfiable.] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.core [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.maven.runtime [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.jdt [1.0.0,2.0.0).; No solution found because the problem is unsatisfiable.]
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.console 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.ui.ide 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.expressions 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.resources 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.core.variables 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.core 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.debug.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.launching 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.jdt.ui 0.0.0.; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.core [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.maven.runtime [1.0.0,2.0.0).; Unable to satisfy dependency from org.sonatype.m2e.webby 0.2.2.qualifier to bundle org.eclipse.m2e.jdt [1.0.0,2.0.0).; No solution found because the problem is unsatisfiable.]
    at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:98)
    at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:88)
    at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:166)
    at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:103)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies(P2DependencyResolver.java:352)
    at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies(P2DependencyResolver.java:325)
    at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:107)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:266)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    ... 11 more
[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/InternalErrorException

Do you know why ?

Thank you

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.