I have to stripe with two products and cards and bank payments allowed. Whenever a customer subscribe to the product I have to charge them and I have to dynamic
This is my config init.vim : https://github.com/NeuralNine/config-files/blob/master/init.vim when i do :TerminalSplit bash i get the terminal in this process wh
I am quite new to tensorflow so I was following along with this guide to setting up tensorflow on windows: https://github.com/jeffheaton/t81_558_deep_learning/b
It turns out that I need to create databases every year incrementally and automatically with their corresponding fields and tables, since , I need each database
If you use the watchdog module, you can even detect events in the local storage and send messages like Slack. The problem is, I want to detect an event that occ
I have a JTable and a TableRowSorter which I'd like to sort columns by sorting order for example if i have this table (3,3,1) (4,3,2) (2,4,3) (1,2,4) (5
I have two tables Products and Userproducts. Products table having columns: id,name,description and Userproducts table have following columns id,user_id,product
For a simple prototype program, I am using NLog with ColoredConsole and File targets, with simple layouts (see configuration file below). And I am using @ opera