I have the following sample java class that I want to convert to jasmin: public class JavaModel { public int main() { int a = 0; int b = 5; if(a <
I am building a simple web app that allows users to search the stats of a player in a video game. Here is my code let player = []; let proxy = "https://cors
I tried to apply memento pattern to include undo/redo functions in my tex editor app. Let's say it is simplified version :). So far, I haven't figured out how t
I am trying to process multiples CSV files, editing one by one, and export each file in other directory with a new suffix in the file name. I don´t want t
Using excel trying to filter data using pandas Using 3 columns name , priority , created date of tickets by implementing groupby functionality df.groupby("NAME"
The code below is mostly copy-pasted from the apache beam docs. Still not able to figure out this error. Also, I am trying to learn beam. Can somebody suggest s
I implemente select2 in a select as the official documentation indicates and I can't get it to work in full. <div> <div wire:ignore> <select
When i post new data i want to check create new man object and dok object related to man objects but if man object alredy exist i want to append related dok t