Based on https://sharpletters.net/2025/04/16/hdr-emoji/
If you thought HDR emojis were annoying, just wait until you see this sunsploding HDR emoji.
Based on https://sharpletters.net/2025/04/16/hdr-emoji/
If you thought HDR emojis were annoying, just wait until you see this sunsploding HDR emoji.
| #!/bin/bash | |
| # Set git fetch match pattern to fetch all branches. | |
| # If this isn't set, running git fetch may not pull all the branches we need. | |
| git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" | |
| git clone ${REPO_URL} tmp/ | |
| cd tmp/ | |
| git fetch --all |
| #!/bin/bash | |
| # Set git fetch match pattern to fetch all branches. | |
| # If this isn't set, running git fetch may not pull all the branches we need. | |
| git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" | |
| git clone ${REPO_URL} tmp/ | |
| cd tmp/ | |
| git fetch --all |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* to hide the native tabs */ | |
| .toolbar-items { | |
| visibility: collapse; | |
| } | |
| /* to hide the sidebar header */ | |
| #sidebar-header { | |
| visibility: collapse; |
| Accept:image/webp,image/apng,image/*,*/*;q=0.8 | |
| Accept-Encoding:gzip, deflate | |
| Accept-Language:en-US,en;q=0.8 | |
| Cache-Control:no-cache | |
| Connection:keep-alive | |
| Cookie:lkqdid=rzYCEP95q7M; p_0=H4sIAAAAAAAAAJWQPU4EMQyFG0DRaqsgLdPQDQKBPMqPndi3oECinjiTZkWzFFyPC3ACBFyFEazSb_dZen5-z5vJPNiRuLETiTBrC4DeIQgRQZEY14FzDmH4_nz_ON9MZjpJb8zZ8HWki07mSJPZnnh9Z8emKYlmhrDUDFi5gnhUICxlZi2sWbv-yo4J54RNERTJAzpiKJocaI2UUDWiSk879ow3R7o2t_bSZ0kuCjuXMcTMlKiv3PWV-07QC0Y75sWXuYmutRa3BuAEHDRDK54bxqyplu6G3YM65e7Gdpz9-iKhCqG4tX6o6-NiaRBVwrK0ULW54edPvzNity_P-8c3ej0c9vXp_8ov66Qu8vUBAAA | |
| Host:t.lkqd.net | |
| Pragma:no-cache | |
| Referer:http://disqusads.com/ads-iframe/prebid/?aol=0&experiment=network_default&safetylevel=30&lq=0&serverbid=0&thumbnails_allowed=1&display_only=0&forum_pk=2581396&position=top&forum_shortname=<censored>&appnexus=0&category=culture&display_bidding_enabled=1&stories_allowed=1&service=dynamic&display_allowed=1&video_allowed=1&provider=prebid&adx=0&t=1504719092&rubicon=0&sandbox_display=1&links_allowed=1&doublewide_allowed=1&shortname=<c |
| import Vue from 'vue' | |
| // Create the event bus by creating a new Vue instance and | |
| // binding it somehwere accessible. If you bind it to the | |
| // Vue prototype, you can access it within your components | |
| // like this: | |
| // | |
| // Emit an event | |
| // this.$bus.$emit('myEvent', {data: true}) | |
| // |
| <template> | |
| </template> | |
| <script> | |
| export default { | |
| components: { | |
| }, | |
| props: [ |
This resource is meant for those learning Python as a first language. It's a small collection of resources which start at beginner and moves to more intermediate concepts.
| def main(): | |
| action = 0 | |
| cipherizer = """ | |
| _____ _ _ _ ______ | |
| / __ (_) | | (_)|___ / | |
| | / \/_ _ __ | |__ ___ _ __ _ / / ___ _ __ | |
| | | | | '_ \| '_ \ / _ \ '__| | / / / _ \ '__| | |
| | \__/\ | |_) | | | | __/ | | |./ /__| __/ | | |
| \____/_| .__/|_| |_|\___|_| |_|\_____/\___|_| | |
| | | |