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
    
  
  
    
  | /obj/item/apc_powercord | |
| name = "power cable" | |
| desc = "Insert into a nearby APC to draw power from it." | |
| icon = 'icons/obj/power.dmi' | |
| icon_state = "wire1" | |
| flags = NOBLUDGEON | |
| var/siphon_rate=500 | |
| /obj/item/apc_powercord/afterattack(atom/target, mob/user, proximity_flag, click_parameters) | |
| if(!istype(target, /obj/machinery/power/apc) || !proximity_flag) | 
  
    
      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
    
  
  
    
  | Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/pip/_vendor/__init__.py", line 33, in vendored | |
| __import__(vendored_name, globals(), locals(), level=0) | |
| ImportError: No module named 'pip._vendor.pkg_resources' | |
| During handling of the above exception, another exception occurred: | |
| Traceback (most recent call last): | |
| File "/usr/bin/pip3", line 9, in <module> | |
| from pip import main | 
  
    
      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
    
  
  
    
  | Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz | |
| CPU Family: 0x6 | 
  
    
      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
    
  
  
    
  | local menu_gen = require("menubar.menu_gen") | |
| local gdebug = require("gears.debug") | |
| local assets_dir = (os.getenv("SOURCE_DIRECTORY") or '.') .. "/spec/menubar/desktop_files" | |
| menu_gen.all_menu_dirs = { assets_dir } | |
| describe("menubar.menu_gen Entry Generation", function() | |
| it("Can Generate Menu Entries", function() | |
| async() | 
  
    
      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
    
  
  
    
  | -- Test `perform_action` function | |
| -- Used only once in `prompt_keypressed_callback` | |
| function() | |
| local a, newcmd, newprompt = mbar_guts.perform_action({ | |
| key = "Testing", | |
| cmdline = "ls", | |
| name = "example" | |
| }) | |
| assert(a == true) | |
| assert(newcmd == "") | 
  
    
      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
    
  
  
    
  | NA: [Name] | |
| Level Name | |
| === | |
| CR: [Name] | |
| Creator Name | |
| === | |
| TAG: [Tag] | |
| Level Tag (For grouping) | |
| === | |
| TSC: ??? Something with thumbnail? | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| RED="\033[31m" | |
| GREEN="\033[32m" | |
| NORMAL="\033[0m" | |
| winetricks_v="winetricks" | |
| function check_for_dependencies { | |
| local DEPS=(wine winetricks zenity) | |
| local all_found=1 | |
| # We need: | 
  
    
      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
    
  
  
    
  | import socket | |
| from socket import (getaddrinfo) | |
| import gi | |
| gi.require_version('Gtk', '3.0') | |
| from gi.repository import Gtk | |
| url = "www.example.com" | |
| port = 80 | |
| protocols = { | |
| "AH" : socket.IPPROTO_AH, | 
  
    
      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
    
  
  
    
  | name = "Spontaneous Combustion" | |
| stealth = 1 | |
| resistance = -4 | |
| stage_speed = -4 | |
| transmittable = -4 | |
| level = 6 | |
| severity = 5 | |
| ================================= | |
| name = "Facial Hypertrichosis" | |
| stealth = -3 | 
  
    
      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
    
  
  
    
  | local cairo = require("lgi").cairo | |
| local wibox = require("wibox") | |
| local naughty = require("naughty") | |
| local math = math | |
| local os = os | |
| local setmetatable = setmetatable | |
| local capi = { timer = timer } | |
| local lemonclock = { mt = {} } | 
NewerOlder