Coder Social home page Coder Social logo

sexyeditor's Issues

Better file list

Remove editable file list field and add jlist instead.

Original issue reported on code.google.com by igor.spasic on 18 Dec 2007 at 12:33

memory leak

What steps will reproduce the problem?
1. open different files within a project and see memory increasing
2. close project and a huge amount of memory keeps in use
3. repeat step 1 and you'll see the out of memory message

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
1.1, Idea 7.0.2, on linux

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Feb 2008 at 10:10

Does not attract hot-looking females.

What steps will reproduce the problem?
1. Install plugin
2. Wait couple weeks
3. See result

What is the expected output? What do you see instead?

Females did not mention it at all, they don't even visit my office.

What version of the product are you using? On what operating system?

Latest, windows

Please provide any additional information below.

What am I doing wrong?

Original issue reported on code.google.com by [email protected] on 10 Jan 2013 at 9:38

Support for Rubymine (and other IDEA editor derivatives)

Not sure why this plugin does not work with Rubymine, hopefully the plugin 
facility is similar enough...

Will have a look and see what I can find.

Original issue reported on code.google.com by kimptoc on 20 Jan 2011 at 1:49

ClassCastException after IDEA update to 14.0.2

What steps will reproduce the problem?
1. Upgrade to IDEA 14.0.2
2. Restart IDEA
3. see error in Event Log: 
2:03:36 PM ClassCastException: sun.awt.image.BufImgSurfaceData cannot be cast 
to sun.java2d.xr.XRSurfaceData
2:04:06 PM ClassCastException: sun.awt.image.BufImgSurfaceData cannot be cast 
to sun.java2d.xr.XRSurfaceData
4. images that were displaying without issue before the update are no longer 
displaying.

What is the expected output? What do you see instead? I expect to see my images 
displaying as configured.  Instead of images, I see a ClassCastException in the 
Event Log output for the IDE.


What version of the product are you using? On what operating system?
Sexy Editor 1.2
IDEA 14.0.2
Ubuntu (Gnome flavor) 14.10


Please provide any additional information below.
I know this is a compatibility issue between the IDEA upgrade and the Sexy 
Editor... I just wanted to let you guys know about it!  Happy bug-fixing!

Original issue reported on code.google.com by [email protected] on 8 Dec 2014 at 10:32

Exception occurs when I start to debug in Tomcat

Stacktrace:

