Skip to content

Commit 9262b72

Browse files
committed
Migrate development code from eevveerryyddaayy-template
1 parent e868b83 commit 9262b72

File tree

21 files changed

+1801
-493
lines changed

21 files changed

+1801
-493
lines changed

.env

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Extra Column
2+
NB=0
3+
NB_NAME='NB'
4+
5+
# Sequential Numbering
6+
SEQ_NOTATION=0
7+
8+
# Form Options
9+
SITE_OPTIONS=['Codewars', 'DataLemur', 'LeetCode']

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ celerybeat.pid
120120
*.sage.py
121121

122122
# Environments
123-
.env
123+
# .env
124124
.venv
125125
env/
126126
venv/
@@ -137,6 +137,7 @@ venv.bak/
137137

138138
# mkdocs documentation
139139
/site
140+
/zite
140141

141142
# mypy
142143
.mypy_cache/
@@ -157,7 +158,13 @@ cython_debug/
157158
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158159
# and can be added to the global gitignore or merged into this file. For a more nuclear
159160
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
.idea/
161+
# .idea/
162+
163+
# Pylint
164+
.pylintrc
165+
166+
# markdownlint.config
167+
.markdownlint*
161168

162169
# macOS
163170
.DS_Store

README.md

Lines changed: 132 additions & 130 deletions
Large diffs are not rendered by default.

eevveerryyddaayy.ipynb

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {},
7+
"outputs": [
8+
{
9+
"data": {
10+
"application/vnd.jupyter.widget-view+json": {
11+
"model_id": "7cbae60fa8194cafb94186940696bbcf",
12+
"version_major": 2,
13+
"version_minor": 0
14+
},
15+
"text/plain": [
16+
"VBox(children=(VBox(children=(HTML(value='<span style=\"font-size:20px;\"><b>EEVVEERRYYDDAAYY</b></span>', layou…"
17+
]
18+
},
19+
"metadata": {},
20+
"output_type": "display_data"
21+
},
22+
{
23+
"name": "stdout",
24+
"output_type": "stream",
25+
"text": [
26+
"Processing...\n",
27+
"Done\n"
28+
]
29+
}
30+
],
31+
"source": [
32+
"\"\"\"\n",
33+
"Run this cell to display the form interface.\n",
34+
"\"\"\"\n",
35+
"from src import form\n",
36+
"\n",
37+
"display(form())"
38+
]
39+
}
40+
],
41+
"metadata": {
42+
"kernelspec": {
43+
"display_name": "venv",
44+
"language": "python",
45+
"name": "python3"
46+
},
47+
"language_info": {
48+
"codemirror_mode": {
49+
"name": "ipython",
50+
"version": 3
51+
},
52+
"file_extension": ".py",
53+
"mimetype": "text/x-python",
54+
"name": "python",
55+
"nbconvert_exporter": "python",
56+
"pygments_lexer": "ipython3",
57+
"version": "3.12.1"
58+
}
59+
},
60+
"nbformat": 4,
61+
"nbformat_minor": 2
62+
}

eevveerryyddaayy/eevveerryyddaayy.ipynb

Lines changed: 0 additions & 204 deletions
This file was deleted.

eevveerryyddaayy/helpers/__init__.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)