all blog postings

JR: Create yet another publishing tool - Jan 2015 - A January 2015 project. Simple blog or note-taking web app. Uses: Nginx for the web server Node.js for the "client" code on the server API-based possibly create the initial API code in Perl then create the API code in Node.js use the Express fram... more>> 4 min read
- Feb 10, 2015 - #scaup #blogging #todo


JR: TT site for Mayor Collins - "I thought since I could only see the Mayor thread, Admin was paying a tribute" That was the attempt. When I read the comments around 2:30 p.m. on Friday about Mayor Collins passing, I initially thought that the site should close for a while be... more>>
- Feb 09, 2015


JR: Perl code to create random string of characters - mixed-case, alphanumeric, 8 chars long #!/usr/bin/perl -wT use strict; my @chars = (A..Z, a..z, 0 .. 9); my $string; $string .= $chars[rand @chars] for 1..8; print $string . \n; #perl #programming
- Feb 09, 2015


JR: Website design influences - https://signalvnoise.com/posts/3404-reminder-design-is-still-about-words https://medium.com/i-dont-know-a-thing/a-reader-first-internet-9a6c9c04e2f9 https://medium.com/@eteraz/the-war-on-wordsmiths-436798659dd4
- Feb 09, 2015


JR: Amazing Bread from Zingerman's - On Sat, Feb 7, 2015, CP and I visited the Zingerman's business "complex" out by I-94. We loaded up. I bought the big Z French Mountain bread, the Westwind bread, and the chestnut baguette listed below. I also bought a couple chewy pretzels. We bough... more>> 1 min read
- Feb 07, 2015 - #bread


JR: Downtown Toledo Restaurants - 2015 - The Moxie in UpTown - Open (this may have opened in December of '14) Noodle Bar and Grill - Open Kengo - expected to be open this month Black Cloister Brewing Company - expected to be open this month M'Osteria - expected to be open this month Martini... more>>
- Feb 04, 2015 - #toledo #food #restaurant


JR: Minnesota Gopher Football - Signing Day - Feb 4, 2015 - https://twitter.com/GopherFootball Minnesota Gophers 2015 SIGNEES Signed a National Letter of Intent Time (Central)NamePos.Ht.Wt. Enrolled Jacob HuffDB5-10205 Enrolled Julian HuffLB5-11223 Enrolled Tyler MooreOL6-4300 Enrolled Charles "Ace" Rog... more>>
- Feb 04, 2015 - #college #football


JR: Reporting Toledo issues with the City's new mobile app - You can try complaining with the city's new mobile app that was introduced last summer. Excerpts from the Blade story: The city cooperatively developed the custom app with SeeClickFix and tested it starting in June. The cost to Toledo taxpayers was... more>> 1 min read
- Feb 04, 2015 - #toledo #politics #mobile #app


JR: Tue, Feb 3, 2015 Weather Notes - It's still too early to know for sure about this weekend. It could be a chaotic mess of rain, freezing rain, sleet, and snow. At the moment, the Cle NWS is going with an all-snow event, but I'm guessing that will change. According to the different... more>> 1 min read
- Feb 03, 2015 - #toledo #weather


JR: Feb 1 2015 weather - At 7:00 a.m., I measured 1.75 inches of snow accumulation since it began in West Toledo shortly after Midnight. This snowfall forecast image issued by the Detroit/Pontiac NWS early this morning shows the the Toledo area receiving between 8 and 15 in... more>> 2 min read
- Feb 01, 2015 - #toledo #weather


JR: Jan 31 2015 weather - Info as of Saturday morning, Jan 31 ... A Winter Storm Watch remains in effect from late tonight through Monday morning. The Northern Indiana NWS upgraded to a Winter Storm Warning for northern IN and northwest OH, including neighboring counties Fu... more>> 2 min read
- Jan 31, 2015 - #toledo #weather


JR: Weather notes for Jan 30, 2015 - As of early Fri morning, Jan 30, the last two GFS computer model runs have forecast the Toledo area to receive between 3 and 6+ inches of snowfall by daybreak Monday. At the moment, we're on the forecast border or the northern edge of the heavier sno... more>> 1 min read
- Jan 30, 2015 - #toledo #weather


JR: JavaScript and RegEx - regular expressions + string variable + javascript var body = this is a \n blob of text that could be an article or whatever.; var search_string = Blob of text; var re = new RegExp(search_string, gim); var output = body.match(re); console.log... more>>
- Jan 29, 2015


JR: Jan 29, 2015 Weather Info - The 1:00 a.m., Thu, Jan 29 GFS run now predicts 2 to 3 inches of snowfall for the Toledo area by daybreak Monday. It does appear that the heaviest snowfall will stay south of us, like last weekend's system. But the higher amounts are close enough t... more>>
- Jan 29, 2015 - #toledo #weather


Older >> << Newer

A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Jul 19, 2025 - 10:48 a.m. EDT