This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
key = 'aaaaabbbbbabbbaabbababbaaababaab' | |
alphabet = 'abcdefghijklmnoprstuwyz' | |
#zmienna = "wELcOMeToTheGOtELcaLiFORNIaSUeHALoVeLYPLaCEsueGaLovely"; | |
zmienna = "I canT DAnCE i CAMt TAlK Hey" | |
zmienna2 = ""; | |
zmienna3 = ""; | |
zmienna4 = ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Xunit; | |
namespace CustomerValidator.Tests | |
{ | |
public class CustomerValidatorTests | |
{ | |
[Fact] | |
public void WhenCustomerIsNull_ThenArgumentNullExceptionIsThrown() | |
{ |