$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
Discover gists
class SelfAttention(nn.Module): | |
def __init__(self, k, heads=8): | |
super().__init__(self, SelfAttention) | |
self.k, self.heads = k, heads | |
self.tokeys = nn.Linear(k, k*heads, bias=False) | |
self.toqueries = nn.Linear(k, k*heads, bias=False) | |
self.tovalues = nn.Linear(k, k*heads, bias=False) | |
self.unifyheads = nn.Linear(heads*k, k) | |
def forward(self, x): | |
b, t, k = x.size() |
Sometimes you need text, rather than voice, output from screen readers. Why? It's really useful for bug reports ("this disclosure icon is announced as 'black dash triangle dash filled dash x2 underscore final dot png' and needs alt text"). Luckily, getting this text is easy to do.
In VoiceOver you press Option + Control + Shift + C to have the last item that was announced copied to the clipboard. Bonus feature: pressing Option + Control + Shift + Z to save the last phrase to the desktop as an audio file.
A three-finger quadruple tap copies the last announcement to the clipboard.
export function subscribeWithSelector(selector: Function, cb: Function): Unsubscribe { | |
let prevValue = selector( | |
store.getState() | |
); | |
return store.subscribe(() => { | |
const newValue = selector( | |
store.getState() | |
); | |
if (newValue != prevValue) { | |
prevValue = newValue; |
EndeavourOS styles itself as Terminal-centric Arch based Linux distribution, which means that you will be expected to use the Terminal for installation of everything from drivers, software, and kernels.
Since EndeavourOS is classed as a rolling release distribution, this does mean that your system will be frequently updated, and from a gaming perspective, this will give you access to drivers and bug fixes faster than other distributions such as Ubuntu.
CVE-2025-3155 affects Yelp which is The Gnome's user help application. It's installed by default on Ubuntu desktop.
A URI scheme is the part of a Uniform Resource Identifier (URI) that identifies a protocol or a specific application (steam://run/1337
) that should handle the resource identified by the URI. It's the part that comes before the colon (://
).
This article show you the ultimate way to set up a transparent proxy on Linux using clash and iptables to bypass the GFW in China.
We use:
- clash as the proxy software
- online subconverter and crontab to periodically update config file.
- ACL4SSR to provide GFW rules.
You can go to github gist to download all files mentioned in this article.
link | description |
---|---|
Archives | |
https://archive.org/details/windows-ce-freeware-and-shareware-cd-by-romman | Shareware/Freeware CD of Handheld PC Games, Apps |
http://old-hpc.narod.ru/prog.html | Games, Apps, Emulators |
https://www.vector.co.jp/vpack/filearea/other/ | Japanese Palm/CE software links |
http://hp.vector.co.jp/authors/VA003011/ | Japanese WinCE Software |
http://popope.nobody.jp/ | Japanese HPC CE games/software also for PostPet |
https://web.archive.org/web/20161230152341/http://velo.8k.com/ | Archive of 1.0 CE HPC Software |
- open world game (like GTA, Open Government and Open Data, LARP like Mind's Eye Theatre, Perplex City, Infinite Challenge, CSI episode, location-based AR, mobile, user participation, WeareData, Watch Dogs, The Division, Localscope app, agent-based behavior, microeconomic simulation)
- subway project (+Digital Shadow)
- semantic web editor in browser (Atom)
- Korea history-themed strategy game
- board/card game maker (with machine learning)
- usenet-based bulletin board with many kinds of client interfaces
- open source Splunk (data analytics & visualization, see Zeppelin)
- Java profiler
- HWP file format parser (as Tika filter)
- Internet portal movie rating analysis
- IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字处理)。BaaS一般类似于非关系数据库,但各家不通用
- 云服务的特点:零前期成本 & 按需付费 & 弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)
- https://education.github.com/pack GitHub学生包,需用教育邮箱验证。各种福利,可从DigitalOcean上手
- https://github.com/ripienaar/free-for-dev 本文尽量不与此项目重复
- https://free.zhelper.net/