Skip to content

Instantly share code, notes, and snippets.

View charlesbodman's full-sized avatar

Charles Bodman charlesbodman

  • Victoria BC Canada
View GitHub Profile
Appodeal.initialize("5398e9b5cecc69577cbaa60c3e8216e7544e02d460e2ec2d", Appodeal.INTERSTITIAL | Appodeal.BANNER | Appodeal.VIDEO | Appodeal.REWARDED_VIDEO | Appodeal.NON_SKIPPABLE_VIDEO | Appodeal.NATIVE | Appodeal.MREC);
Appodeal.enableInterstitialCallbacks(true);
Appodeal.enableSkippableVideoCallbacks(true);
Appodeal.enableNonSkippableVideoCallbacks(true);
Appodeal.enableBannerCallbacks(true);
Appodeal.enableRewardedVideoCallbacks(true);
Appodeal.show(Appodeal.REWARDED_VIDEO);
Appodeal.initialize("5398e9b5cecc69577cbaa60c3e8216e7544e02d460e2ec2d", Appodeal.INTERSTITIAL | Appodeal.BANNER | Appodeal.VIDEO | Appodeal.REWARDED_VIDEO | Appodeal.NON_SKIPPABLE_VIDEO | Appodeal.NATIVE | Appodeal.MREC);
Appodeal.enableInterstitialCallbacks(true);
Appodeal.enableSkippableVideoCallbacks(true);
Appodeal.enableNonSkippableVideoCallbacks(true);
Appodeal.enableBannerCallbacks(true);
Appodeal.enableRewardedVideoCallbacks(true);
Appodeal.show(Appodeal.REWARDED_VIDEO);
Appodeal.initialize("5398e9b5cecc69577cbaa60c3e8216e7544e02d460e2ec2d", Appodeal.INTERSTITIAL | Appodeal.BANNER | Appodeal.VIDEO | Appodeal.REWARDED_VIDEO | Appodeal.NON_SKIPPABLE_VIDEO | Appodeal.NATIVE | Appodeal.MREC);
Appodeal.enableInterstitialCallbacks(true);
Appodeal.enableSkippableVideoCallbacks(true);
Appodeal.enableNonSkippableVideoCallbacks(true);
Appodeal.enableBannerCallbacks(true);
Appodeal.enableRewardedVideoCallbacks(true);
Appodeal.show(Appodeal.REWARDED_VIDEO);
@charlesbodman
charlesbodman / bullet-decorators-nuka-carousel.js
Last active May 19, 2016 05:27
Simple bullet style decorators for the nuka-carousel
@charlesbodman
charlesbodman / nuka_autocarousel.js
Last active April 25, 2018 17:13
AutoSlide component of the Nuka Carousel
import React, {Component} from 'react';
import Carousel from 'nuka-carousel';
import shallowCompare from 'react-addons-shallow-compare';
class AutoCarousel extends Component {
constructor()
{
super();