Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 33 / 155
radareorg/cutter: A Qt and C++ GUI for radare2 reverse engineering framework https://github.com/radareorg/cutter
Thu Mar 21 22:55:15 2019 archive.org
QRCode
thumbnail

Cutter is a Qt and C++ GUI for radare2. Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

Cutter is available for all platforms (Linux, macOS, Windows). You can download the latest release here.

macOS: Download the latest .dmg file or use Homebrew Cask brew cask install cutter.
Windows: Download the latest Zip archive.
Linux: Download the latest AppImage file. Then just make it executable and run it:
    chmod +x <appimage_file>
    ./<appimage_file>
cutter idapro reverse engineering framework
What Android apps does Sailfish OS support and how do I get them? – Jolla Service and Support https://jolla.zendesk.com/hc/en-us/articles/201440787?mobile_site=true#13
Thu Mar 21 19:39:20 2019 archive.org
QRCode
thumbnail
Full Circle Magazine FR https://www.fullcirclemag.fr/
Thu Mar 21 17:56:18 2019 archive.org
QRCode
thumbnail

un magazine numerique gratuit !

via linuxfr : https://linuxfr.org/users/gepolabo/journaux/les-editions-diamond-passent-au-numerique-gafam

linux magazine numerique gratuit free
PO vs PM, like Batman vs Superman | Blog Eleven Labs https://blog.eleven-labs.com/fr/po-vs-pm-like-batman-vs-superman/
Thu Mar 21 17:52:49 2019 archive.org
QRCode
thumbnail

Un PM Superman et un PO (PPO ?) Batman ? oui c'est surement cela

po pm agile methode
*Working* microg working on Sailfish X 3.0.0.8 F5121 TL;DR - together.jolla.com https://together.jolla.com/question/196337/working-microg-working-on-sailfish-x-3008-f5121-tldr/
Wed Mar 20 18:56:01 2019 archive.org
QRCode
thumbnail

So thanks to many others posting on this subject (listed below). I presume that you know about command line shells in li ...

[ROM][2019-03-18][GNU/Linux] Sailfish OS - 3… | Xiaomi Redmi Note 3 https://forum.xda-developers.com/redmi-note-3/development/rom-sailfish-os-3-0-1-11-sipoonkorpi-t3912201
Mon Mar 18 19:23:40 2019 archive.org
QRCode
thumbnail

Check out the changelog for the latest release here : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/blob/master/CHANGELOG

DOWNLOADS:

SailfishOS - 3.0.1.11 (Sipoonkorpi) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.1.11-Sypoonkorpi.zip
SailfishOS - 3.0.2.8 (Oulanka) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.2.8-Oulanka.zip

Kernel Source: https://gitlab.com/adarshkushwah/escrima_kernel_xiaomi_msm8956

sailfish os kenzo halium free
[ROM][2019-03-18][GNU/Linux] Sailfish OS - 3… | Xiaomi Redmi Note 3 https://forum.xda-developers.com/redmi-note-3/development/rom-sailfish-os-3-0-1-11-sipoonkorpi-t3912201
Mon Mar 18 19:23:40 2019 archive.org
QRCode
thumbnail

Check out the changelog for the latest release here : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/blob/master/CHANGELOG

DOWNLOADS:

SailfishOS - 3.0.1.11 (Sipoonkorpi) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.1.11-Sypoonkorpi.zip
SailfishOS - 3.0.2.8 (Oulanka) : https://gitlab.com/adarshkushwah/sailfishos-3.0.1.11/raw/master/sailfishos-kenzo-release-3.0.2.8-Oulanka.zip

Kernel Source: https://gitlab.com/adarshkushwah/escrima_kernel_xiaomi_msm8956

sailfish os kenzo halium free
Installer Linux Ubuntu sur un laptop Dell Inspiron 15-7580 - La bagarre ! - CitizenZ https://www.citizenz.info/installer-linux-ubuntu-sur-un-laptop-dell-inspiron-15-7580-la-bagarre
Mon Mar 18 17:32:06 2019 archive.org
QRCode
thumbnail

J'ai acheté dernièrement un nouveau PC portable (laptop). Après quelques recherches mon choix s'est porté sur un Dell Inspiron 15-7580 :- processeur i7- 16 Go RAM DDR4- SSD Nvme...

linux dell installation
Ryzom - Free to Play Open-Source MMORPG | Windows, Mac & Linux https://ryzom.com/
Mon Mar 18 03:30:34 2019 archive.org
QRCode
thumbnail

Ryzom

CowToilet, the automatically and voluntary urinating system from Hanskamp https://www.hanskamp.nl/en/cowtoilet
Sat Mar 16 16:32:00 2019 archive.org
QRCode
thumbnail

oO

CowToilet, the automatically and voluntary urinating system from Hanskamp as solution for ammonia reduction.

cow toilet
Using Cyberghost VPN on ArchLinux https://javaguirre.me/2015/03/15/using-cyberghost-vpn-in-archlinux
Thu Mar 14 00:00:27 2019 archive.org
QRCode
thumbnail

