“7 Surprisingly Useful Python Scripts You’ll Use Every Week” By KDnuggets
import os
import shutil
from pathlib import Path
base_folder = Path.home() / "Downloads"
folders = {
name: CI (README.md Changes Only) | |
on: | |
push: | |
paths: | |
- 'README.md' | |
pull_request: | |
paths: | |
- 'README.md' | |
workflow_dispatch: |
git
commands that I use the most (well, every one too) - use bash
for better experience:
git add . && git commit --allow-empty -m "msg" && git push origin main
wanna get the rainbow effect for you text; add the below:
.rainbow-text {
background-image: linear-gradient(
to right,
#ff0000,
JSON Schema for required things...
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"appName": {
"type": "string"
},
Develop a native application that uses GPS location information.
MainActivity.java
the imported package name is gpslocation)XML
code in activity_main.xml
of your project.<?xml version="1.0" encoding="utf-8"?>
<LinearLayout