Code Monkey home page Code Monkey logo

miscellaneous's Introduction

Miscellaneous

A collection of potentially useful scripts and support files that don't fit into my other projects.

A few quick notes:

  • The commands given to execute the scripts use wget to pipe the script into a anonymous file descriptor (temporary "file"). This eliminates the need for external cleanup because the shell automatically handles it.
  • These scripts have been tested on bash 4.3+ only. While they should work on all recent Unix shells, don't run them on anything important without verifying that they work with your chosen shell. *This means that they will not work on Mac OSX by default. Fortunately, fixing that is incredibly easy. Just follow the instructions here: https://github.com/Toberumono/Miscellaneous/wiki/Installing-Bash-4.3-on-Mac-OSX
  • Any script marked with "This is a Linux-only script." is Linux-only for a reason. You will break a lot of stuff if you try to run them on OSX.
  • If you think that you've found a bug in any of these, and you know how to fix it, create a pull request!
  • The scripts assume that your system has wget. If running which wget in Terminal does not print a path, you will need to install it.
    • For Linux, install it with your preferred package manager. Running sudo apt-get install wget (Ubuntu, Debian-based Linux in general) or sudo yum install wget (Fedora, RedHat-based Linux in general) should work.
    • For Mac, install Homebrew and run brew install wget.

Each subfolder has a readme specific to its files, so select the subfolder that contains the items you're interested in to get information on their contents.

miscellaneous's People

Contributors

toberumono 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.