No message
java.lang.NullPointerException
at net.intellij.plugins.sexyeditor.SexyEditorListener.editorCreated
(SexyEditorListener.java:34)
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:87)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:33)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:64)
at $Proxy24.editorCreated(Unknown Source)
at com.intellij.openapi.editor.impl.EditorFactoryImpl.a
(EditorFactoryImpl.java:9)
at com.intellij.openapi.editor.impl.EditorFactoryImpl.createViewer
(EditorFactoryImpl.java:70)
at com.intellij.execution.impl.ConsoleViewImpl.f(ConsoleViewImpl.java:74)
at com.intellij.execution.impl.ConsoleViewImpl.access$1000
(ConsoleViewImpl.java:180)
at com.intellij.execution.impl.ConsoleViewImpl$6.compute
(ConsoleViewImpl.java:1)
at com.intellij.execution.impl.ConsoleViewImpl$6.compute
(ConsoleViewImpl.java:3)
at com.intellij.openapi.application.impl.ApplicationImpl$12.run
(ApplicationImpl.java:2)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction
(ApplicationImpl.java:286)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction
(ApplicationImpl.java:105)
at com.intellij.execution.impl.ConsoleViewImpl.e(ConsoleViewImpl.java:328)
at com.intellij.execution.impl.ConsoleViewImpl.getComponent
(ConsoleViewImpl.java:229)
at com.intellij.javaee.run.configuration.view.J2EEConsoleView.getComponent
(J2EEConsoleView.java:95)
at com.intellij.debugger.ui.DebuggerSessionTab.a
(DebuggerSessionTab.java:153)
at com.intellij.debugger.ui.DebuggerSessionTab.attachToSession
(DebuggerSessionTab.java:97)
at com.intellij.debugger.ui.DebuggerPanelsManager.attachVirtualMachine
(DebuggerPanelsManager.java:38)
at com.intellij.debugger.impl.GenericDebuggerRunner.doExecute
(GenericDebuggerRunner.java:46)
at com.intellij.execution.runners.RunStrategyImpl$3.run
(RunStrategyImpl.java:1)
at com.intellij.execution.impl.ExecutionManagerImpl$1.run
(ExecutionManagerImpl.java:8)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run
(LaterInvocator.java:12)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:10)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:87)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
at java.awt.EventDispatchThread.pumpOneEventForFilters
(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter
(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121).

Original issue reported on code.google.com by [email protected] on 19 Dec 2007 at 4:47

PHPStorm Support?

It doesn't seem to work in PHPStorm - so I was wondering if it was supported, since it is in the PHPStorm plugin repo.

Thanks!

Scrollable Image

What steps will reproduce the problem?
1. I'm reporting a feature enhancement bug
2. Load the reference file I attached into Sexy Editor
3. Scroll down
4. Image doesn't scroll with text

What is the expected output? What do you see instead?

I would like it to the image to scroll with text/scrollbar, so that the full 
keymap can be seen from the editor.

What version of the product are you using? On what operating system?

Linux x64

Please provide any additional information below.

The original image with 3 separate columns can be used, but it is difficult to 
read the code and keymap background both even with transparency. For me, a 
column on the right doesn't have much if any overlapping text.

I liked this example and tried to extend it to show all of the keymap: 

https://code.google.com/p/idea-sexyeditor/wiki/ExampleKeymap

Original issue reported on code.google.com by [email protected] on 12 Feb 2013 at 9:41

Attachments:

java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null

I'm using this plugin on IDEA 2023.1.2 New UI, some bug occured during opening the setting page (Editor -- Sexy Editor) and it just can't open.
image

java.lang.ExceptionInInitializerError at com.github.igr.sexyeditor.ui.PositionComboBoxRenderer.<init>(PositionComboBoxRenderer.kt:13) at com.github.igr.sexyeditor.ui.EditorConfigUI.createPositionComboBox(EditorConfigUI.kt:159) at com.github.igr.sexyeditor.ui.EditorConfigUI.<init>(EditorConfigUI.kt:73) at com.github.igr.sexyeditor.ui.EditorConfigPanel.<init>(EditorConfigPanel.kt:7) at com.github.igr.sexyeditor.ui.SexyEditorConfigUI.<init>(SexyEditorConfigUI.kt:35) at com.github.igr.sexyeditor.ui.SexyEditorConfigPanel.<init>(SexyEditorConfigPanel.kt:5) at com.github.igr.sexyeditor.config.SexyEditorSettingsConfigurable.createComponent(SexyEditorSettingsConfigurable.kt:26) at com.intellij.openapi.options.ex.ConfigurableWrapper.createComponent(ConfigurableWrapper.java:177) at com.intellij.openapi.options.ex.ConfigurableCardPanel.lambda$createConfigurableComponent$4(ConfigurableCardPanel.java:116) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:891) at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:69) at com.intellij.openapi.options.ex.ConfigurableCardPanel.createConfigurableComponent(ConfigurableCardPanel.java:112) at com.intellij.openapi.options.ex.ConfigurableCardPanel.create(ConfigurableCardPanel.java:60) at com.intellij.openapi.options.newEditor.ConfigurableEditor$1.create(ConfigurableEditor.java:57) at com.intellij.openapi.options.newEditor.ConfigurableEditor$1.create(ConfigurableEditor.java:54) at com.intellij.ui.CardLayoutPanel.createValue(CardLayoutPanel.java:73) at com.intellij.ui.CardLayoutPanel.select(CardLayoutPanel.java:101) at com.intellij.ui.CardLayoutPanel.lambda$selectLater$0(CardLayoutPanel.java:132) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831) at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:456) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:79) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:122) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:41) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:788) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:731) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:758) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:667) at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$7(IdeEventQueue.kt:571) at com.intellij.openapi.application.impl.ApplicationImpl.withoutImplicitRead(ApplicationImpl.java:1446) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:571) at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:68) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:349) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:348) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:348) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:343) at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:995) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113) at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:995) at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$4(IdeEventQueue.kt:343) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:385) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:121) at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:191) at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:236) at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:234) at java.base/java.security.AccessController.doPrivileged(AccessController.java:318) at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:234) at java.desktop/java.awt.Dialog.show(Dialog.java:1080) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:741) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:466) at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1675) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1633) at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:90) at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:60) at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:47) at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:333) at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:307) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:356) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:307) at com.intellij.openapi.actionSystem.ex.ActionUtil.invokeAction(ActionUtil.java:532) at com.intellij.ui.popup.ActionPopupStep.performAction(ActionPopupStep.java:252) at com.intellij.ui.popup.ActionPopupStep.lambda$onChosen$1(ActionPopupStep.java:229) at com.intellij.ui.popup.AbstractPopup.lambda$dispose$17(AbstractPopup.java:1618) at com.intellij.openapi.wm.impl.FocusManagerImpl.lambda$doWhenFocusSettlesDown$3(FocusManagerImpl.java:172) at com.intellij.util.ui.EdtInvocationManager.invokeLaterIfNeeded(EdtInvocationManager.java:33) at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.kt:187) at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.kt:153) at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:168) at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:162) at com.intellij.ui.popup.AbstractPopup.dispose(AbstractPopup.java:1616) at com.intellij.ui.popup.WizardPopup.dispose(WizardPopup.java:165) at com.intellij.ui.popup.list.ListPopupImpl.dispose(ListPopupImpl.java:391) at com.intellij.ui.popup.PopupFactoryImpl$ActionGroupPopup.dispose(PopupFactoryImpl.java:290) at com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:127) at com.intellij.openapi.util.ObjectTree.executeAll(ObjectTree.java:159) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:264) at com.intellij.openapi.util.Disposer.dispose(Disposer.java:252) at com.intellij.ui.popup.WizardPopup.disposeAllParents(WizardPopup.java:273) at com.intellij.ui.popup.WizardPopup.disposeAllParents(WizardPopup.java:275) at com.intellij.ui.popup.list.ListPopupImpl.disposePopup(ListPopupImpl.java:485) at com.intellij.ui.popup.list.ListPopupImpl.handleNextStep(ListPopupImpl.java:512) at com.intellij.ui.popup.list.ListPopupImpl._handleSelect(ListPopupImpl.java:479) at com.intellij.ui.popup.list.ListPopupImpl.handleSelect(ListPopupImpl.java:426) at com.intellij.ui.popup.list.ListPopupImpl$MyMouseListener.mouseReleased(ListPopupImpl.java:680) at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:298) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6656) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3385) at com.intellij.ui.popup.list.ListPopupImpl$MyList.processMouseEvent(ListPopupImpl.java:745) at java.desktop/java.awt.Component.processEvent(Component.java:6421) at java.desktop/java.awt.Container.processEvent(Container.java:2266) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5026) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2804) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:790) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:731) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:763) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:761) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:760) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:667) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.kt:615) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:570) at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:68) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:349) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:348) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:348) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:343) at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:995) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113) at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:995) at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$4(IdeEventQueue.kt:343) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:831) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:385) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92) Caused by: java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "location" is null at java.desktop/javax.swing.ImageIcon.<init>(ImageIcon.java:234) at com.github.igr.sexyeditor.ui.PluginIconsKt.actionIconOf(PluginIcons.kt:43) at com.github.igr.sexyeditor.ui.PluginIconsKt.access$actionIconOf(PluginIcons.kt:1) at com.github.igr.sexyeditor.ui.PluginIcons.<clinit>(PluginIcons.kt:7) ... 141 more

