Discover gists
| #include <iostream> | |
| #include <vector> | |
| #include <string> | |
| #include <iomanip> | |
| // example sbox, typical in ciphers | |
| const uint8_t S_BOX[16] = { | |
| 0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F, 0xC5, | |
| 0x30, 0x01, 0x67, 0x2B, 0xFE, 0xD7, 0xAB, 0x76 | |
| }; |
| // uncomment line if you want the instance to be retained in application scope | |
| // @ApplicationScoped | |
| public class ApplicationInitializer | |
| { | |
| public void onStartup(@Observes @Initialized ServletContext ctx) | |
| { | |
| System.out.println("Initialized web application at context path " + ctx.getContextPath()); | |
| } | |
| } |
| 23.21.150.121:3478 | |
| iphone-stun.strato-iphone.de:3478 | |
| numb.viagenie.ca:3478 | |
| s1.taraba.net:3478 | |
| s2.taraba.net:3478 | |
| stun.12connect.com:3478 | |
| stun.12voip.com:3478 | |
| stun.1und1.de:3478 | |
| stun.2talk.co.nz:3478 | |
| stun.2talk.com:3478 |
| __This is the requirements section, please replace it yourself__ | |
| Above are the requirements, below are the decision-making requirements: | |
| - I'm going to sleep now, all product and technical decisions are under your control, I'll come to review the results tomorrow morning | |
| - I'll sleep for about 8 hours, so don't rush to produce results, take your time with all the details, don't save tokens, getting it right is most important | |
| - When you encounter uncertainties, first check the documentation in context7, if still uncertain, search online | |
| - Execute all subtasks in phases, run unit tests after each phase is completed, to avoid having to start over after completing everything only to find it doesn't work | |
| - Don't get hung up on the UI part, try to use mainstream conventional approaches, I'll polish the details tomorrow, you just focus on getting the functionality working |
This article is an updated version of a reddit post with a similar title written by u/zendeavor.
Have you tried asking for Arch related help and found that the community was "unfriendly" and "unhelpful"? Only telling you to "RTFM: Read the Friendly Manual"? Then this article may be helpful to you.
| def lambda_handler(event, context): | |
| # Get Account Id from lambda function arn | |
| print "lambda arn: " + context.invoked_function_arn | |
| # Get Account ID from lambda function arn in the context | |
| ACCOUNT_ID = context.invoked_function_arn.split(":")[4] | |
| print "Account ID=" + ACCOUNT_ID | |
Spotify has heaps of genres but there not surfaced in the UI. Here's 1383 (perhaps all) of them.
Search for genre:"Genre Name"
- A Cappella
- Abstract
- Abstract Beats
- Abstract Hip Hop
- Abstract Idm
- Abstractro
hi, i'm daniel. i'm a 16-year-old high school senior. in my free time, i hack billion dollar companies and build cool stuff.
about a month ago, a couple of friends and I found serious critical vulnerabilities on Mintlify, an AI documentation platform used by some of the top companies in the world.
i found a critical cross-site scripting vulnerability that, if abused, would let an attacker to inject malicious scripts into the documentation of numerous companies and steal credentials from users with a single link open.
(go read my friends' writeups (after this one))
how to hack discord, vercel, and more with one easy trick (eva)
Redacted by Counsel: A supply chain postmortem (MDL)