First things first !
sudo apt update
sudo apt upgradesudo apt-get install build-essential git| =begin | |
| Purpose. File system with 8 GoF patterns | |
| Composite --------------- directories that contain files, each of which could be a directory | |
| Proxy ------------------- Unix logical link | |
| Chain of Responsibility - pointer back to the parent directory to create | |
| "fully qualified path name" | |
| Iterator ---------------- use iterator to control the traversal of a Composite |
| /** | |
| * Licensed to the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file | |
| * to you under the Apache License, Version 2.0 (the | |
| * "License"); you may not use this file except in compliance | |
| * with the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| { | |
| "hadoop_src":"hadoop-2.7.1.tar.gz", | |
| "hadoop_folder": "hadoop-2.7.1", | |
| "hadoop_path": "Softi/hadoop-2.7.1", | |
| "__comment" : "hadoop_path with respect home folder", | |
| "core": [ | |
| { | |
| "name": "fs.default.name", | |
| "value": "hdfs://localhost:54310" | |
| } |
| #!/usr/bin/env python | |
| p_table_1 = [ | |
| [57,49,41,33,25,17, 9], | |
| [ 1,58,50,42,34,26,18], | |
| [10, 2,59,51,43,35,27], | |
| [19,11, 3,60,52,44,36], | |
| [63,55,47,39,31,23,15], | |
| [ 7,62,54,46,38,30,22], | |
| [14, 6,61,53,45,37,29], |
| #include <iostream> | |
| #include <string> | |
| using namespace std; | |
| int main () { | |
| string num1, num2, res, len1; | |
| cout << "Enter Number: "; cin >> num1; | |
| cout << "Enter Number: "; cin >> num2; | |
| int prime; |
| #include <bits/stdc++.h> | |
| #include <unistd.h> | |
| using namespace std; | |
| int USER = 1; | |
| int COMPUTER = 0; | |
| #define LEFT 0 | |
| #define RIGHT 1 | |
| #define UP 2 |
| { | |
| "cmd": ["g++", "$file", "-o", "${file_path}/${file_base_name}"], | |
| "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", | |
| "working_dir": "${file_path}", | |
| "selector": "source.c", | |
| "variants": | |
| [ | |
| { | |
| "name": "Run", | |
| "shell": true, |
| { | |
| "cmd": ["gcc", "$file", "-o", "${file_path}/${file_base_name}"], | |
| "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", | |
| "working_dir": "${file_path}", | |
| "selector": "source.c", | |
| "variants": | |
| [ | |
| { | |
| "name": "Run", | |
| "shell": true, |