Giter Site home page Giter Site logo

exude's Introduction

Hi ๐Ÿ‘‹, I'm Uttesh

Coding Is Infinite Learning !!!

I am a full-stack developer, passionate about coding, most of the time I will be going through the new technology trends and trying to develop POCs, libraries and contribute to the open-source projects.

  • ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป Currently working on building bots and libraries.
  • ๐Ÿ˜Š Working on IoT/Raspberry Pi POC and products
  • ๐Ÿค Learning about AI/ML analytics and data science.
  • ๐Ÿ˜Š Willing to contribute to open-source development projects.
  • ๐Ÿ’ฌ I'm happy to help on development, resolving issues and providing suggestions.
  • ๐Ÿ“ซ How to reach me: [email protected].
๐Ÿค To connect with me

Visits Badge Repos Badge

๐Ÿ’ป My Skillset

Uttesh's Github Stats

Latest News

The First Spell app has a flash card-based UI design, allowing children to focus on the learning material without being distracted by unnecessary elements. The app covers topics suitable for pre-KG/KG students between 3-6 age, and we will continue to add high-quality content periodically to keep the app engaging and up-to-date

Google play store link FirstSpell

Vaccine Vs Virus Game

Created a mobile game "Vaccine Vs Virus", where user need to vaccinate the people before virus spreads

Google play store link Vaccine Vs Virus

Vaccination slot finder bot

Created asimple vaccination slot finder bot mobile app to notify the user on the availability of the slot.

Google play store link Vaccination slot finder bot

exude's People

Contributors

uttesh avatar uttesh-rivet avatar

Stargazers

 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

exude's Issues

Compilation Failed To Complete

When I add your library in my project, I am getting this error.

Program type already present: org.apache.commons.logging.Log
Message{kind=ERROR, text=Program type already present: org.apache.commons.logging.Log, sources=[Unknown source file], tool name=Optional.of(D8)}

Can you help me with this problem?

1

2

Swear Words filter seems to be overmatching

There seems to be an issue with the swear words filter overmatching. Words that I have found that are counted as swear words include: ("me", "and", "an")

Example:
ExudeData.getInstance().getSwearWords("crap this is me and my friend");
image

data is not cleared

ExudeData.getInstance() is used as a singleton, filtering two separate texts from stop words is not possible because there is no public method in ExudData that allows the data in ExudRequest to be cleared

Add a feature not to remove emoticons or emojis from text

Example: "Simple and fast Has the most intuitive controls and options for custom settings :-) "
When this line is processed using the library all the punctuation marks are removed. So this also removes the smiley at the end of sentence. Need a feature where this type of emojis will not be removed. it would be really great. Please look into it. Thank you

android compatibility issue

Great and useful work but if I try to use this jar with android then I got below error while building.

More than one file was found with OS independent path 'com/uttesh/data/swear_en.properties'

500 internal server error when ran with tomcat 8.5, works fine standalone but breaks application on launch while using on server

threw exception [org.glassfish.jersey.server.ContainerException: java.lang.AbstractMethodError: javax.ws.rs.core.Response$ResponseBuilder.status(ILjava/lang/String;)Ljavax/ws/rs/core/Response$ResponseBuilder;] with root cause
java.lang.AbstractMethodError: javax.ws.rs.core.Response$ResponseBuilder.status(ILjava/lang/String;)Ljavax/ws/rs/core/Response$ResponseBuilder;
at javax.ws.rs.core.Response$ResponseBuilder.status(Response.java:921)
at javax.ws.rs.core.Response.status(Response.java:592)
at javax.ws.rs.core.Response.status(Response.java:603)
at javax.ws.rs.core.Response.noContent(Response.java:747)
at org.glassfish.jersey.server.model.internal.VoidVoidDispatcherProvider$VoidToVoidDispatcher.doDispatch(VoidVoidDispatcherProvider.java:84)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:103)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:493)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:415)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:104)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:277)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:272)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:268)
at org.glassfish.jersey.internal.Errors.process(Errors.java:316)
at org.glassfish.jersey.internal.Errors.process(Errors.java:298)
at org.glassfish.jersey.internal.Errors.process(Errors.java:268)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:289)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:256)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:703)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:416)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:370)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:389)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:342)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:229)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:800)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1471)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)

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.