Showing posts with label wiki. Show all posts
Showing posts with label wiki. Show all posts

Tuesday, November 18, 2008

Database normalization, Good programming books, KDE in windows

wiki: Database Normalizeation and Design Techniquest by Barry Wise (recommended reading for the Harvard MIS)
http://www.barrywise.com/2008/01/database-normalization-and-design-techniques/

Rubenstein Technology Group - e-Business Software Solutions for the small-to-Midsize Digital Enterprise
http://www.rubensteintech.com/
ruben stein techn ology group
rstog utelr becoo eihgu nnnyp

Books every programmer should read
http://www.programmingbooks.org/Books_Every_Programmer_Should_Read

TAOCP: The Art of Computer Programming - Donald Knuth
http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming
http://www-cs-faculty.stanford.edu/~uno/taocp.html

cf: PHP: OOP: Object Iteration
http://in.php.net/iterator

good: database examples, schemas
http://www.databaseanswers.org/tutorial4_getting_started_with_db_design/index.htm

A simple introduction to using SVN
http://www.astro.umd.edu/~teuben/svn/svn-simple.html

KDE in windows
http://kiranvirus.wordpress.com/2008/07/15/kde-in-windows/

pra: Complete client management, billing and support system
http://www.whmcs.com/demo.php

Tuesday, November 11, 2008

PHP Security, Wikipedia API, ebooks, Opensource backup, Turbogears, xpath cheat sheets

Architect's guid to php security
http://www.amazon.com/php-architects-Guide-PHP-Security/dp/0973862106

Basic API Protection in Google
http://pratham.name/post/50241895/basic-api-protection

Wikipedia API
http://en.wikipedia.org/w/api.php?

Dublin Core Metadata Initiative
http://www.dublincore.org/

More ebook: book: ebook
http://www.filebook.net/search

PHP Encryption for the common man
http://www.ibm.com/developerworks/opensource/library/os-php-encrypt/?ca=dgr-lnxw97PHP-encrypt

Open Source Backup
http://amanda.zmanda.com

List of turbogears sites and applications
http://docs.turbogears.org/1.0/SitesUsingTurboGears?action=show&redirect=SitesUsingTurboGears#by-category

t-mobile: tmobile: turbogears: python based discussion forums: Spree - The knowledge exchange network
http://project.askspree.de/

Good Storm - Capitalism done right
makes it easy to earn 50% of the profit selling from a wide array of items on your website
http://mecommerce.goodstorm.com/

Certified Enterprise-Ready Open Source Software Find - Download - Get Support
https://olex.openlogic.com/libraries

xpath Cheat sheet
http://cheat.errtheblog.com/s/xpath

Saturday, December 15, 2007

Build A Search Engine

Build a Search Engine in PERL

http://www.alistapart.com/articles/perl

Parsing HTML in PHP, Python Link Dump, Linux Dump, Bluetooth File Transfer Ubuntu,

http://www.onderstekop.nl/#referrals

Python

Making The Most of Scripting Languages - (More than) Five Things You Didn't Know You Could Do With Python

Think Python's just a scripting language? Cameron Laird explains how you can use it for COM, .NET, or Java development... and that's just the start.

Bluetooth Programming using Python

Dates and Times

Introduction to Python: Class 7: Python on the Web

Introduction to Python: File I/O

Python and HTML Processing

Beautiful SOUP - HTML and XML parsing

PythonInMusic - PythonInfo Wiki

GUI

Chapter 2. Getting Started

Chapter 5. Widget Overview

TkInter - PythonInfo Wiki

Getting Started - wxPyWiki

Spawning subprocess with PyGTK using Twisted

PyGlet

Game Developement

pygame - python game development

Sprite tutorial

PyOpenGL

Network Programming

Python Network Programming : The Socket Module : A Simple Echo Server

Python Network Programming : The Socket Module : Catching Exceptions

Python Network Programming : The Threading Module

Twisted Documentation: Twisted Documentation

Twisted - Trac

17.2.3 Example

Threads

Page 2 - Basic Threading in Python

Page 2 - Basic Threading in Python

Python threads - a first example

If you have a process that you want to do several things at the same time, threads may be the answer for you. They let you set up a series of processes (or sub-processes) each of which can be run independently, but which can be brought back together later and/or co-ordinated as they run.

- Google Search

Kdenlive - Open Source Video For Linux

PuppyLinux: MusicPrograms

How do I Generate strong passwords with PHP, PEAR, and PECL?

How to Use a Linux PC to Send and Receive SMS Messages

Linux Kernel Newbies

http://kernelnewbies.org/Drivers

Bash by example, Part 1

By learning how to program in the bash scripting language, your day-to-day interaction with Linux will become more fun and productive, and you'll be able to build upon those standard UNIX constructs (like pipelines and redirection) that you already know and love. In this three-part series, Daniel Robbins will teach you how to program in bash by example. He'll cover the absolute basics (making this an excellent series for beginners) and bring in more advanced features as the series proceeds.

Vi Cheat Sheet

The Linux Terminal - a Beginners' Bash | Malta Linux User Group

BASH Programmering - Introductie HOW-TO

GNU Wget 1.10 Manual

GNU Wget 1.10 Manual

Wifi and Bluetooth

BluetoothSetup - Community Ubuntu Documentation

Bluetooth: Transferring and receiving files under Ubuntu - LinuxQuestions.org

:): How to write a search engine:

http://www.onderstekop.nl/articles/103/

Another Web2.0 Logo Creator

http://creatr.cc/creatr/

Web2.0 Logo Creator

http://h-master.net/web2.0/index.php

Running Python as CGI in Apache in Windows - NoteMe

http://my.opera.com/NoteMe/blog/running-python-as-cgi-in-apache-in-windows?cid=4065300

try: Midgard CMS

http://www.midgard-project.org/midgard/1.8/

Inadmidst.com

http://inamidst.com/symbols/

wiki: Functional Programming

http://en.wikipedia.org/wiki/Functional_programming

info: Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the imperative programming style that emphasizes changes in state.[1]