Giter Club home page Giter Club logo

comforts's People

Contributors

alibekaytjan avatar altegar avatar baooduy avatar brnbrd avatar dycoldwind avatar emirhangg avatar gerhard-davids avatar joker876 avatar k0-rr avatar miladog avatar neerwan avatar paintninja avatar piggydr avatar regnander avatar roziscoding avatar seolwha avatar theanaxman avatar theillusivec4 avatar unroman avatar xandoria avatar zeedif 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

comforts's Issues

Placing a hammock right above a block

  • Comforts: comforts-FORGE-1.15.2-2.0
  • Forge: 31.1.26

Actually I've seen this bug since 1.14 but it never bothered me before because no one in their right mind would put a hammock so close to the floor.

Observed Behavior:

2020-03-23_10 17 46
2020-03-23_10 29 30

Steps to Reproduce:

Simply place down a hammock right above a block.

Survive Mod Support

tough as nails mod has been discontinued at 1.12.2.

there is an updated 1.16.1 mod i found called Survive that adds the same mechanics, and also has a tiredness mechanic that seems as though it would work well side by side with your well rested mechanic. i was hoping you could add support for the insulated sleeping bags alongside the temperature in the survive mod.

Crash with rope and nail

attempting to place a nail for the hammock on the underside of a block crashes with an error referring to an invalid block state, because it tries to place it facing up and that doesn't exist =]

Support for Bedspreads

Given they're both your mods, I get the feeling this should already work, but it does not appear to be possible to apply a banner to a Comforts sleeping bag or hammock.

Mod versions in use, in case it should be working and is a bug that it isn't:

  • bedspreads-forge-1.16.4-5.1.0.1.jar
  • comforts-forge-1.16.4-4.0.0.3.jar

Tents - revisited

Hello. First I'd like to apologise for the possible crudeness of this request, as It's my first gitHub post ever :). Second, I know that tents were already suggested and declined, that's why I thought about revisiting them with my idea as to what they could bring.

The feature:
Onto the idea itself, I've thought of it as of a multiblock structure that had a model of those big Indian tents. The model itself can be smaller, I'm just refferencing the real life counterpart. The difference between a tent and a bed, would be, that a tent could be used even with mobs around. You'd just hide inside, zip yourself in and you're safe :)
Here's an image of an Indian tent I'm talking about:
image
(now that I look at it, it could be a bit narrower :d)

Why I want it:
I feel like the mod has some potential, but with just 2 extra ways of sleeping It's not using it as well as it could. A tent would also be the answer to that good 'ol minecraft problem, where you want to sleep, but there's a single zombie/spider somewhere and you just can't find it.

(yeah I posted it again, since the last one was in enhancments)

Sleeping Bag Debuffs don't work

Versions:

  • Comforts: 0.0.2
  • Fabric: 0.11.2 (I think)

Observed Behavior: Sleeping Bag Debuffs are not applied

Expected Behavior: Sleeping Bag Debuffs should be applied on leaving the sleeping bag

Steps to Reproduce:

  1. Acquire a sleeping bag
  2. Wait till night or use commands to set the time to night
  3. Use the sleeping bag

I have attatched two versions of the config, neither of them work (the extention on the computer is json5, they are txt purely for Github).
comforts - Copy.txt
comforts.txt

Invite you and your Minecraft Modification to introduce to the player/audience in Taiwan.

Hello! We are the Cite Media Holding Group. a publisher in Taiwan. For now we’re devoted to Minecraft promotion, Our company is expected to publish a book entitled <The 100 Most Favorite Minecraft Modification for Game Talents> (tentative title) in December. And we will invite well-known Minecraft Game Talents in Taiwan to carefully select the 100 most recommended Minecraft Modification in the world and introduce them to readers with words and pictures. We think that the Modification of Minecraft you created is quite rich in content and suitable for being selected in the 100 recommended lists. To publish this book, we need to obtain your consent to capture the pictures of your game (less than 10, hereinafter referred to as the authorization target) so that vast readers of Minecraft can understand your work through the introduction of this book. Neither party has to pay the fee for this authorization, but in order to protect the rights and interests of both parties, this email will be used as the basis for authorization that you agree to authorize our company to use the authorization target free of charge in <The 100 Most Favorite Minecraft Modification for Game Talents> (tentative name) by means of, but not limited to, reproducing, distributing and public transferring. If you agree to the authorization, please reply to this email directly and fill in the following information (the following information is only for future reference of the authorizers and sending books, which will not be used for other purposes) to just inform us that you "agree to authorize the pictures free of charge". If you would like to provide your address, we would be very happy to present you a book in return after it is published.

