There is no excerpt because this is a protected post.
Protected: ClusterVision bouwt DAS-3
opta.nl spam
http://www.opta.nl/asp/registraties/
OPTA (Onafhankelijke Post en Telecommunicatie Autoriteit) houdt onafhankelijk toezicht op de naleving van de wet- en regelgeving op het gebied van post en elektronische communicatiediensten. Deze wet- en regelgeving is erop gericht concurrentie op deze markten te bevorderen. Hierdoor ontstaan meer keuzemogelijkheden en eerlijke prijzen voor consumenten.
http://www.opta.nl/asp/aanbieders/
Op de markten voor telecommunicatie en post zijn tal […]
weightless
I have collected the examples we coded during the “Python 2.5 generators”
session in subversion on SourceForge. Specifically: the code of last
saturday is here:
http://weightless.svn.sourceforge.net/viewvc/weightless/trunk/examples/
I refactored/renamed some stuff as to make it easier to understand. Also, I
added two other versions of wordLength() (was lineLength, but it actually
worked on words, not on lines ;-) that use […]
template languages, such as Smarty or CheetahTemplate
Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other tools and frameworks. Web development is its principle use, but Cheetah is very flexible and is also being used to generate C++ game code, Java, sql, form emails and even Python […]
flasm
assembler and disassembler for Flash (SWF) bytecode
Flasm disassembles your entire SWF including all the timelines and
events. Looking at disassembly, you learn how the Flash compiler works.
You can also do some optimization on the disassembled code by hand or
adjust the code as you wish. Flasm can then re-assemble the bytecode
into a new SWF.
It is also possible […]
Protected: CORBA InfoPanel
There is no excerpt because this is a protected post.
sys.path.append python
Probleem:
boven liggende map moet toegevoegd worden in python path om scripts of lib te kunnen importeren
Oplossing:
sys.path.append(”/home/sergej/archiver/src/com/eSaturnus/server/”)
import mydb
touchscreen mouse events javascript
Probleem:
Soms krijgt u een probleem dat MouseUp wordt genegeerd op touchscreen en dus als gevolg daarvan wordt geen onclick gegenereerd.
Oplossing:
document events op false zetten.
document.onmousedown = function () { trace(”down”); return false; }
document.onmouseup = function () { trace(”up”); return false; }
document.onmouseout = function () { trace(”out”); return false; }
document.onclick = function () { trace(”click”); return […]
JavaScript and CSS checkboxes
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists.
Checkboxes, Radio Buttons, Select Lists, Custom HTML Form Elements
Have you ever wanted to use your own images for checkboxes, radio buttons or select lists? This script will let you do that. Easily. The unobtrusive script gracefully degrades, so […]
ssh client server
sudo apt-get install ssh
secure shell client and server (metapackage)
This metapackage is a convenient way to install both the OpenSSH client
and the OpenSSH server. It provides nothing in and of itself, so you
may remove it if nothing depends on it.
sudo apt-get install openssh-server
secure shell server, an rshd replacement
This is the portable version of OpenSSH, a free […]
backuppc ubuntu
sudo apt-get install backuppc
high-performance, enterprise-grade system for backing up PCs
BackupPC is disk based and not tape based. This particularity allows
features not found in any other backup solution:
* Clever pooling scheme minimizes disk storage and disk I/O.
Identical files across multiple backups of the same or different PC are
stored only […]
browsershots
http://browsershots.org/ browsershots
AMP Installers
You undoubtedly know where to find these by now, but just in case, the Web sites associated with each
of our three components have incredibly detailed information to help you work out any issues, or report
any bugs you may find in the programs:
❑ For Apache questions and information: www.apache.org
[…]
PHP5: The Future of PHP
At the time of this writing, PHP5, the newest version of PHP, is in the beta-testing phase. While we can’t
speculate on which changes, if any, will be made to the final release, we would be negligent if we did not
prepare you for some changes that will most likely be in store for those who choose […]
MySQL
Another open source favorite, MySQL is the database construct that enables PHP and Apache to work
together to access and display data in a readable format to a browser. It is a Structured Query Language
server designed for heavy loads and processing of complex queries. As a relational database system,
MySQL allows many different tables to be joined […]
PHP
PHP is a server-side scripting language that allows your Web site to be truly dynamic. PHP stands for
PHP: Hypertext Preprocessor (and, yes, we’re aware PHP is a “recursive acronym”—probably meant to
confuse the masses). Its flexibility and relatively small learning curve (especially for programmers who
have a background in C, Java, or Perl) make it […]
Apache
Apache acts as your Web server. Its main job is to parse any file requested by a browser and display the
correct results according to the code within that file. Apache is quite powerful and can accomplish virtu-
ally any task that you, as a Webmaster, require.
The version of Apache covered in this book is the most […]
Installation Configuration LAMP
You can choose to install one, two, or all three components of the AMP package based on your
specific needs. For example, if you are responsible for providing a company-wide intranet and/or
hosting your own Web site, you should probably install all three. If your site is hosted by a third-
party Web hosting company, however, you do […]
Database Access with PHP
A DATABASE IS A WEB DEVELOPER’S DAILY TOOL, and he or she should know SQL
at least as well as PHP. Most data models of Web applications involve a relational
database.While novice users may try to avoid the perceived overhead of SQL and a
relational database management system (RDBMS), the advanced developer appreciates
the […]
mp3 converter linux
a2mp3
program to optimize your music for your mp3-player
This little program can decode various audio formats to an optimized
mp3 suitable for your mp3-player.
Currently only ogg and mp3 are supported as source formats.
sudo apt-get install a2mp3
You can use it:
lame apache01_1uur35min.wav apache.mp3
