找到 19662 个结果
· 第 846/984 页(16901-16920)
印记 | Live a life you will remember.
yinji.org
印记(yinji.org)这里是胡和先的个人博客,记录我的生活琐事、日常思考、书影记录。热爱阅读,坚持写作,将个人博客进行到底。
匹配度: 80分
Darek Kay — Solving web mysteries
darekkay.com
Darek Kay is a professional front-end developer and an accessibility advocate.
匹配度: 80分
J.sky (@J_sky@mastodon.social) - Mastodon
mastodon.social
width=device-width, initial-scale=1, viewport-fit=cover" name="viewport">
// {
const useDarkMode = colorScheme === 'auto' ? colorSchemeMediaWatcher.matches : colorScheme === 'dark';
element.dataset.colorScheme = useDarkMode ? 'dark' : 'light';
};
const updateContrast = () => {
const useHighContrast = contrast === 'high' || contrastMediaWatcher.matches;
element.dataset.contrast = useHighContrast ? 'high' : 'default';
}
colorSchemeMediaWatcher.addEventListener('change', updateColorScheme);
contrastMediaWatcher.addEventListener('change', updateContrast);
updateColorScheme();
updateContrast();
})(document.documentElement);
//]]>
J.sky (@J_sky@mastodon.social) - Mastodon
匹配度: 80分
Finally, AI for the entire software lifecycle.
gitlab.com
Your intelligent orchestration platform for DevSecOps
匹配度: 80分
visualising data structures and algorithms through animation - VisuAlgo
visualgo.net
VisuAlgo was conceptualised in 2011 by Associate Professor Steven Halim (NUS School of Computing) as a tool to help his students better understand data structures and algorithms, by allowing them to learn the basics on their own and at their own pace. Together with his students from the National University of Singapore, a series of visualizations were developed and consolidated, from simple sorting algorithms to complex graph data structures. Though specifically designed for the use of NUS students taking various data structure and algorithm classes (CS1010/equivalent, CS2040/equivalent (inclusive of IT5003)), CS3230, CS3233, and CS4234), as advocators of online learning, we hope that curious minds around the world will find these visualizations useful as well.
匹配度: 80分
Speak Languages — Leer een nieuwe taal online
nl.speaklanguages.com
Onze site biedt gratis vele taalgidsen met geluid voor verschillende talen aan, en daarbij de kans om andere mensen te ontmoeten die een taal leren.
匹配度: 80分
Hexo 字体分片加载实践 | Ctanhuawu の Blog
hexo-blog-one-pi.vercel.app
前言 知周所众,中文字体的体积实在夸张,动不动就十几 MB。再加上白嫖 CDN 的带宽本来就小,页面一加载就慢得让人头疼,首屏甚至能卡到怀疑人生。可同时,大家又都希望通过自定义字体给博客加点个性,让站点看起来更有味道。于是问题就出现了:既想保持风格,又不想让网站加载速度变成 PPT,这就必须想办法把
匹配度: 80分