I hereby claim:
- I am pjox on github.
- I am pjox (https://keybase.io/pjox) on keybase.
- I have a public key ASCrWAmI67DSvg1PtP7SFUEnxnkznjj3oB-ky6H4EyhXMwo
To claim this, I am signing this object:
WARC/1.0 | |
WARC-Type: metadata | |
WARC-Target-URI: https://en.wikipedia.org/wiki/Saturn | |
WARC-Date: 2024-12-11T20:20:04Z | |
WARC-Record-ID: <urn:uuid:74b1614e-97bb-4a19-b02f-defc603ab81c> | |
WARC-Refers-To: <urn:uuid:90f1a666-d5ba-4e8d-806d-4d848e77a0f8> | |
Content-Type: application/json | |
Content-Length: 1910 | |
{ |
package main | |
import ( | |
"bufio" | |
"compress/gzip" | |
"errors" | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" |
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"github.com/cespare/xxhash" | |
) |
(delft) portizsu@traces4:/data/workspace/portizsu/delft$ pip install -r requirements-gpu.txt | |
Collecting keras==2.1.5 (from -r requirements-gpu.txt (line 1)) | |
Downloading https://files.pythonhosted.org/packages/ba/65/e4aff762b8696ec0626a6654b1e73b396fcc8b7cc6b98d78a1bc53b85b48/Keras-2.1.5-py2.py3-none-any.whl (334kB) | |
100% |████████████████████████████████| 337kB 15.6MB/s | |
Collecting numpy==1.14.0 (from -r requirements-gpu.txt (line 2)) | |
Downloading https://files.pythonhosted.org/packages/dc/ac/5c270dffb864f23315e9c1f9e0a0b300c797b3c170666c031c4de42aacae/numpy-1.14.0-cp36-cp36m-manylinux1_x86_64.whl (17.2MB) | |
100% |████████████████████████████████| 17.2MB 3.6MB/s | |
Collecting pandas==0.22.0 (from -r requirements-gpu.txt (line 3)) | |
Downloading https://files.pythonhosted.org/packages/da/c6/0936bc5814b429fddb5d6252566fe73a3e40372e6ceaf87de3dec1326f28/pandas-0.22.0-cp36-cp36m-manylinux1_x86_64.whl (26.2MB) | |
100% |████████████████████████████████| 26.3MB 2.4MB/s |
I hereby claim:
To claim this, I am signing this object:
#include <iostream> | |
#include <sstream> | |
using namespace std; | |
int main() { | |
string s1, s2; | |
cout << "primer numero:" << endl; | |
cin >> s1; | |
cout << "segundo numero:" << endl; | |
cin >> s2; |