Giter Club home page Giter Club logo

fn-fal-s-amplifications's Introduction

Welcome to my Github profile!

fn-fal113

  • Iโ€™m currently learning frameworks and langs

  • Feel free to browse my repositories, please respect repository license for compliance to open-source.

Languages and Tools:

fn-fal-s-amplifications's People

Contributors

fn-fal113 avatar justahuman-xd avatar variananora avatar walshydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fn-fal-s-amplifications's Issues

Feature Request: changelog option

Could you please add an OPTION to display or not the changelog you ammend to the MOTD upon connect. While this is informative, it does is not information that matters to every player since not all players get into Slimefun or haven't yet... even fewer will have advanced into the FN-FAL-s-Amplifications addon, and most of the material discussed here can be overwhelming and possibly cause a person to not even want to begin. Thank you so much! Super Addon!

Tri-sword invisible armor stands don't go away until chunk is released after update to version 65.

Tri-sword invisible armor stands don't go away until chunk is released:

https://cdn.discordapp.com/attachments/624966637816381440/965150427404435496/unknown.png
https://cdn.discordapp.com/attachments/624966637816381440/965151738816524348/unknown.png
https://cdn.discordapp.com/attachments/624966637816381440/965152203637674034/unknown.png

Errors thrown in console when bug executes:

ERROR21:56:43
Could not pass event PlayerInteractEvent to FNAmplifications vDEV - 65 (git 5e572d8)
Console21:56:43
java.lang.IllegalArgumentException: `The found tag instance cannot store String as it is a NBTTagByte
at org.bukkit.craftbukkit.v1_18_R2.persistence.CraftPersistentDataTypeRegistry.extract(CraftPersistentDataTypeRegistry.java:254) ~[paper-1.18.2.jar:git-Paper-271]
at org.bukkit.craftbukkit.v1_18_R2.persistence.CraftPersistentDataContainer.get(CraftPersistentDataContainer.java:67) ~[paper-1.18.2.jar:git-Paper-271]
at org.bukkit.craftbukkit.v1_18_R2.persistence.CraftPersistentDataContainer.getOrDefault(CraftPersistentDataContainer.java:72) ~[paper-1.18.2.jar:git-Paper-271]
at ne.fnfal113.fnamplifications.gems.TriSwordGem.onRightClick(TriSwordGem.java:65) ~[FN-FAL-s-Amplifications - DEV 54 (git b26bd).jar:?]
at ne.fnfal113.fnamplifications.gems.listener.GemListener.lambda$onClick$6(GemListener.java:227) ~[FN-FAL-s-Amplifications - DEV 54 (git b26bd).jar:?]
at ne.fnfal113.fnamplifications.gems.listener.GemListener.callGemHandler(GemListener.java:69) ~[FN-FAL-s-Amplifications - DEV 54 (git b26bd).jar:?]
at ne.fnfal113.fnamplifications.gems.listener.GemListener.onClick(GemListener.java:227) ~[FN-FAL-s-Amplifications - DEV 54 (git b26bd).jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1034.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:git-Paper-271]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:629) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:544) ~[paper-1.18.2.jar:git-Paper-271]
at org.bukkit.craftbukkit.v1_18_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:507) ~[paper-1.18.2.jar:git-Paper-271]
at org.bukkit.craftbukkit.v1_18_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:502) ~[paper-1.18.2.jar:git-Paper-271]
at org.bukkit.craftbukkit.v1_18_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:498) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItem(ServerGamePacketListenerImpl.java:1909) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundUseItemPacket.handle(ServerboundUseItemPacket.java:28) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundUseItemPacket.a(ServerboundUseItemPacket.java:8) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1399) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1376) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1369) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1447) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1225) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.18.2.jar:git-Paper-271]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
21:56:44
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1376) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1369) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1447) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1225) ~[paper-1.18.2.jar:git-Paper-271]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.18.2.jar:git-Paper-271]
at java.lang.Thread.run(Thread.java:833) ~[?:?]

Power generators show incorrect storage of power in holograms and in the lore.

Hey Fal, the R5 power generator shows a buffer of 5 million in the lore, but the R6 shows 600,000. 1-4 show 100-400,000 but 5 is multiplied by 10. in game it also shows 5 million in the hologram instead of 500,000.
the R12 power generator shows a lore of 2 million, but only displays 435525.

mc 1.18.1
sf version 1005
amplifications version 52

cant enable

got an error when trying to enable the addon


java.lang.NoClassDefFoundError: dev/j3fftw/litexpansion/extrautils/interfaces/InventoryBlock

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]

at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?]

at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:?]

at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:197) ~[patched_1.17.1.jar:git-Paper-359]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]

at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:108) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-359]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]

at ne.fnfal113.fnamplifications.Items.FNAmpItemSetup.registerPowerGens(FNAmpItemSetup.java:39) ~[FNAmplifications.v2.4-MatGenRecipe.jar:?]

at ne.fnfal113.fnamplifications.Items.FNAmpItemSetup.init(FNAmpItemSetup.java:27) ~[FNAmplifications.v2.4-MatGenRecipe.jar:?]

at ne.fnfal113.fnamplifications.FNAmplifications.onEnable(FNAmplifications.java:26) ~[FNAmplifications.v2.4-MatGenRecipe.jar:?]

at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugin(CraftServer.java:561) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.craftbukkit.v1_17_R1.CraftServer.enablePlugins(CraftServer.java:475) ~[patched_1.17.1.jar:git-Paper-359]

at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:730) ~[patched_1.17.1.jar:git-Paper-359]

at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:317) ~[patched_1.17.1.jar:git-Paper-359]

at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1217) ~[patched_1.17.1.jar:git-Paper-359]

at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-359]

at java.lang.Thread.run(Unknown Source) ~[?:?]

Caused by: java.lang.ClassNotFoundException: dev.j3fftw.litexpansion.extrautils.interfaces.InventoryBlock

at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[patched_1.17.1.jar:git-Paper-359]

at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[patched_1.17.1.jar:git-Paper-359]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]

... 21 more```

BUG

This appear sometimes in the console

[17:39:09 ERROR]: Could not pass event EntityShootBowEvent to FNAmplifications vDev - 103
java.lang.IllegalArgumentException: Material cannot be null

When Drag & Drop more gems than 1 on tool, entire stack is removed instead of one piece from stack

Describe the bug
When Drag & Drop more gems than 1 on tool, entire stack is removed instead of one piece from stack.
Didn't looked at the code but this probably can be easily fixed with something like this

if( item.getAmount() > 1 )
    item.setAmount( item.getAmount() - 1 );
else
    player.getInventory().removeItem( item );

To Reproduce (Important)
Steps to reproduce the behavior:

  1. Give eg. 64x Telepathy Gem
  2. Put stack of gems to tool
  3. All 64 pieces will be removed instead of one piece from stack

Expected behavior
Remove only one item from itemstack

Screenshots
If applicable, add screenshots to help explain your problem.

Server Log
doesn't matter

Environment (REQUIRED)

  • Server Software and Version (Spigot/Paper): Paper
  • Minecraft version: git-Purpur-2083 (MC: 1.20.2)*
  • Slimefun version: DEV - 1104 (git c977454e)
  • FNAmplification version: DEV - 93 (git 7bc0110)

Mineral staff generates an error

Describe the bug
when trying to use the mineral staff, nothing happens.

To Reproduce (Important)
Steps to reproduce the behavior:
craft the staff
right click

Expected behavior
to work as expected

Screenshots
If applicable, add screenshots to help explain your problem.

Server Log

[21:26:30] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to FNAmplifications vDEV - 93 (git 7bc0110)
java.lang.NoClassDefFoundError: io/github/thebusybiscuit/slimefun4/utils/WorldUtils
at ne.fnfal113.fnamplifications.staffs.StaffOfMinerals.onClick(StaffOfMinerals.java:52) ~[FN-FAL-s-Amplifications - DEV 76 (git 27d2f).jar:?]
at ne.fnfal113.fnamplifications.staffs.listener.StaffListener.onInteract(StaffListener.java:113) ~[FN-FAL-s-Amplifications - DEV 76 (git 27d2f).jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor261.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:git-Paper-169]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.20.1.jar:git-Paper-169]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[paper-1.20.1.jar:git-Paper-169]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:591) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:537) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:2015) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:37) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.a(ServerboundUseItemOnPacket.java:9) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1338) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1315) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1308) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1286) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1174) ~[paper-1.20.1.jar:git-Paper-169]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.20.1.jar:git-Paper-169]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: io.github.thebusybiscuit.slimefun4.utils.WorldUtils
... 28 more

Environment (REQUIRED)

  • Server Software and Version (Spigot/Paper):
  • Minecraft version: 1.20.1
  • Slimefun version: dev 1104
  • FNAmplification version: dev v93

Newer Music Disks Break Jukebox

Describe the bug
Playing "5" or "Relic" music disks from the Jukebox cause the Jukebox to disappear. I've only confirmed this for Jukebox III but I assume it's the same for I and II.

To Reproduce (Important)
Steps to reproduce the behavior:

  1. Place a Jukebox III
  2. Hook it up to Power
  3. Start playing "5" or "Relic" disks
  4. Watch as the block disappears. This may cause other blocks to disappear as well.

Expected behavior
It should start playing the "5" or "Relic" disk instead of breaking.

Screenshots
Kind of hard to get a screenshot, it just disappears though.

Server Log

