Skip to content
CodeMarvels
All's the Code !
  • Home
  • Privacy Policy
  • About

Author: saurabh

Notes

Installing NetBeans IDE in Linux

Posted on April 28, 2016 by saurabh / 0 Comment

  Go to the link – https://netbeans.org/downloads/ Select Platform as Linux(x86/x64). Download the installer for NetBeans. From the terminal, navigat...

Technology

AngularJS

Posted on March 28, 2016 by saurabh / 0 Comment

  AngularJS is a Javascript framework maintained by Google which simplifies the development and testing of web applications for developers and testers. Cor...

Notes

Installing Oracle Database XE in Linux

Posted on March 28, 2016 by saurabh / 0 Comment

To install Oracle Database XE: 1. Log on to your computer with root permissions. 2. Go to the following Web site: http://www.oracle.com/technetwork/database/exp...

Notes

Downloading Youtube Videos

Posted on March 28, 2016 by saurabh / 0 Comment

Go to the link of the video which you want to download. Replace the URL by adding ‘ss’ before ‘youtube’ and press Enter. You are directe...

Notes

Using Database Link in Oracle

Posted on March 21, 2016 by saurabh / 0 Comment

Suppose data from a table X in database D is to be copied into table Y in the same database, then the problem can be solved easily by executing the query –...

Notes/Technology

A Simple Server

Posted on September 29, 2013 by saurabh / 0 Comment

The task is to construct a simple server which just passes a string to the client. Client/server describes the relationship between two computer programs in whi...

Algorithms

Subset Sum Problem (Part II)

Posted on September 29, 2013 by saurabh / 0 Comment

Given a set of numbers,our task is to find the number of subsets that sum to a particular value. Example- Set of numbers- {1,3,2,5,4,9} Sum=9 Subsets that sum t...

Algorithms

Subset Sum Problem

Posted on September 29, 2013 by saurabh / 0 Comment

Given a set of positive integers and a value sum,the task is to find if there is a subset with sum equal to the given value. Example- Given set of numbers- {3,3...

Algorithms

Doubly Linked Lists

Posted on September 10, 2013 by saurabh / 0 Comment

A doubly linked list is a linked linear data structure,each node of which has one or more data fields but only two link fields known as left link (LLINK) and ri...

Algorithms

Linked Lists

Posted on September 10, 2013 by saurabh / 0 Comment

Linked list is one of the fundamental,simplest and most common data structures in C programming language.A linked list is a data structure consisting of a group...

Posts navigation

1 2 … 4 Next »

Categories

  • Algorithms
  • Android Development
  • BoshServlet
  • C++ projects
  • Code Philosophies
  • Conversational AI
  • Machine Learning
  • Miscellaneous
  • Notes
  • Society
  • Technology
  • Tutorial / Run-book
  • Uncategorized

Recent Posts

  • SSH without running .bashrc
  • Migrate data from one Cassandra server to another using medusa
  • A JS assistant to remind us to exercise during WFH days
  • Flush DNS cache in Ubuntu 20.xx and above
  • Change the datacenter set in cassandra-rackdc on Ubuntu

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2022 CodeMarvels
Powered by WordPress | Theme: Graphy by Themegraphy