Skip to content

Instantly share code, notes, and snippets.

View petreleon's full-sized avatar
🧑‍💻
Open to work

Petre Leonard Macamete petreleon

🧑‍💻
Open to work
View GitHub Profile

Chat Conversation

Note: This is purely the output of the chat conversation and does not contain any raw data, codebase snippets, etc. used to generate the output.

User Input

initiaza un proiect cu next.js cu typescript

*Listed directory pywebassembly *

Pwincess Banny Codaw GPT Privacy Policy

Last Updated: 11.01.2024

Introduction

Welcome to the Pwincess Banny Codaw GPT! We are committed to protecting your privacy and handling your data in an open and transparent manner. This privacy policy outlines our practices concerning the collection, use, and sharing of your personal information.

Data Collection

Pwincess Banny Codaw GPT collects and processes data as follows:

  • Data Provided by Users: We collect data that you voluntarily provide to us. This includes queries, commands, and any other inputs you give while using our service.

Privacy Policy for Natbiot by Romanian Movement for Quality

Last Updated: 8 December 2023

1. Introduction

Welcome to Natbiot! At Romanian Movement for Quality, your privacy is paramount. This Privacy Policy outlines our practices regarding the handling of any information collected or processed through the Natbiot app.

2. Data Collection and Use

  • No Personal Data Collection: Natbiot is designed to function without collecting any personal data (such as name, age, email, etc.) from its users.
  • Location Data: We collect location data, which is used solely for the purpose of computing routes to destinations via the Google Maps API. We don't store location data nor use it for analysis.
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
import "./math/Math.sol";
/**
* @dev String operations.
*/
const { PeerServer } = require('peer');
const peerServer = PeerServer({ key:'game', port: 9000, path: '/' });
const express = require('express');
const app = express()
const port = 80;
app.use(express.static('public'));
app.listen(port);
diff = ord('a') - 1
f = open("words.txt", "r")
o = open("output.txt", "w")
word = f.read().splitlines()
for i in word:
count = 0
explanation = []
for j in i:
count += ord(j) - diff
explanation.append(str(ord(j)-diff))
import requests
import time
from datetime import datetime
path = "input"
year = 2019
day = 1
session = 'your_session_here'
jar = requests.cookies.RequestsCookieJar()
@petreleon
petreleon / Aoc2018_03.cpp
Last active November 27, 2019 06:32
Aoc2018_03.cpp
//
// main.cpp
// AoC 2018 03 01
//
// Created by Petre Leonard Macamete on 25/11/2019.
//
//
#include <iostream>
#include <stdlib.h>
/* Copyright (C) 2004-2014 Free Software Foundation, Inc.
Contributed by Apple, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.