Skip to content

Instantly share code, notes, and snippets.

@coker-deca
coker-deca / PY0101EN-2-3-Sets.ipynb
Created December 11, 2019 05:29
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coker-deca
coker-deca / PY0101EN-2.3_notebook_quizz_dictioary.ipynb
Created December 11, 2019 05:41
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coker-deca
coker-deca / PY0101EN-2-4-Dictionaries.ipynb
Created December 12, 2019 22:59
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coker-deca
coker-deca / PY0101EN-3-1-Conditions.ipynb
Created December 13, 2019 07:46
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coker-deca
coker-deca / PY0101EN-3-1-Conditions.ipynb
Created December 19, 2019 22:11
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coker-deca
coker-deca / gist:ae914b18e4086cba4cb677076076751b
Created April 20, 2020 22:01 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
SELECT round(sum(NA_Sales)/(sum(NA_Sales)+sum(EU_Sales)+sum(JP_Sales)+sum(Other_Sales))*100)
AS 'NA_Sales_Percentage'
FROM 'P9-ConsoleGames';
SELECT Name
FROM P9ConsoleGames
ORDER BY Platform ASC, Year DESC;
@coker-deca
coker-deca / machine.js
Created November 6, 2020 13:06
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions