loading...

martes, 14 de septiembre de 2010

Hoy tenemos un goto 13, con un mini bucle 09, y un bucle de cierre 2010. Un display " Feliz Día del programador"

Son pocas las palabras, que podemos emitir para felicitar a los que hacen posible, que hoy este publicando este mensaje en la web.

notify-send ["Feliz día del programador"] "message" -t 500

notify-send ["Gracías por hacernos la vida más facil"] "message" -t 500


  • @Override


  • public void run() {


  •   mLocationManager =


  •     (LocationManager)getSystemService(Context.LOCATION_SERVICE);


  •   if (mLocationManager.isProviderEnabled(LocationManager.GPS_PROVIDER)) {


  •     Looper.prepare();


  •     mLocationListener = new MyLocationListener();


  •     mLocationManager.requestLocationUpdates(


  •       LocationManager.GPS_PROVIDER, 0, 0, mLocationListener);


  •     Looper.loop();


  •     Looper.myLooper().quit();


  •   } else {


  •     Toast.makeText(getBaseContext(),


  •       getResources().getString(R.string.gps_signal_not_found),


  •       Toast.LENGTH_LONG).show();


  •   }


  • }

     

    tftp 69/udp

    gopher 70/tcp # Internet Gopher

    gopher 70/udp

    rje 77/tcp

    finger 79/tcp

    www 80/tcp http # Worldwide Web HTTP

    www 80/udp # HyperText Transfer Protocol

    link 87/tcp ttylink

  • No hay comentarios:

    Publicar un comentario