Cite Media Holding Group
Vice General Manager
Daniel Wang

Add:10F, No.141, Sec 2, Misheng E. Rd., Thongshan Distric, Taipei City 10483, Taiwan (R.O.C.)
E-MAIL:
[email protected]

TEL:(02)2500-7600 ext.2670 MOB:0916-252-365

FMLCorePlugin issue?

This turned up in my log file - pertinent or useful?

[main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in comforts-1.12.2-1.1.0.3.jar. This is not recommended, @mods should be in a separate jar from the coremod

Sleeping bag packet error.

https://github.com/TheIllusiveC4/Comforts/blob/master/src/main/java/c4/comforts/common/util/SleepHelper.java#L171 seems to be causing a stacktrace for me every time i try to use a sleeping bag. The character using the bag doesn't lay down and no gui comes up or overlay. if no one else sleeps they're stuck that way until daytime.

[19:55:21] [Server thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught io.netty.handler.codec.EncoderException: java.lang.RuntimeException: Undefined discriminator for message type SPacketSleep in channel comforts at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:106) ~[MessageToMessageEncoder.class:?] at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[MessageToMessageCodec.class:?] at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[AbstractChannelHandlerContext.class:?] at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) ~[AbstractChannelHandlerContext.class:?] at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814) ~[AbstractChannelHandlerContext.class:?] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:794) ~[AbstractChannelHandlerContext.class:?] at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:831) ~[AbstractChannelHandlerContext.class:?] at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1032) ~[DefaultChannelPipeline.class:?] at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:296) ~[AbstractChannel.class:?] at net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper.sendTo(SimpleNetworkWrapper.java:250) [SimpleNetworkWrapper.class:?] at c4.comforts.common.util.SleepHelper.goToSleep(SleepHelper.java:171) [SleepHelper.class:?] at c4.comforts.common.items.ItemSleepingBag.func_77659_a(ItemSleepingBag.java:65) [ItemSleepingBag.class:?] at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217) [aip.class:?] at net.minecraft.server.management.PlayerInteractionManager.func_187250_a(PlayerInteractionManager.java:358) [or.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:763) [pa.class:?] at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:32) [mb.class:?] at net.minecraft.network.play.client.CPacketPlayerTryUseItem.func_148833_a(SourceFile:9) [mb.class:?] at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_151] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_151] at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) [nz.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] Caused by: java.lang.RuntimeException: Undefined discriminator for message type SPacketSleep in channel comforts at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.encode(FMLIndexedMessageToMessageCodec.java:72) ~[FMLIndexedMessageToMessageCodec.class:?] at io.netty.handler.codec.MessageToMessageCodec$1.encode(MessageToMessageCodec.java:67) ~[MessageToMessageCodec$1.class:?] at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:88) ~[MessageToMessageEncoder.class:?] ... 25 more

I'm on forge 2705 (currently the latest recommended)

hammock sleep bug

tried sleeping in hammock

Versions (Be specific, do not write "latest"):

  • Comforts: 1.16.2-4.0.0.0
  • Forge: 33.0.20

Observed Behavior: right clicked hammock to sleep during night nothing happened

Expected Behavior: right click hammock to sleep

Steps to Reproduce:

  1. right click hammock at night

...
2020-08-25_09 52 52

Crash Log: Please use a paste site like hastebin. no crash report

1.17???

Is this mod also for 1.17????
I hope so 😇😇😇

Server crash with 1.3.1 + Forge 2784

Transcription of crash below. Full log located at https://pastebin.com/rHbzCihH Full mod list located at https://pastebin.com/aEtpbcJg Server specs are docker container running on Ubuntu 18.04.1 LTS with 24 gigs of ram dedicated to process. Removing comforts allows server to run successfully.

[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: Caused by: java.lang.NegativeArraySizeException
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at org.objectweb.asm.Frame.a(Unknown Source)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at org.objectweb.asm.MethodWriter.visitMaxs(Unknown Source)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at org.objectweb.asm.tree.MethodNode.accept(Unknown Source)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at org.objectweb.asm.tree.ClassNode.accept(Unknown Source)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at c4.comforts.asm.SleepTransformer.transform(SleepTransformer.java:104)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at c4.comforts.asm.SleepTransformer.transformPlayerSleep(SleepTransformer.java:67)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at c4.comforts.asm.SleepTransformer.transform(SleepTransformer.java:52)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
[02:52:55] [main/INFO] [STDERR]: [java.lang.Throwable:printEnclosedStackTrace:709]: ... 17 more

Exploding Bed Dimension Whitelist/Blacklist Option

comforts-1.12.2-1.4.1.1.jar
MC 1.12.2

Suggestion to add a config option to whitelist/blacklist Dimensions.

Sleeping bag blows up when in another dimension other than Overworld.

I am using a mod that adds planet type dimensions, and would like the sleeping bag to NOT blow up when used on them. Normal Beds do not blow up in the same dimensions.

Leisure Hammock Bug

Versions (Be specific, do not write "latest"):

  • Comforts: 1.4.1.2
  • Forge: 14.23.5.2847

Observed Behavior: When both the "leisure hammock" setting is on and Sponge Forge is installed, using the hammock for leisure makes it get stuck as "occupied" for if you wanted to sleep in it to pass the day.

Breaking and replacing the hammock fixes the issue when just these mods are installed, though I came across this part of the problem trying to hunt down a nastier version of the bug where breaking and replacing the hammock doesn't fix the issue and the sleep feature was only usable once, ever. As of writing I'm still trying to narrow that version down for a separate bug report.

Expected Behavior: Freely able to use the hammock both ways as needed.

Steps to Reproduce:

  1. Install Sponge Forge (1.12.2-2838-7.1.8) and Comforts
  2. Enable Leisure Hammocks settings in configs
  3. "Sit" in hammock then dismount.
  4. Try to sleep in hammock, "Hammock is occupied"

Crash Log: None.

Sorry in advance if this is a sponge bug and not a comforts bug.

Hammock bug

I'm playing in 1.16.3, I did exactly every step on how to set up a hammock, but it doesn't work.

Edit: Nevermind, it worked after a several tries, please disregard this message!

Conflict with MS Utilities

I am not entirely sure which mod is the source of the conflict so I am submitting bug reports to both developers. With the MS Utilities mod installed both the sleeping bag and hammock set spawn upon usage. I have turned off the set spawn any time setting in the config of MS Utilities on the server and client and have tested both on a dedicated server and just the client, the results are the same. I am not sure if it is because of how you register sleeping bags and hammocks, or something similar, or if it is on MS Utilities end. Thank you for your time.

Minecraft Version: 1.12
Java Version: 1.8.0_144
Mod Version: [1.12.0] MS Utilities 1.2.6

really minor day progression bug when using sleeping bags

comforts-1.12.2-1.3.1
forge 14.23.5.2768
minecraft 12.2
lots of other mods but I don't think they're involved.

I happened to notice that when I slept in a sleeping bag, the day didn't progress. I went to sleep at 8pm on day 11, and woke up at 6am on day 11. For my use case, this doesn't matter, but I know there are mods that trigger stuff based on what day it is of the game, so I figured I'd let you know!

Thanks for an awesome mod!

Dedicated Server Crash On Load

Versions (Be specific, do not write "latest"):

  • Comforts: 2.0 beta 1
  • Forge: 25.0.219

Observed Behavior: Server crashed

Expected Behavior: Server to not crash

Steps to Reproduce: Run on dedicated server? Not sure if it's actually Comforts or just a weird thing with Forge - it seems to be trying to load the tile entity renderer on the server? Dropping it here anyway.

Crash Log:

Line in question: Caused by: net.minecraftforge.fml.ModLoadingException: Comforts has class loading errors
§7Attempted to load class net/minecraft/client/renderer/tileentity/TileEntityRenderer for invalid dist DEDICATED_SERVER

Full log located here: https://pastebin.com/3098naiZ

Breaking the head of a sleeping bag crashes servers.

Versions (Be specific, do not write "latest"):

  • Comforts: 1.12.2-1.4.1.2
  • Forge: 14.23.5.2838

Observed Behavior: Server crash.

Expected Behavior: ... Not that.

Steps to Reproduce: Break the head (white block) of a sleeping bag.

Crash Log: not provided, as this is not a server I have access to.

Hammock not working

Video showing what happens: https://youtu.be/oEd88bHD7F8

If you need it, I can also attach an export of the modpack I am working on where I discovered this issue.

Also, here are the configs:

B:"Auto Pick-Up Sleeping Bag"=true
B:"Auto Use Sleeping Bags"=true
B:"Leisure Hammocks"=false
S:"Sleeping Bag Debuffs" <>
S:"Sleepy Factor"=3.0
B:Well-Rested=true
B:"Insulated Sleeping Bags"=false

Hammock breaks if more than 1 player are on a server

Versions (Be specific, do not write "latest"):

  • Comforts: 4.0.0.3
  • Forge: 35.1.15

Observed Behavior:

Hammock skips to the next day if there are more than 1 player on a server

Expected Behavior:

Hammock working with any amount of players on a server

Steps to Reproduce:

  1. Use hammock on a server with more than 1 player.

I have no idea if this is confict with a mod. the only mod i can imagine being Morpheus (sleep vote mod)

Dimension Whitelist/Blacklist Config option for Non-Exploding Sleeping Bag/Hammock

Please describe the new feature or change.

Dimension Whitelist/Blacklist Config option for Non-Exploding Sleeping Bag/Hammock

Please describe why you want this feature.

I am currently Dev'ing a Modpack with Advanced Rocketry. The Dev for that mod, has coded in a variation of the vanilla type beds, to not explode on (any) planets. Would be nice to be able to use Comforts without exploding, but having a whitelist/blacklist would make a nice feature option for PackDevs like myself.
2019-06-05_22 48 46

Hammock sets time of day wrong

As you requested, new issue directly for the issue.
#18 (comment)
To rehash it, the hammock is instead awkwardly setting time to day instead of night. I have a few other bed like mechanics in my pack, so I'm not sure if they could be interacting weirdly with it as I said. but my Modpack is called "Transcendence" if you'd like to get a modlist of things to investigate.

As I mentioned a cyclic item based bedroll exists, openblocks sleeping bag exists, your sleeping bags exist, and so does a "bed pet" that has the power to spawn a bed pet minion you interact with to "sleep" that sets time to day and such. I think quark might also have some kind of morpheus sleep democracy thing going on too.

[Suggestion] Tents

Loving your mod btw; thank you for it.
This is just a random idea/suggestion, perhaps it won't fit your view of the mod, so don't feel bad to dismiss it ;)
Tents. I loved the tent that came with "the camping mod" and I thought it could be implemented in your mod as follows:

  • Placing the tent sets your spawn.
  • Breaking the tent could revert back to your previous (bed) spawn; not sure if that is possible though.
  • At night the tent works like a bed.
  • It might perhaps give off some light (as if it contains a lamp).

