Skip to content

Instantly share code, notes, and snippets.

View a7r3's full-sized avatar
👩‍💻
<- All day, all night

Arvindraj a7r3

👩‍💻
<- All day, all night
View GitHub Profile
@a7r3
a7r3 / vars.ScriBt
Last active February 24, 2017 07:24
Vars necessary for complete Automation of ScriBt
ScriBt's Variables
Necessary for Complete Automation
Double Quote Entered Values, Recommended
########
# Sync #
########
SBJOBS= # No of Threads for Sync [Integral Values Plz]
SBF= # Force Sync ? [y/n]
SBS= # Silent sync ? [y/n]
@a7r3
a7r3 / ancient_ROM.sh.
Last active November 19, 2016 08:04
Zeroth version of Projekt ScriBt... Memories. Ignore the typos!
#!/bin/sh
clear
echo "Teh ROM Builder";
echo "By Arvind7352 @XDA";
sleep 3;
#GET THOSE ROOMS
cat << _ROM_
Which ROM are you trying to build? Choose among these
CyanogenMod
@a7r3
a7r3 / tesla.mk
Created November 8, 2016 16:51
Critical Error. Wew.
# ##### Interactive Makefile #####
#
# Licensed 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
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@a7r3
a7r3 / cm_huashan.rc
Last active December 17, 2016 14:46
# ScriBt Automation Config
# Example Configuration for building CM-14.1 for the Xperia SP
AUTOMATOR="true_dat";
#################
# Information #
#################
# Sync
=========================================================
[?] Select a Build Option:
1. Start Building ROM (ZIP output) (Clean Options Available)
2. Make a Particular Module
3. Setup CCACHE for Faster Builds
4. Kernel Building
=========================================================
=========================================================
[?] Select a Build Option:
1. Start Building ROM (ZIP output) (Clean Options Available)
2. Make a Particular Module
3. Setup CCACHE for Faster Builds
4. Kernel Building
=========================================================
@a7r3
a7r3 / -
Created February 5, 2017 08:46 — forked from anonymous/-
System: Host: Aspire Kernel: 4.4.0-53-generic x86_64 (64 bit gcc: 5.4.0)
Desktop: Cinnamon 3.2.6 (Gtk 3.18.9-1ubuntu3.1) dm: mdm Distro: Linux Mint 18.1 Serena
Machine: System: Acer (portable) product: Aspire 5734Z v: V1.06
Mobo: Acer model: Aspire 5734Z v: V1.06 Bios: Acer v: V1.06 date: 04/25/2011
CPU: Dual core Pentium T4500 (-MCP-) cache: 1024 KB flags: (lm nx sse sse2 sse3 ssse3) bmips: 9177
clock speeds: min/max: 1200/2300 MHz 1: 1600 MHz 2: 1600 MHz
Graphics: Card: Intel Mobile 4 Series Integrated Graphics Controller bus-ID: 00:02.0 chip-ID: 8086:2a42
Display Server: X.Org 1.18.4 driver: intel Resolution: 1366x768@60.00hz
GLX Renderer: Mesa DRI Mobile Intel GM45 Express
GLX Version: 2.1 Mesa 11.2.2 Direct Rendering: Yes
@a7r3
a7r3 / nsysconv.c
Last active February 6, 2017 14:04
#include<stdio.h>
#include<math.h>
// whatever
void main()
{
long int i,n,q,sb,base;
printf("\nEnter a decimal no\n");
scanf("%ld",&n);
printf("\nSelect the base\n");
printf("\nEnter 1 for Binary Conv\nEnter 2 for Octal Conv\nEnter 3 for Hexadecimal conv\n\n");
arvind@Aspire ~/Desktop/ScriBt/scribts $ bash ./ROM.sh
[!] Package manager apt detected.
[!] Internet Connectivity : ONLINE
[!] ScriBt is up-to-date, Continuing
[!] I'm in /home/arvind/Desktop/ScriBt/scribts
AUTOMATOR="true_dat";
########################
# Custom User and Host #
########################
SBCUH= # Enter 'y' or 'Y' if you want to set either of them
SBCU= # Your Custom Username here
SBCH= # Your Custom Hostname here