Skip to content

ConfusedCoders

the world is opensource
  • data engineering
    • ETL
      • hive
      • pig
    • distributed systems
      • spark
      • hadoop
      • hbase
      • apache drill
    • airflow
    • data storage
      • mongodb
    • search
      • solr
  • data science
    • deep learning
    • machine learning
    • visualization
  • general programming
    • whitepapers
    • open source
    • mobile
    • raspberrypi
    • data structures
    • golang
    • java
      • design patterns
      • hibernate
    • random
      • life
  • about us
    • Nikita Sharma | Data Science Student

ConfusedCoders

the world is opensource
  • data engineering
    • ETL
      • hive
      • pig
    • distributed systems
      • spark
      • hadoop
      • hbase
      • apache drill
    • airflow
    • data storage
      • mongodb
    • search
      • solr
  • data science
    • deep learning
    • machine learning
    • visualization
  • general programming
    • whitepapers
    • open source
    • mobile
    • raspberrypi
    • data structures
    • golang
    • java
      • design patterns
      • hibernate
    • random
      • life
  • about us
    • Nikita Sharma | Data Science Student

How to show git branch name on console path

  • Yash Sharma Yash Sharma
  • September 3, 2013September 21, 2013
  • open source, random

Many time when accessing your git branch from console becomes difficult. Here is a crisp post to show the git branch name on your console.… Read More »How to show git branch name on console path

Useful git commnads

  • Yash Sharma Yash Sharma
  • September 3, 2013May 5, 2014
  • open source, random

Git is a version control system which is used by most open source and collaborative programming projects. Below is a list of few very often… Read More »Useful git commnads

How to build/install Apache Drill on Ubuntu 13.04

  • Yash Sharma Yash Sharma
  • September 2, 2013September 10, 2013
  • 3 Comments
  • apache drill

Apache Drill is an Incubation project that is the first open source implementation of Google’s Dremel. It focusses on Interactive analysis of large scale datasets.… Read More »How to build/install Apache Drill on Ubuntu 13.04

How to install Maven 3 on Ubuntu 13.04

  • Yash Sharma Yash Sharma
  • September 2, 2013
  • 2 Comments
  • java

Installing Maven 3 on Ubuntu 13.04 is as straight forward as any other version on Ubuntu. Just hit apt-get and your work is done. $… Read More »How to install Maven 3 on Ubuntu 13.04

How to install protocol buffer 2.5.0 on Ubuntu 13.04

  • Yash Sharma Yash Sharma
  • September 2, 2013
  • 16 Comments
  • random

Protocol buffer is a serialization format developed by Google. It is Interface driven and is useful for applications that communicate over the wire. Below are… Read More »How to install protocol buffer 2.5.0 on Ubuntu 13.04

How to install g++ compiler for C/C++ on Ubuntu 13.04

  • Yash Sharma Yash Sharma
  • September 2, 2013
  • 1 Comment
  • random

A small post on installing g++ compiler on Ubuntu 13.04. Below are the steps. Note: apt-get might take some time, kindly be patient. $ sudo… Read More »How to install g++ compiler for C/C++ on Ubuntu 13.04

How to install Oracle java 7 on Ubuntu 13.04

  • Yash Sharma Yash Sharma
  • September 2, 2013
  • 2 Comments
  • java

Ubuntu 13.04 comes shipped with Open Jdk 7. For couple of reasons you might want to use the Oracle Java 7. This post guides you… Read More »How to install Oracle java 7 on Ubuntu 13.04

Apache Hive micro guide

  • Yash Sharma Yash Sharma
  • September 2, 2013September 2, 2013
  • hive

Apache Hive is an open source project under Apache, actually developed by Facebook. Hive is an SQL  data warehouse for Apache Hadoop. Hive makes working… Read More »Apache Hive micro guide

ConfusedCoders Java Interview preparation ebook

  • Yash Sharma Yash Sharma
  • September 2, 2013September 2, 2013
  • 2 Comments
  • java

This is a collection of few interesting java interview questions that interviews love to ask. Feel free to download and share the book. Download from… Read More »ConfusedCoders Java Interview preparation ebook

Longest Subsequence palindrome java implementation

  • debargho chatterjee debargho chatterjee
  • August 10, 2013October 10, 2013
  • java

package com.test.dev; public class LongestSubSequencePalindrome { /** * @param args */ public static void main(String[] args) { String str = “tatestseatat”; // Any test String… Read More »Longest Subsequence palindrome java implementation

  • « Previous
  • 1
  • …
  • 10
  • 11
  • 12

Neve | Powered by WordPress