This goes with the Traversy Media Scrapy tutorial on YouTube
pip install scrapy
| // Creating a node graph editor for ImGui | |
| // Quick demo, not production code! This is more of a demo of how to use ImGui to create custom stuff. | |
| // Better version by @daniel_collin here https://gist.github.com/emoon/b8ff4b4ce4f1b43e79f2 | |
| // See https://github.com/ocornut/imgui/issues/306 | |
| // v0.03: fixed grid offset issue, inverted sign of 'scrolling' | |
| // Animated gif: https://cloud.githubusercontent.com/assets/8225057/9472357/c0263c04-4b4c-11e5-9fdf-2cd4f33f6582.gif | |
| #include <math.h> // fmodf | |
| // NB: You can use math functions/operators on ImVec2 if you #define IMGUI_DEFINE_MATH_OPERATORS and #include "imgui_internal.h" |
| public class Script_Instance : GH_ScriptInstance | |
| { | |
| #region Utility functions | |
| /// <summary>Print a String to the [Out] Parameter of the Script component.</summary> | |
| /// <param name="text">String to print.</param> | |
| private void Print(string text) { /* Implementation hidden. */ } | |
| /// <summary>Print a formatted String to the [Out] Parameter of the Script component.</summary> | |
| /// <param name="format">String format.</param> | |
| /// <param name="args">Formatting parameters.</param> | |
| private void Print(string format, params object[] args) { /* Implementation hidden. */ } |
This goes with the Traversy Media Scrapy tutorial on YouTube
pip install scrapy
| <html> | |
| <head> | |
| <style> | |
| #header{ | |
| background-color: lightblue; | |
| width:100%; | |
| height:50px; | |
| text-align: center; | |
| } |
| using System; | |
| using MonoTouch.UIKit; | |
| using MonoTouch.SceneKit; | |
| using MonoTouch.Foundation; | |
| namespace HelloSceneKit | |
| { | |
| public class HelloSceneKitController : UIViewController | |
| { | |
| SCNView sceneView; |
| { | |
| "name": "Dark Continuous", | |
| "version": "1.0", | |
| "description": "Dark and Vibrant from Continuous for the iPad", | |
| "originator": "Frank A. Krueger", | |
| "palette": [ | |
| { "name": "cont-white", "value": "#F2F2F8" }, | |
| { "name": "cont-selection", "value": "#4B5566" }, | |
| { "name": "cont-background", "value": "#282A2E" }, |
| apt update | |
| apt install g++ cmake libcgal-dev build-essential vim git | |
| g++ main.cpp -lCGAL -lgmp |
| using System; | |
| using System.Diagnostics; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| public static class ProcessAsyncHelper | |
| { | |
| public static async Task<ProcessResult> ExecuteShellCommand(string command, string arguments, int timeout) | |
| { | |
| var result = new ProcessResult(); |
| using System; | |
| using System.Diagnostics; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| public static class ProcessAsyncHelper | |
| { | |
| public static async Task<ProcessResult> ExecuteShellCommand(string command, string arguments, int timeout) | |
| { | |
| var result = new ProcessResult(); |
docker system dfdocker system df
PS C:\Users\windows-admin\AppData\Local\Docker\wsl\data> Get-VHD -Path C:\Users\windows-admin\AppData\Local\Docker\wsl\data\ext4.vhdx