- google/fb feeds connected to shopify via feed app
- setup custom tags in google tag manager with Niddocks app/verona tags export
- setup google/fb test ad campaigns
while(true) | |
grab html content from https://www.moncashwebservice.com/sms/SimServerCurlContentForGrep.asp | |
check for the phrase "no boxes connected to this bearerbox!" | |
if present, restart computer and script | |
else sleep 5 minutes |
FROM openjdk:11 as builder | |
COPY . . | |
RUN ./gradlew jar | |
FROM openjdk:11 | |
COPY --from=builder /build/libs/pipeline-server.jar ./pipeline-server.jar |
version: '3' | |
services: | |
backend_db: | |
image: postgres:latest | |
ports: | |
- 0000:0000 | |
environment: | |
- POSTGRES_USER= | |
- POSTGRES_PASSWORD= | |
- POSTGRES_DB= |
I'm an active trader. Right now, I need to constantly monitor my position for a trade trigger. | |
I would like to automate this process so I can walk away from my computer. If my trigger is met, I'd like to receive an email. | |
I have access to "BidPrice" in an excel sheet. With VBA or python, I'd like to do the following: | |
if BidPrice > target | |
send me an email | |
Here's info data you have to work with: <data link> |
import heapq | |
# O(len(jobs) log len(jobs)) time | |
# O(len(jobs)) space | |
def min_required_VMs(jobs: list[list[int]]) -> int: | |
""" | |
- job = [start,end) where e is exclusive | |
- jobs are not sorted | |
- 0<start<23 | |
- 1<end<24 |
Gameplan to $100k job in 5 months: