These are the Kickstarter Engineering and Data role definitions for both teams.
I hereby claim:
- I am kwadwo on github.
- I am kwadwo (https://keybase.io/kwadwo) on keybase.
- I have a public key ASCyY7TIiAonguUnZHa12l3hQ2KsaFaZZxGzU2falhR-iQo
To claim this, I am signing this object:
- Mobiledoc - https://github.com/bustle/mobiledoc-kit - framework to build editors with a standardized JSON structure
- Substance - http://substance.io - library for building editors and publishing systems
- ShareDB - https://github.com/share/sharedb - framework to sync any JSON document using operational transforms, add real-time collaborative editing to anything else
These use separate document structures instead of HTML, some are more modular libraries than full editors
- ProseMirror - http://prosemirror.net/ - supports collaborative editing, offers similar options to Mobiledoc for data structure
I hereby claim:
- I am kwadwo on github.
- I am kwadwo (https://keybase.io/kwadwo) on keybase.
- I have a public key whose fingerprint is 559D CF7F 2001 A5DF 7639 99D1 3391 197A 4B6D 8D37
To claim this, I am signing this object:
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$memcache = new Memcache(); | |
$memcache->connect('127.0.0.1', 11211) or die ("Could not connect"); | |
$list = array(); | |
$allSlabs = $memcache->getExtendedStats('slabs'); | |
$items = $memcache->getExtendedStats('items'); | |
foreach($allSlabs as $server => $slabs) { | |
foreach($slabs AS $slabId => $slabMeta) { | |
if (!is_int($slabId)) { | |
continue; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sdvsdvds |