Skip to content

Instantly share code, notes, and snippets.

View guinslym's full-sized avatar

Guinslym guinslym

View GitHub Profile
network:
version: 2
ethernets:
ens18:
addresses:
- 192.168.1.71/24
routes:
- to: default
via: 192.168.1.254
nameservers:
(MAINSUBJECT.EXACT("Educational Attainment") OR MAINSUBJECT.EXACT("Academic Achievement"))
AND
(MAINSUBJECT.EXACT("Elementary School Students") OR MAINSUBJECT.EXACT("Elementary Education") OR Child)
AND
(MAINSUBJECT.EXACT("Parents") OR MAINSUBJECT.EXACT("Mothers") OR MAINSUBJECT.EXACT("Fathers"))

Capital Painting Services - Business Documentation Vision & Mission Vision: To be the most reliable and high-quality parking lot line painting service provider across East and Southern Ontario, supporting the Mondésir Library vision through sustainable business growth. Mission: Provide clear and unambiguous direction within residential and commercial parking lots by ensuring that all lines and symbols are accurately painted to guide both drivers and pedestrians.

Business Foundation Why Parking Lot Line Painting? The parking lot line painting business is recession-proof. Regardless of economic conditions, businesses and organizations are required to comply with municipal bylaws that mandate proper parking lot line painting. Regulatory Basis:

-- ===================================================
-- Leader key (must be set before lazy.nvim)
-- ===================================================
vim.g.mapleader = ' ' -- Set leader to spacebar
vim.g.maplocalleader = ' '
-- ===================================================
-- Lazy.nvim bootstrap
-- ===================================================
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
import lh3.api
from datetime import datetime
import sys
#need to install openpyxl
try:
from openpyxl import Workbook
from openpyxl.styles import Font, PatternFill, Alignment, Border, Side
from openpyxl.utils import get_column_letter
except ImportError:
@guinslym
guinslym / post_tweet_using_local_csv_file.py
Last active March 22, 2025 16:29
twitter post automation.
import csv
import tweepy
import schedule
import time
import requests
# Step 1: Twitter API Authentication
TWITTER_API_KEY = "your_consumer_key"
TWITTER_API_SECRET_KEY = "your_consumer_secret"
TWITTER_ACCESS_TOKEN = "your_access_token"
from pathlib import Path
from dotenv import dotenv_values
# Read the .secrets file
config = dotenv_values(".secrets")
print(config)
from lh3.api import Client
Directory of H:\chat_ask
12/19/2024 11:54 AM <DIR> .
12/19/2024 11:54 AM <DIR> ..
12/19/2024 10:31 AM 11,684 AnswerBot.py
12/19/2024 10:49 AM 1,273 connect_to.py
12/19/2024 10:22 AM <DIR> venv
2 File(s) 12,957 bytes
3 Dir(s) 2,400,824,971,264 bytes free
import aioxmpp
import logging
import asyncio
logging.basicConfig(level=logging.DEBUG)
JID = aioxmpp.JID.fromstr("username@ca.libraryh3lp.com")
PASSWORD = "secretpassowod"
async def connect_to_libraryh3lp():