Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 29 / 174
Creating a Vue.js Serverless Checkout Form: Setup and Testing | CSS-Tricks https://css-tricks.com/creating-vue-js-serverless-checkout-part-one/
19/02/2018 11:51:27
javascript ecommerce
VPN https://www.tinc-vpn.org/
07/02/2018 19:34:39
vpn server
La tripulación del submarino desaparecido fue capturada por los agresores reptilianos. - La Verdad no puede ser ignorada http://laverdadnopuedeserignorada.com/2017/12/la-tripulacion-del-submarino-desaparecido-fue-capturada-por-los-agresores-reptilianos.html#comments
25/01/2018 17:43:08
extremoweb funny
https://github.com/0xAX/linux-insides/blob/master/Booting/linux-bootstrap-6.md https://github.com/0xAX/linux-insides/blob/master/Booting/linux-bootstrap-6.md
07/01/2018 17:01:31

test

linux kernel tutorial
Blynk http://www.blynk.cc/
02/01/2018 15:10:59
arduino RaspberryPi
Nintendo DS Lite to Game Boy Advance Mod: Nintendo SS - Technabob https://technabob.com/blog/2015/05/13/nintendo-ds-lite-to-game-boy-advance-mod/
02/01/2018 11:49:50
gameboy
Deliberate practice in information security https://www.fastly.com/blog/deliberate-practice-information-security
26/12/2017 10:53:09
development test workflow
How to bootstrap self-service continuous fuzzing https://www.fastly.com/blog/how-bootstrap-self-service-continuous-fuzzing/
26/12/2017 10:52:35
development workflow test
Note: bip-bip.cs /shaare/h6iZqA
21/12/2017 14:19:12
using System;
using System.Threading;
​
namespace myApp
{
    class Program
    {
        public static void Main() {
            Program ex = new Program();
            ex.StartTimer(600);
            ex.StartTimer(1200);
            ex.StartTimer(1800);
            Console.WriteLine("Press Enter to end the program.");
        }
​
        public void StartTimer(int dueTime) {
            Timer t = new Timer(new TimerCallback(TimerProc));
            t.Change(dueTime, 0);
        }
​
        private void TimerProc(object state) {
            Timer t = (Timer) state;
            t.Dispose();
            Console.Beep();
            Console.WriteLine("The timer callback executes.");
        }
    }
}
sql - How to compare dates in datetime fields in Postgresql? - Stack Overflow https://stackoverflow.com/a/19469689/1504286
21/12/2017 10:16:59
postgresql
git rewrite history - How to modify a specified commit in git? - Stack Overflow https://stackoverflow.com/a/1186549/1504286
06/12/2017 16:20:45

modificar un commit perdido en la historia de la vida

git\
GitHub - jupeter/clean-code-php: Clean Code concepts adapted for PHP https://github.com/jupeter/clean-code-php
05/12/2017 10:16:23
php development
How Redux can make you a better developer – COBE https://medium.cobeisfresh.com/how-redux-can-make-you-a-better-developer-30a094d5e3ec
05/12/2017 10:16:04
react redux
A Revolution in Custom ROMs: How Project Treble makes Porting Android Oreo a 1 Day Job https://www.xda-developers.com/how-project-treble-revolutionizes-custom-roms-android-oreo/
05/12/2017 10:15:34
android
Note: React Native push notifications /shaare/RJ05OA
23/11/2017 11:24:55

https://github.com/urbanairship/react-native-module
https://www.urbanairship.com/

https://github.com/OneSignal/react-native-onesignal
https://onesignal.com/about

https://stackoverflow.com/questions/38636571/apns-background-handling-for-badge-counter

react-native
14.04 - Arduino Serial Port COM1 Problem - Ask Ubuntu https://askubuntu.com/a/791534
16/11/2017 14:29:37
arduino
How these lava lamps are securing the internet / Boing Boing https://boingboing.net/2017/11/07/how-these-lava-lamps-are-secur.html
14/11/2017 14:18:20
blog
monitoring - How do you monitor the progress of dd? - Ask Ubuntu https://askubuntu.com/a/215590
06/11/2017 23:00:49

dd

linux bash
Learn X in Y Minutes: Scenic Programming Language Tours https://learnxinyminutes.com/
02/11/2017 11:02:53
programming
react-native-animated-hide-view https://www.npmjs.com/package/react-native-animated-hide-view
01/11/2017 15:17:54
react-native
page 29 / 174
3729 links, including 252 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn