Giter Club home page Giter Club logo

scripts's Introduction

Overview

This is a somewhat random collection of scripts that I've written. Most of these are either small enough or domain-specific enough not to warrant their own repository.

In general, the shell scripts should work as-is on almost any Linux system, and might work on other UNIX derivates. Anything not written in shell script has no dependencies outside of the standard library for the language it is written in, unless otherwise noted.

Everything in this repository is licensed undeer a modified BSD license, check LICENSE for details.

Contents

secure-boot/

A couple of scripts to simplify setting up UEFI Secure Boot. sb-init.sh sets up a basic directory structure, copies out the current system keys, and then generates new ones that can be used to sign things locally. sb-install.sh must be run from Secure Boot Setup Mode, and installs the keys generated by sb-init.sh alongside the ones it copied out. The general idea here is to circumvent Secure Boot while still allowing usage of existing software (I wrote them so I could get Linux booting under Secure Boot, and still boot Windows, and not have to re-sign the Windows boot loader every time Windows decided to update it).

unix/

A handful of scripts for UNIX like systems (mostly Linux), check the README there for more info.

windows

A couple of Windows specific scripts and registry files, check the README there for more info.

wfdps.py

This is a Python script for computing damage-per-second for weapons in first-person shooters. It was originally written with the stat system from Warframe in mind, but it should work with only minor changes needed for many other games (for example, it works perfectly for the games in the Borderlands series). Written mostly as a proof of concept, and to show one of my friends how much of a small program is often dedicated simply to control-flow logic and configuration parsing.

scripts's People

Contributors

ferroin avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.