Skip to content

Instantly share code, notes, and snippets.

View matisiekpl's full-sized avatar

Mateusz Woźniak matisiekpl

  • Akademia Górniczo-Hutnicza w Krakowie
  • Rzeszów, Poland
View GitHub Profile
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.16"
}
}
required_version = ">= 1.2.0"
}
373
334
315
318
298
313
299
352
338
366
#include <string.h>
#include <sys/param.h>
#include <stdlib.h>
#include <ctype.h>
#include "esp_log.h"
#include "nvs_flash.h"
#include "esp_event.h"
#include "esp_netif.h"
#include "esp_tls.h"
package main
import (
"encoding/base64"
"fmt"
"github.com/matisiekpl/figma"
"image"
"image/draw"
)
{
"heading": "AED Map",
"subheading": "{count} AEDs available",
"@subheading": {
"placeholders": {
"count": {
"type": "int",
"example": "4878"
}
}
{
"heading":"AED-Karte",
"subheading":"{count} verfügbare AEDs",
"@subheading":{
"placeholders":{
"count":{
"type":"int",
"example":"4878"
}
}
using Microsoft.EntityFrameworkCore;
namespace WebApplication6;
public class DatabaseContext: DbContext
{
public DbSet<Match> Matches { get; set; }
public DbSet<Team> Teams { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) =>
@matisiekpl
matisiekpl / pan_tadeusz.txt
Created June 11, 2023 11:48
Adam Mickiewicz's Pan Tadeusz, downloaded from wolnelektury.pl
Adam Mickiewicz
Pan Tadeusz
czyli ostatni zajazd na Litwie
Księga pierwsza
Gospodarstwo
Powrót panicza — Spotkanie się pierwsze w pokoiku, drugie u stołu — Ważna Sędziego nauka o grzeczności — Podkomorzego uwagi polityczne nad modami — Początek sporu o Kusego i Sokoła — Żale Wojskiego — Ostatni Woźny Trybunału — Rzut oka na ówczesny stan polityczny Litwy i Europy
! task1
conf t
int vlan1
ip address 200.200.200.1 255.255.255.0
no sh
! task2
conf t
vlan 20
exit
-- 1. Napisz funkcję uzupełnijWybory, która przyjmuje idZamówienia. Funkcja ma uzupełnić te dni (w tabeli wybory), dla których nie
-- zostało wybrane jeszcze danie. Ma do niego wpisać danie o największej kaloryczności, które jest dostępne w tym dniu i w tej
-- diecie.
create or replace function uzupelnijWybory(in idZamowienia integer)
returns void
as
$$
declare