Giter VIP home page Giter VIP logo

developercapes's People

Contributors

captainshadows avatar cazzar avatar chris54721 avatar dries007 avatar jadar avatar plancke avatar xjon 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

developercapes's Issues

Blank cape

It renders the cape but the cape has no texture
i have my cape repo seperate from my mod repo

HD Cape Resolution

Currently, HD capes are supported as long as the resolution is 64x32 or some greater multiple of that. Why is this? It seems to me it would be more logical for the image to be a resolution of 22x17, e.g. 44x34, 88x51, etc. I tried fiddling with the code but couldn't get it to work.

Odd variable name issue

For some reason, when I look inside of AbstractEntityPlayer.java, I do not see the variables that are private that need to be changed to public. Most of the names are obfuscasted still....

Hd capes?

Could you add compatibility for Hd capes?

cape not showing up (java.lang.NoSuchFieldException: playerInfo)

hi I getting this error:java.lang.NoSuchFieldException: playerInfo
Log:
[Start]
[15:40:12] [Client thread/ERROR] [DevCapes]: Setting cape ResourceLocation failed!
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.NoSuchFieldException: playerInfo
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Class.getDeclaredField(Class.java:2062)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.cape.StaticCape.loadTexture(StaticCape.java:44)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.RenderEventHandler.renderPlayer(RenderEventHandler.java:39)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RenderEventHandler_renderPlayer_Pre.invoke(.dynamic)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:138)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RendererLivingEntity.func_76986_a(RendererLivingEntity.java:89)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RenderPlayer.func_180596_a(SourceFile:58)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RenderPlayer.func_76986_a(SourceFile:19)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RenderManager.func_147939_a(RenderManager.java:370)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RenderManager.func_147936_a(RenderManager.java:327)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.entity.RenderManager.func_147937_a(RenderManager.java:294)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.RenderGlobal.func_180446_a(RenderGlobal.java:631)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1294)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1207)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1032)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1049)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:120)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:40:12] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[End]

Links:
JSON:http://itaysharon.esy.es/account/host/scubadivecapes/scubadivecapes.txt
PNG:http://itaysharon.esy.es/account/host/scubadivecapes/dive_cape.png

1.8?

Are you going to update developer capes to minecraft 1.8?

Capes not working at all

Capes are not working at all since you're trying to parse an ICape

    public ICape parse(String name, Object object) {
        ICape cape = null;
        if(object instanceof ICape)
            return (ICape) object;

        if (!(object instanceof String)) {
            DevCapes.logger.error(String.format("Cape, %s, could not be parsed because it is not a String!", object));
            return cape;
        }

        try {
            cape = new StaticCape(name, new URL((String) object));
        } catch (MalformedURLException e) {
            DevCapes.logger.error(String.format("Are you crazy?? %s is not a valid URL!", (String) object));
            e.printStackTrace();
        } finally {
            return cape;
        }
    }

Adding that first selection fixed it for me.

Errors on Minecraft Forge build 1186 for 1.7.10

ThreadDownloadImageData takes a new argument of the type File and IIImageBuffer has a new method named func_152634_a
Adding the new argument as null and adding the new method empty causes the capes to not show up.

Error parsing cape

[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@175acde3
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@16d5a634, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@16d5a634
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@16d5a634, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@16d5a634
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@354debb0, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@354debb0
[22:21:04] [Client thread/ERROR] [DevCapes]: Cape, com.jadarstudios.developercapes.cape.StaticCape@354debb0, could not be parsed because it is not a String!
[22:21:04] [Client thread/ERROR] [DevCapes]: Error parsing cape, com.jadarstudios.developercapes.cape.StaticCape@354debb0

Did not know if I need to report this to you, or try and boil down the mod that is using it incorrectly. Sorry if this is not the place to put this. Is their any other information you might need?

Cross posted from https://github.com/MyM-ModpackTeam/B2B/issues/5

CapeConfig Could Not Be Parsed

I was implementing this into my mod and whenever I load up Minecraft I get this error:
Client thread/ERROR] [DevCapes]: CapeConfig could not be parsed because:

[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 4 column 1
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:815)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:741)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.cape.CapeConfigManager.parse(CapeConfigManager.java:117)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.DevCapes.registerConfig(DevCapes.java:139)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.DevCapes.registerConfig(DevCapes.java:102)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.jadarstudios.developercapes.DevCapes.registerConfig(DevCapes.java:88)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at lightningmats.LightningMaterials.init(LightningMaterials.java:1009)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:606)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:606)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:606)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.startGame(Minecraft.java:586)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.run(Minecraft.java:931)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(Main.java:164)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:606)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:78)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at GradleStart.main(GradleStart.java:45)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 4 column 1
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.gson.Gson.fromJson(Gson.java:803)
[15:25:47] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: ... 45 more
And here is how I register it:
if (FMLCommonHandler.instance().getEffectiveSide() == Side.CLIENT) {
DevCapes.getInstance().registerConfig("https://github.com/UnnamedProdigy/LightningMaterials/blob/master/capes.json");
}
and this is in the init section
This is my json:
{
"Developers": {
"capeUrl": "http://www.minecraftcapes.com/userskins/minecon_2011_by_spazhead.png",
"users": [
"UnnamedProdigy",
"myemail"
]
},
"UnnamedProdigy": "http://www.minecraftcapes.com/userskins/minecon_2011_by_spazhead.png"
}
Sorry I couldent figure out hw to do spoilers :(

Resource Leak

hi i found a resource leak on the line "is = new FileInputStream(file);" in context below i dont know enough about it but it seems that is can cause quite abit of lag over time. the finally staement at the end apears to not end normally.

public InputStream getStreamForFile(File file) {
InputStream is = null;
try {
is = new FileInputStream(file);
} catch (FileNotFoundException e) {
e.printStackTrace();
} finally {
return is;
}
}

cheers freddag

1.6.2?

Are you making a 1.6.2 version?

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.