Skip to content

Instantly share code, notes, and snippets.

View techtide's full-sized avatar

Arman Bhalla techtide

View GitHub Profile
@techtide
techtide / BhallaWWDC17.swift
Last active June 22, 2017 14:39
This was going to be my submission, but in the end, I didn't submit it due to time constraints and exams on the week.
// |-------------|
// |Arman Bhallla|
// | WWDC17 |
// |Scholarship |
// |Submission |
// |-------------|
// Age: 13, Location: London, Passion: Programming.
import UIKit
import PlaygroundSupport
@techtide
techtide / PentameterCheck.py
Last active June 22, 2017 14:37
Added check_stress() and added to main() method.
#!/usr/bin/env python
"""PentameterCheck.py: Annotates a file with pentameter."""
__author__ = "Arman Bhalla"
__copyright__ = "Copyright 2017, A. Bhalla"
__version__ = "1.0.0"
__email__ = "armanbhalla6@protonmail.ch"
import requests;
echo Run the robot through this batch utility.
cd C:/Program Files (x86)
cd FRC Driver Station
start DriverStation.exe
java -jar "C:\Users\Sarah Covey\wpilib\tools\SmartDashboard.jar"
package org.usfirst.frc.team1797.robot.utils;
import java.io.File;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
package org.usfirst.frc.team1797.robot.utils;
import java.io.File;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
package org.usfirst.frc.team1797.robot.utils;
import java.io.File;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.StandardCopyOption;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
package org.usfirst.frc.team1797.robot.utils;
import java.io.File;
import java.util.Arrays;
import java.util.HashMap;
import org.usfirst.frc.team1797.robot.commands.auto.AutoRunner.Routine;
import jaci.pathfinder.Pathfinder;
import jaci.pathfinder.Trajectory;

Keybase proof

I hereby claim:

  • I am techtide on github.
  • I am techtide (https://keybase.io/techtide) on keybase.
  • I have a public key whose fingerprint is B8D2 827A 20CF 3E62 C7D0 748E 9060 BAAA CB5F F0A5

To claim this, I am signing this object:

// Script by Arman B. for ASL's SLD department.
// 6 sign-ups per a block, multiplied by 4 blocks per a day, is about 50 - combined with extra sign-ups, so the range should really be up to 50.
function onEdit() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheets()[0];
var range = sheet.getRange("A2:G100");
var data = sheet.getDataRange().getValues();
range.sort([{column: 4, ascending: true}]);
/**
* A class that makes song lyrics for Shirley Ellis'
* hit single, "The Name Game".
* Author(s): Arman, Fletcher
* Date: 03/10/2018
*/
public class NameGame {
private String name;