article archive - 07/2013 - all archives
JR:
DateTimeUtils.pm
- stand-alone repository
package DateTimeUtils;
use strict;
use warnings;
use Time::Local;
sub create_database_datetime_stamp {
my $minutes_to_add = shift;
# creates string for DATETIME field in database as
# YYYY-MM-DD HH:M...
more>>
4 min read
- Mar 02, 2014
JR:
Junco Code - DisplayPageOO.pm - Inside-Out Object Version
- #juncocode
#objectoriented
#!/usr/bin/perl -wT
use strict;
$|++;
use lib '/Kestrel/lib';
use Kestrel::DisplayPageOO;
print "hello\n";
my %hash;
$hash{function} = "riding the horse";
DisplayPageOO-do_invalid_function(\%hash);
...
more>>
1 min read
- Jul 30, 2013
JR:
Keyboard commands when editing within a textarea box
- shift + arrow keys - to highlight text
ctrl + x - to cut text
ctrl + c - to copy text
ctrl + v - to paste copied/cut text
ctrl + z - to undo the previous command(s)
ctrl + shift + z - to redo the previous command(s)
ctrl + shift + v - to paste ...
more>>
- Jul 15, 2013
JR:
JotHut uses
- To-Dos
How-Tos
Notebook
Taxonomy
Idea Organizer
Lifestream Logger
Content Management
Knowledge Management
Personal Publishing System
Personal Information Management
'Memory Extender'
'Information Appliance'
'Work Processor'
A place to store and ret...
more>>
- Nov 12, 2014
- #wiki #blogging #cms #notes #blog_jr
JR:
Humanized.com design philosophy
- Info from:
From clocks to computers, these are the principles we follow when designing and evaluating humane interfaces. We're constantly working to make software follow them more and more. However, these principles are also hard to design for, ...
more>>
6 min read
- Mar 03, 2014
- #design #blog_jr
JR:
Design principle - Fewer choices mean fewer worries
- People love having choices, because having choices means having freedom. Well, we don't think this is necessarily a good thing when it comes to usability.
We believe that when someone wants to do something on their computer, they want to spend thei...
more>>
1 min read
- Jul 09, 2013
- #design #simplicity
JR:
Jeff Raskin - Computer Pioneer - Human–computer Interface Designer
- ...
more>>
26 min read
- Jul 23, 2016
- #quote #humor #design #ux #history #blog_jr
JR:
History of Hypertext
- On July 2, 2013, I began reading a used book that I bought five to eight years ago. The book is titled "HyperText and HyperMedia" by Jakob Nielsen of useit.com fame. The book, however, was published in 1990. The book discusses hypertext history and a...
more>>
1 min read
- Mar 27, 2014
- #web #history #technology #blog_jr
JR:
My 2013 predictions for the Lions and Browns
- July 2013: I predict the Lions finish 6-10 or 7-9, and the Browns finish 8-8 or 9-7. The Lions will replace their head coach, possibly during the regular season.
Sep 18, 2013: Browns offense performed horribly in first two games. At this rate, 5 win...
more>>
2 min read
- Oct 03, 2013
- #sports #football #nfl #lions #browns #blog_jr
JR:
Perl example of inside-out object number 3
- # object oriented example - inside out
# tags #perl #programming #objectoriented
#
##### test-pc.pl
#!/usr/bin/perl -wT
# use Object::InsideOut;
require '../lib/PC.pm';
print "\n### Testing PC.pm ###\n\n";
print "Object A\n\n";...
more>>
2 min read
- Jul 08, 2013
JR:
Perl closure example and dispatch table
- tags = #perl #programming
From the Date::Formatter Perl module
my %_parser_table = (
"MM" = \ \ \ \ \ \ \ \ \ \ \
sub createDateFormatter {
my ($self, $format, $pattern) = @_;
my @date_format;
$pattern ||= q...
more>>
- Jul 08, 2013
JR:
Perl example of inside-out object number 2
- # object oriented example - inside out
# tags #perl #programming #objectoriented
#
##### test-time.pl
#!/usr/bin/perl -wT
use Hash::Util::FieldHash 'fieldhash';
require '../lib/Time.pm';
my $time = Time-new;
print $time-epoch . "\n";
...
more>>
- Jul 08, 2013
JR:
Perl example of inside-out object
- # object oriented example - inside out
# tags #perl #programming #objectoriented
################
# lib/PlayingCard.pm
################
# from
package PlayingCard;
use strict;
use warnings;
use NEXT;
use Scalar::Util qw/refaddr/;
# U...
more>>
2 min read
- Jul 08, 2013
JR:
Read later - Distributed Internet Usage - July 7, 2013
- https://tent.io/
https://crypto.cat/
https://medium.com/surveillance-state/19a5db211e47
https://news.ycombinator.com/item?id=5991576
https://e14n.com/
https://e14n.com/evan
https://github.com/cjdelisle/cjdns
https://www.digitalocean.com/
...
more>>
7 min read
- Aug 16, 2013
- #toread #readlater