Skip to content

Instantly share code, notes, and snippets.

View ibnesayeed's full-sized avatar

Sawood Alam ibnesayeed

View GitHub Profile
@ibnesayeed
ibnesayeed / saeed-dotted.svg
Created March 11, 2017 00:38
SVG glyph dotted outline saeed test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ibnesayeed
ibnesayeed / urdu-outile-modified.svg
Last active March 11, 2017 00:31
Urdu outline glyph to dotted
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ibnesayeed
ibnesayeed / Gemfile
Last active January 5, 2017 22:47
Testing Classifier Reborn refactoring and implementation of separate Memory and Redis backends
source "https://rubygems.org"
gem 'classifier-reborn', :git => "https://github.com/ibnesayeed/classifier-reborn.git", :branch => "redis"
gem 'redis'
@ibnesayeed
ibnesayeed / Makefile
Created January 3, 2017 20:18
Makefile to compile LaTeX
SHELL=/bin/bash
MAIN=main
LATEX=pdflatex
BIBTEX=bibtex
DTM=$(shell date +%Y%m%d-%H%M%S)
all: clean build clear
build:
$(LATEX) $(MAIN).tex
$ xvfb-run --server-args='-screen 0, 1024x768x16' python start.py 8880 0.0.0.0
No handlers could be found for logger "tornado.application"
Server is started at 0.0.0.0:8880
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/src/app/ext/tools.py", line 13, in target

Keybase proof

I hereby claim:

  • I am ibnesayeed on github.
  • I am ibnesayeed (https://keybase.io/ibnesayeed) on keybase.
  • I have a public key whose fingerprint is 246E 50FD 8236 FD23 E8AD A2AC 4D25 2271 7032 428B

To claim this, I am signing this object:

@ibnesayeed
ibnesayeed / archives-unleashed-hachathon-dc.tex
Last active August 31, 2016 00:04
ArchivesUnleashed Hachathon Application
\documentclass[11pt]{article}
\usepackage{fullpage}
\pagenumbering{gobble}
\title{Archives Unleashed: Web Archive Datahon}
\author{
Sawood Alam \\
Department of Computer Science\\
@ibnesayeed
ibnesayeed / Dockerfile
Created July 28, 2016 00:42
Dockerizing Electron WAIL
FROM ubuntu
MAINTAINER Sawood Alam <ibnesayeed@gmail.com>
RUN apt-get update && apt-get install -y libgtk2.0-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb libcanberra-gtk* firefox
RUN groupadd wail && useradd -m -g wail wail
ADD . /wail
ADD settings.json /home/wail/.config/wail/wail-settings/
@ibnesayeed
ibnesayeed / Dockerfile
Created July 20, 2016 20:58
ArchiveSpark Docker image
FROM jupyter/notebook
MAINTAINER Sawood Alam <ibnesayeed@gmail.com>
RUN apt-get update && apt-get install -y default-jre
RUN curl -L -O http://mirrors.ocf.berkeley.edu/apache/spark/spark-1.6.1/spark-1.6.1-bin-hadoop2.6.tgz \
&& mkdir /spark \
&& tar -xf spark-1.6.1-bin-hadoop2.6.tgz --strip-components=1 -C /spark \
&& rm spark-1.6.1-bin-hadoop2.6.tgz
#!/usr/bin/env bash
#sudo mv /var/lib/docker/network/files/ /tmp/docker-network-files
docker kill onion tor-router chromeincog
docker rm onion tor-router chromeincog
docker network rm tor
docker run -d --net host --name tor-router jess/tor-router