Skip to content

Instantly share code, notes, and snippets.

View typeofweb's full-sized avatar
🛒
https://yournextstore.com

Michał Miszczyszyn typeofweb

🛒
https://yournextstore.com
View GitHub Profile
import React, { MouseEventHandler } from "react";
import { Modal, ModalHeader, ModalFooter, ModalBody, Button } from "reactstrap";
import YouTube, {
YouTubeProps,
Options as YouTubeOptions,
} from "react-youtube";
import Vimeo from "@u-wave/react-vimeo";
import ReactDOM from "react-dom";
import "./style.css";
import { modalData as ModalData } from "../../interfaces/modalData";
@typeofweb
typeofweb / labpki.sh
Last active August 29, 2015 13:57 — forked from bananu7/labpki.sh
#####################
# Hasla:
# CA : cakey
# klient : klientkey
# paczka : lab142
#####################
#############################
# RECZNE ZMIANY W KONFIGU
#
@typeofweb
typeofweb / mn4.cpp
Last active December 17, 2015 00:29 — forked from anonymous/mn4.cpp
#include <iostream>
#include <vector>
using std::cout;
using std::cin;
template <class T>
struct Fun {
const T operator()(T x) { // funkcja
//return -5*x*x*x+8*x*x+3*x-1;