jdmonty
Follow
Pinned Loading
-
summarize.py
summarize.py 1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
34"""
5In Flipboard's article[1], they kindly divulge their interpretation
-
dotfiles.arch
dotfiles.arch PublicForked from maximbaz/dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Shell 1
-
chat-gpt-google-extension
chat-gpt-google-extension PublicForked from wong2/chatgpt-google-extension
A browser extension to display ChatGPT response alongside search engine results
JavaScript 1
-
Basic principles of using tcl-expect...
Basic principles of using tcl-expect scripts 1### Intro
23TCL-Expect scripts are an amazingly easy way to script out laborious tasks in the shell when you need to be interactive with the console. Think of them as a "macro" or way to programmaticly step through a process you would run by hand. They are similar to shell scripts but utilize the `.tcl` extension and a different `#!` call.
45### Setup Your Script
-
Git and Node with Zscaler proxy
Git and Node with Zscaler proxy 1#!/bin/sh
23# Git proxy settings
4echo "Configuring Git for compatibility with ZScaler..."
5git config --global http.proxy https://gateway.zscaler.net:80/
-
PdfGenerator.cs
PdfGenerator.cs 1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Security;
5using System.Web;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.