Giter Club home page Giter Club logo

applications's People

Contributors

spyopensource avatar

Stargazers

 avatar

Watchers

 avatar

applications's Issues

implement consciousness

  • (Nature) Language (information, free speach) Processing (most important part of AI): HCI
  • Input:
  1. Voice to text translation
  2. Image to text translation
  3. All other senses
  4. Information gathering
  • Output
  1. screen
  2. sound

zip

use java api

shell

Network:

ifconfig
network configuration information
netstat

File Management:

cp <filename1> <filename2>
copy file, to current directory use dot notation, such as: cp reports/files* .
files *
show detail info about files in a direction
lp <filename>
print a file. Using the -d, changes the default printer, such as lp -d mp4 printcap.sample
ls
List files in a directory
more
show contents of a file. You can also pipe output from other commands such as ls through more, suchas ls | more
mv <filename1> <filename2>
move file
pr <filename>
print a file
rm <filename>
delete a file

Help:

man <topic>
help on commands; d for down, q for quit

Navigation:

cd
Change directories
pwd
current location

Utilities:

wc
Count words or lines
grep
search utility. Example: grep -F 'SERVICE IN USE' g*

learning: be fast

  • believe (think it is possible)
  • exercise (practical information)
  • forget (remember the method only)
  • active (seeking out)
  • state (environment)
  • teach (apply to others)

two mind systems

  • system 1 (GPU) low energy usage, simple, inductive reasoning (automatisme)
  • system 2 (CPU) high energy usage, complex, deductive reasoning (optimization)

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.