A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| 8/6/2016 12:18:58 PM [NORMAL] - Method "Main" at line 145 of C:\projects\powershelleditorservices\src\PowerShellEditorServices.Host\Program.cs | |
| PowerShell Editor Services Host v0.6.1.356 starting (pid 4044)... | |
| Host application details: | |
| Name: Visual Studio Code Host | |
| ProfileId: Microsoft.VSCode | |
| Version: 0.6.1 |
| Object reference not set to an instance of an object. | |
| Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. | |
| Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. | |
| Source Error: | |
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
| @echo off | |
| IF [%1] == [] GOTO paramEmpty | |
| egghead-downloader -c https://egghead.io/courses/%1 %1 | |
| :paramEmpty | |
| echo.Please set parameter | |
| echo.Example: egd courseName |
I hereby claim:
To claim this, I am signing this object:
| # Source: https://gist.github.com/patrickhammond/4ddbe49a67e5eb1b9c03#gistcomment-2376496 | |
| # Update: | |
| # Use Homebrew to install Android dev tools: | |
| brew cask install android-sdk | |
| brew cask install android-ndk | |
| # Update your environment variables: | |
| export ANDROID_NDK_HOME=/usr/local/share/android-ndk | |
| export ANDROID_SDK_ROOT=/usr/local/share/android-sdk |
| private void InitialiseConfiguration(string webConfigPath) | |
| { | |
| // Resetting is based on http://stackoverflow.com/questions/6150644/change-default-app-config-at-runtime | |
| AppDomain.CurrentDomain.SetData("APP_CONFIG_FILE", webConfigPath); | |
| typeof(ConfigurationManager).GetField("s_initState", BindingFlags.NonPublic | BindingFlags.Static).SetValue(null, 0); | |
| typeof(ConfigurationManager).GetField("s_configSystem", BindingFlags.NonPublic | BindingFlags.Static).SetValue(null, null); | |
| typeof(ConfigurationManager).Assembly.GetTypes().Where(x => x.FullName == "System.Configuration.ClientConfigPaths") | |
| .First() | |
| .GetField("s_current", BindingFlags.NonPublic | BindingFlags.Static) |
| n=1 | |
| x | |
| n=2 | |
| x | |
| x x | |
| x | |
| n=3 | |
| x |
| 1. Update manjaro awesome | |
| 2. Install google chrome | |
| 3. Turn on account sync in chrome | |
| 4. Install Linuxbrew (http://linuxbrew.sh/) | |
| 5. https://thiagoreis.netlify.com/essential-things-to-do-after-install-manjaro-18 | |
| 6. |