Works on Linux with MPC configured!
###Instructions###
- chmod +rx pushit
- sudo mv pushit /usr/bin/
###Usage###
- pushit {branch-name}
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
| % Beamer Presentation | |
| % LaTeX Template | |
| % Version 1.0 (10/11/12) | |
| % | |
| % This template has been downloaded from: | |
| % http://www.LaTeXTemplates.com | |
| % | |
| % License: | |
| % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) |
| #include<stdlib.h> | |
| #include<stdio.h> | |
| #include<sys/time.h> | |
| #include<iostream> | |
| #include <ctime> | |
| #include <cstdio> | |
| #include <fstream> | |
| #include<istream> | |
| using namespace std; |
| <!DOCTYPE html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <style> | |
| .node, | |
| .leaf { | |
| font: 9px sans-serif; | |
| } | |
| .node circle, |
##Decompressing an apk file
This bash script can be use to decompress an apk file. The script is made as a part of an ongoing project!
###Usage
./decompress.sh -d <path to apk file>
###Dependencies
| sudo apt-get update && sudo apt-get upgrade; | |
| sudo apt-get install ubuntu-restricted-extras; | |
| sudo apt-get install terminator; | |
| sudo apt-get install flashplugin-installer; | |
| sudo apt-get install nautilus-dropbox; | |
| sudo apt-get install vlc; | |
| // linuxdcpp from software center | |
| sudo apt-get install git; | |
| sudo apt-get install vim; |
| const RCP<const Basic> handle_minus(const RCP<const Basic> &arg, bool odd) | |
| { | |
| if(could_extract_minus(r)) { | |
| if(odd) | |
| return mul(minus_one, r); | |
| else | |
| return r; | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object:
| sushant:~/code/csympy (fix-warning) $ cmake -DCMAKE_BUILD_TYPE=Debug . | |
| -- The C compiler identification is GNU 4.8.2 | |
| -- The CXX compiler identification is GNU 4.8.2 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/bin/g++ | |
| -- Check for working CXX compiler: /usr/bin/g++ -- works | |
| -- Detecting CXX compiler ABI info |