| import { ExchangeService, ExchangeVersion, WebCredentials, Uri, DateTime, CalendarView, WellKnownFolderName, EwsLogging } from "ews-javascript-api"; | |
| import credentials = require("./credentials"); //for username and password | |
| EwsLogging.DebugLogEnabled = false; | |
| var service = new ExchangeService(ExchangeVersion.Exchange2010); | |
| service.Credentials = new WebCredentials(credentials.userName, credentials.password); | |
| service.Url = new Uri("https://outlook.office365.com/Ews/Exchange.asmx"); | |
| var view = new CalendarView(DateTime.Now.Add(-1, "week"), DateTime.Now); // appointments in last one week. | 
| 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() | 
| <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> | 
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 Startupbox.
- 
Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s 
| function distance( x1, y1, x2, y2 ) | |
| return math.sqrt( (x2-x1)^2 + (y2-y1)^2 ) | |
| end | 
GOG
- A.D. 2044
- Akalabeth: World of Doom
- Arcanum: Of Steamworks and Magick Obscura
- Armikrog
- Bio Menace
- Carmageddon TDR 2000
- CAYNE
- Deponia
| # -*- 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() | 
| 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") | 
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