Name: Shadab Zafar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/d/c/openage (pr/172) > ./configure | |
| _________________________________________ | |
| / ./configure is a convenience script \ | |
| | that creates the build directory and | | |
| | invokes cmake for an out-of-source | | |
| | build. | | |
| | | | |
| | don't feel obliged to use this, | | |
| \ especially if you're packaging openage. / | |
| ----------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def view(html, rm=False): | |
| """View HTML in a browser.""" | |
| # So many imports :O | |
| import os | |
| import webbrowser | |
| import string | |
| import random | |
| # Remove preview random files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * GL05IdleFunc.cpp: Translation and Rotation | |
| * Transform primitives from their model spaces to world space (Model Transform). | |
| */ | |
| #include <windows.h> // for MS Windows | |
| #include <GL/glut.h> // GLUT, include glu.h and gl.h | |
| // Global variable | |
| GLfloat angle = 0.0f; // Current rotational angle of the shapes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- env/lib/python2.7/site-packages/werkzeug/serving.py | |
| +++ env/lib/python2.7/site-packages/werkzeug/serving.py | |
| @@ -42,6 +42,10 @@ | |
| import sys | |
| import ssl | |
| import signal | |
| + | |
| +from termcolor import colored | |
| +from colorama import init | |
| +init() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| from socket import socket, AF_INET, SOCK_DGRAM | |
| SERVER_IP = '127.0.0.1' | |
| PORT_NUMBER = 5000 | |
| SIZE = 1024 | |
| print("Test client sending packets to IP {0}, via port {1}\n".format(SERVER_IP, PORT_NUMBER)) | |
| mySocket = socket(AF_INET, SOCK_DGRAM) |
Hi, I am Shadab Zafar, a CS undergrad from India.
I found out about MusicBrainz Picard in Nov 2013 while looking for a tool to tag my songs. A friend then told me that there was a GSoC project on the same tool, I applied for the project and got selected so during 2014's summer, I worked on creating the current Picard's site & API and adding Plugin Download features to Picard.
== Todo List ==
=== Add Data ===
I have a lot of old untagged bollywood music (songs by Lata, Mukesh, Rafi etc.), I've thought of adding it many times, but just couldn't get it done.
Name: Shadab Zafar
IRC Nick: dufferZafar
Email: [email protected]
Flipping css taken from http://davidwalsh.name/demo/css-flip.php