I hereby claim:
- I am swaroopjcse on github.
- I am swaroop (https://keybase.io/swaroop) on keybase.
- I have a public key ASAYlr8MAb1fB8o-3sJCTdPLXDujw0bEH5LdlU7Hz5S3owo
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8"?> | |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context=".MainActivity"> | |
<androidx.appcompat.widget.SwitchCompat | |
android:id="@+id/switch_c_f" |
<rss version="2.0"> | |
<channel> | |
<title>Title goes here</title> | |
<link>Link goes here</link> | |
<description>Description goes here</description> | |
<item> | |
<title>Optional title goes here</title> | |
<description>Optional description goes here</description> | |
<link>Optional link goes here</link> | |
<pubDate>Optional publication date goes here</pubDate> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
""" | |
A simple python script to extract the files from a recursive zip archive. | |
This script is developed for a specific use of extracting student submissions from a submitted zip bundle, | |
but can be modified to suit some other requirements too. | |
Assumed zip structure is: | |
main_archive.zip |
if let _ = password.rangeOfString("(some-regex)", options: .RegularExpressionSearch) { | |
// RegEx matches | |
} else { | |
// RegEx does not match | |
} |
\begin{figure} | |
\centering | |
\parbox{.4\textwidth}{% | |
\includegraphics{img/SE-Discussion} | |
\caption{First.}% | |
\label{fig:2figsA} | |
}% | |
\qquad | |
\begin{minipage}{.4\textwidth}% | |
\includegraphics{img/SE-Discussion2} |
%\usepackage{tikz} | |
%\usetikzlibrary{shapes.geometric, arrows} | |
\tikzstyle{stage} = [rectangle, rounded corners, minimum height=2cm,text centered, text width=15cm, draw=black, fill=orange!30] | |
\tikzstyle{label} = [rectangle, text width=15cm, minimum height=1cm, text centered, font=\small] | |
\tikzstyle{arr} = [draw, -latex', very thick, rounded corners=15mm] | |
\tikzstyle{line} = [draw, very thick, rounded corners=15mm] | |
\begin{tikzpicture}[node distance=4cm] |
################################################################## | |
# Author: Swaroop Joshi # | |
# Last modified: 2017-03-26 # | |
# These commands work on the fish shell on my Mac OS X Yosemite. # | |
# Other shells/versions may require some modification # | |
################################################################## | |
# Upper to lower | |
tr '[:upper:]' '[:lower:]' |
\documentclass[a4paper,11pt]{article} | |
\usepackage{graphicx} | |
\usepackage{ifpdf} | |
\ifpdf | |
% put here packages only for the PDF: | |
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.mps} | |
\usepackage{hyperref} | |
\usepackage{todonotes} | |
\else | |
% put here packages only for the DVI: |
# Latex files | |
*.aux | |
*.glo | |
*.idx | |
*.log | |
*.toc | |
*.ist | |
*.acn | |
*.acr |