17 private links
use utf8;
does not enable Unicode output - it enables you to type Unicode in your program. Add this to the program, before your print()
statement:
binmode(STDOUT, ":utf8");
See if that helps. That should make STDOUT
output in UTF-8 instead of ordinary ASCII.
You want to use the -newermt
option for find
:
find /media/WD/backup/osool/olddata/ -newermt 20120101 -not -newermt 20130101
to get all the files with modification time in 2012.
Noton works by drawing cables between timers, logic gates and instruments inspired from pepepépepe's Color Computers to explore binary logic.
Right-click to add nodes, and left-click to add wires. Nodes will emit a positive signal if all the connected wires have the same polarity. The screen has timers to the left, and notes to the right. The default timers are 6 trackers, 4 sequencers and 2 pools.
Le site officiel de l'Adresse
Mastodon is an innovative open-source and self-hostable microblogging platform similar to Twitter or Tumblr. Its development was started in 2016 by Eugen Rochko and since then Mastodon constantly attracted new users and communities looking for a social environment independent from big company logics and censorship.
Mastodon is not a Twitter clone: by concept, structure and functionalities it is something completely different and much more interesting!
This page is an introduction to Mastodon’s basic concepts and features which you should know to fully understand how Mastodon works. It is structured in independent sections which you can jump to from the Index (see the link in the upper-left side), but it can also be read as a single text.
The site also hosts an Instances search engine that you can use to find the Mastodon instance that best fits your needs.
If you've lost your password and can't recover it via email but have access to the doku file system, you're still good.
Open up conf/user.auth.php
and replace the password of your user with 21232f297a57a5a743894a0e4a801fc3
, that will make the password be admin
.
Contours des régions, départements, arrondissements, cantons et communes de France (métropole et départements d'outre-mer) au format GeoJSON
Contours des régions, départements, arrondissements, cantons et communes de France (métropole et départements d'outre-mer) au format GeoJSON
Semiphemeral protects your privacy by making it easy for you to automatically delete years of old tweets while giving you control over exactly which tweets you want to make sure you keep.
For example, you can set it to automatically delete tweets that are older than 30 days unless they have at least 20 retweets or at least 20 likes (all these numbers are configurable). You can also:
Keep all tweets that are part of the same thread as a tweet that meets those RT and like thresholds
Search through all of your tweets and pick which ones to exclude from automatic deletion, so that Semiphemeral will never delete them
Unretweet tweets after a number of days
Unlike tweets after a number of days
Automatically delete your old direct messages
Orca is an esoteric programming language designed by @hundredrabbits to create procedural sequencers.
This playground lets you use Orca and its companion app Pilot directly in the browser and allows you to publish your creations by sharing their URL.
package Foo {
use Moo;
has a => (is => "ro");
has b => (is => "ro");
}
my $bar = Foo->new(a => 42);
# Print only 'a'
say $_ for keys %{ $bar }
# Print all attributes
say $_ for keys( %{
'Moo'->_constructor_maker_for('Foo')->all_attribute_specs
});
JavaScript library for reorderable drag-and-drop lists