17 private links
'(flycheck-perl-include-path
(quote
("your path to your perl libraries")))
'(flycheck-perl-executable "path to your perl executable")
% mojo generate lite_app optional
...
% $EDITOR optional
One could mark the date as optional by giving it a default value of undef
:
#!/usr/bin/env perl
use Mojolicious::Lite -signatures;
get '/vote/:value/*when' => { when => undef } => sub ($c) {
my $value = $c->stash('value');
my $when = $c->stash('when');
$c->render(
format => 'txt',
text => $value . ' ' . ( defined $when ? $when : 'nope' ) . "\n"
);
};
app->start;
which then allows with-or-without the date queries:
% ./optional get /vote/42 2>/dev/null
42 nope
% ./optional get /vote/42/2020/01/07 2>/dev/null
42 2020/01/07
%
Write to your GitHub activity chart. Contribute to ihabunek/github-vanity development by creating an account on GitHub.
This is home to Shields.io, a service for concise, consistent, and legible badges in SVG and raster format, which can easily be included in GitHub readmes or any other web page. The service supports dozens of continuous integration services, package registries, distributions, app stores, social networks, code coverage services, and code analysis services. Every month it serves over 470 million images.
I've been looking at Gitlab's CI pipeline to automate testing and deployment of a Perl App I've been writing.
Gitlab's documentation on the subject is very comprehensive https://docs.gitlab.com/ee/ci/pipelines.html however there's no Perl example https://docs.gitlab.com/ee/ci/examples/README.html so I did a bit of playing to get a working configuration for those who are interested.
Gitlab makes it extremely easy to use their CI by creating a gitlab-ci.yml file to control the pipeline.
Artisanat numérique, création de sites web et infogérance sur mesure.
Pour faciliter vos démarches, l’hôpital Bicêtre vous propose de prendre rendez-vous en ligne pour certaines spécialités listées ci-dessous. Pour les autres spécialités, la prise de rendez-vous se fait par téléphone ou sur place (consultez l’onglet Offre de soins).
React components to create parallax scroll effects for banners, images or any other DOM elements. Uses a single scroll listener to add vertical or horizontal scrolling based offsets to elements based on their position in the viewport. Optimized to reduce jank on scroll and works with universal (server-side rendered) React apps.
This library provides numerous functional programming utility methods, as well as functional varients of native in-built methods, to allow for consistent, concise code.
Every application that supports Git will work with GitLab. Click here to see some of the applications & integrations we would like to highlight.
Feature
The doom-modeline
was designed for minimalism, and offers:
- A match count panel (for
anzu
,iedit
,multiple-cursors
,symbol-overlay
,
evil-search
andevil-substitute
) - An indicator for recording a macro
- Current environment version (e.g.
python
,ruby
,go
, etc.) in the major-mode - A customizable mode-line height (see
doom-modeline-height
) - A minor modes segment which is compatible with
minions
- An error/warning count segment for
flymake
/flycheck
- A workspace number segment for
eyebrowse
- A perspective name segment for
persp-mode
- A window number segment for
ace-window
,winum
andwindow-numbering
- An indicator for
evil
state - An indicator for
god
state - An indicator for
ryo-modal
state - An indicator for
xah-fly-keys
state - An indicator for remote host
- An indicator for debug state
- An indicator for current input method
- An indicator for LSP state with
lsp-mode
oreglot
- An indicator for github notifications
- An indicator for unread emails with
mu4e-alert
- An indicator for irc notifications with
circe
- An indicator for buffer position which is compatible with
nyan-mode
- An indicator for party parrot
- An indicator for PDF page number
- An indicator for battery status with
fancy-battery
- Truncated file name, file icon, buffer state and project name in buffer
information segment, which is compatible withprojectile
andproject
Screenshots
Online text tools is a collection of useful text processing utilities. All text tools are simple, free and easy to use. There are no ads, popups or other garbage. Just text utilities that work right in your browser. And all utilities work exactly the same way — load text, get result.