Skip to content

Instantly share code, notes, and snippets.

@doscsy12
doscsy12 / Blackjack game.ipynb
Last active May 24, 2026 03:30
Blackjack game
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@doscsy12
doscsy12 / Tic_tac_toe_game.ipynb
Last active March 11, 2021 13:42
Tic tac toe game
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@doscsy12
doscsy12 / dash-ga_madlibs
Created December 22, 2020 10:03
dash-ga project 5: build a madlibs game
<!DOCTYPE html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Shadows+Into+Light&display=swap" rel="stylesheet">
<script src="/assets/jquery.js"></script>
<style>
body {
@doscsy12
doscsy12 / gist:cdad22eab90766b6c758b56ffc599161
Created December 21, 2020 10:01
dash-ga - project 4: build a css robot
<!DOCTYPE html>
<head>
<link href='https://fonts.googleapis.com/css?family=Poller+One' rel='stylesheet' type='text/css'>
<script src="/assets/jquery.js"></script>
<style>
.robot {
position: relative;
left: 200px;
@doscsy12
doscsy12 / gist:a8ba310e3fe398cce522704b0b818294
Created December 14, 2020 13:23
dash-ga: project 2 - build a responsive blog theme
<!DOCTYPE html>
<head>
<link href="/normalize.css" rel="stylesheet">
<style>
header {
text-align: center;
background: url('http://dash.ga.co/assets/jeff-bg.png');
background-size: cover;
color: white;
}
@doscsy12
doscsy12 / gist:ec7c7ab98c78c5389f46849156bec0df
Created December 14, 2020 12:28
dash-ga: project 1 - build a personal website
<!DOCTYPE html>
<head>
<title>Anna Dowlin</title>
<style>
body {
text-align: center;
background: url("http://dash.ga.co/assets/anna-bg.png");
background-size: cover;
background-position: center;
color: white;
@doscsy12
doscsy12 / IBM capstone project
Last active March 11, 2021 13:52
Potential availability and access to primary health care in a neighbourhood
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"source": "<strong> Capstone project - week 5 </strong>\n\n<b> Introduction </b>\n\nAccess to health care services is important in maintaining health, preventing/ managing disease, and reducing premature death. This means that availability and timely use of primary health services is needed; Having close access to needed health care services (or geographic availability) is one factor in achieving a successful outcome for ill patients. \n\n<b> Problem: </b> \n\nA person suddenly falls ill with symptoms similar to flu, yet he/she cannot be sure it is not covid19. Given the current health, he/she cannot wait for a doctor\u2019s appointment, but the emergency services/ hospitals might not be necessary (yet!). In such an event, would this person have quick access to a primary health service (in a specific borough/ neighbourhood) to get a primary diagnosis? "
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.