The Wayback Machine - http://web.archive.org/web/20220606121056/https://github.com/topics/target
Skip to content
#

target

Here are 157 public repositories matching this topic...

StockAlertBot

Faced with the scenario of scalpers using bots to hog up all the inventory of popular holiday toys and sell them at ridiculously high markup prices, I decided to put up a fight so we can get our hands on things we need to survive the #Coronavirus quarantine(s).

  • Updated Nov 22, 2021
  • HTML
mihai-dinculescu
mihai-dinculescu commented Feb 17, 2021

Currently one or more paths can be ignored by using the -i flag.

cargo wipe rust -i /home/user/path1 -i /home/user/path2

It would be most useful if these paths can be loaded from a file

cargo wipe rust -i /home/user/paths_to_ignore.txt

/home/user/paths_to_ignore.txt can contain one or more paths separated by new lines

/home/user/path1
/home/user/path2
enhancement help wanted good first issue
AD-EDWarthogEnhancedScript

An Advanced & Highly Customisable Elite Dangerous Thrustmaster Warthog Script + ED Bindings Pack that utilises Modifiers, allowing for all commands to be easily accessible on the HOTAS. Includes many Quality of Life features to get the most enjoyment out of ED!

  • Updated Jun 12, 2021
  • Batchfile
Hacker-007
Hacker-007 commented Jul 15, 2020

These instructions will deal with files and the various things surrounding them. For example, an instruction to read from a file might be readf and an instruction to write to a file might be writef. Another thing to consider is the support for multiple file streams. The readf instruction needs one parameter, the name of the file. The writef instruction needs two parameters: the name of the file an

enhancement help wanted good first issue new idea

Improve this page

Add a description, image, and links to the target topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the target topic, visit your repo's landing page and select "manage topics."

Learn more