Skip to content

Instantly share code, notes, and snippets.

View tesseslol's full-sized avatar

Davide Tessari tesseslol

  • Italy - Padova
View GitHub Profile
@tesseslol
tesseslol / market.txt
Last active March 1, 2017 09:42
Sistemazioni Marketplace
* pagina: https://clb04-marketplace.thron.com/
elemento: worpress-connector
errore: manca la propietà css cursor
* pagina: https://clb04-marketplace.thron.com/
elemento: HOME
errore: secondo me non ha senso specificare l'home con tag h*
* pagina: https://clb04-marketplace.thron.com/EN/apps/widget-framework-legacy
elemento: img - corrotta
@tesseslol
tesseslol / toolbar.cson
Last active March 14, 2017 23:25
tool bar atom
# This file is used by Flex Tool Bar to create buttons on your Tool Bar.
# For more information how to use this package and create your own buttons,
# read the documentation on https://atom.io/packages/flex-tool-bar
[
{
type: 'button'
icon: 'plus'
callback: 'project-manager:save-project'
tooltip: 'Save Project'
@tesseslol
tesseslol / StarWars.c
Created February 2, 2018 18:17
Coooompito per casa di Arduaino per il proff
const int c = 261;
const int d = 294;
const int e = 329;
const int f = 349;
const int g = 391;
const int gS = 415;
const int a = 440;
const int aS = 455;
const int b = 466;
const int cH = 523;