Anche Super Mario Bros in pochissimi passaggi prende vita...
Googleiani: (Ingegneria, Matematica e Informatica) nasce come blog di informazione tecnologica. All'interno di questo blog è possibile trovare articoli che riguardano molti ambiti scientifici come: matematica, fisica, informatica. Inoltre non manca la parte comica, politica e giornalistica. Googleiani è un BLOG LIBERO. Buona lettura... THINK DIFFERENT
venerdì 5 giugno 2015
Scratch
Giochi spara-tutto in prima persona, con una grafica ancora un po' rozza ma funzionano quasi alla perfezione
mercoledì 3 giugno 2015
Add Analytics on android
Update your project's
AndroidManifest.xml
file to include the INTERNET
and ACCESS_NETWORK_STATE
permissions xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.analytics">
android:name="android.permission.INTERNET"/>
android:name="android.permission.ACCESS_NETWORK_STATE"/>
android
martedì 2 giugno 2015
Google Develop
Sviluppo Google
LOGGING
LOGGING
The App Engine web server captures everything the handler script writes to the standard output stream for the response to the web request. It also captures everything the handler script writes to the standard error stream, and stores it as log data. Log data for your application can be viewed and analyzed using the Administration Console, or downloaded using appcfg.py request_logs.
The App Engine PHP runtime environment includes support for logging arbitrary messages from your application using PHP's built-in
syslog()
function, which invokes the Logs PHP Api.if (authorized_user()) {
// Some code
} else {
syslog(LOG_WARNING, 'Unauthorized access');
}
Google Develop
A PHP script has a limited amount of time to generate and return a response to a request, typically around 60 seconds. Once the deadline has been reached, the
TIMEOUT
bit on the connection status bitfield is set. Your script will then have a short second deadline to clean up any long running tasks and return a response to the user.function check_conn_timeout() {
$status = connection_status();
if (($status & CONNECTION_TIMEOUT) == CONNECTION_TIMEOUT) {
echo 'Got timeout';
}
}
while(1) {
check_conn_timeout();
sleep(1);
}
Google Develop
Nel nuovo portale dello sviluppo di Google presenti anche i prodotti legati alla monetizzazione, perché Google oltre ad essere il motore di ricerca più famoso del monto è anche la più grande industria del mondo in quanto produce fatturato...
Google Develop
Google Maps JavaScript API v3
Build highly customisable maps with your own content and imagery.
Create rich applications and stunning visualisations of your data, leveraging the comprehensiveness, accuracy, and usability of Google Maps and a modern web platform that scales as you grow.
In only a few lines of JavaScript code, build and style a map to call your own. With plenty of Google libraries and services at your disposal (including Geocoding, Directions, Street View and more) your imagination is truly the limit.
By new Google console all people can create new app from web
Creazione con Google Console developer
Una console sempre a portata di mano basta Google Chrome, una connessione e conoscenze informatiche.
Google Developer
google-analytics-query 1.0.0
Element for querying the Google Analytics Core Reporting API.
<google-analytics-query
ids="ga:1174"
metrics="ga:sessions"
dimensions="ga:country"
sort="-ga:sessions"
maxResults="5">
</google-analytics-query>
Scandalo FIFA
SCANDALO FIFA, Blatter si dimette per il bene del calcio
ECCO COME LO ANNUNCIANO LE MAGGIORI TESTATE GIORNALISTICHE
ECCO COME LO ANNUNCIANO LE MAGGIORI TESTATE GIORNALISTICHE
Iscriviti a:
Post (Atom)