Go a ahead and run in powersheel
curl.exe -A "MS" https://webinstall.dev/nerdfont | powershelladd the following line into your settings.json
"profiles": {| #!/usr/bin/env python3 | |
| Grammar = dict[str, list[list[str]]] | |
| def get_start_symbol(grammar: Grammar) -> str: | |
| return next(iter(grammar)) | |
| def fresh_symbol(existing: set[str], base: str) -> str: |
| #!/usr/bin/env python3 | |
| from collections import defaultdict | |
| class converter: | |
| def __init__(self, G): | |
| self.grammar = G | |
| self.counter = 1 | |
| def new_nt(self): |
| /// Files handling | |
| int main() | |
| { | |
| fstream new_file; | |
| new_file.open("new_file.txt", ios::in); | |
| if (!new_file.is_open()) | |
| cout << "No such file"; |
| #include <ESP8266WiFi.h> | |
| WiFiClient wifiClient; | |
| void setup(){ | |
| Serial.begin(9600); | |
| WiFi.begin("RCA-WiFi", "rca@2019"); | |
| } | |
| [ | |
| { | |
| "id":"1", | |
| "created_at":"May 1 2022", | |
| "by":"Erickson Mackenzie", | |
| "amount":"20000", | |
| "status":"paid" | |
| }, | |
| { | |
| "id":"1", |
| [ | |
| { | |
| "title": "Brown eggs", | |
| "type": "dairy", | |
| "description": "Raw organic brown eggs in a basket", | |
| "price": 28.1, | |
| "bought": false | |
| }, | |
| { | |
| "title": "Sweet fresh stawberry", |
| [ | |
| { | |
| "id": 1, | |
| "title": "Add tags for solutions", | |
| "category": "Enhancement", | |
| "status": "Suggestion", | |
| "upvotes": 0, | |
| "downvotes": 0, | |
| "description": "Easier to search for solutions based on a specific stack." | |
| }, |
Go a ahead and run in powersheel
curl.exe -A "MS" https://webinstall.dev/nerdfont | powershelladd the following line into your settings.json
"profiles": {