This script allows you to submit your YouTube Music watch history to Listenbrainz.
- Python 3.x installed on your computer.
- An active Listenbrainz account.
- Your YouTube Music watch history file from Google Takeout.
| lada | ciudad | estado | |
|---|---|---|---|
| 449 | Aguascalientes | Aguascalientes | |
| 449 | Buenavista de Peñuelas | Aguascalientes | |
| 449 | Comunidad El Rocio | Aguascalientes | |
| 449 | El Refugio de Peñuelas | Aguascalientes | |
| 449 | El Salto de los Salado | Aguascalientes | |
| 449 | El Vergel (Paraíso) | Aguascalientes | |
| 449 | General Ignacio Zaragoza (Venadero) | Aguascalientes | |
| 449 | General José María Morelos y Pavón (Cañada Honda) | Aguascalientes | |
| 449 | Jaltomate | Aguascalientes |
| start() | |
| async function start () { | |
| const promises = [ | |
| new Promise((resolve, reject) => setTimeout(reject, 1000)), | |
| Promise.reject(), | |
| Promise.reject() | |
| ] | |
| for (const a of promises) { |
| Destiny 2 - Season of the Splicer - 3.2.0 | |
| All new Text Strings | |
| -- BY GINSOR -- | |
| [00C0DE80][B263395F]You’re just in time! I’m planning a little party of sorts in the EDZ for our Fallen, Cabal, and Taken...friends. All Guardians are invited. | |
| [00C0DE80][00F7A875]A party favor for you. May it serve you well out in the wilds. | |
| [00C0DE80][CFF6DBD2]Together, we have done the impossible. We’ve secured the EDZ. A temporary victory, to be sure, but I will celebrate regardless. | |
| [00C0DE80][EA6AEDE2]I’ll bring the tea. You bring the bullets. | |
| [01C0DE80][F969A214]A party favor for you. May it serve you well out in the wilds. | |
| [01C0DE80][47448E3B]You’re just in time! I’m planning a little party of sorts in the EDZ for our Fallen, Cabal, and Taken...friends. All Guardians are invited. |
This simple Gist will explain how to settup your GPG key to work for SSH authentication (with Git) and Git commit signing on Windows 10. This may seem straightforward on Linux, but there are certain tweaks needed on Windows.
No Cygwin, no MinGW, no Git Bash or any other Linux emulated environment. This works in pure Windows 10.
Optimization in the Source Engine is a critical component of mapping that not only makes your map compile faster but run better in game. However the two results are not always related.
"Why does it take so long for my map to compile?" The short answer is Source uses an optimization method called Binary Space Partitioning. The way this works is by cutting your map up into sections called leaves based on your brushes and then calculating what is in each leaf and then what leaves each leaf can see.
If you want a really good easy to follow explanation watch this video and this video
For optimizing in Source follow these in order and by the end you should have a fairly good understanding of how to optimize your map for performance and compile time. This is something you are going to have to practice
| ALMOST EQUAL TO ≈ | |
| ANGLE ∠ | |
| ASTERISK OPERATOR ∗ | |
| ASYMPTOTICALLY EQUAL TO ≃ | |
| BALLOT X ✗ | |
| BLACK RIGHTWARDS ARROWHEAD ➤ | |
| BLACK SQUARE ■ | |
| BOTTOM SQUARE BRACKET ⎵ | |
| CHECK MARK ✓ | |
| CIRCLED PLUS ⊕ |
After connecting the SteamController through BLE, you can see that there are 5 characteristics in the HID Service: three Input Reports, one Output Report, one Feature Report, and Report Map
In lizard mode, the three Input Reports correspond to the following events:
| Input Report | event |
|---|---|
| Input Report 0 | Keyboard Input |
| Input Report 1 | Mouse Input |
(This article was originally posted as an answer to a question on stackoverflow)
Commonly known as Eduardo Vela, [Eduardo A. Vela Nava][1] (or sirdarckcat on [Github][2] and [Twitter][3]) has been a Security Engineer at Google since 2010. (He currently has the role of Product Security Response Team Lead).
As other security experts before him, he pondered the issue of effectively communicating the details of a site's vulnerability reward program to [white hat hackers][4]/[pen-testers][5].
One specific such person is [Chema Alonso][6] (also on [Twitter][7]).
He is well-known enough to warrant [a Spanish Wikipedia entry][8]
Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.
I you face any issue, feel free to leave a comment below.