jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “java”

6 shown · updated 8s ago · read only
  1. Wrapping a texture on a 3d model (stackoverflow.com)stack

    30 points by jerussanjose in stackoverflow.com · 6m ago · stack

    I'm a beginner with using LibGdx and I want to wrap a texture to a 3d box model I created but I don't properly know how to.. First method I tried to repeat the texture across the top of the box at its original resolution like a grid of individual tiles. right now it just stretch…
    filed under javalibgdx
  2. How to display the logs using APIProduct in WSO2 API Manager (stackoverflow.com)stack

    28 points by Bryan Caliwag in stackoverflow.com · 16m ago · stack

    I am currently testing a custom logging handler in WSO2 API Manager 4.6.0, but the logs are not appearing. I have placed my JAR file in the repository/components/lib directory. I also updated the velocity-template.xml file to include my handler class (com.wso2.apim.handler.APIHi…
    filed under javaloggingwso2
  3. Can we take python code as input in browser and return the output? [closed] (stackoverflow.com)stack

    13 points by Innomight in stackoverflow.com · 4y ago · stack

    I tried some ways but I cannot figure out a way if we can take input (Python Code) in browser (JS) and run the code and return the output online without creating an online compiler? I tried hitting some online interpreters urls with the code but it does not work. I was wondering…
  4. SVG masked progress bar (stackoverflow.com)stack

    12 points by Rafal Lesniak in stackoverflow.com · 5y ago · stack

    Can someone mastered in SVG help me with creating that simple progress bar where the blue color is moving according to a percentage? I tried but with no luck or can be simpler.
    filed under javascripthtmlsvg
  5. javascript query selector and const issue [closed] (stackoverflow.com)stack

    10 points by JGarnie in stackoverflow.com · 6y ago · stack

    hope you can clarify an issue I am having that is driving me crazy: I am trying to get the value of the input "#size" in JS, I am using the command: submit.addEventListener('click', function(e){ document.querySelector('#output').innerHTML = document.querySelector('#size').value;…
    filed under javascript
  6. gRPC connection: use keepAlive or idleTimeout? (stackoverflow.com)stack

    8 points by xialin in stackoverflow.com · 7y ago · stack

    Looking at gRPC Java doc - ManagedChannelBuilder, there're two options to manage the connections. It seems idleTimeout() is the default/preferred configuration. But when I tried to search for a comparison, most of the posts are talking about keepAlive option. I'm curious about w…