I'm working with some app in shiny and I have a little issue with selectInput(). First the code for reprex: library(shiny) library(tidyverse) library(shinydashb
This is my code: set str=one.two.three.four for /f "tokens=* delims=." %%a in ("%str%") do ECHO "%%a " I want to iterate all tokens without delimiter, so, in t
I have a pandas DataFrame with the following data and columns. I am trying to create new observations and rows of data. import pandas as pd df = pd.DataFrame({
I want to run a Ruby on rails server, but a certain gem doesn't want to install. This rails program is not compatible with ruby 2.0, so I want to use ruby 1.9.3
I created a digital ocean storage space. The url of the space is as https://storagespace.nyc3.digitaloceanspaces.com However, when I click on the url to open on
I change from "const socketio = require("socket.io-client");" to "const socketio = require("socket.io");" but it is not working. the third pic is Back-end and f
I have a condition where I wrap the @username values in an anchor to make them clickable const text = 'test @username' const replaced = text.replace(/(@[a-z_\d]