... or Why Pipelining Is Not That Easy
Golang Concurrency Patterns for brave and smart.
By @kachayev
| --- src/c/src/mt_adaptor.c 2014-10-30 13:40:02.000000000 +0100 | |
| +++ src/c/src/mt_adaptor.c 2014-10-30 13:40:58.000000000 +0100 | |
| @@ -483,25 +483,9 @@ | |
| int32_t fetch_and_add(volatile int32_t* operand, int incr) | |
| { | |
| #ifndef WIN32 | |
| - int32_t result; | |
| - asm __volatile__( | |
| - "lock xaddl %0,%1\n" | |
| - : "=r"(result), "=m"(*(int *)operand) |
| passw count | |
| 123456 47817 | |
| password 11548 | |
| 123456789 11133 | |
| 12345 8088 | |
| qwerty 5915 | |
| 12345678 5248 | |
| 111111 3514 | |
| abc123 3011 | |
| 123123 2971 |
... or Why Pipelining Is Not That Easy
Golang Concurrency Patterns for brave and smart.
By @kachayev
Dionysis Zindros, National Technical University of Athens [email protected]
pseudonymous anonymous web-of-trust identity trust bitcoin namecoin proof-of-burn timelock decentralized anonymous marketplace openbazaar
| #! /usr/bin/env python2 | |
| # Requires: PIL, colormath | |
| # | |
| # Improved algorithm now automatically crops the image and uses much | |
| # better color matching | |
| from PIL import Image, ImageChops | |
| from colormath.color_conversions import convert_color | |
| from colormath.color_objects import LabColor | |
| from colormath.color_objects import sRGBColor as RGBColor |
| var inputbox = $('#bufferInputView' + cb().bid()); | |
| var msg = inputbox.val(); | |
| inputbox.val(""); | |
| var cc = "\u0003"; | |
| var bold = "\u0002"; | |
| var reset = "\u000f"; | |
| var italic = "\u0016"; | |
| var underline = "\u001f"; | |
| cb().say(msg.replace(/&b/g,bold).replace(/&r/g,reset).replace(/&i/g,italic).replace(/&u/g,underline).replace(/&/g,cc)); |
##Preview
Simple Dashing widget (and associated job) to display GitHub Status. Uses GitHubs Status API
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
| 00D1E5 | |
| 0111E | |
| 0115 | |
| 011ED | |
| 011F1E1D | |
| 011F1E1D5 | |
| 015E | |
| 01AF | |
| 01D1E |