Skip to content

Instantly share code, notes, and snippets.

View plumkewe's full-sized avatar
🍩
‘donot

plumpkewe plumkewe

🍩
‘donot
  • Machiavellianism
  • Italy
  • 04:24 (UTC +02:00)
View GitHub Profile
@plumkewe
plumkewe / Lista-dei-operatori-google.md
Last active July 30, 2023 18:17
Questa è una lista dei comuni operatori di ricerca di Google che puoi utilizzare per ottimizzare e personalizzare le tue ricerche.

Ricerca generale:

- intitle: - Restringe la ricerca ai risultati che contengono il termine cercato nel titolo della pagina web. Esempio: intitle:OpenAI
- inurl: - Limita la ricerca ai risultati che includono il termine cercato nell'URL della pagina web. Esempio: inurl:openai
- filetype: - Restringe i risultati della ricerca a un tipo di file specifico. Esempio: filetype:pdf
- related: - Mostra pagine web simili a quelle specificate nell'operatore. Esempio: related:openai.org
- define: - Restituisce definizioni del termine cercato. Esempio: define:artificial intelligence

Informazioni geografiche e meteorologiche:

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

@ericandrewlewis
ericandrewlewis / index.md
Last active November 24, 2023 14:07
C++ Pointer Tutorial

C++ Pointer Tutorial

Because pointers can be ugh

"Regular" variables (not pointers)

To understand a pointer, let's review "regular" variables first. If you're familiar with a programming language without pointers like JavaScript, this is what you think when you hear "variable".

When declaring a variable by identifier (or name), the variable is synonymous with its value.

@ybakos
ybakos / main.cpp
Created February 18, 2014 19:27
An example of C++ string functions.
/* Yong Bakos
* This program executes some tests that illustrate the properties
* and behaviors of strings.
*/
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
// A generic test function, that simply prints "PASSED" if b is true
@whitingx
whitingx / meta-tags.md
Created October 5, 2012 16:41 — forked from kevinSuttle/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active May 10, 2024 18:21
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S