I try to create a nuspec file to distribute de .NET component usiing a legacy DLL. Here's an extract of the nuspec file. My problem is I can't figure out how to
If i put and iterate in natural order, should I use LinkedHashMap or TreeMap? I will use a Map<int, MyObj>, and I will put them in natural order (1,2,3,..
Is there any way I can separate a List<SomeObject> into several separate lists of SomeObject, using the item index as the delimiter of each split? Let me
I'm trying to initialize a PySpark cluster with a Jupyter Notebook on my local machine running Linux Mint. I am following this tutorial. When I try to create a
I am looking for some help to be pointed in the right direction. I am working on a module to create a VPN from an existing VPC and am running into with from AWS
I have a dataframe and I intend to add a counter column. It should start with a value x and for every new row it should increase incrementally by the same value
I'm trying to set up a local project for decentraland on a Windows 10 machine and I'm facing some issues installing global decentraland dependencies. I found a
I am facing an issue while trying to create a model that another model has a foreign key to and each time an instance is created in the model the model that has