This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document domain(www.twitch.tv) { | |
| body, textarea { | |
| font-family: Arial, Helvetica, Verdana, sans-serif; | |
| } | |
| body { | |
| background: #1B2838; | |
| text-align: left; | |
| color: #8F98A0; | |
| font-size: 14px; | |
| margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] | |
| "BootExecute"=hex(7):61,00,75,00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,\ | |
| 00,61,00,75,00,74,00,6f,00,63,00,68,00,6b,00,20,00,2a,00,00,00,00,61,00,75,\ | |
| 00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,00,74,00,75,00,72,00,65,00,\ | |
| 67,00,6f,00,70,00,74,00,00,00,61,00,75,00,74,00,6f,00,63,00,68,00,65,00,63,\ | |
| 00,6b,00,20,00,74,00,75,00,72,00,65,00,67,00,6f,00,70,00,74,00,00,00,61,00,\ | |
| 75,00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,00,74,00,75,00,72,00,65,\ | |
| 00,67,00,6f,00,70,00,74,00,00,00,61,00,75,00,74,00,6f,00,63,00,68,00,65,00,\ | |
| 63,00,6b,00,20,00,74,00,75,00,72,00,65,00,67,00,6f,00,70,00,74,00,00,00,61,\ | |
| 00,75,00,74,00,6f,00,63,00,68,00,65,00,63,00,6b,00,20,00,74,00,75,00,72,00,\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| using namespace std; | |
| int main() | |
| { | |
| cout << "Enter input then press enter key to continue...\r\n"; | |
| char c; | |
| c=cin.get(); | |
| if(c=='\n') { cout << "Enter pressed!"; /* Trap Enter key. */ } | |
| else if(c==' ') { cout << "Space pressed!"; /* Trap Space key. */ } | |
| else if(c=='A') { cout << "A pressed!"; /* Trap A key. */ } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <string> | |
| #include <stdio.h> | |
| using namespace std; | |
| char const hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B','C','D','E','F'}; | |
| int main(){ | |
| // Testing char: printf("%c",13); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <sstream> | |
| #include <string> | |
| #include <stdio.h> | |
| using namespace std; | |
| char const hex[16] = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; | |
| void DisplayTitle(){cout<<"-------------------------------------\n Key press example\n Tutorial\n-------------------------------------\n\n";} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <windows.h> | |
| #include <fstream> | |
| using namespace std; | |
| int CAPS() | |
| { | |
| if ((GetKeyState(VK_CAPITAL) & 0x0001)!=0) | |
| return true; /* CAPS LOCK is on. */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| video { | |
| -moz-transform: rotate(90deg); | |
| -webkit-transform: rotate(90deg); | |
| -o-transform: rotate(90deg); | |
| -ms-transform: rotate(90deg); | |
| transform: rotate(90deg); | |
| width: 58.0em !important; | |
| height: 44.0em !important; | |
| position: relative !important; | |
| top: -1.8em !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| Downloading progress: | |
| <progress value="0" max="100"> | |
| </progress> | |
| <p><strong>Note:</strong> The progress tag is not supported in Internet Explorer 9 and earlier versions.</p> | |
| <script> | |
| var progress=document.getElementsByTagName("progress"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| run local t="Interface\\TargetingFrame\\UI-TargetingFrame-rare"PlayerFrameTexture:SetTexture(t)hooksecurefunc("TargetFrame_Update",function(f)if UnitIsPlayer(f.unit)then _G[f:GetName().."TextureFrameTexture"]:SetTexture(t)end end) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="tw-absolute tw-balloon tw-balloon--md tw-balloon--right tw-balloon--up tw-block" data-a-target="emote-picker"><div class="tw-border-b tw-border-l tw-border-r tw-border-radius-medium tw-border-t tw-c-background-base tw-elevation-1"><div class="emote-picker"><div class="emote-picker__tab-content scrollable-area" data-test-selector="scrollable-area-wrapper" data-simplebar="init"><div class="simplebar-track vertical" style="visibility: visible;"><div class="simplebar-scrollbar" style="top: 2px; height: 134px;"></div></div><div class="simplebar-track horizontal" style="visibility: hidden;"><div class="simplebar-scrollbar"></div></div><div class="simplebar-scroll-content" style="padding-right: 17px; margin-bottom: -34px;"><div class="simplebar-content" style="padding-bottom: 17px; margin-right: -17px;"><div class="tw-pd-1"><div class="emote-picker__content-block tw-pd-1 tw-relative"><div class="emote-picker-plan-upsell tw-align-items-center tw-flex tw-flex-column tw-mg-b-1"><div class="tw-flex tw-flex-w |