I'm not a coder but doing my best :) I have made some code for tradingview where I use ema's and hoffman strategy to open and close orders. First it was an indi
here is an assembly program written in emu8086 esimulator. .MODEL SMALL .STACK .DATA msg db 10,13,"i am being called from the macro$" .CODE MOV AX, @DATA MOV D
I wanted to convert some Japanese word to vector so that I can train the model for prediction. For that I downloaded pretrained models from Here. import gensim
How to simplify this to be more small from tkinter import * from random import randint from tkinter import ttk import tkinter as tk import random, os Thanks
I'm creating an app with react-native. I also have a node server that can get data from a PostgreSQL database. Now I have to launch the app and the server with
How to write a go program such that it has a simple doc for it example package HelloWorld import "fmt" func HelloWorld() { fmt.Println("hello world") } a
I'm trying to click an href element using cypress I've wondered if I can access it by its content ex: <a href=example.com>CONTENT</a> but I couldn'
When using Python strftime, is there a way to remove the first 0 of the date if it's before the 10th, ie. so 01 is 1? Can't find a %thingy for that? Thanks!
Need a moving indicator to show the value of particular color in horizontal bar when i move the indicator it should show the respectedcoloured value. Any one he