
programming-tidbits.blogspot.com
Programming tidbitsA blog of what I have learnt while programming over the years.
http://programming-tidbits.blogspot.com/
A blog of what I have learnt while programming over the years.
http://programming-tidbits.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
0
SITE IP
172.217.11.33
LOAD TIME
0.344 sec
SCORE
6.2
Programming tidbits | programming-tidbits.blogspot.com Reviews
https://programming-tidbits.blogspot.com
A blog of what I have learnt while programming over the years.
Programming tidbits: February 2011
http://programming-tidbits.blogspot.com/2011_02_01_archive.html
A blog of what I have learnt while programming over the years. Saturday, February 5, 2011. Building ssl for Python 2.5.4 on Windows. I went through the instructions from this blog post. In the end while building ssl, I faced a one last problem:. Build temp.win32-2.5 Release ssl ssl2.o: ssl2.c:(.text 0x1724): undefined reference to ` wassert'. Collect2: ld returned 1 exit status. Error: command 'gcc' failed with exit status 1. As you can notice, the linker is complaining about wassert.
Programming tidbits: June 2011
http://programming-tidbits.blogspot.com/2011_06_01_archive.html
A blog of what I have learnt while programming over the years. Wednesday, June 8, 2011. Google Chrome Layout Bug. It seems that the em calculations in Google chrome are slightly off track. Following is a small piece of HTML using DOJO toolkit’s default CSS. Its font size and line height calculations are based on http:/ 24ways.org/2006/compose-to-a-vertical-rhythm. 5: @import url(http:/ ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/resources/dojo.css);. 10: Testing dojo blockquote. Posted by Shailesh Kumar.
Programming tidbits: January 2010
http://programming-tidbits.blogspot.com/2010_01_01_archive.html
A blog of what I have learnt while programming over the years. Monday, January 11, 2010. Unloading DLLs in Python through CTYPES. How can I unload a DLL using ctypes in Python? Discusses the issues related to unloading a DLL which has been loaded using ctypes in Python. Posted by Shailesh Kumar. Sunday, January 10, 2010. This looks like an interesting library to explore in future. Posted by Shailesh Kumar. Certified Programming with Dependent Types. Certified Programming with Dependent Types. GLFW is a f...
Programming tidbits: January 2011
http://programming-tidbits.blogspot.com/2011_01_01_archive.html
A blog of what I have learnt while programming over the years. Sunday, January 30, 2011. Skype doesn't play well by default with web developers. By default it binds to port 80 (standard HTTP port). It uses this port to listen in incoming communications from other skype users. In addition, Skype sends outgoing UDP packets from these ports. To disable this you should open skype :. Go to File - Options - Advanced - Connection. Uncheck "Use port 80 as an alternative for incoming connections". It is list like.
Programming tidbits: August 2009
http://programming-tidbits.blogspot.com/2009_08_01_archive.html
A blog of what I have learnt while programming over the years. Wednesday, August 19, 2009. Here is my attempt at quicksort in Haskell. Quicksort : (Ord a) = [a] - [a]. Quicksort [] = []. Quicksort (x:xs) = smaller [x] bigger. Where smaller = quicksort [y y. Bigger = quicksort [y y. So how does this work? A] - [a] means that quicksort takes a list as input and returns a list as output. Ord a) means that a belongs to a type class Ord (i.e. a is an ordered type). So here are some examples:.
TOTAL PAGES IN THIS WEBSITE
19
Programming Techniques
Tutorials and Mini Projects of C, C , PHP, OpenGL, and other languages with C/C codes of Data Structure, Numerical Methods and Computer Graphics. Monday, November 6, 2017. RSA Algorithm Explained with C code. An RSA algorithm is an important and powerful algorithm in cryptography. It is widely used in Digital Signature and in an SSL. The algorithm works in the following way. Select at random two LARGE prime number $p$ and $q$. Multiply $p$ and $q$ i.e. $n = p*q$. P(M) = M e text{ mod } n ]. C Code For S...
programming-thai.com
programming-the-future.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
programming-the-future.org - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
programming-theweb.blogspot.com
Ranjith Siji - Programming - The Web
Ranjith Siji - Programming - The Web. Friday, November 11, 2011. Things to do after installing Fedora 16. Things to do after installing fedora 16. Restricted extras, DVD, MP3 playbacks, More media players and various kind of softwares in fedora 16. Amplify’d from smashingweb.ge6.org. Fedora 16 Post Installation Guide for Perfect Desktop. Fedora 16 codenamed Verne released. This time the greatest update is the new Gnome 3.2. The evolution of the new gnome platform to next level and KDE Plasma Workspaces.
programming-tidbits.blogspot.com
Programming tidbits
A blog of what I have learnt while programming over the years. Monday, September 26, 2011. Once in a while we write memset in constructors to avoid typing out the long initializer list. Typical example code is:. Memset(this, 0, sizeof (*this) ;. If the class is non-POD, memset() will cause undefined behavior. If the class is polymorphic then, Usually the virtual table pointer also becomes 0, leading to problems. Http:/ www.codeguru.com/forum/archive/index.php/t-430848.html. Posted by Shailesh Kumar.
programming-tips.com
The domain programming-tips.com is for sale. To purchase, call Afternic at 1 339-222-5147 or 866-836-6791. Click here for more details.
Programming Tips
GIT: Revert/Undo recent staged changes. To unstage the files with removing all the changes made, run git command: git reset –hard To unstage the files without changing anything else, then you need to run git command: git reset To unstage a particular file , we need to run following git command: git reset filename To unstage a particular file without Read More ». GIT: Change the local/pushed commit messages. Rewrite the most recent commit message: If the commit exists in your local repository only and has...
programming-tipsntricks.blogspot.com
Programming tricks & tips
Programming tricks and tips. Subscribe to: Posts (Atom). View my complete profile. Simple template. Powered by Blogger.
Untitled Document
Would you like to make this site your homepage? It's fast and easy. Yes, Please make this my home page! Don't show this to me again. Tiger´s search box. CD´s - MP3. Hardware - Software - Dos. Coding - Visual Basic - C. Indtruder Detection - Proxy´s. Graphic - Publishing - Flash. Animation - Tips and Tricks. Cameras - Camcorder - VCR´s. Sports Cars - Classical Cars. Limousines - Used Cars . Jewelry - Watches - Apparel. Designer Clothes - Accessories. Adventure Games - Action Games - Tutorials - Patches .
programming-tools.com