Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

LeshaInc

Members
  • Content Count

    3
  • Joined

  • Last visited

1 Follower

About LeshaInc

  • Rank
    Junior Member
  • Birthday 01/01/2014

Profile Information

  • Gender
    Male
  • Location
    0xAB0F740D0D0F1FF6L
  • Interests
    Rust, C++, Lua, Ruby, Python

Contact Methods

  • GitHub
    https://github.com/LeshaInc
  • IRC
    #oc
  1. As I know you can connect IC2 directly to computers/chargers/assemblers etc. (It worked for me)
  2. You can use pipes. ls /path/to/folder | less "prog 1 | prog2" here means: "Take prog1 output and put it in prog2 input". You can also pipe output in file. In this case use ">" symbol. Like this: ls /path/to/folder > output.txt
  3. Rainbow Sometimes you need to write colored strings in terminal. It isn't easy in some cases, so i wrote library for colored output. Download You can download this library using this command: pastebin get J9nAzYai Also this library can be found in my oppm repository, just navigate to rainbow folder. Example Documentation ... will be here soon. Just wait. Enjoy!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.