Prototypes
-
Topics
Types
Topics
Attributes
2014
-
Attributes
Types
2012
-
Frameworks
...
Attributes
Types
Topics
Topics
2011
-
Disciplines
...
Topics
Topics
Types
2010
-
Code
Snippets / Examples
see also: code.orgnsm.org for testable examples...
add line to /etc/hosts
127.0.0.1 amniot.localhost
add lines to /etc/apache2/httpd.conf
NameVirtualHost 127.0.0.1:80
<VirtualHost amniot.localhost:80>
<Directory "/Library/Webserver/Documents_AMNIOT">
...
<?php
function getRSS( $url ){
$cobj = curl_init( $url );
curl_setopt( $cobj, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt( $cobj, CURLOPT_CONNECTTIMEOUT, 0 );//0 = no timeout
$tumblr_raw = curl_exec( $cobj );
cur...
<?php
/////////////////// PAGE DEFINITIONS ///////////////////
function migrate_groups_menu(){
$menu["migrate_groups"] = array(
"title" => "Migrate grps",
"description" => "....",
...
Topics
Types
Topics
2010
-
Types
Types
Topics
Attributes
2002
-
Work
Projects Catalog
Topics
Types
Topics
2002