Skip to content

Instantly share code, notes, and snippets.

View BartusZak's full-sized avatar
🎯
Focusing

BartusZak BartusZak

🎯
Focusing
View GitHub Profile
#!/usr/bin/env python
key = 'aaaaabbbbbabbbaabbababbaaababaab'
alphabet = 'abcdefghijklmnoprstuwyz'
#zmienna = "wELcOMeToTheGOtELcaLiFORNIaSUeHALoVeLYPLaCEsueGaLovely";
zmienna = "I canT DAnCE i CAMt TAlK Hey"
zmienna2 = "";
zmienna3 = "";
zmienna4 = "";
import React from 'react';
import './Advert.css';
import Aux from '../../../hoc/Auxi';
import {Carousel, CarouselItem, CarouselCaption} from 'reactstrap';
import billeniumLogo from '../../../assets/img/homePage/billennium.png';
import uwmLogo from '../../../assets/img/homePage/uwmLogo.png';
@BartusZak
BartusZak / Advert.jsx
Created March 13, 2018 12:32
Trying to use bootstrap carousel with React.
import React from 'react';
import './Advert.css';
import Aux from '../../../hoc/Auxi';
import {Carousel} from 'reactstrap';
import billeniumLogo from '../../../assets/img/homePage/billennium.png';
import uwmLogo from '../../../assets/img/homePage/uwmLogo.png';
@BartusZak
BartusZak / CustomerValidatorTest.cs
Last active March 11, 2018 19:28
Action does not contain a definition for ShouldThrow.
using System;
using Xunit;
namespace CustomerValidator.Tests
{
public class CustomerValidatorTests
{
[Fact]
public void WhenCustomerIsNull_ThenArgumentNullExceptionIsThrown()
{