I've found in FEIGN-README that I can do stuff like: interface MarketDataRestClient { @RequestLine("GET /api/v1/depth") fun getOrderBook(@QueryMap orde
I want to use a docker image in production to run a Phoenix container, However, since Elixir is just a layer on top of Erlang, it feels like it might be a waste
I have text that I want to parse. The log level for example: This is simple [fail] text So in this case I want to take [fail], so I do it wit
I have a small function for an AI player in Tic-Tac-Toe, but I dont want it to run at all if the player selects the "2 Player" version of the game. function com
So, I have this webpage that I have to do some crawling. Here's what I have to do: I have to go on this page (https://www.digitalocean.com/pricing), click on th
I need to print all phrases from a file (phrases can end in '.', '?' or '!') #include <stdio.h> #include <string.h> #include <stdlib.h> char*
How can I call code when I close page/window alert("its close now"); but not onunload or onbeforeunload, because this also call when refresh I want to call thi
I have the following xml file: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aut="http://"> <soapenv:Header>
I know how to enter fullscreen once it's already loaded in a window. This causes an ugly effect where, when I click its icon, briefly flashes a windowed window