Doing some testing with Hyperledfer Fabric, I'm doing the task of creating a new identity with a wrong type, to then practice modifying the identity. However, w
i have spark3 installed in my kubernetes cluster ( I used bitnami ), for zeppelin i tired to install it using this tutorial https://zeppelin.apache.org/docs/0.1
We've ran into an issue where we have the db backed up, but migrations got out of sorts and as a result there are a lot of GraphQL queries in our frontend code
So in MSSQL I can execute ad-hoc SQL statements e.g. if exists (select 1 from sys.databases where [name] = 'Admin') begin print('do something '); create
I want to create a list of dates, starting with today, and going back an arbitrary number of days, say, in my example 100 days. Is there a better way to do it t
I need to be able to read a folder on a server and bring all the files that have the TXT extension. I'm working with react-native and EXPO Could anyone help me?
I'm developing in AWS Cloud9, and have a basic "Hello, World" API set up using Lambda. Now I would like to iterate so that the API can accept parameters. Cloud
public class Foo<T> where T:struct, Enum, Iimmutable public class Bar<T>:Foo<T> where T:Iimmutable //No public class Bar:Foo<Iimmutable>
I would like to know how to create a Python function inside another Python function using C? Try something like this: static PyObject *func(PyObject *self, PyOb