Git Product home page Git Product logo

cpt-jack-a-castle / hack-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hacktoolspack/hack-tools

1.0 0.0 0.0 209.98 MB

hack tools

Perl 8.07% Shell 0.43% Python 57.27% Roff 0.44% Makefile 0.23% Batchfile 0.21% HTML 11.33% Java 1.61% Ruby 0.20% C 1.78% CSS 0.39% JavaScript 0.19% PHP 0.13% PowerShell 12.43% Dockerfile 0.04% Rich Text Format 0.01% Visual Basic .NET 0.08% Go 5.17%

hack-tools's Introduction

hack-tools-2017-2020

[Anonymousgif [Anonymous


[Build Status


########################################################################

  • requirements : python 2, python 3, perl, java, ruby ...

########################################################################

  • run python file : py;python;python3 file.py

  • install requirements python : pip install -r filewithmodules.txt

  • fix error in python "Microsoft Visual C++ 14.0 is required" :

  1. install buils tools (https://visualstudio.microsoft.com/fr/downloads/)
  2. download and execute
  3. select "c++ for desktop environment"
  4. leave the selection by default
  5. in "individual components" select windows 10 sdk
  6. select the latest version of all components mark has "build tools"
  7. select "c++ clang compiler for windows"
  8. once installation is complete search "x86_x64 Cross Tools Command Prompt" and execute
  9. in this command prompt execute : pip install cmake
  10. execute : pip install wheel
  11. go to your repository with the cmd where the requirements.txt file is located
  12. execute : pip install -r requirements.txt
  13. end
  • run perl file : perl file.pl

  • install perl modules : cpan install (modules)

  • run ruby file : ruby file.rb

  • install ruby modules : gem install (modules) and open Gemfile for view requirements

  • build go script : go build (file.go)

  • execute java file : java -jar file.jar

##########################################################################

  • password for files (.exe .7z .zip) : a

hack-tools's People

Contributors

hacktoolspack avatar

Stargazers

 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.