I hereby claim:
- I am KGrzeg on github.
- I am hagis (https://keybase.io/hagis) on keybase.
- I have a public key whose fingerprint is 06B3 2B96 4D8A 7E73 4616 99CA FA3A 3B37 481C 1786
To claim this, I am signing this object:
:0C114D00256400333238080F0600000053 | |
:100FE50054003C4272616B20776F6C6E7963680ABE | |
:100FF5006D69656A7363004900334F736F62793AAF | |
:0B100500200A0041002D0041002E00D9 | |
:041038007F017E00B6 | |
:10103C00E4FDFCC3ED9FEC9E5015E4FBFA0BBB00EA | |
:0F104C00010AEB64904A70F50DBD00010C80E4C1 | |
:01105B002272 | |
:1010DB00A90790FF82E030E70512103880F490FFEB | |
:0410EB0080E9F02286 |
#include <Atmel/AT89X52.h> | |
#include <absacc.h> | |
#include <stdio.h> | |
#include "LCD_lib.c" | |
#define CS55A 0xFF28 // write | |
#define CS55B 0xFF29 // read | |
#define CS55D 0xFF2B // setup |
// ==UserScript== | |
// @name eNauczanie Udane Logowanie | |
// @namespace https://github.com/KGrzeg | |
// @version 0.2 | |
// @description Automatyczny klikacz przycisku w trakcie logowania a platformie PG eNauczanie | |
// @author https://github.com/KGrzeg | |
// @match https://logowanie.pg.edu.pl/login* | |
// @grant none | |
// ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
#include <SFML/Graphics.hpp> | |
#include <vector> | |
//własny obiekt - może być dowolny od pojedynczego kształtu, | |
//po całę warsty, albo obiekt gry, albo gracz razem z obsługą | |
//swojej logiki | |
//*musi dziedziczyć po sf::Drawable | |
class MojKsztalt : public sf::Drawable | |
{ | |
public: |