scrapped from @x0rz,@etlow,@Dinosn,@hackerfantastic,@highmeh,@cyb3rops and others
- A quick analysis of the latest Shadow Brokers dump https://labs.nettitude.com/blog/a-quick-analysis-of-the-latest-shadow-brokers-dump/
- Timestamps
| /* | |
| Make the function more readable and maintainable | |
| */ | |
| function doStuff(text) { | |
| const lowerCased = text.toLocaleLowerCase(); | |
| const words = lowerCased.split(' '); | |
| words.reverse(); | |
| const trimmedWords = []; |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <br> | |
| <h2>Thank you for your order {{ order.full_name }}</h2> | |
| <h3>Your Order ID: {{ order.short_uuid }}</h3> | |
| <h3>Shipping Details:</h3> |
| const accessibilityUtils = { | |
| /** | |
| * string list of selectors that are valid types that can be focused on. | |
| * Used in querySelectorAll to create a NodeList of child elements within | |
| * intended element to trap focus (the parent) | |
| */ | |
| focusableElements: 'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])', | |
| /** | |
| * Local context for mounting Nodes to be referenced when the handler is |
| #include <arpa/inet.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <sys/socket.h> | |
| #include <unistd.h> | |
| int main() { | |
| const char* server_name = "localhost"; | |
| const int server_port = 8877; |
| git rebase --interactive HEAD~2 | |
| # we are going to squash c into b | |
| pick b76d157 b | |
| pick a931ac7 c | |
| # squash c into b | |
| pick b76d157 b | |
| s a931ac7 c |
scrapped from @x0rz,@etlow,@Dinosn,@hackerfantastic,@highmeh,@cyb3rops and others
| { | |
| "491289025" : "ijinshan-kappmarket://", | |
| "301521403" : "fb103361823069955://", | |
| "492178411" : "ils492178411://", | |
| "346142396" : "fb234434003713://", | |
| "310633997" : "whatsapp://", | |
| "370614765" : "com.condenet.newyorker://", | |
| "325058491" : "rnmddisco://", | |
| "382952264" : "epichttp://", | |
| "477048487" : "predictwind://", |
| var canvas = null; | |
| var context = null; | |
| var frameRate = 1000/30; | |
| var frame = 0; | |
| var assets = ['https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk00.png', | |
| 'https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk01.png', | |
| 'https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk02.png', | |
| 'https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk03.png', | |
| 'https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk04.png', | |
| 'https://www.udacity.com/media/js/standalone/libs/gamedev_assets/robowalk/robowalk05.png', |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| { | |
| "3513": { | |
| "average_increase": -24.7, | |
| "total_made": 137, | |
| "data": { | |
| "1819434": { | |
| "lease_signed": null, | |
| "first_seen": "2013-07-10", | |
| "resident_rent": null, | |
| "unit_name": null |