Sexy Editor Version: 3.0.0

IntelliJ IDEA 2023.1.2 (Ultimate Edition)
Build #IU-231.9011.34, built on May 16, 2023
Runtime version: 17.0.6+10-b829.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

The picture cannot be displayed in full screen

In this version 2.1, after using Android studio to install the plug-in in the MAC 10.13.4 operating system, no matter how the corresponding image zooming was set, no change was made in the display.
Can you take a look at it? Thank you very much!

"java.util.ConcurrentModificationException" occurs periodically

java.util.ConcurrentModificationException
	at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:806)
	at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:839)
	at net.intellij.plugins.sexyeditor.BackgroundConfiguration.lambda$createThread$0(BackgroundConfiguration.java:290)
	at java.lang.Thread.run(Thread.java:745)

Sexy Editor Version: 2.1

IntelliJ IDEA 2018.2 (Community Edition)
Build #IC-182.3684.101, built on July 24, 2018
JRE: 1.8.0_152-release-1248-b8 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.9.0-3-amd64

Draw Image under text

Hi! Can you draw image under the text, not over? Now text looks like it have an alpha.

[improvement] - "zoom to fit" display option

An option to display the background zoomed would be great: I have big images, so I only see a portion of them... An option that would fit the display area at 100% of image height or width, so the image is always mostly 100% visible should be great ! I think it's called "zoom to fit" in some oses.

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.