I'm using Spring Kafka integration and I've my own value generic serializer/deserializer as shown below Serializer: public class KafkaSerializer<T>
please dont hurt me for this question... I know it is not the ideal way to handle mass data- but I need to try... I got a folder with 10 csv Files which are alw
def monsterchoice(): x = random.randint(0,6) s = random.randint(0,5) if x > 3: s = int(s*5) return s e
I am launching a container to issue some command on the host machine files. This is done via a shell script: echo "--- Starting container" container_id=$(docker
I'm actually not event sure how to phrase the question correctly. From a code generator I get the following interface as an input for an API request: interface
This is my code for true on everything but empty string, null and false: if (routeinfo["no_route"] == "" || routeinfo["no_route"] == null || routeinfo["no_rout
I'm developing a scheduling app for broadcasting people involved in the olympic wintergames in China. They are supposed to be able to choose different timezones
I'm pretty brand new to R, so please excuse any R grammer errors here... I have a 19 question likert survey saved in a data frame (19 columns). The responses a
I am implementing a custom keyboard and therefore use an input method service. In the onStartInput() method I am able to identify the app, the keyboard is used