https://pastebin.com/wvaknREn

Environment (REQUIRED)

  • Server Software and Version (Spigot/Paper): Paper
  • Minecraft version: 1.20.4
  • Slimefun version: Slimefun Dev - 1133
  • FNAmplification version: FNAmplifications Dev - 101

half recipe :(

hey there
2021-11-02_20 19 19
as u can see page 3 half recipe is here and the rest is next page better be together

FN's Hoe can be duped

right click a water source to till a 5x5 area. turn 180 degrees and do it again.
break the block next to the water source facing either 5x5 area and you get a second hoe.

watch the video below

https://youtu.be/ld_41r083R8

FN Assembler Station Exception on Empty Multiblock Craft

When players try to make the FN Assembler Station, and when clicking on the fence, it gives an error in the console
https://pastebin.com/Gfwhzab2

This server is running Purpur version git-Purpur-1428 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 9beb23b on ver/1.17.1)

Purpur git-Purpur-1428 (MC: 1.17.1)
Slimefun DEV - 1043 (git 4bfc4f06)
Metrics-Module #28
Java 17

Installed Addons: (2)
FNAmplifications vDEV - 84 (git dbbefc5)
SFAdvancements vDEV - 23 (git 854eed14)

EDIT: This only happens if there's nothing in it.

Duplication glitch

Describe the bug
A clear and concise description of what the bug is.

To Reproduce (Important)
Steps to reproduce the behavior:

  1. Right click with Mysterious Stick on:
    • Any log / Any weathered/waxed copper that you can clean with axe
  2. Break it
  3. It will drop another Mysterious Stick

Expected behavior
Drop original item instead of Mysterios Stick

Screenshots
doesn't matter

Server Log
doesn't matter

Environment (REQUIRED)
doesn't matter

  • Server Software and Version (Spigot/Paper): doesn't matter
  • Minecraft version: doesn't matter
  • Slimefun version: doesn't matter
  • FNAmplification version: doesn't matter

Minecraft Could not pass event EntityDamageByEntityEvent to FNAmplifications

  • [Mon 14:44:35 ERROR Minecraft] Could not pass event EntityDamageByEntityEvent to FNAmplifications vDev - 102
    java.lang.ClassCastException: class org.bukkit.craftbukkit.v1_20_R2.entity.CraftPlayer cannot be cast to class org.bukkit.entity.Arrow (org.bukkit.craftbukkit.v1_20_R2.entity.CraftPlayer and org.bukkit.entity.Arrow are in unnamed module of loader java.net.URLClassLoader @3d82c5f3)
    at FNAmplifications.jar//ne.fnfal113.fnamplifications.mysteriousitems.MysteryStick6.onSwing(MysteryStick6.java:64)
    at FNAmplifications.jar//ne.fnfal113.fnamplifications.mysteriousitems.listener.MysteryStickListener.onEntityDamage(MysteryStickListener.java:73)
    at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor696.execute(Unknown Source)
    at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
    at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
    at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:615)
    at org.bukkit.craftbukkit.v1_20_R2.event.CraftEventFactory.callEvent(CraftEventFactory.java:268)
    at org.bukkit.craftbukkit.v1_20_R2.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:1255)
    at org.bukkit.craftbukkit.v1_20_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:1110)
    at org.bukkit.craftbukkit.v1_20_R2.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:1054)
    at org.bukkit.craftbukkit.v1_20_R2.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:1289)
    at net.minecraft.world.entity.LivingEntity.damageEntity0(LivingEntity.java:2223)
    at net.minecraft.world.entity.player.Player.damageEntity0(Player.jav

Paper git-Paper-318 (MC: 1.20.2)
Slimefun Dev - 1135
Metrics-Module #29
Java 17
Installed Addons: (21)
GlobalWarming vDEV - 11 (git 73ff77d4)
Networks vDEV - 50 (git 3de3c9d6)
AureliumSkills vBeta 1.3.24
FastMachines vDev - 8
RelicsOfCthonia vDev - 12
FoxyMachines vDEV - 67 (git 0028aa93)
FNAmplifications vDev - 102
SimpleMaterialGenerators vDEV - 4 (git 5543cc8f)
DynaTech vMain - 5
SlimefunLuckyBlocks vDEV - 36 (git 60f0c8dc)
ExoticGarden vDEV - 78 (git 7f9a5f63)
SlimeHUD vDev - 1
Supreme vDEV - 29 (git f9e70053)
LiteXpansion vMODIFIED
SimpleUtils vDEV - 15 (git 4250fd5e)
SFMobDrops vDev - 6
RedProtect v8.1.1-SNAPSHOT
ExtraHeads vDev - 26
SoulJars vDEV - 24 (git 78d1c6fa)
MobCapturer vDev - 34
FluffyMachines vDev - 4

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.