I need to create tables with different number of fields for different users. I want to create a schema for each user, and in it a custom set of tables. I can do
I am trying to make a timer and make it so that when the time gets below 10 seconds the text turns red. I am using backgorund-clip to style my text, but for som
I was assuming that it was possible to do something like: transaction.add(collectionRef,{ uid: userId, name: name, fsTimestamp: firebase.firestore.Timest
Lets say that I have the following geodataframe: import geopandas as gpd from shapely.geometry import LineString line = LineString([(2.2, 4.2), (7.2, -25.1), (
I'm writing an application to upload data for my customer's database. When I tested it on my PC, it works ok but when connecting to the client's database, it ha
I have 2 tables. Table1 has 2 columns, id and city with 4 rows (names of city). id city 1 surabaya 2 jakarta 3 bandung Table2 has 4 columns, id, city, produk
I have configured the both local and global ratelimiting . I am able to get the global ratelimiting metrics using statsd, how can I get the local ratelimiting m
public class Snack { private String id; private String size; private double price; public Snack(String id, String size) { this.id = id; this.siz