Skip to content

Instantly share code, notes, and snippets.

View tasawernawaz's full-sized avatar
💭
Full Stack Python Engineer

Tasawer Nawaz tasawernawaz

💭
Full Stack Python Engineer
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
Owner,Product,Barcode,Product Description,Length,Width,Height,UOM,Weight
Linco,KIMSU0526MU0OS,9052600789,Sunglasses light - Brown,10,10,25,PCE,
Profound,TRVST-068,201907000569,Cables Organizer Bag - Army 1,10,10,20,PCE,
IFA Food,6000568,7622300660970,Barni Milk Cake 30g,100,50,20,EA,
IFA Food,6000621,8712400766333,Bebelac 1 400,100,95,125,EA,
IFA Food,6000623,8712400766340,Bebelac 2 400,100,95,125,EA,
IFA Food,6000626,8712400766364,Bebelac Junior 3 400,100,100,125,EA,
IFA Food,6001026,7622201510633,Cdm Hazelnut 35g,100,50,20,EA,
IFA Food,6001170,70038640714,Clearly Org Mac &Chz Cup 2.75Oz,100,95,75,EA,
IFA Food,6001262,8410269132022,Consul O.Oil Ex.Vrg Square Bott-12X500Ml,100,50,65,EA,

Keybase proof

I hereby claim:

  • I am tasawernawaz on github.
  • I am tasawernawaz (https://keybase.io/tasawernawaz) on keybase.
  • I have a public key ASD_A0M_pzteJtZDXzMISmgn2jQmyxRHtM2G2kAgHsHFnAo

To claim this, I am signing this object:

<%page expression_filter="h"/>
<%namespace name='static' file='/static_content.html' />
<%!
import urllib
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
%>
<%block name="bodyclass"></%block>
<%
import MySQLdb
philu_db = MySQLdb.connect(host="localhost",
user="root",
passwd="",
db="philu")
edx_db = MySQLdb.connect(host="172.18.0.2",
user="root",