« 1 2 3 4 5 33 »

Pages are deceptive. Live life in a basket.

Xe
I implemented this in the core data structures for IE5. We were very memory con... | Hacker News

Hacker News new | comments | show | ask | jobs | submit login jbeda 1983 days ago | parent | favorite | on: Smuggling Data in Pointers I implemented this in the core data structures for IE5. We were very memory constrained as we had to run on Win95 machines with something like 12MB of RAM. I was counting bits. The base level of the tree wasn't really a node DOM but rather a stream of document events (start element, text, end element, etc). We put these in a binary tree that was balanced as a splay tree. To drive memory usage down I reduced the {parent, left, right} pointers down to {child, next, left_child_bit, next_is_parent_bit}. 'child' pointed to the the first child. I knew if it was the left or the right child based on the left_child_bit. 'next' pointed either to the sibling or the parent, depending on the 'next_is_parent_bit'. However, to really realize the...

Linked on 2017-04-20 02:05:58 | Similar Links
Xe
Cadey ✅ - Mastodon - mstdn.io

Cadey ✅ is a user on mstdn.io . You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here . Remote follow Cadey ✅ @cetacean Posts 19 Following 12 Followers 6 2m Cadey ✅ @cetacean ANIMATED ORCA SWIMMING GIF AVATAER 9m Cadey ✅ @cetacean @ Elizafox poke me on PIA-node or something, idk 12m Cadey ✅ @cetacean @ funbreaker @ Elizafox https://www. youtube.com/watch?v=q30ALIVUpw U&feature=youtu.be ✨ aesthetic✨ 14m Cadey ✅ @cetacean https:// puu.sh/voCzu/2f4a6e4dc8.png 14m Cadey ✅ @cetacean @ codl nothing much, you? 17m Cadey ✅ @cetacean @ squirrel because that's how mastodon works 17m Cadey ✅ @cetacean @ codl h 18m Cadey ✅ @cet...

Linked on 2017-04-18 22:26:38 | Similar Links
Xe
GitHub - Xe/flitter: Minimal Docker PaaS

Skip to content Features Business Explore Pricing '"` </textarea></xmp> This repository Sign in or Sign up Watch 3 Star 35 Fork 10 Xe / flitter Code Issues 18 Pull requests 0 Projects 0 Pulse Graphs Minimal Docker PaaS https://xe.github.io/flitter/ 360 commits 3 branches 2 releases Fetching contributors Go 76.8% Shell 13.2% Python 9.3% Other 0.7% Go Shell Python Other Clone or download Use Git or checkout with SVN using the web URL. Download ZIP Find file Branch: master Switch branches/tags Branches Tags feat/deployment/docker-backend gh-pages master Nothing to show v0.0.2 v0.0.1 Nothing to show New pull request Fetching latest commit… Cannot re...

Linked on 2017-03-28 22:32:41 | Similar Links
Xe
Twitch

Language Dansk Deutsch English Español Español - México Français Italiano Magyar Nederlands Norsk Polski Português Português Brasileiro Slovenčina Suomi Svenska Tiếng Việt Türkçe Čeština Ελληνικά Български Русский العربية ภาษาไทย 中文 简体 中文 繁體 日本語 한국어 BEGIN Krux Control Tag for "demo twitch" Source: /snippet/controltag?confid=JYk8LCsC&site=demo%20twitch&edit=1 END Krux Controltag NOTE: Any changes here might need to be made in chat.html.haml as well ...

Linked on 2017-03-21 00:41:16 | Similar Links
Xe
x86_64

this is all that could be packaged that people would find useful

Folder File Up arrow Down arrow / pkg alpine edge core x86_64 0 directories 8 files Name Size Modified Go up — — APKINDEX.tar.gz 1.2 KiB 03/12/2017 11:25:52 AM +00:00 ghstat-0.0.1-r0.apk 1.4 MiB 03/12/2017 11:24:12 AM +00:00 glue-0.0.1-r0.apk 3.2 MiB 03/12/2017 11:15:15 AM +00:00 go1.8-0-r0.apk 1.5 MiB 03/12/2017 10:56:46 AM +00:00 license-0.0.1-r0.apk 820 KiB 03/12/2017 10:46:53 AM +00:00 quickserv-0.0.1-r0.apk 1.5 MiB 03/12/2017 11:25:52 AM +00:00 todo-0.0.1-r0.apk 822 KiB 03/12/2017 11:11:33 AM +00:00 xeserv-keys-1.3-r0.apk 1.6 KiB 03/12/2017 11:19:24 AM +00:00 Served with Caddy ...

Linked on 2017-03-12 20:29:45 | Similar Links
Xe
PCPartPicker

PCPartPicker is temporarily unavailable. ...

Linked on 2017-02-23 06:22:48 | Similar Links
« 1 2 3 4 5 33 »

Pages are deceptive. Live life in a basket.