I hereby claim:
- I am swong-tyro on github.
- I am swong_tyro (https://keybase.io/swong_tyro) on keybase.
- I have a public key ASA6K-aUJ3wt59eV8zkTm1hQTa4AfcvOtOh-uZx6X1YjWwo
To claim this, I am signing this object:
# HOMEWORK: Functions | |
# Read carefully until the end before you start solving the exercises. | |
# Basic Function | |
# Define a basic function that only prints Hello. Create the definition using def and the call that executes it. | |
def print_hello(): | |
print('Hello') | |
print_hello() |
__kernel void vadd(__global const uint* A, __global const uint* B, __global uint* C) { | |
size_t idx = get_global_id(0); | |
C[idx] = A[idx] + B[idx]; | |
} |
https://aap-ledgrere-info.gitbook.io/us | |
https://aauth---g-crypto--s-app.gitbook.io/us | |
https://aauth---kcoquiinin.gitbook.io/us | |
https://aauth--home-kucoien.gitbook.io/us | |
https://aauth-help--trezzrsute.gitbook.io/us | |
https://aauth-ledgerdesktop.gitbook.io/us | |
https://aauth-liveleedgerstart.gitbook.io/us | |
https://aauth-sso-ku-kcoquiin--web.gitbook.io/us | |
https://aauth-stairt-trrzor.gitbook.io/us | |
https://aauth-start--trizourr.gitbook.io/us |
# Homework: Loops | |
# 🔥Read carefully until the end before you start solving the exercises🔥 | |
# Practice the Basics 💪🏻 | |
# You can uncomment or type the necessary code on each task | |
# --------------------------------------------------------------------- | |
# Task 1. Create a basic for loop |
I hereby claim:
To claim this, I am signing this object:
https://indianf.com/how-does-lifestyle-fuel-an-epidemic-of-mental-health-illnesses/# |
#include <iostream> | |
#include <opencv2/opencv.hpp> | |
#include <stdio.h> | |
#define RETURN_IF_FAILED(COND, RETVAL, MSG) if (!(COND)) { std::cerr << MSG << std::endl; return RETVAL; } | |
int run() { | |
cv::dnn::Net model = cv::dnn::readNet("models/yolov8s_pose_refine.onnx"); | |
RETURN_IF_FAILED(!model.empty(), -1, "Cannot load model!"); | |
[alias] | |
st = status | |
sts = status -s | |
sw = switch | |
co = checkout | |
ci = commit | |
br = branch -a | |
re = remote | |
di = diff | |
dump = cat-file -p |