Collection of emojis and one line text art like (╯°□°)╯︵ ┻━┻ 🤗
      This file has been truncated, but you can view the full file.
    
    
  
    
      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
    
  
  
    
  | if (function (e, t) { | |
| "use strict"; | |
| "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { | |
| if (!e.document) throw new Error("jQuery requires a window with a document"); | |
| return t(e) | |
| } : t(e) | |
| }("undefined" != typeof window ? window : this, function (D, e) { | |
| "use strict"; | |
| function m(e) { | 
  
    
      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="quantity"> | |
| <input type="number" min="1" max="9" step="1" value="1"> | |
| </div> | 
  
    
      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
    
  
  
    
  | <?php | |
| /** | |
| * Using https://github.com/pematon/adminer-custom | |
| */ | |
| /** | |
| * @return AdminerPlugin | |
| */ | |
| function adminer_object () | 
  
    
      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
    
  
  
    
  | #!/usr/bin/env python | |
| import time | |
| import RPi.GPIO as GPIO # Importing the GPIO library | |
| from time import sleep # Import sleep module from time library | |
| # Set up GPIO | |
| servo_pin = 21 # GPIO Pin where servo is connected | |
| GPIO.setmode(GPIO.BCM) | 
  
    
      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
    
  
  
    
  | //* Increase the occupancy in booking widget | |
| $(".increment").click(function() { | |
| var $increment = $(this); | |
| //* Get the current input value | |
| var originalValue = $increment.parent().siblings("input").val(); | |
| //* Increase the value by 1 | |
| var newValue = parseFloat(originalValue) + 1; | |
| //* Apply the value to the input field | |
| $increment.parent().siblings("input").val(newValue); | |
| }); | 
  
    
      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
    
  
  
    
  | /** Turn off visual studio code inline parent/child folder display */ | |
| Explorer: Compact Folders | |
| Controls whether the explorer should render folders in a compact form. | |
| In such a form, single child folders will be compressed in a combined tree element. | |
| Useful for Java package structures, for example. | |
| "explorer.compactFolders": false | |
| /** Disable one clic open / preview file and use the normal double click | |
| "workbench.editor.enablePreview": false | 
  
    
      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
    
  
  
    
  | [colors] | |
| n5=Monokai,0,4,4,4,2,3,4,3,6,6,3,1,2,2,5,1,5,4,2,4,0,0,1,0,1,14,5,0,0,1 | |
| [palettes] | |
| n5=2238503,15923448,15718758,3072678,7481081,12767183,2070525,26832,1632504,57344,94740,16776960,16515072,16711935,8355711,13816530 |