Blender addons
Posted on January 20, 2019. Filed under: Uncategorized | Tags: addons, author:briang, blender, github, meta, youtube |
Interesting add-ons for Blender: Animation Nodes Nodes! For animating! Tutorial series for Blender 2.78 Tutorial series for Blender 2.80 Beta BlenderKit (included with Blender) A free online database of materials, brushes and 3D models which you can search, download, upload and rate via our add-on directly in Blender. fast carve by jayanam Hardsurface utility Blender […]
Read Full Post | Make a Comment ( Comments Off on Blender addons )How to become a CPAN contributor
Posted on August 3, 2018. Filed under: Uncategorized | Tags: author:manwar, cpan, cpan:dist-zilla, cpan:extutils-makemaker, cpan:module-build, meta, perl, TODO |
How to become a CPAN contributor To become a CPAN contributor, you don’t need to write a new CPAN distribution, you just need to submit a change to an existing distribution that gets accepted by the author. If you’ve never gotten your hands dirty editing Perl modules, the first question that may come to mind […]
Read Full Post | Make a Comment ( Comments Off on How to become a CPAN contributor )Exploring Type::Tiny
Posted on July 31, 2018. Filed under: Uncategorized | Tags: author:tobyink, cpan:devel-strictmode, cpan:moo, cpan:moose, cpan:mouse, cpan:type-library, cpan:type-params, cpan:type-tie, cpan:type-tiny, cpan:types-common-numeric, cpan:types-common-string, cpan:types-datetime, cpan:types-path-tiny, cpan:types-typetiny, meta, perl, perlmonks, TODO |
Type::Tiny is probably best known as a way of having Moose-like type constraints in Moo, but it can be used for so much more. This is a series of posts showing other things you can use Type::Tiny for. A seven part series posted to blogs.perl.org and perlmonks Using Type::Params for Validating Function Parameters — perl.org […]
Read Full Post | Make a Comment ( Comments Off on Exploring Type::Tiny )Dist::Zilla Its a wrap!
Posted on April 17, 2018. Filed under: Uncategorized | Tags: author:byterock, cpan:dist-zilla, cpan:pod-weaver, meta |
Dist::Zilla Its a wrap! So has it been really sixty days of blogging about Dist::Zilla and Pod::Weaver? Yes it has so here is a quick round up of what is where. No Such thing as Moose-Zilla! Mmm! Dist::Zilla Tea ‘Dist::Zilla’ A Bath for Your Distro Dist::Zilla Check License Dist::Zilla Set B Scene 169 Take 2A […]
Read Full Post | Make a Comment ( Comments Off on Dist::Zilla Its a wrap! )SOLID principles
Posted on March 9, 2018. Filed under: Uncategorized | Tags: meta, oo, ruby, solid, TODO |
Welcome to the five-part series of blog posts about SOLID Principles. In each part I will describe and analyze one of these principles. In the last part, expect summary of the entire series containing a few tips and thoughts. Let’s start. What are SOLID Principles? There are five general design principles of object-oriented programming intended […]
Read Full Post | Make a Comment ( Comments Off on SOLID principles )LibreOffice and OpenOffice programming tutorials and examples
Posted on January 16, 2018. Filed under: Uncategorized | Tags: libreoffice, meta, openoffice, python, tutorial |
Tutorials Detailed tutorial regarding LibreOffice to Python macro writing, especially for Calc [ask.libreoffice.org] Interface-oriented programming in OpenOffice / LibreOffice : automate your office tasks with Python Macros Examples
Read Full Post | Make a Comment ( Comments Off on LibreOffice and OpenOffice programming tutorials and examples )XS Mechanics
Posted on May 4, 2017. Filed under: Uncategorized | Tags: c, meta, perl, xs |
XS Mechanics is an article in five parts about XS. It explains what it is, why it is, how it works, and how to use it. It includes a complete, working example of an XS module, and a stub module that you can use as a starting point for your own code. It is an […]
Read Full Post | Make a Comment ( Comments Off on XS Mechanics )Getting started with XS
Posted on May 4, 2017. Filed under: Uncategorized | Tags: author:david.farrell, c, cpan:xs-tutorial, meta, perl, r/perl, reddit, xs |
Part 1: Getting started with XS Part 2: Writing your own XS functions Part 3: XS utility routines that are good to know eXtendable Subroutines (XS) are subroutines written in C that are callable from Perl code. There are two common reasons you’d want to use XS: there is a C library you’d like to […]
Read Full Post | Make a Comment ( Comments Off on Getting started with XS )Git flow meta page
Posted on December 26, 2016. Filed under: Uncategorized | Tags: git, gitflow, github, meta |
A successful Git branching model by Vincent Driessen [nvie] In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but […]
Read Full Post | Make a Comment ( Comments Off on Git flow meta page )Perl Advent Calendar 2016
Posted on December 5, 2016. Filed under: Uncategorized | Tags: advent, advent2016, cpan:app-spec, cpan:bencher, cpan:benchmark, cpan:dancer-searchapp, cpan:geo-calc-xs, cpan:geo-coder-opencage, cpan:geo-parser-text, cpan:git-hooks, cpan:io-string, cpan:linux-clone, cpan:linux-setns, cpan:linux-unshare, cpan:list-gather, cpan:list-util, cpan:log-any, cpan:magpie, cpan:memoize, cpan:meta-grapher-moose, cpan:moose, cpan:params-validate-dependencies, cpan:pdf-reuse, cpan:ppi, cpan:ref-util, cpan:scalar-util, cpan:schedule-longsteps, cpan:syntax-keyword-try, cpan:text-csv, cpan:text-fuzzy, cpan:text-nlp, git, meta, perl, TODO |
Perl Advent Calendar 2016 Graphing Moose Classes Automatically – Meta::Grapher::Moose Jingle Refs, Jingle Refs, Jingle all the way – Ref::Util Benchmarking with Bencher – Bencher Yuletide Logging – Log::Any Gathering all the Presents – List::Gather Help Santa Klaus Reward Only Nice Children -Schedule::LongSteps Writing git hooks – Git::Hooks Geocoding the world at volume with open […]
Read Full Post | Make a Comment ( Comments Off on Perl Advent Calendar 2016 )« Previous Entries