Skip to content

Instantly share code, notes, and snippets.

/// 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."
},
@veritem
veritem / setup-fonts-wsl2.md
Last active April 21, 2021 16:00
setup nerd fonts on wsl2

Go a ahead and run in powersheel

   curl.exe -A "MS" https://webinstall.dev/nerdfont | powershell

add the following line into your settings.json

 "profiles": {