A Pen by Captain Anonymous on CodePen.
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
pragma solidity ^0.8.0; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; | |
import "@openzeppelin/contracts/access/AccessControl.sol"; | |
// ---------------------------------------------------------------------------- | |
// ERC Token Standard #20 Interface | |
// | |
// ---------------------------------------------------------------------------- |
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
apiVersion: v1 | |
kind: Template | |
metadata: | |
creationTimestamp: null | |
name: xmbi-zeppelin-openshift | |
parameters: | |
- name: APPLICATION_NAME | |
displayName: Application Name | |
description: The name of the Zeppelin Application | |
from: pyspark-[a-z0-9]{4} |
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
@if (@X)==(@Y) @end /* JScript comment | |
@echo off | |
rem :: the first argument is the script name as it will be used for proper help message | |
cscript //E:JScript //nologo "%~f0" "%~nx0" %* | |
exit /b %errorlevel% | |
@if (@X)==(@Y) @end JScript comment */ | |
var sh=new ActiveXObject("WScript.Shell"); |
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
@echo off | |
title Opening EdTech Vitality... Please Wait.. | |
start /max chrome http://vitality-anr.apps.elsevier.education/dashing/dashboards/showcase/ | |
call sendKeys.bat "Stack" "{F11}" | |
echo Opening Edtech vitality, please use (ctrl +) to increase screen size and (ctrl -) to decrease screen size. | |
echo Press 'f' when browser opens for full screen mode. press escape to exit full screen mode. | |
echo Press 'Ctrl + R' to reload the page should a rendering error occur. |
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
//: Playground - noun: a place where people can play | |
import UIKit | |
var str = "Hello, playground" | |
import Foundation | |
let jsonString = """ | |
{ |
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
class Francis | |
def yo(message) | |
message.strip! | |
if (message.end_with?("?") && message.each_char.any? { |character| ("1".."9").cover?(character.downcase) }) || (message.end_with?("?") && message != message.upcase) | |
"Sure." | |
elsif message == message.upcase && message.each_char.any? { |character| ("a".."z").cover?(character.downcase) } | |
"Chill!" | |
elsif message.empty? | |
"See if I care!" | |
else |
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
#w10-container | |
{ | |
overflow-y: auto; | |
max-height: 800px; | |
width: 2000px; | |
} | |
#w10 | |
{ | |
width:2000px; | |
} |
NewerOlder