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 35 / 174
What we learned after using React Native for a year - Hashnode https://hashnode.com/post/what-we-learned-after-using-react-native-for-a-year-civdr8zv6058l3853wqud7hqp
24/04/2017 16:36:00
react-native
6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial) https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9
24/04/2017 16:35:48
javascript
Anbox - Android in a Box http://anbox.io/?ref=stackshare
24/04/2017 16:35:37
android
How To Use Image Placeholders in React Native - Modus Create http://moduscreate.com/how-to-use-image-placeholders-in-react-native/
21/04/2017 16:23:21

https://github.com/moduscreate/react-native-image-placeholder-example/blob/master/index.ios.js#L130

react-native placeholder
Building infinite scroll in React Native – NativeBase.io Blog https://blog.nativebase.io/building-infinite-scroll-in-react-native-e717602553f8
21/04/2017 16:22:48
react-native
sghiassy/react-native-sglistview: SGListView is a memory minded implementation of React Native's ListView https://github.com/sghiassy/react-native-sglistview
21/04/2017 14:53:33

infinite scroll

paginator pager react-native
react-native-image-placeholder-example/index.ios.js at master · moduscreate/react-native-image-placeholder-example https://github.com/moduscreate/react-native-image-placeholder-example/blob/master/index.ios.js#L130
21/04/2017 14:50:48
placeholder react-native
React Native Navigator — Navigating Like A Pro in React Native https://medium.com/react-native-training/react-native-navigator-navigating-like-a-pro-in-react-native-3cb1b6dc1e30
20/04/2017 12:57:49
react-native
Avoid Using Same SSH Private Key For All Your Servers - DZone Security https://dzone.com/articles/avoid-using-same-ssh-private-key-for-all-your-serv
18/04/2017 21:06:14

In this article, we'll go over how you can use SSH to mitigate the risk of data lose that comes from using the same private key for all the servers you manage.

ssh server security
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/ https://gist.github.com/plentz/6737338
18/04/2017 11:27:55
nginx
react-native-pages https://www.npmjs.com/package/react-native-pages
17/04/2017 17:38:18
slider react-native
Building a Social Network with Laravel and Stream? Easy! — SitePoint https://www.sitepoint.com/building-social-network-laravel-stream-easy/
14/04/2017 21:03:45

Christopher continues building the Laravel Social Network project by fully implementing Stream functionality with follows, friending, and notifications.

php7
javascript - How to convert HTML to JSON using PHP? - Stack Overflow http://stackoverflow.com/questions/23062537/how-to-convert-html-to-json-using-php
13/04/2017 16:50:39

html a json

html php json
open-source-society/computer-science: Path to a free self-taught education in Computer Science! https://github.com/open-source-society/computer-science
13/04/2017 10:57:16
machine-learning
Note: Problemas con el purto 80 /shaare/bMpuuQ
13/04/2017 10:54:00

Muestra los procesos que usen el puerto 80

   lsof -i :8081 

Cuando lo encuentres matalo de la siguiente manera:

   kill -9 <PID> 
Note: React native menu without animations /shaare/FyIEVA
13/04/2017 09:36:44

    _configureScene(route){
        switch (route.name) {
            case 'CONTENT_VIEW':
                return Navigator.SceneConfigs.HorizontalSwipeJump
                break;
            case 'PUBLIC_FEED':
                return {
                    ...Navigator.SceneConfigs.HorizontalSwipeJump,
                    gestures: {
                        pop: {},
                    },
                }
                break;
        }
    };

    render() {
        return (
            <Navigator
                ref={ ref => this.navigator = ref }
                initialRoute={ { name: 'LOGIN_FORM' } }
                configureScene={ this._configureScene }
                renderScene={(route, navigator) => {
react-native
Machine Learning - Stanford University | Coursera https://www.coursera.org/learn/machine-learning
12/04/2017 14:20:47
machine-learning
htaccess Tester - madewithlove http://htaccess.mwl.be/
12/04/2017 14:20:33
apache server
Note: Find unread emails and remove them /shaare/K5-MHw
11/04/2017 11:33:48
cd /var/vmail/vmail1/example.com/p/a/u/username-2005.09.20.12.30.07/Maildir
find . -type f | grep -E ',[^,]*S[^,]*$'              # finds all readed 
find . -type f | grep -vE ',[^,]*S[^,]*$'             # find all unreaded
find . -type f | grep -vE ',[^,]*S[^,]*$' | wc -l     # count them
find . -type f | grep -vE ',[^,]*S[^,]*$' | xargs rm  # remove them
bash email server
Using Image as a Container in React Native | BigBinary Blog http://blog.bigbinary.com/2016/04/28/using-image-as-a-container-in-react-native.html
10/04/2017 16:01:45
react-native
page 35 / 174
3728 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn