Giter VIP home page Giter VIP logo

Comments (11)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by [email protected] on 17 Oct 2007 at 2:10

  • Changed state: New

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
A few tests to try (and check and/or report output)
# which ant
# ant -version
# ant -debug tarball

Original comment by [email protected] on 17 Oct 2007 at 3:05

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by [email protected] on 17 Oct 2007 at 6:22

  • Changed state: Started

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by [email protected] on 17 Oct 2007 at 6:30

  • Added labels: Milestone-REL-0.12

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
shell transcript follows:

===========
Last login: Tue Oct 16 18:38:34 on ttyp1
Welcome to Darwin!
atlasbak:~ ChristopherA$ which ant
/usr/bin/ant
atlasbak:~ ChristopherA$ ant -version
Apache Ant version 1.6.5 compiled on September 12 2006
atlasbak:~ ChristopherA$ ant -debug tarball
Apache Ant version 1.6.5 compiled on September 12 2006
Buildfile: build.xml does not exist!
Build failed
atlasbak:~ ChristopherA$ cd sites
atlasbak:~/sites ChristopherA$ ls
images          iui             punbb           samizdat
index.html      phpMyAdmin      punbb13         test.php
atlasbak:~/sites ChristopherA$ cd ui
-bash: cd: ui: No such file or directory
atlasbak:~/sites ChristopherA$ cd iui
atlasbak:~/sites/iui ChristopherA$ cd trunk
atlasbak:~/sites/iui/trunk ChristopherA$ and -debug tarball
-bash: and: command not found
atlasbak:~/sites/iui/trunk ChristopherA$ ant -debug tarball
Apache Ant version 1.6.5 compiled on September 12 2006
Buildfile: build.xml
Adding reference: ant.PropertyHelper
Detected Java version: 1.5 in: 
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
Detected OS: Mac OS X
Adding reference: ant.ComponentHelper
Setting ro project property: ant.version -> Apache Ant version 1.6.5 compiled 
on September 12 2006
Setting ro project property: ant.file -> 
/Users/ChristopherA/sites/iui/trunk/build.xml
Adding reference: ant.projectHelper
Adding reference: ant.parsing.context
Adding reference: ant.targets
parsing buildfile /Users/ChristopherA/sites/iui/trunk/build.xml with URI = 
file:///Users/ChristopherA/sites/
iui/trunk/build.xml
Setting ro project property: ant.project.name -> iui
Adding reference: iui
Setting ro project property: ant.file.iui -> 
/Users/ChristopherA/sites/iui/trunk/build.xml
Project base dir set to: /Users/ChristopherA/sites/iui/trunk
 +Target: 
 +Target: tarball
 +Target: zipfile
 +Target: shrink
 +Target: docopy
 +Target: releasedir
 +Target: release
 +Target: clean
Setting project property: iui.version -> test
Setting project property: src.dir -> iui
Setting project property: target.dir -> target
Setting project property: release.dir -> target/release
Setting project property: tarfilename -> iui-test.tar.gz
Setting project property: zipfilename -> iui-test.zip
Setting project property: tarfile -> target/iui-test.tar.gz
Setting project property: zipfile -> target/iui-test.zip
 [property] Loading /Users/ChristopherA/sites/iui/trunk/local.build.properties
 [property] Unable to find property file: /Users/ChristopherA/sites/iui/trunk/local.build.properties
   +Task: property
Setting project property: gc.username -> googlecode-username
Setting project property: gc.password -> secret
Class com.webpanes.tools.ant.taskdefs.CompressJS loaded from parent loader 
(parentFirst)
 +Datatype compress-js com.webpanes.tools.ant.taskdefs.CompressJS
Class net.bluecow.googlecode.ant.GoogleCodeUploadTask loaded from parent loader 
(parentFirst)
 +Datatype GoogleCodeUploadTask net.bluecow.googlecode.ant.GoogleCodeUploadTask
Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
Adding reference: ant.executor
Build sequence for target(s) `tarball' is [docopy, shrink, releasedir, tarball]
Complete build sequence is [docopy, shrink, releasedir, tarball, release, 
clean, zipfile, ]

docopy:
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend
Could not load a dependent class (junit/framework/Test) for type junit
fileset: Setup scanner in dir /Users/ChristopherA/sites/iui/trunk/iui with 
patternSet{ includes: [] excludes: 
[iuix.js] }
     [copy] backButton.png omitted as backButton.png is up to date.
     [copy] blueButton.png omitted as blueButton.png is up to date.
     [copy] cancel.png omitted as cancel.png is up to date.
     [copy] grayButton.png omitted as grayButton.png is up to date.
     [copy] iui.css omitted as iui.css is up to date.
     [copy] iui.js omitted as iui.js is up to date.
     [copy] iuix.css omitted as iuix.css is up to date.
     [copy] listArrow.png omitted as listArrow.png is up to date.
     [copy] listArrowSel.png omitted as listArrowSel.png is up to date.
     [copy] listGroup.png omitted as listGroup.png is up to date.
     [copy] loading.gif omitted as loading.gif is up to date.
     [copy] pinstripes.png omitted as pinstripes.png is up to date.
     [copy] selection.png omitted as selection.png is up to date.
     [copy] thumb.png omitted as thumb.png is up to date.
     [copy] toggle.png omitted as toggle.png is up to date.
     [copy] toggleOn.png omitted as toggleOn.png is up to date.
     [copy] toolButton.png omitted as toolButton.png is up to date.
     [copy] toolbar.png omitted as toolbar.png is up to date.
     [copy] whiteButton.png omitted as whiteButton.png is up to date.
     [copy]  omitted as  is up to date.

shrink:
[compress-js] Compress JS task provided by LCA Soft Ltd (www.lcasoft.com).
[compress-js] Compressing 1 file to 
/Users/ChristopherA/sites/iui/trunk/target/release

BUILD FAILED
java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/javascript/Script;I)
Ljava/lang/String;
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Caused by: java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/
javascript/Script;I)Ljava/lang/String;
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.compressFiles(CompressJS.java:
135)
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.run(CompressJS.java:103)
        at org.mozilla.javascript.Context.call(Context.java:540)
        at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
        at com.webpanes.tools.ant.taskdefs.CompressJS.launchCompressShell(CompressJS.java:280)
        at com.webpanes.tools.ant.taskdefs.CompressJS.execute(CompressJS.java:272)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        ... 7 more
--- Nested Exception ---
java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/javascript/Script;I)
Ljava/lang/String;
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.compressFiles(CompressJS.java:
135)
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.run(CompressJS.java:103)
        at org.mozilla.javascript.Context.call(Context.java:540)
        at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
        at com.webpanes.tools.ant.taskdefs.CompressJS.launchCompressShell(CompressJS.java:280)
        at com.webpanes.tools.ant.taskdefs.CompressJS.execute(CompressJS.java:272)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

Total time: 0 seconds
atlasbak:~/sites/iui/trunk ChristopherA$ 
=============

Also note from the above is that you have to execute and from the directory 
with the build.xml file in it -- the 
docs should reflect that.

Original comment by [email protected] on 17 Oct 2007 at 7:01

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
New installed system, new installed Developer Tools from Mac OS X 10.4 DVD:

====
Last login: Wed Oct 17 16:45:03 on console
Welcome to Darwin!
phoros-administrators-computer:~ admin$ which ant
/usr/bin/ant
phoros-administrators-computer:~ admin$ ant -version
Apache Ant version 1.6.5 compiled on July 2 2006
phoros-administrators-computer:~ admin$ mkdir -p ~/.ant/lib
phoros-administrators-computer:~ admin$ cd sites
phoros-administrators-computer:~/sites admin$ cd iui
phoros-administrators-computer:~/sites/iui admin$ cd trunk
phoros-administrators-computer:~/sites/iui/trunk admin$ ls
LICENSE.txt             build.xml               releaseNotes.txt
build.properties        iui                     releasetools
phoros-administrators-computer:~/sites/iui/trunk admin$ cp tools/lib/*.jar 
~/.ant/lib
cp: tools/lib/*.jar: No such file or directory
phoros-administrators-computer:~/sites/iui/trunk admin$ cp 
releasetools/lib/*.jar ~/.ant/lib 
phoros-administrators-computer:~/sites/iui/trunk admin$ ant -p
Buildfile: build.xml

                Build file for iUI distributions, type "ant -p" on the command line for project help

Main targets:

 clean        Remove all generated files
 docopy       Copy Files to Release Directory
 iui-tarball  Make the tarball
 iui-zipfile  Make the zipfile
 release      Upload to download area of project site, requires Ant 1.7
 releasedir   all tasks to build releasedir
 shrink       Create iuix.js by compressing iui.js
Default target: iui-tarball
phoros-administrators-computer:~/sites/iui/trunk admin$ ant iui-tarball
Buildfile: build.xml

docopy:
    [mkdir] Created dir: /Users/admin/Sites/iui/trunk/target/release
     [copy] Copying 19 files to /Users/admin/Sites/iui/trunk/target/release

shrink:
[compress-js] Compress JS task provided by LCA Soft Ltd (www.lcasoft.com).
[compress-js] Compressing 1 file to /Users/admin/Sites/iui/trunk/target/release

BUILD FAILED
java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/javascript/Script;I)
Ljava/lang/String;

Total time: 1 second
phoros-administrators-computer:~/sites/iui/trunk admin$
==========

Original comment by [email protected] on 18 Oct 2007 at 12:02

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Tried again with -debug:

==========
phoros-administrators-computer:~/sites/iui/trunk admin$ ant -debug iui-tarball
Apache Ant version 1.6.5 compiled on July 2 2006
Buildfile: build.xml
Adding reference: ant.PropertyHelper
Detected Java version: 1.5 in: 
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
Detected OS: Mac OS X
Adding reference: ant.ComponentHelper
Setting ro project property: ant.version -> Apache Ant version 1.6.5 compiled 
on July 2 2006
Setting ro project property: ant.file -> /Users/admin/Sites/iui/trunk/build.xml
Adding reference: ant.projectHelper
Adding reference: ant.parsing.context
Adding reference: ant.targets
parsing buildfile /Users/admin/Sites/iui/trunk/build.xml with URI = 
file:///Users/admin/Sites/iui/trunk/
build.xml
Setting ro project property: ant.project.name -> iui
Adding reference: iui
Setting ro project property: ant.file.iui -> 
/Users/admin/Sites/iui/trunk/build.xml
Project base dir set to: /Users/admin/Sites/iui/trunk
 +Target: 
 +Target: iui-tarball
 +Target: iui-zipfile
 +Target: shrink
 +Target: docopy
 +Target: releasedir
 +Target: release
 +Target: clean
 [property] Loading /Users/admin/Sites/iui/trunk/local.build.properties
 [property] Unable to find property file: /Users/admin/Sites/iui/trunk/local.build.properties
   +Task: property
Setting project property: iui.version -> snapshot
Setting project property: gc.username -> googlecode-username
Setting project property: gc.password -> secret
Setting project property: src.dir -> iui
Setting project property: target.dir -> target
Setting project property: release.dir -> target/release
Setting project property: tarfilename -> iui-snapshot.tar.gz
Setting project property: zipfilename -> iui-snapshot.zip
Setting project property: tarfile -> target/iui-snapshot.tar.gz
Setting project property: zipfile -> target/iui-snapshot.zip
Class com.webpanes.tools.ant.taskdefs.CompressJS loaded from parent loader 
(parentFirst)
 +Datatype compress-js com.webpanes.tools.ant.taskdefs.CompressJS
Class net.bluecow.googlecode.ant.GoogleCodeUploadTask loaded from parent loader 
(parentFirst)
 +Datatype GoogleCodeUploadTask net.bluecow.googlecode.ant.GoogleCodeUploadTask
Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor
Adding reference: ant.executor
Build sequence for target(s) `iui-tarball' is [docopy, shrink, releasedir, 
iui-tarball]
Complete build sequence is [docopy, shrink, releasedir, iui-tarball, release, 
clean, iui-zipfile, ]

docopy:
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type sshexec
Could not load a dependent class (com/jcraft/jsch/UserInfo) for type scp
Could not load a dependent class (jdepend/xmlui/JDepend) for type jdepend
Could not load a dependent class (junit/framework/Test) for type junit
fileset: Setup scanner in dir /Users/admin/Sites/iui/trunk/iui with patternSet{ 
includes: [] excludes: [] }
     [copy] backButton.png omitted as backButton.png is up to date.
     [copy] blueButton.png omitted as blueButton.png is up to date.
     [copy] cancel.png omitted as cancel.png is up to date.
     [copy] grayButton.png omitted as grayButton.png is up to date.
     [copy] iui.css omitted as iui.css is up to date.
     [copy] iui.js omitted as iui.js is up to date.
     [copy] iuix.css omitted as iuix.css is up to date.
     [copy] listArrow.png omitted as listArrow.png is up to date.
     [copy] listArrowSel.png omitted as listArrowSel.png is up to date.
     [copy] listGroup.png omitted as listGroup.png is up to date.
     [copy] loading.gif omitted as loading.gif is up to date.
     [copy] pinstripes.png omitted as pinstripes.png is up to date.
     [copy] selection.png omitted as selection.png is up to date.
     [copy] thumb.png omitted as thumb.png is up to date.
     [copy] toggle.png omitted as toggle.png is up to date.
     [copy] toggleOn.png omitted as toggleOn.png is up to date.
     [copy] toolButton.png omitted as toolButton.png is up to date.
     [copy] toolbar.png omitted as toolbar.png is up to date.
     [copy] whiteButton.png omitted as whiteButton.png is up to date.
     [copy]  omitted as  is up to date.

