-
<?php
-
-
/*
-
* Timestamp validator and converter
-
* {cc} Owen Mundy ~ owenmundy.com
-
*
-
*/
-
function convert_date($string)
-
{
-
// make sure it is a string with a number && > 1992-05-07 && < 2033-05-18
-
{
-
// if so convert it to a human-readable date
-
return $d;
-
}
-
else
-
{
-
return false;
-
}
-
}
-
-
print convert_date("1613199869");
-
-
?>
Category: sketches
Give Me My Data _new images
Use Extra Hairspray
Lost in place: iPhone screenshots of grid system
Two screenshots from my phone depicting the grid underneath the Google Map graphics which are tiled to create the map interface. Clearly, the “virtual GPS” technology on my first-generation iPhone has often been helpful in finding my way. But what happens when it fails and you are literally lost in space? The social landscape, politics, climate, language(s), culture are what we analyze to understand “where” we are. Without these points of reference how can we create an idea of place? In this case, the simple query, “Tallahassee,” can be enough for any individual slightly immersed in Southern culture to create a perception of this place.
Give Me My Data public alpha launch
Today I launched the public alpha version of my Facebook application Give Me My Data for testing and feedback. This app helps you reclaim and reuse your Facebook data.
Feel free to test it and let me know what you think!
Facebook Death Star
New sitemaps with NodeBox
Tag cloud with PHP
Visualizations of sitemap and content of owenmundy.com via manyeyes
Two stepper motors, one directly connected to PWM on BBB
Testing to see if this motor can connect directly to PWM on BBB (Freeduino).
Code embedded in previous post.
You must be logged in to post a comment.