Skip to content

Instantly share code, notes, and snippets.

View NuckChorris's full-sized avatar

Emma Lejeck NuckChorris

View GitHub Profile
#include <iostream>
#include <cmath>
inline void phead (char section);
/**
* Give me asinine assignments, I give you asinine code.
* Now stop assigning glorified fizzbuzz.
**/
int main
+-------------------------------------------------------------------------------------------------+
| TCPSocket |
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+
| Evented Socket |
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+ +----------------+
| Protocol Event System | | Packet Parser |
+-------------------------------------------------------------------------------+ | +----------------+
+-------------------------------------+ +-----------------+ +------
@simurai
simurai / CSS-Wishlist.md
Last active December 23, 2019 11:46
CSS Wishlist

CSS Wishlist

Pseudo elements

  • Allow them to be animated (already works in Firefox, soon also in WebKit).
  • Allow more than 2 pseudo elements. Maybe we don't need it if Web Components will come.

Pseudo selectors

  • Once an element has display: none, it shouldn’t affect first/last-child and other pseudo selectors. Or maybe it makes sense to add something like display: removed. It would behave like when that element is removed from the DOM aka make pseudo selectors ignore them. Use case: When you temporarly wanna remove items in a list, see demo, but keep the design intact.

Mouse