shrink:
[compress-js] Compress JS task provided by LCA Soft Ltd (www.lcasoft.com).
[compress-js] Compressing 1 file to /Users/admin/Sites/iui/trunk/target/release

BUILD FAILED
java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/javascript/Script;I)
Ljava/lang/String;
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
Caused by: java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/
javascript/Script;I)Ljava/lang/String;
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.compressFiles(CompressJS.java:
135)
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.run(CompressJS.java:103)
        at org.mozilla.javascript.Context.call(Context.java:540)
        at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
        at com.webpanes.tools.ant.taskdefs.CompressJS.launchCompressShell(CompressJS.java:280)
        at com.webpanes.tools.ant.taskdefs.CompressJS.execute(CompressJS.java:272)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        ... 7 more
--- Nested Exception ---
java.lang.NoSuchMethodError: 
org.mozilla.javascript.Context.compressScript(Lorg/mozilla/javascript/Script;I)
Ljava/lang/String;
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.compressFiles(CompressJS.java:
135)
        at com.webpanes.tools.ant.taskdefs.CompressJS$ContextActionShell.run(CompressJS.java:103)
        at org.mozilla.javascript.Context.call(Context.java:540)
        at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)
        at com.webpanes.tools.ant.taskdefs.CompressJS.launchCompressShell(CompressJS.java:280)
        at com.webpanes.tools.ant.taskdefs.CompressJS.execute(CompressJS.java:272)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
        at org.apache.tools.ant.Task.perform(Task.java:364)
        at org.apache.tools.ant.Target.execute(Target.java:341)
        at org.apache.tools.ant.Target.performTasks(Target.java:369)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
        at org.apache.tools.ant.Main.runBuild(Main.java:668)
        at org.apache.tools.ant.Main.startAnt(Main.java:187)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)

Total time: 0 seconds
phoros-administrators-computer:~/sites/iui/trunk admin$
============

Original comment by [email protected] on 18 Oct 2007 at 12:04

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
$IUI/releasetools/lib had the wrong "custom" version of the Rhino jar.
SVN has been updated.  {{{custom_rhino.jar}}} has been removed and replaced by
{{{custom_rhino_from_lcasoft.jar}}}
The wiki instructions have been updated to warn about this.

If you copied the old  {{{custom_rhino.jar}}} into  ~/.ant/lib you'll need to 
remove
it before copying the new {{{custom_rhino_from_lcasoft.jar}}} into ~/.ant/lib


Original comment by [email protected] on 18 Oct 2007 at 1:03

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Worked this time:

=======
atlasbak:~/sites/iui/trunk/releasetools/lib ChristopherA$ mkdir -p ~/.ant/lib
atlasbak:~/sites/iui/trunk/releasetools/lib ChristopherA$ cp 
releasetools/lib/*.jar ~/.ant/lib
cp: releasetools/lib/*.jar: No such file or directory
atlasbak:~/sites/iui/trunk/releasetools/lib ChristopherA$ cd ..
atlasbak:~/sites/iui/trunk/releasetools ChristopherA$ cd ..
atlasbak:~/sites/iui/trunk ChristopherA$ cp releasetools/lib/*.jar ~/.ant/lib
atlasbak:~/sites/iui/trunk ChristopherA$ ant iui-tarball
Buildfile: build.xml

docopy:

shrink:
[compress-js] Compress JS task provided by LCA Soft Ltd (www.lcasoft.com).
[compress-js] Compressing 1 file to 
/Users/ChristopherA/sites/iui/trunk/target/release

releasedir:

iui-tarball:
      [tar] Building tar: /Users/ChristopherA/sites/iui/trunk/target/iui-snapshot.tar.gz

BUILD SUCCESSFUL
Total time: 0 seconds
============

Original comment by [email protected] on 18 Oct 2007 at 1:26

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Fixes are in SVN.  Christopher verified once, but I made some minor tweaks since
then, it would be nice to get it checked again.

Original comment by [email protected] on 19 Oct 2007 at 7:30

  • Changed state: Fixed

from iui.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Verified.

Original comment by [email protected] on 19 Oct 2007 at 9:32

  • Changed state: Verified

from iui.

Related Issues (20)

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.