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
| import os | |
| os.system("say hello") |
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
| module.exports = { | |
| mode: 'jit', | |
| theme: { | |
| extend: { | |
| animation: { | |
| tilt: 'tilt 10s infinite linear', | |
| fade: 'fadeOut 5s ease-in-out', | |
| }, | |
| keyframes: { | |
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
| { | |
| "Use Non-ASCII Font" : false, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { | |
| "Green Component" : 0.5733030673510271, | |
| "Red Component" : 0.00053359762918048226, | |
| "Blue Component" : 1 | |
| }, |
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
| import tkinter as tk | |
| from notifypy import Notify | |
| n = Notify() | |
| import sys, os | |
| def resource_path(relative): | |
| if hasattr(sys, "_MEIPASS"): | |
| return os.path.join(sys._MEIPASS, relative) | |
| return os.path.join(relative) |
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
| echo "configuring npm project" | |
| npm init -y | |
| echo "installing bulma requirements." | |
| npm install bulma --save-dev | |
| npm install css-loader --save-dev | |
| npm install extract-text-webpack-plugin@next --save-dev | |
| npm install mini-css-extract-plugin --save-dev | |
| npm install node-sass --save-dev |
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
| # visual studio code | |
| settings.json | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| pyvenv.cfg |