I hereby claim:
- I am whitecat6142 on github.
- I am whitecat6142 (https://keybase.io/whitecat6142) on keybase.
- I have a public key ASCwCHEkK6_Ix_VcXOXOQvNMbKLpeNJIDRDRDBfWFa0IwQo
To claim this, I am signing this object:
| #include <thrust/copy.h> | |
| #include <thrust/async/copy.h> | |
| #include <thrust/transform.h> | |
| #include <thrust/host_vector.h> | |
| #include <thrust/device_vector.h> | |
| #include <thrust/execution_policy.h> | |
| #include <cassert> | |
| #include <cmath> | |
| #include <iostream> |
I hereby claim:
To claim this, I am signing this object:
| ARG ROOT_CONTAINER=nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04 | |
| FROM $ROOT_CONTAINER | |
| # https://gist.github.com/Birch-san/211f31f8d901dadd1025398fa1a603b8 | |
| # https://github.com/pytorch/pytorch | |
| # https://github.com/pytorch/pytorch/issues/77939 | |
| LABEL maintainer="WhiteCat6142 <[email protected]>" | |
| ENV DEBIAN_FRONTEND noninteractive |
| #!/bin/sh | |
| chmod +x ./TinyLlama-1.1B | |
| sh ./TinyLlama-1.1B -n 9999 | |
| pip install open-interpreter | |
| interpreter --api_base "http://127.0.0.1:8080/v1" --api_key "fake_key" | |
| #References | |
| # 【完全無料】Google ColabでOpen InterpreterをLlama 2で動かす #Python - Qiita | |
| # https://qiita.com/uorijie/items/68758c9a7ebf608a1cab |
| /* | |
| MIT License | |
| Copyright (c) 2024 WhiteCat6142 | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| <!DOCTYPE html> | |
| <html lang="ja"> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <meta charset="UTF-8"> | |
| <title>Nostr補完</title> | |
| <link rel="stylesheet" |
| #!/usr/bin/env python | |
| import gi | |
| gi.require_version("Gtk", "4.0") | |
| from gi.repository import Gtk | |
| from gi.repository import WebKit2 | |
| from gi.repository import GLib | |
| # https://stackoverflow.com/questions/42174933/python-web-browser-disable-javascript | |
| # Python Web Browser: Disable Javascript? - Stack Overflow | |
| # https://wiki.gnome.org/Projects/Vala/WebKitSample |
| #!/usr/bin/python | |
| import gi | |
| gi.require_version('Notify', '0.7') | |
| from gi.repository import Notify | |
| Notify.init ("Hello world") | |
| Hello = Notify.Notification.new ("Hello world","This is an example notification.","dialog-information") | |
| Hello.show () |
| # https://ideone.com/BLQ2FM | |
| # https://blog.tmtms.net/entry/2015/12/07/mime-header-encoding | |
| # https://docs.python.org/ja/3/library/email.message.html | |
| from email.message import Message | |
| from email.header import Header | |
| msg = Message() | |
| h = Header('MIMEヘッダエンコーディングは複雑すぎてつらい', 'utf-8',77,'Subject') | |
| msg['Subject'] = h.encode() | |
| print(msg.as_string()) |
ROCK64-2GB Single Board Computer - PINE STORE
ラズパイサイズのSBC
Rockchip RK3328 1.5GHz搭載
1GB/2GB/4GB版がある
自分のは以前秋月で売っていた1GB版 \