Javier Aguirre -

vpn openvpn arch linux
How to Create a Python Package - Python Central https://www.pythoncentral.io/how-to-create-a-python-package/
Wed Mar 13 19:02:40 2019 archive.org
QRCode
thumbnail

When you've got a large number of Python classes (or "modules"), you'll want to organize them into packages. When the number of modules (simply stated, a module might be just a file containing some classes) in any project grows significantly, it is wiser to organize them into packages – that is, placing functionally similar modules/classes in the same directory. This article will show you how to create a Python package.

Steps to Create a Python Package

Working with Python packages is really simple. All you need to do is:

Create a directory and give it your package's name.
Put your classes in it.
Create a __init__.py file in the directory

That's all! In order to create a Python package, it is very easy. The init.py file is necessary because with this file, Python will know that this directory is a Python package directory other than an ordinary directory (or folder – whatever you want to call it). Anyway, it is in this file where we'll write some import statements to import classes from our brand new package.

python package Create
Append-only backups with restic and rclone https://ruderich.org/simon/notes/append-only-backups-with-restic-and-rclone
Tue Mar 12 19:48:54 2019 archive.org
QRCode

Hello,

c'est ce que je fais effectivement.
"mieux" j'ai mis en place l'API Rest qui permet cela sans partage de clé SSH (zone d'attaque plus faible)

https://github.com/restic/rest-server

du coup j'ai une API qui ne permet QUE l'append, et j'ai des scripts en cron pour delete les "vieux" snapshots et consolider les données.

restic backup server append only
MobileRead Forums - View Single Post - Clara HD Display time when reading https://www.mobileread.com/forums/showpost.php?p=3762123&postcount=6
Tue Mar 12 18:03:13 2019 archive.org
QRCode

Displays a clock on the screen. Powered by NiLuJe's fbink tool.

To install, copy KoboRoot-MiniClock-*.tgz » .kobo/KoboRoot.tgz

To uninstall, set uninstall=1 in .addons/miniclock/miniclock.cfg

Check .addons/miniclock/miniclock.example.cfg for customization options (rename the example file to miniclock.cfg to be effective.)

Ideally the clock should update on the minute (update=60) however, while reading books, Kobo freezes background tasks so it might not update and lag behind, until you flip the page or otherwise interact with the screen.

Update 2018-11-05: now with nightmode and truetype support

Update 2018-11-17: changed how the delay option works for more fine-grain control. added padding option to get rid of visual fragments in truetype mode.

Update 2018-11-23: add user-translatable {day}, {month}. Also optional {battery} 0-100%.

kobo hack clock
How to make mozzarella : GifRecipes https://www.reddit.com/r/GifRecipes/comments/awx2r0/_/
Mon Mar 11 20:07:21 2019 archive.org
QRCode
thumbnail

Merci ! je vais essayer !

via https://dooby.fr/links/?y5L70A

mozzarella diy
server/README.md at master · gotify/server · GitHub https://github.com/gotify/server/blob/master/README.md
Sun Mar 10 16:55:56 2019 archive.org
QRCode
thumbnail

A simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui) - gotify/server

go push botifications android cli
Proton 3.16-8 beta is out for Steam Play with DXVK 1.0 and game fixes | GamingOnLinux https://www.gamingonlinux.com/articles/proton-316-8-beta-is-out-for-steam-play-with-dxvk-10-and-game-fixes.13725
Sat Mar 9 17:08:04 2019 archive.org
QRCode
thumbnail

Just before the weekend appears, we have the brand new Proton 3.16-8 beta available for Valve's Steam Play. This release includes some mighty fine fixes and updates.

steam game linux
Black Hole Propulsion as Technosignature https://www.centauri-dreams.org/2019/03/06/black-hole-propulsion-as-technosignature/
Fri Mar 8 13:13:19 2019 archive.org
QRCode

When he was considering white dwarfs and neutron stars in the context of what he called ‘gravitational machines,’ Freeman Dyson became intrigued by the fate of a neutron star binary. He calculated in his paper of the same name (citation below) that gradual loss of energy through gravitational radiation would bring

dyson
API — Jinja2 Documentation (2.10) http://jinja.pocoo.org/docs/2.10/api/#loaders
Thu Mar 7 21:57:00 2019 archive.org
QRCode
thumbnail

L'API de Jinja2 pour faire vos templates en python

python template api
Le suicide râté de Chamfort - Quand ça veut pas... https://www.etaletaculture.fr/litterature/le-suicide-rate-de-chamfort/
Thu Mar 7 04:03:46 2019 archive.org
QRCode
thumbnail

Temps heureux où chacun ne s’occupait en France
Que de vers, de romans, de musique, de danse,
Des prestiges des arts, des douceurs de l’amour!
Le seul soin qu’on connût était celui de plaire,
On dormait deux la nuit, on riait tout le jour,
Varier ses plaisirs était l’unique affaire.

... ca fait echo... mais a quoi ??

politique
page 33 / 155
4770 links, including 1684 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn