Lucas Bürgy's links
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 20 / 62
500+ CSS Icons, Customizable, Retina Ready & API https://css.gg/
Fri Jan 31 11:44:42 2020
QRCode
icon
Les meilleurs éditeurs de contenu WYSIWYG https://www.creativejuiz.fr/blog/ressources-telechargements/meilleurs-editeurs-texte-wysiwyg
Fri Jan 31 11:43:53 2020
QRCode
WYSIWYG
Excel: Arrondi pour note suisse (arrondi au supérieur 0.1) /shaare/2UPlVQ
Tue Jan 28 19:25:23 2020
QRCode
=ARRONDI.AU.MULTIPLE(ARRONDI.SUP(NOTE*50;0)/50;0.1)
excel
GPL-3.0 in Markdown https://www.gnu.org/licenses/gpl-3.0.md
Fri Jan 24 18:58:14 2020
QRCode
gpl3 license markdown
REGEX: Get name and phone number in a vcf file /shaare/AzZShQ
Sun Jan 19 11:01:55 2020
QRCode

First mobile phone number (in Switzerland, number that begins with "+41 7") :

BEGIN:VCARD(.|\n)*?FN:(.*)?\n(.|\n)*?(TEL.*?:(\+41 7.*?)\n(.|\n)*?)?END:VCARD
$2;$5

Or first phone number :

BEGIN:VCARD(.|\n)*?FN:(.*)?\n(.|\n)*?(TEL.*?:(.*?)\n(.|\n)*?)?END:VCARD
$2;$5

This is the output :

John smith;+41 79 777 77 77
my name;my phone number

They may still be some escape character, you can remove them with this :

\\(.)
$1

If you want to remove those who don't have a phone number :

.*?;\n
regex vcf
L'incroyable ego des développeur(euse)s - Je suis un dev https://www.jesuisundev.com/ego-des-developpeurs/
Thu Jan 16 20:35:27 2020
QRCode
article developpement
GitHub - jakeswenson/BitBetter: Modify bit warden to provide my own licensing for self hosting https://github.com/jakeswenson/BitBetter
Thu Jan 16 09:43:17 2020
QRCode

BitBetter is is a tool to modify Bitwarden's core dll to allow you to generate your own individual and organisation licenses. You must have an existing installation of Bitwarden for BitBetter to modify.

bitwarden
https://github.com/RSS-Bridge/rss-bridge/releases.atom https://github.com/RSS-Bridge/rss-bridge/releases.atom
Tue Jan 14 22:27:57 2020
QRCode

For github, maybe all the gits, I don't know, there is an rss feed for the releases

https://github.com/user/repo/releases.atom

git github
GitHub - RSS-Bridge/rss-bridge: The RSS feed for websites missing it https://github.com/RSS-Bridge/rss-bridge
Tue Jan 14 22:12:39 2020
QRCode
rss selfhost serviceweb
GitHub - luruke/browser-2020: Things you can do with a browser in 2020 ☕️ https://github.com/luruke/browser-2020
Tue Jan 14 21:10:09 2020
QRCode
js css html browser awesome
ASCIICKER – Un jeu utilisant un moteur 3D full ASCII – Korben https://korben.info/asciicker-un-jeu-utilisant-un-moteur-3d-full-ascii.html
Tue Jan 14 21:09:31 2020
QRCode
article jeu moteur_jeu
REGEX: standardize phone numbers in vcf file /shaare/m3iENg
Sun Jan 12 20:37:35 2020
QRCode
(TEL;TYPE=.*?:) ?(\+41|0) ?([0-9]{2}) ?([0-9]{3}) ?([0-9]{2}) ?([0-9]{2})

Then you can rewrite it like you want, for example I use this scheme: +41 98 765 43 21

$1+41 $3 $4 $5 $6
regex vcf
Bonne année ! …mais c’est quoi une année ? - Couleur-Science https://couleur-science.eu/?d=b20f0d--bonne-annee-mais-cest-quoi-une-annee
Fri Jan 10 17:06:30 2020
QRCode
article science
How to undo (almost) anything with Git - The GitHub Blog https://github.blog/2015-06-08-how-to-undo-almost-anything-with-git/
Wed Jan 8 08:47:54 2020
QRCode
git
How can I undo the last commit? https://www.git-tower.com/learn/git/faq/undo-last-commit
Wed Jan 8 08:47:37 2020
QRCode
git reset --soft HEAD~1
git
jQuery Easing Examples - Matthew Lein https://matthewlein.com/tools/jquery-easing
Thu Dec 19 11:42:47 2019
QRCode

for animate for example

jquery
jquery - Change Active Menu Item on Page Scroll? - Stack Overflow https://stackoverflow.com/questions/9979827/change-active-menu-item-on-page-scroll
Thu Dec 19 11:42:26 2019
QRCode
html css js jquery
List of URI schemes - Wikipedia https://en.wikipedia.org/wiki/List_of_URI_schemes
Mon Dec 16 09:31:08 2019
QRCode

Liste de schéma d'URI. Pour liens hypertextes notamment.
mailto, tel, geo, ...

java - Error "MANIFEST.MF already exists in VFS" when creating new artifact - Stack Overflow https://stackoverflow.com/questions/31189449/error-manifest-mf-already-exists-in-vfs-when-creating-new-artifact/33467740#33467740
Sat Dec 7 10:23:33 2019
QRCode
java intellij_idea
Git stash /shaare/u1488Q
Mon Dec 2 11:00:42 2019
QRCode

Pour sauvegarder les modifs locales:

git stash

Ensuite, on peut faire un git pull par exemple.
Puis, on restaure les modifs locales:

git stash pop
git astuces
page 20 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn