model = Sequential() model.add(Conv2D(128, (3, 3), activation='relu', input_shape=(64, 64, 3), padding='same')) model.add(MaxPooling2D(pool_size=(2, 2))) mode
I am using python ccxt module to create a sell order in some binance account. First I create the exchange client import ccxt exchange = ccxt.binance( { 'apiKey'
I have a working .bash_profile startup script like so: if [ -f ~/.bashrc ]; then . ~/.bashrc fi PATH=$PATH:$HOME/bin export PATH while true; do ./xxx
Have a situation where I'm trying to calculate start, end time and time spent in different areas in a location. I have the data with timestamp and the location
I am trying to migrate project from cats-effect 2 to cats-effect 3, i am using doobie for interacting with database. Previously i could lift ConnectionIO to IO
I am using below code to move a view inside boundaries of superview, it works fine but I want to use auto layout instead. Below are the initial constraints move
I have BottomNavigationView where i display fragments and i have adapter named FavoriteRecViewAdapter related on FavoritFragment.java, i need to reload FavoritF
I recently encountered an TCP related issue and hope someone could shed some light on it. I have an application1 in container1/pod1 that is connected to a serve
I am trying to generate the movement of a point on the video, this requires a sensitivity equal to the millisecond, but when I execute the command the point man