• Houdini Content Library
○ https://www.sidefx.com/contentlibrary/
• 3D Model Haven
○ https://3dmodelhaven.com
• GameDevMarket Free 3D Assets
○ https://www.gamedevmarket.net/category/3d/?type=free
• CGTricks.com
○ 3D Models
| # Example code adapted from Requests-OAuthlib documentation | |
| # https://requests-oauthlib.readthedocs.io/en/latest/examples/real_world_example.html | |
| # Dependencies: pip install flask requests_oauthlib | |
| from requests_oauthlib import OAuth2Session | |
| from flask import Flask, request, redirect, session, url_for | |
| from flask.json import jsonify | |
| import os | |
| app = Flask(__name__) |
| conky.config = { | |
| alignment = 'top_right', | |
| background = false, | |
| border_width = 0.5, | |
| cpu_avg_samples = 4, | |
| default_color = 'white', | |
| default_outline_color = 'grey', | |
| default_shade_color = 'black', | |
| draw_borders = true, | |
| draw_graph_borders = true, |
| #NoEnv | |
| SetBatchLines, -1 | |
| #Include <Socket> | |
| MATRIC_CONFIG_PATH := A_Desktop "\..\Documents\.matric\config.json" | |
| APP_NAME := "AutoHotkey" | |
| API_PORT := 50300 | |
| RESP_PORT := 50301 |
zoomAutenticationTool can be used to escalat| function Initialize-Conda | |
| { | |
| $CONDA_ROOT_DIR = "C:/path/to/Anaconda" # Change this | |
| [System.Environment]::SetEnvironmentVariable("CONDA_EXE", "$CONDA_ROOT_DIR/Scripts/conda.exe", [System.EnvironmentVariableTarget]::Process) | |
| [System.Environment]::SetEnvironmentVariable("_CE_M", "", [System.EnvironmentVariableTarget]::Process) | |
| [System.Environment]::SetEnvironmentVariable("_CE_CONDA", "", [System.EnvironmentVariableTarget]::Process) | |
| [System.Environment]::SetEnvironmentVariable("_CONDA_ROOT", "$CONDA_ROOT_DIR", [System.EnvironmentVariableTarget]::Process) | |
| [System.Environment]::SetEnvironmentVariable("_CONDA_EXE", "$CONDA_ROOT_DIR/Scripts/conda.exe", [System.EnvironmentVariableTarget]::Process) | |
| Import-Module -Scope Global "$Env:_CONDA_ROOT/shell/condabin/Conda.psm1" |
| IPv4 Addr | IPv6 Addr | ASn | Political Region | Loc | Svc | Org |
|---|---|---|---|---|---|---|
| 8.8.8.8 | 2001:4860:4860::8888 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 8.8.4.4 | 2001:4860:4860::8844 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 1.1.1.1 | 2606:4700:4700::1111 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 1.0.0.1 | 2606:4700:4700::1001 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 95.85.95.85 | 2a03:90c0:999d::1 | AS199524 | EU | *W |
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| // Hologram Shader built for World of Zero | |
| Shader "World of Zero/Hologram" | |
| { | |
| Properties | |
| { | |
| _MainTex ("Texture", 2D) = "white" {} | |
| _Color ("Color", Color) = (1, 0, 0, 1) | |
| _Bias("Bias", Float) = 0 | |
| _ScanningFrequency ("Scanning Frequency", Float) = 100 |