"be consistent" | |
PerlMonks |
pryrt's scratchpadby pryrt (Abbot) |
on Mar 18, 2016 at 23:38 UTC ( [id://1158293]=scratchpad: print w/replies, xml ) | Need Help?? |
Links for quick reference2021-Feb-11: saw erzuuli CB [abbr://PM], so now I must test: try [abbr://PM] = PM or [abbr://Auto Abbrev|After Pipe] = After Pipe or [abbr://SSCCE] = SSCCE include the codified version for easy copy/paste
Floating Point
Monastery HowTo
Long-Term Bookmarks
▶ KeePassRest: access KeePass via REST-ful API (from thread Best way to store passwords) => please note that KeePassRest requires a license to a separate product ▶ Excellent discussion of passwords in scripts / w/ keepass ▶ Announcing WWW::KeePassHttp: my foray into Perl/KeePass integration
Windows and PAR::PackerInspired by this blog (which was linked from dasgar's post):
That's pretty cool. While testing that out, I was using both my "system" strawberry perl and my berrybrew perls, and discovered that I need to cpanm --force PAR::Packer, because of a compiler warning/error during one of the testing steps (of sha1.c). It installs and seems to work, but given the message ... I am not sure that it will properly hash. (the 32bit perl installations didn't have that error, and so didn't need --force) PAR::Packer quirks
Login With ...After recent discussions of Mojolicious::Lite login examples (first steps with Mojolicious::Lite and RFC / Audit: Mojo Login Example), and some of my recent thoughts about LDAP, the Need help with AWS Cognito question caught my eye: I would love to see one of the example M::L apps updated to use Login with Google, Login With Facebook, and similar for other OAuth providers (preferrably multiple providers at once). This medium.com:@thomashelstrom article shows how he did a quick login-with-Google, which might be a good starting point. Post Re: LWP::Authen::OAuth2 terminology describes possible procedure for using LWP::Authen::OAuth2 to login with google or similar Even better, I decided to search Mojo for "OAuth2" and found Mojolicious::Plugin::OAuth2, which is exactly what I was thinking about without having to re-invent the wheel.
FFI::PlatypusI had seen mention of FFI::Platypus before, but Re^2: Modernizing the Postmodern Language? had me take a quick look from a different perspective -- I had thought it was supposed to provide a way to access external libraries, but from the documentation I had linked before, I got too confused. This time, I was able to find an example of accessing kernel32.dll ... and with that, it might be possible to replace my monster amalgamation of Win32::API, Win32::GUI, and Win32::GuiTest -- though I might still want GuiTest separate during the module tests, because it's a pretty clean way for remote-controlling the GUI
Strawberry newer than perl 5.32
Auto-added linksHigh Performance Game of Life Re^2: How has Perl affected you? Re: Command Shell gpg using Crypt::OpenPGP function fitting EU::MM prereqs: specifying recommends and suggests (recommends is stronger than suggests, if I read it correctly) Re: perl create database with folder system Re: Execution hangs on File::Find: thanks to this article, and the linked http://perldoc.perl.org/perlvar.html#%24%7B%5EWIN32_SLOPPY_STAT%7D, I think I might be able to use that variable to speed up my at-home backup script... Perl, Android web app, AJAX, JSON Polygon Creation -- Request for Algorithm Suggestions RFC: 100 PDL Exercises (ported from numpy) Basic Neural Network in PDL Conways Game of Life in PDL Re^2: searching polygons not merged Re^3: first steps with Mojolicious::Lite haukex's scratchpad -- has multiple Mojo/Mojo::Lite examplesP Dataflow programming on CPU and GPU using AI::MXNet http://blogs.perl.org/users/sergey_kolychev/2017/02/machine-learning-in-perl.html Converting Hashes to Objects dear Mom - [RFC] Discipulus's step by step tutorial on module creation with tests and git How to merge two different coverage reports remotely RFC Tutorial: Adding and extracting VBA to and from Excel files FAQ7: How do I clear a package? Advice on learning Perl and graphics => it looks like Prima might be a useful GUI frontend... though the tester results on Windows leave me worried |
|