Wanna have a rotating planet?
Prerequisites:
- Shaders
- Trigonometry
- Magic
| From b6dda3c00890a63232932b43e5ffff2b6e3bc29d Mon Sep 17 00:00:00 2001 | |
| From: 4aiman Konsorumaniakku <4aiman@inbox.ru> | |
| Date: Sun, 22 Nov 2015 23:42:42 +0300 | |
| Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= | |
| =?UTF-8?q?=D0=BD=D1=8B=20read-only=20textarea'=D0=B8=20=D1=81=20=D0=B0?= | |
| =?UTF-8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81?= | |
| =?UTF-8?q?=D0=BE=D0=BC=20=D1=82=D0=B5=D0=BA=D1=81=D1=82=D0=B0=20(ro=5Ftex?= | |
| =?UTF-8?q?tarea)?= | |
| MIME-Version: 1.0 | |
| Content-Type: text/plain; charset=UTF-8 |
Build FFmpeg and libva with decode and encode hardware acceleration on an Intel-based validation testbed:
Build platform: Ubuntu
Install baseline dependencies first
sudo apt-get -y install autoconf automake build-essential libass-dev libtool pkg-config texinfo zlib1g-dev
| local ecs = require "ecs" | |
| local collision = require "collision" | |
| local components = require "components" | |
| local utils = require "utils" | |
| local clamp = lume.clamp | |
| --- Updates entity physics. | |
| local MovementSystem = ecs.createSystem("Movement", "pos", "motion") |
| # -*- coding: utf-8 -*- | |
| import requests | |
| import time | |
| def main(): | |
| header = {"Client-ID": "тут ID клиента"} | |
| url = ("https://api.twitch.tv/kraken/channels/4aiman/follows") | |
| response = requests.get(url, headers = header) | |
| response_json = response.json() |
GOG
| function distance( x1, y1, x2, y2 ) | |
| return math.sqrt( (x2-x1)^2 + (y2-y1)^2 ) | |
| end |
Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.
Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.
Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.
Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s
| <div class="container"> | |
| <h1>Find. Connect. Do.</h1> | |
| <h2>Find and do a physical activity with someone in your area.</h2> | |
| <div class="slider"> | |
| <h3>Take a leisurely jog in the park…together</h3> | |
| <h3>Try a spin class...together</h3> | |
| <h3>Take a bike ride around the city...together</h3> | |
| <h3>Go for an indoor tennis practice...together</h3> | |
| </div> | |
| </div> |
| obs = obslua | |
| source_name = "" | |
| death = 0 | |
| hotkey_id = obs.OBS_INVALID_HOTKEY_ID | |
| -- Function to set the time text | |
| function set_text() | |
| local source = obs.obs_get_source_by_name(source_name) | |
| if source ~= nil then | |
| local settings = obs.obs_data_create() |