It is for situations where you want to setup camp temporarily. For an idea of the model see the picture below, perhaps with closed flaps though?
camping1-1024x534

[suggestion] Punishment to players that don't sleep

Apply some punishment for players that don't sleep for some days in a row could stimulate the player to sleep to avoid debuffs. It could be potions effects or even death as an extreme punishment, so in death case when the player reach a limit of days without sleep they get damage till die.

Allow Blocks to be Waterlogged

Please describe the new feature or change.
Allow blocks, such as sleeping bags, hammocks, and rope & nails, to be watelogged.

Please describe why you want this feature.
This would allow for new decoration options.

Config not available

Versions (Be specific, do not write "latest"):

  • Comforts: FORGE-1.14.4-2.0-beta6
  • Forge: 28.2.3

Observed Behavior:

No comforts.toml found in config folder

Expected Behavior:

comforts.toml in config folder

Steps to Reproduce:

  1. Launch 1.14.4 with comforts installed.
  2. Look in config folder.
    ...

Crash Log: N/A

Hammock doesn't work

Versions (Be specific, do not write "latest"):

  • Comforts: 4.0.0.4
  • Forge/Fabric: 36.1.16

Observed Behavior: Hammock does not turn it to night.

Expected Behavior: Hammock should turn it to night

Steps to Reproduce: sleep in hammock during the day. (might only be in the enigmatica 6 pack atm)

i'm playing the enigmatica 6 pack on a server, and the hammock does not change it to night time. it triggers morpheus, and recognizes i'm trying to sleep, but it just does nothing.
...

When ever you install the mod an error appears

Versions (Be specific, do not write "latest"):

  • Comforts (comforts-forge-1.16.5-4.0.1.1.jar)
  • Forge (36.1.32)
  • 1.16.5

Observed Behavior:

error

Expected Behavior:

Load to main menu after launching minecraft

Steps to Reproduce:

  1. Download forge
  2. drag comforts-forge-1.16.5-4.0.1.1.jar to mods folder
  3. launch the game

Crash/Debug Logs:

debug.log
latest.log

Hammock turns it to daytime sometimes

I right-click to sleep in the hammock and sometimes (about half the time I've tried) it turns it to daytime, however, if I manually set the time to 1000 let's say, and then sleep, it guarantees that it will turn it to nighttime as it should. I'm on the latest version 1.16.5 using the mod's latest version. I'm currently playing on the ATM6 mod pack, with a few extras added of my own.

CTD Error When Trying to Place Hammocks

Anytime I attempt to place a hammock, I crash to desktop, with the following error message:

The game crashed whilst unexpected error Error: java.lang.IllegalArgumentException: Cannot set property DirectionProperty{name=facing, clazz=class net.minecraft.util.Direction, values=[north, south, west, east]} to up on Block{comforts:hammock_white}, it is not an allowed value Exit Code: -1

Full crash report posted.

crash-2021-03-21_04.05.46-client.txt

Suggestion: Backpacks

Currently there are no good backpack mods for 1.14.4 (Forge). It would be nice if we had something like 'Wearable Backpacks' mod in this version.

As for why I want this feature:

  • Makes carrying items around so much easier
  • Adds new possibilities in multiplayer gameplay as people can borrow things from each others' backpacks
  • It has nice animations for opening and closing backpacks
  • And it's a neat portable storage :) I am probably just spamming this section, but you get what I mean.

Make dye mechanics consistent with vanilla

Please describe the new feature or change.

  1. Any color of sleeping bag or hammock should interact with dye to take a new color
  2. White dye and bonemeal should dye a sleeping bag or hammock white.

Please describe why you want this feature.
To be consistent with the vanilla dye mechanics related to beds.

nvm i posted it in the wrong tag

Hello. First I'd like to apologise for the possible crudeness of this request, as It's my first gitHub post ever :). Second, I know that tents were already suggested and declined, that's why I thought about revisiting them with my idea as to what they could bring.

The feature:
Onto the idea itself, I've thought of it as of a multiblock structure that had a model of those big Indian tents. The model itself can be smaller, I'm just refferencing the real life counterpart. The difference between a tent and a bed, would be, that a tent could be used even with mobs around. You'd just hide inside, zip yourself in and you're safe :)
Here's an image of an Indian tent I'm talking about:
image
(now that I look at it, it could be a bit narrower :d)

Why I want it:
I feel like the mod has some potential, but with just 2 extra ways of sleeping It's not using it as well as it could. A tent would also be the answer to that good 'ol minecraft problem, where you want to sleep, but there's a single zombie/spider somewhere and you just can't find it.

Using Tripwire hooks on hammocks

Pitch:
Instead of having a separate item to use for hammocks (rope+nail), the mod just used vanilla tripwire hooks.

Reasons why:
The rope+nail just feels unnecessary when there's a vanilla item that's already so close in design.

crashes upon world load 1.13.2

Versions (Be specific, do not write "latest"):

  • Comforts: 1.13.2-2.0-beta1
  • Forge: 25.0.198

Observed Behavior: it crashes but when I uninstall it and join that world again it gives me the message about how the comfort:whatever items aren't present etc.

Expected Behavior:

Steps to Reproduce:

  1. start game lol
  2. join world
  3. crash
    ...

Crash Log: https://hastebin.com/akumipuvas.coffeescript

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.