Skip to content

Instantly share code, notes, and snippets.

View sh0umik's full-sized avatar
💭
Talk is Cheap, Show me the Code

Fahim Shariar Shoumik sh0umik

💭
Talk is Cheap, Show me the Code
View GitHub Profile
@sh0umik
sh0umik / docker-compose.yml
Created July 2, 2017 15:32
docker oracle php
web:
container_name: php7_apache_oci8
build: .
ports:
- "80:8888"
volumes:
- ./src:/var/www/html/
- ./conf/apache:/etc/apache2/sites-enabled/
- ./conf/php:/usr/local/etc/php/
links:
@sh0umik
sh0umik / Dockerfile
Created June 28, 2017 07:58
oracle-plsql-php
FROM php:7-apache
MAINTAINER Fahim Shariar <fahim.shoumik@gmail.com>
# installing required stuff
RUN apt-get update \
&& apt-get install -y unzip libaio-dev libmcrypt-dev git \
&& apt-get clean -y
# PHP extensions
@sh0umik
sh0umik / parser.py
Created December 11, 2016 07:36 — forked from fforbeck/parser.py
parser
import re
class InputScanner(object):
def __init__(self, filename, parse_function):
with open(filename) as f:
self.reversed_lines = list(reversed(f.read().split('\n')))
self.case_count = 0
self.total_cases = self.next_int()
self.parse_function = parse_function
# HTML Part
`
<form>
<input type="post" method="server.asp" >
<input type="submit" value="Submit">
</form>
`
# Server Part
Verifying that +shoumik is my blockchain ID. https://onename.com/shoumik