| Goal | Proposals | Collaboration | Quest example |
|---|---|---|---|
| Music | Song ideas | Musicians | Write a drum track |
| Being a better person | Methods | People | Do something kind |
| Free wireless energy | Solutions | Engineers | Estimate the cost of X |
| 'use strict'; | |
| /* | |
| * main.js | |
| * | |
| * New Age Bullshit Generator | |
| * © 2014-15 Seb Pearce (sebpearce.com) | |
| * Licensed under the MIT License. | |
| * | |
| */ |
| import socket | |
| import thread | |
| import re | |
| class IRCd: | |
| debug = True | |
| servername = socket.getfqdn("")[:140] | |
| events = [] | |
| handlers = {} | |
| def __init__(self, host="127.0.0.1", port=6667): |
You'll need to download a copy of the script.
You can download the script here: https://gist.github.com/Taiiwo/1cdf439c0cf46fe8add6/archive/044e6ac059ce37afbc132ef05eb3f6549ebe8381.zip
You're going to need a CSV file of just the first and last names, so just make a copy of the file, delete all of the other columns (Leaving First and last name as the first two collumns), and save the file as a .csv (Under "Download as" in Google Sheets).
I hereby claim:
- I am taiiwo on github.
- I am taiiwo (https://keybase.io/taiiwo) on keybase.
- I have a public key whose fingerprint is F262 4E11 C62A 9E1B B315 7888 4BC6 0BA2 A36B 6172
To claim this, I am signing this object:
I hereby claim:
- I am Taiiwo on github.
- I am taiiwo (https://keybase.io/taiiwo) on keybase.
- I have a public key whose fingerprint is 829A FAFF 61F4 0039 61E9 8C22 3D96 3D35 C4DB DF56
To claim this, I am signing this object:
| def compress(data): | |
| # format data | |
| data = data.replace(" ", "") | |
| data = data.replace("\n", "") | |
| # find an unused pattern | |
| i = 0; | |
| while i < len(data): | |
| pattern = bin(i)[2:] | |
| if pattern not in data and pattern[0] != '0': | |
| break |
So the general concept behind an artificial intelligence is quite simple. It's basically just a replication of what we see in other sentient beings. It has been abstracted to mean things like speech, the ability to play a game well, to guess a person's motives and intentions, and to use that against them in order to win. The reason this seems like a form of intelligence to us, a being with sentience, is because as humans, we see anything with an understanding of anything to be sentient. Almost, anyway. An understanding is a very important part, but where it really hits
| import mechanize | |
| import cookielib | |
| import re | |
| class Login: | |
| def __init__(self): | |
| # set a bunch of properties as default settings | |
| self.url = False | |
| self.formIndex = 0 |
| <link href="../core-icon-button/core-icon-button.html" rel="import"> | |
| <link href="../core-toolbar/core-toolbar.html" rel="import"> | |
| <link href="../core-icons/core-icons.html" rel="import"> | |
| <link href="../paper-icon-button/paper-icon-button.html" rel="import"> | |
| <link href="../paper-tabs/paper-tabs.html" rel="import"> | |
| <link href="../paper-tabs/paper-tab.html" rel="import"> | |
| <link href="../core-pages/core-pages.html" rel="import"> | |
| <polymer-element name="my-element"> |