Skip to content

Commit

Permalink
start meetup for June
Browse files Browse the repository at this point in the history
  • Loading branch information
statkclee committed May 3, 2024
1 parent f573159 commit 4cb6108
Show file tree
Hide file tree
Showing 106 changed files with 25,667 additions and 53 deletions.
2 changes: 2 additions & 0 deletions _extensions/padsInsper/insper/_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ contributes:
theme: [default, insper.scss]
preview-links: auto
slide-number: true
code-overflow: wrap

27 changes: 27 additions & 0 deletions _extensions/padsInsper/insper/insper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,30 @@ h1 {
border-left: 3px solid $text-muted;
padding-left: 0.5em;
}

code, pre {
font-size: 12px;
overflow: hidden !important; // This will hide both horizontal and vertical overflow
}

.scrollable {
overflow-y: auto;
height: 90vh;
}

.output {
// max-height: 500px;
overflow-x: hidden !important; // This will hide both
overflow-y: hidden !important; // This will hide both
}

.output3 {
//max-height: 1200px;
font-size: 10px;
}


.output-font {
//max-height: 1200px;
font-size: 8px;
}
24 changes: 24 additions & 0 deletions _freeze/chatgpt_viz_202406/execute-results/html.json

Large diffs are not rendered by default.

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.
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.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions _freeze/site_libs/colourpicker-1.1/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2016 Dean Attali

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions _freeze/site_libs/colourpicker-1.1/colourpicker.min.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _freeze/site_libs/colourpicker-1.1/colourpicker.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4cb6108

Please sign in to comment.