I am looking for smart and beautiful coder to create a coming soon page from the design that is already made in PSD format.
Individual need to have every good understanding and hands-on experience of a. Basic web standards like CSS 3 and HTML, HTML5, XHTML. b. Web technologies like Ajax and others like python, PHP, django, jquery etc... c. Understand different CMS platforms + basic SEO d. Understand integration of different social sites and other analytical tools. e. Understand cloud based tools for storage (database) and hosting of website and web application. f. Understand Flash, Photoshop, HTML editor and other DTP (optional but will be preferred) Please contact me if you are interest. Bhuvan On Tue, Dec 27, 2011 at 4:30 PM, <bangpypers-requ...@python.org> wrote: > Send BangPypers mailing list submissions to > bangpypers@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'help' to > bangpypers-requ...@python.org > > You can reach the person managing the list at > bangpypers-ow...@python.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of BangPypers digest..." > > > Today's Topics: > > 1. Re: golf problem (Noufal Ibrahim) > 2. Re: golf problem (Pratap Chakravarthy) > 3. check printing with python (Ramdas S) > 4. Re: golf problem (Kenneth Gonsalves) > 5. Re: check printing with python (Noufal Ibrahim) > 6. Re: check printing with python (Noufal Ibrahim) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 26 Dec 2011 16:32:50 +0530 > From: Noufal Ibrahim <nou...@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] golf problem > Message-ID: <87vcp3fvdx.fsf@sanitarium.localdomain> > Content-Type: text/plain; charset=us-ascii > > Kenneth Gonsalves <law...@gmail.com> writes: > > > [...] > > > just curious - why do you and Noufal think this is a crude method? > > I don't like special casing stuff and the 3 selections outside the > "main" flow sticks out in my solution. > > -- > ~noufal > http://nibrahim.net.in > > Parting is such sweet sorrow. -William Shakespeare > > > ------------------------------ > > Message: 2 > Date: Mon, 26 Dec 2011 17:34:47 +0530 > From: Pratap Chakravarthy <prata...@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] golf problem > Message-ID: > <CA++jyN22WzDVEmS1px2i4ZSHhthzeneZc=fr1--2jh34mep...@mail.gmail.com > > > Content-Type: text/plain; charset="iso-8859-1" > > > I don't like special casing stuff and the 3 selections outside the> > "main" flow sticks out in my solution. > I guess that is right. Any logic that is outside the main flow breaks > the beauty > and create kludge. > > Attempted to solve the same problem using Erlang, and surprisingly what was > looking like kludge in python perfectly blends with recursion and > pattern-matching. > > Attached is the file. If you have erlang installed, > > $ escript golf.erl # To execute > > A note on the source, > 1. Only lines 6-14 are part of the golf permutation logic. > 2. Function main() provides execution entry point. > 3. Function ootygames() provides the sample data. > 4. Function shuffle() is copy paste of Knuth / Fischer - Yates shuffle > algorithm > > And interestingly it takes just N+3 pass on the sample list (plus O(NlogN) > for > shuffle() ) .... > > Cheers, > > On Mon, Dec 26, 2011 at 4:32 PM, Noufal Ibrahim <nou...@gmail.com> wrote: > > Kenneth Gonsalves <law...@gmail.com> writes: > > > > > > [...] > > > >> just curious - why do you and Noufal think this is a crude method? > > > > > > -- > > ~noufal > > http://nibrahim.net.in > > > > Parting is such sweet sorrow. -William Shakespeare > > _______________________________________________ > > BangPypers mailing list > > BangPypers@python.org > > http://mail.python.org/mailman/listinfo/bangpypers > > > > -- > Pratap. > > ------------------------------ > > Message: 3 > Date: Tue, 27 Dec 2011 09:49:27 +0530 > From: Ramdas S <ram...@gmail.com> > To: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: [BangPypers] check printing with python > Message-ID: > <CAP915yUz_i996eSdhtzO7zcaQE3Zmc1Nsysx=vd4o0uox9f...@mail.gmail.com > > > Content-Type: text/plain; charset=ISO-8859-1 > > Is there anyway to print a check online using Django/Python? > > I see a possibility of making PDF on the fly, and sending it to the > printer, but I want some opinion > > > ------------------------------ > > Message: 4 > Date: Tue, 27 Dec 2011 11:26:56 +0530 > From: Kenneth Gonsalves <law...@gmail.com> > To: bangpypers@python.org > Subject: Re: [BangPypers] golf problem > Message-ID: <1324965416.2021.18.ca...@xlquest.web> > Content-Type: text/plain; charset="UTF-8" > > On Mon, 2011-12-26 at 17:34 +0530, Pratap Chakravarthy wrote: > > Attached is the file. > > I think the attachment got stripped. > -- > regards > Kenneth Gonsalves > > > > ------------------------------ > > Message: 5 > Date: Tue, 27 Dec 2011 11:59:22 +0530 > From: Noufal Ibrahim <nou...@gmail.com> > To: ram...@gmail.com > Cc: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] check printing with python > Message-ID: <87mxaezfwd.fsf@sanitarium.localdomain> > Content-Type: text/plain; charset=us-ascii > > Ramdas S <ram...@gmail.com> writes: > > > Is there anyway to print a check online using Django/Python? > > > > I see a possibility of making PDF on the fly, and sending it to the > > printer, but I want some opinion > > I think you'd have best control with a PDF but it might also be possible > to create the page in HTML and use a print CSS[1]. I've never tried this > to YMMV. > > [...] > > > > Footnotes: > [1] http://www.alistapart.com/articles/goingtoprint/ > > -- > ~noufal > http://nibrahim.net.in > > May I ask a question? > > > ------------------------------ > > Message: 6 > Date: Tue, 27 Dec 2011 11:59:28 +0530 > From: Noufal Ibrahim <nou...@gmail.com> > To: ram...@gmail.com > Cc: Bangalore Python Users Group - India <bangpypers@python.org> > Subject: Re: [BangPypers] check printing with python > Message-ID: <87k45izfw7.fsf@sanitarium.localdomain> > Content-Type: text/plain; charset=us-ascii > > Ramdas S <ram...@gmail.com> writes: > > > Is there anyway to print a check online using Django/Python? > > > > I see a possibility of making PDF on the fly, and sending it to the > > printer, but I want some opinion > > I think you'd have best control with a PDF but it might also be possible > to create the page in HTML and use a print CSS[1]. I've never tried this > so YMMV. > > [...] > > > > Footnotes: > [1] http://www.alistapart.com/articles/goingtoprint/ > > -- > ~noufal > http://nibrahim.net.in > > May I ask a question? > > > ------------------------------ > > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > > > End of BangPypers Digest, Vol 52, Issue 26 > ****************************************** > _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers