Use Powershell
$ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All| { | |
| "recommendations": [ | |
| "CoenraadS.bracket-pair-colorizer", | |
| "mikestead.dotenv", | |
| "oderwat.indent-rainbow", | |
| "robertohuertasm.vscode-icons", | |
| "esbenp.prettier-vscode", | |
| "jsynowiec.vscode-insertdatestring", | |
| "alefragnani.project-manager", | |
| "codezombiech.gitignore", |
| def calc_allocations(self, date, quantity, cap): | |
| """Figure out ideal allocations for a given date""" | |
| # { | |
| # coin_name: (percent_allocation, data) | |
| # } | |
| top_market = self.get_top_market(date, quantity) | |
| total_cap = sum([coin.market_cap for coin in top_market]) | |
| allocations = [{ |
I hereby claim:
To claim this, I am signing this object:
| # Easing Library | |
| # This is a Godot Script (GDScript) (http://www.godotengine.org/) port of the Robert Penner's equations for easing. You can find much more information about it on http://robertpenner.com/easing/. | |
| # This library is based off: | |
| # * https://github.com/EmmanuelOga/easing | |
| # * https://github.com/jesusgollonet/processing-penner-easing | |
| # Disclaimer for Robert Penner's Easing Equations license: |
| /* | |
| The MIT License(MIT) | |
| Copyright(c) 2016 Jan Schulte @ http://github.com/impmja | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |