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 31 / 177
How To Build A Skin For Your Web App With React And WordPress — Smashing Magazine https://www.smashingmagazine.com/2018/03/react-wordpress-web-app/
08/03/2018 10:11:26
extremoweb funny wordpress php react api
How I approached software development and why I prefer PostgreSQL to MySQL - Asmir Mustafic https://www.goetas.com/blog/how-i-approached-software-development-and-why-i-prefer-postgresql-to-mysql/
05/03/2018 00:42:30
mysql postgresql
Installing Google Play Services on an Android Studio emulator https://medium.com/@dai_shi/installing-google-play-services-on-an-android-studio-emulator-fffceb2c28a1
26/02/2018 16:58:14
google android
BLUEamnesiac's DeviantArt Gallery https://blueamnesiac.deviantart.com/gallery/?catpath=%2F&edit=0&q=game+boy
26/02/2018 16:48:46
thumbnail
gameboy wallpaper
http://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html http://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html
19/02/2018 21:37:04
javascript
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
page 31 / 177
3783 links, including 261 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn