##Canada canadian symposium on catalysis symposia ##North America North American Catalysis Society Meeting ##International International Congress on Catalysis
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
def find_mod(a,b): | |
return (a*7) % b | |
testNumber = -1 | |
resultNumber = -1 | |
while resultNumber != 1: | |
testNumber += 1 | |
resultNumber = find_mod(testNumber,880) | |
print(str(testNumber)) |
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
#include <stdio.h> | |
#include <unistd.h> | |
#include <time.h> | |
#define ANSI_COLOR_RED "\x1b[31m" | |
#define ANSI_COLOR_GREEN "\x1b[32m" | |
#define ANSI_COLOR_YELLOW "\x1b[33m" | |
#define ANSI_COLOR_BLUE "\x1b[34m" | |
#define ANSI_COLOR_MAGENTA "\x1b[35m" | |
#define ANSI_COLOR_CYAN "\x1b[36m" | |
#define ANSI_COLOR_RESET "\x1b[0m" |
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
var x, resolution, susp; | |
prompt = prompt ? prompt.v : ""; | |
x = Sk.inputfun(prompt); | |
if (x instanceof Promise) { | |
susp = new Sk.misceval.Suspension(); | |
susp.resume = function() { | |
return new Sk.builtin.str(resolution); |
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
when greenflag clicked | |
set jumping to 0 | |
set jumpFrame to 1 | |
set jMultiplier to 20 | |
set gMultiplier to 2 | |
delete all of boxCollision | |
add 50 to boxCollision | |
add 40 to boxCollision | |
forever | |
calcGrav |
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
#Copyright Jun Zheng All Rights Reserved, this gist is licenced under Creative Common Attribute International | |
#Jun Zheng 版权所有,保留所有权利 此Gist使用Creative Common Attribute International授权 | |
import random | |
f = string.join(open("word.list").readlines()).split() | |
print(random.choice(f)) |
<div class="index-panel-pic-post-container" id="index-panel-pic-post-container">
<div id="index-panel-pic-post-container-scrollable">
<div class="index-panel-pic-post-container-block"></div>
<div class="index-panel-pic-post-container-block"></div>
<div class="index-panel-pic-post-container-block"></div>
<div class="index-panel-pic-post-container-block"></div>
<div class="index-panel-pic-post-container-block"></div>
<div class="index-panel-pic-post-container-block"></div>
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
\documentclass{article} | |
\usepackage{fullpage} | |
\usepackage{textcomp} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} | |
\usepackage{amsthm} | |
\usepackage{hyperref} | |
\usepackage{fancyhdr} |
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
<img class="alignnone size-full wp-image-28" src="http://whatscodecn.me/wp-content/uploads/2016/11/cover-1.png" alt="cover" width="884" height="499" /> | |
计算机科学教室入门篇,第二课。 | |
input(),变量,Memory Model,Debug | |
Bilibili:<a href="http://www.bilibili.com/video/av7191464/">http://www.bilibili.com/video/av7191464/</a> | |
这次的练习: | |
<ul> |
OlderNewer