Quais os tempos de reação e que perduram na memória? (implicam em pulsos, rítmos de interação e assimilação.) (representar os sinais nestes pulsos, ritmos, IHC).
Quais as leis de Weber/Fechner e de Stevens?
Para a audição e para a visão?
| npx expo run:ios --device | |
| [1G[0K⠙[1G[0K[142D[2K[90menv: load .env[39m | |
| [142D[2K[90menv: export EXPO_PUBLIC_STRIPE_SECRET_KEY EXPO_PUBLIC_STRIPE_SECRET_KEY_TEST EXPO_PUBLIC_STRIPE_PUBLIC_KEY EXPO_PUBLIC_STRIPE_PUBLIC_KEY_TEST EXPO_PUBLIC_WEBHOOK_SECRET EXPO_PUBLIC_WEBHOOK_SECRET_TEST EXPO_PUBLIC_PRICE_ID_TEST_ABBONAMENTO EXPO_PUBLIC_PRICE_ID_ABBONAMENTO EXPO_PUBLIC_PRICE_ID_DONAZIONE EXPO_PUBLIC_PRICE_ID_DONAZIONE_LIBERA EXPO_PUBLIC_webClientId EXPO_PUBLIC_iosClientId EXPO_PUBLIC_androidClientId[39m | |
| [?25l[2K[1G[36m?[39m [1mSelect a device[22m [90m…[39m | |
| [90mno matches found[39m[2K[1A[2K[G[2K[1G[36m?[39m [1mSelect a device[22m [90m›[39m | |
| [36m❯[39m [36m[4m🔌 Renato’s phone[2m (18.4.1)[22m[39m[24m[90m[39m | |
| [1miPhone SE (3rd generation)[22m[2m (17.5)[22m[90m[39m | |
| asd[2m (17.5)[22m[90m[39m | |
| iPad Pro 11-inch (M4)[2m (17.5)[22m[90m[39m | |
| iPad Pro 13-inch (M4)[2m (17.5)[22m[90m[39m |
| trying to perform this simple query: | |
| SELECT (COUNT(DISTINCT ?s) as ?c) WHERE { | |
| ?s ?p ?o | |
| } | |
| to Data.World without authentication. | |
| the URL: | |
| https://query.data.world/s/f222hh4smp4iwi4uidtbegtb72usts |
| import json, os | |
| fname = '../server/mlpb/input/input-moreno.json' | |
| with open(fname, 'r') as f: | |
| c = json.load(f) | |
| c['directory'] = '../server/mlpb/abacaxi' | |
| c['input'] = '../server/mlpb/input/moreno.ncol' | |
| fname2 = '../server/mlpb/input/input-moreno2.json' |
| sabe do Kant com a música pq ele considerava inferior? | |
| invade o território do outro. | |
| Debord n manjo. | |
| justificativa: joga fora a primeira sentença. | |
| ou inverte primeira com segunda, cita direitos humanos ou o q preferir. | |
| info é poder => tem que ser de todos, melhorar escrita, citar algo. |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'run', 'build' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose run-script [ 'prebuild', 'build', 'postbuild' ] | |
| 5 info lifecycle [email protected]~prebuild: [email protected] | |
| 6 silly lifecycle [email protected]~prebuild: no script for prebuild, continuing | |
| 7 info lifecycle [email protected]~build: [email protected] | |
| 8 verbose lifecycle [email protected]~build: unsafe-perm in lifecycle true | |
| 9 verbose lifecycle [email protected]~build: PATH: /usr/share/npm/bin/node-gyp-bin:/home/r/repos/ccNetViz/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin |
| function gridLayout() {} | |
| gridLayout.calculate = function(nodes, edges, size) { | |
| var degrees = Array(nodes.length).fill(0); | |
| edges.forEach(function(e) { | |
| degrees[e.source.index] += 1; | |
| degrees[e.target.index] += 1; | |
| }); | |
| //getting the order of nodes from highest to lowest degrees |
| git commit -am $@ | |
| foo=`git remote show origin | grep Fetch`; | |
| b=(`echo $foo | tr ',' '\n'`); | |
| aa \#gitcommit ::: $@ \#repo ::: ${b[2]} |
| a=`git log -1 HEAD --pretty=format:%s` | |
| foo=`git remote show origin | grep Fetch` | |
| b=(`echo $foo | tr ',' '\n'`) | |
| aa \#gitcommit ::: $a \#repo ::: ${b[2]} |
| import pymongo, time as T | |
| from twython import Twython | |
| from maccess import tw # importando os acessos (só pegar no api.twitter) | |
| TWITTER_API_KEY = tw.tak | |
| TWITTER_API_KEY_SECRET = tw.taks | |
| TWITTER_ACCESS_TOKEN = tw.tat | |
| TWITTER_ACCESS_TOKEN_SECRET = tw.tats | |
| t = Twython(app_key=TWITTER_API_KEY, | |
| app_secret=TWITTER_API_KEY_SECRET, |