• Home
  • Algorithms
  • Java
  • Hive
  • Learn Java
  • Hadoop
  • OrientDB
  • Database
  • Others
YouTube Twitter RSS
My IT Learnings
Posts related to computer science, algorithms, software development, databases etc
 
Skip to content
  • Home
  • Algorithms
  • Java
  • Hive
  • Learn Java
  • Hadoop
  • OrientDB
  • Database
  • Others
Archive by category "computer science"

Category Archives: computer science

Some Basic Linux Commands for beginners

rajesh • August 19, 2016computer science linux commands
0

pwd Print the present working directory with full path user1@raj:~/hadoop> pwd /home/user1/hadoop ls List contents of a Directory OR shows contents of the current directory if no directory is specified //List content of the directory /home ls /home //List content of the current directory ls //List contents of the Directory…

Continue reading

Base64 basics – What? Why? How?

rajesh • November 9, 2015computer science base64, encoding
0

What is base64 encoding? Base64 encoding schemes are commonly used to represent binary data in ASCII text. Any binary data is represented in text using only 64 characters from Ascii set. The particular set of 64 characters chosen to represent the 64 place-values for the base varies between implementations. The…

Continue reading

Basics of Unicode and Encodings

rajesh • October 21, 2015computer science encoding, unicode
0

Unicode What is Unicode? Its just a code point assigned to a letter from every alphabet. Every letter in every alphabet is assigned a unique number by the Unicode consortium which is represented as- U+0041.  This unique number is called a code point. The latest version of Unicode contains a…

Continue reading

  • YouTube Twitter RSS
  • Archives

    • August 2016 (3)
    • July 2016 (3)
    • May 2016 (3)
    • April 2016 (2)
    • March 2016 (30)
    • February 2016 (2)
    • January 2016 (5)
    • December 2015 (3)
    • November 2015 (4)
    • October 2015 (6)
  • Categories

    • algorithms (5)
    • bigdata (34)
    • computer science (3)
    • database (7)
    • eclipse (1)
    • hadoop (3)
    • java (8)
    • maven (1)
  • Tags

    algorithms ArrayList base64 bfs bigdata binary search BlockingQueue bucketing complex data type consumer create table database data structures data types eclipse encoding external graph hadoop hdfs hive IN operator insert java jdbc jsch load data maven metastore mysql oracle orc partitioning performance producer remote script select sequencefile sql sqlldr ssh ssh2 stack unicode update
  • Home
  • Algorithms
  • Java
  • Hive
  • Learn Java
  • Hadoop
  • OrientDB
  • Database
  • Others
Powered by Nirvana & WordPress.
YouTube Twitter RSS