- References
- Dependency
unittest2
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """Example of thread pool | |
| https://docs.python.org/3/library/concurrent.futures.html | |
| https://docs.python.org/3/library/multiprocessing.html | |
| """ | |
| import concurrent.futures as confu | |
| import multiprocessing.pool as mpp | |
| import time |
| # Baseball Game | |
| # By: Sergio Camalich | |
| # Website: www.camali.ch | |
| # Import modules | |
| import sys | |
| import random | |
| import time | |
| # Playing? |
| Install new VMware Workstation Pro 16 or upgrade from 15 by download below as trial version first: | |
| https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html | |
| After install or upgrade just insert the key and enjoy. | |
| *No virus | |
| *No spam just license key | |
| ZF3R0-FHED2-M80TY-8QYGC-NPKYF --->> This key is 100% worked for me | |
| YF390-0HF8P-M81RQ-2DXQE-M2UT6 |
| After install or upgrade just insert the key and enjoy. | |
| ZF3R0-FHED2-M80TY-8QYGC-NPKYF | |
| YF390-0HF8P-M81RQ-2DXQE-M2UT6 | |
| ZF71R-DMX85-08DQY-8YMNC-PPHV8 | |
| AZ3E8-DCD8J-0842Z-N6NZE-XPKYF | |
| FC11K-00DE0-0800Z-04Z5E-MC8T6 | |
| Enjoy! |
| VMware Workstation Pro 16.x Serials | |
| YA7RA-F6Y46-H889Z-LZMXZ-WF8UA | |
| ZV7HR-4YX17-M80EP-JDMQG-PF0RF | |
| UC3XK-8DD1J-089NP-MYPXT-QGU80 | |
| GV100-84W16-M85JP-WXZ7E-ZP2R6 | |
| YF5X2-8MW91-4888Y-DNWGC-W68TF | |
| AY1XK-0NG5P-0855Y-K6ZXG-YK0T4 | |
| VMware Workstation Player 16.x Serials |
| import unittest | |
| '''Write a function: | |
| def solution(A) | |
| that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. | |
| For example, given A = [1, 3, 6, 4, 1, 2], the function should return 5. | |
| Given A = [1, 2, 3], the function should return 4. | |
| Given A = [−1, −3], the function should return 1. |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter_dialogflow/dialogflow_v2.dart'; | |
| void main() => runApp(new MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return new MaterialApp( | |
| title: 'Example Dialogflow Flutter', |
unittest2
All right reserved to CodeCademy.com and dotnettricks.com
Notice: This started as a Cheat Sheet, then extended to be so long! (I didn't expected that!).
See all available environment variables: https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html
export AWS_DEFAULT_REGION=us-west-2