| ๆฅๆ: | 2023-12-03 |
|---|---|
| ไฝ: | voluntas |
| ใใผใธใงใณ: | 2023.1 |
| url: | https://voluntas.github.io |
ใใฎ่จไบใ่ฏใใจๆใฃใใใใฎ่จไบใซ Star ใใ้กใใใพใ
| // Creating a node graph editor for Dear ImGui | |
| // Quick sample, not production code! | |
| // This is quick demo I crafted in a few hours in 2015 showcasing how to use Dear ImGui to create custom stuff, | |
| // which ended up feeding a thread full of better experiments. | |
| // See https://github.com/ocornut/imgui/issues/306 for details | |
| // Fast forward to 2023, see e.g. https://github.com/ocornut/imgui/wiki/Useful-Extensions#node-editors | |
| // Changelog | |
| // - v0.05 (2023-03): fixed for renamed api: AddBezierCurve()->AddBezierCubic(). |
| ๆฅๆ: | 2023-12-03 |
|---|---|
| ไฝ: | voluntas |
| ใใผใธใงใณ: | 2023.1 |
| url: | https://voluntas.github.io |
ใใฎ่จไบใ่ฏใใจๆใฃใใใใฎ่จไบใซ Star ใใ้กใใใพใ
่ชๅใใคใณในใใผใซใใใจใ (2022ๅนด9ๆ) ใฎๅ่็จใฎใกใขใงใใ
(ๆ
ๅ ฑใๅคใใชใฃใฆใใๅฏ่ฝๆงใใใใพใ)
**๏ผ๏ผ๏ผ็พๅจใงใฏ ใใๆฐใใ MSYS2/MinGW-w64 UCRT64 (64bit) ใฎ้็บ็ฐๅขใใใใพใ๏ผ๏ผ๏ผ
MSYS2/MinGW-w64 UCRT64 (64bit) ้็บ็ฐๅขใฎใคใณในใใผใซใซใคใใฆใฏใ
ไปฅไธใฎใใผใธใฎๆนใๅ็
งใใ ใใใ
https://gist.github.com/Hamayama/7810d2a1a59a872a2fbc271345151f77
| #!python | |
| # -*- mode: python; Encoding: utf-8; coding: utf-8 -*- | |
| # Last updated: <2016/12/07 20:37:05 +0900> | |
| u""" | |
| PySideใไฝฟใฃใฆใCGใใผใซ็จใๅๆใจใใRubberBandใๅฎ่ฃ . | |
| ่ปใฎ่ก้ฒ(Marching ant)ใ่กจ็คบใ | |
| ใใคใๅข็็ทใฎใใฉใใฐใงใชใตใคใบใงใใไปๆงใๅ ฅใใฆใฟใใ | |
| ๅไฝ็ขบ่ช็ฐๅข : Windows10 x64 + Python 2.7.12 + PySide 1.2.4 |
| ######################################### | |
| # using cell magic | |
| ######################################### | |
| %%HTML | |
| <div align="middle"> | |
| <video width="80%" controls> | |
| <source src="path/to/my.mp4" type="video/mp4"> | |
| </video></div> | |
| ######################################### |
refer to: https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b
{USER}: pi
Install Miniconda 3:
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh
sudo md5sum Miniconda3-latest-Linux-armv7l.sh # (optional) check md5
sudo /bin/bash Miniconda3-latest-Linux-armv7l.sh # -> change default directory to /home/pi/miniconda3
่่ ๏ผ ้ใ้ด๏ผใถใใใ๏ผใใย @bluecrow2
ใใใฏ็ตๅๆตฉใใใฎ้็จใใใฆใใ YukiWiki ใซๅฝๆ Coffee ๆง (้ใ้ด๏ผใถใใใ๏ผใใ๏ผใใใใใฆใใๆ็ซ ใงใใ ใใ 2018 ๅนด 3 ๆ 7 ๆฅใซ YukiWiki ใ้็จๅๆญขใใใใๆถใใฆใใพใใพใใใใใฎ่จไบใฎใใใฏใขใใใงใใ
ไปใฏ 404 ใงใใใใใจใใจใฎ่จไบใฎ URL ใฏ http://www.hyuki.com/yukiwiki/wiki.cgi?%A5%C7%A5%B9%A5%DE%A1%BC%A5%C1%A4%AC%B5%AF%A4%AD%A4%EB%CD%FD%CD%B3 ใซใชใใพใใ
ๆใ่ชๅใใจใฆใๆ้ใๅใใๆ็ซ ใชใฎใงใใใฎใพใพ่ชญใใชใใชใใฎใฏใจใฆใใใฃใใใชใใจๆใใใใใฏใขใใใจใใฆๅ ฌ้ใใฆใใพใใ
| package com.iaandroid.tutsopengles.fbo | |
| import android.graphics.BitmapFactory | |
| import android.opengl.GLSurfaceView | |
| import com.iaandroid.tutsopengles.R | |
| import javax.microedition.khronos.egl.EGLConfig | |
| import javax.microedition.khronos.opengles.GL10 | |
| /** | |
| * Created by dastan on 11/09/2018. |
| #include <BLEAdvertisedDevice.h> | |
| #include <BLEDevice.h> | |
| #include <BLEScan.h> | |
| const int PIN = 2; | |
| const int CUTOFF = -60; | |
| void setup() { | |
| pinMode(PIN, OUTPUT); | |
| BLEDevice::init(""); |
| #include <torch/script.h> // One-stop header. | |
| #include <iostream> | |
| #include <memory> | |
| #include <ATen/ATen.h> | |
| #include "PytorchModel.h" | |
| #include <opencv2/opencv.hpp> | |
| #include <opencv2/imgproc/imgproc.hpp> | |
| #include <opencv2/highgui/highgui.hpp> | |
| #include <opencv2/core/core.hpp> |