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
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| type A struct { | |
| } | |
| func (a *A) hello() { |
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 XMonad | |
| import XMonad.Hooks.ManageDocks | |
| import XMonad.Hooks.ManageHelpers | |
| import XMonad.Hooks.SetWMName | |
| import XMonad.Hooks.EwmhDesktops | |
| import XMonad.Config.Xfce | |
| import XMonad.Util.EZConfig (additionalKeys) | |
| myManageHook = composeAll | |
| [ className =? "Xfrun4" --> doCenterFloat |
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
| # Sample ``local.conf`` for user-configurable variables in ``stack.sh`` | |
| # NOTE: Copy this file to the root ``devstack`` directory for it to | |
| # work properly. | |
| # ``local.conf`` is a user-maintained setings file that is sourced from ``stackrc``. | |
| # This gives it the ability to override any variables set in ``stackrc``. | |
| # Also, most of the settings in ``stack.sh`` are written to only be set if no | |
| # value has already been set; this lets ``local.conf`` effectively override the | |
| # default values. |
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
| " Maintainer: Victor Denisov<[email protected]> | |
| " Last Changed: 2014 Sep 26 | |
| " | |
| " All characters are ASCII, conversion to another encoding (e.g., UTF-8) | |
| " should work. | |
| let b:keymap_name = "en-cl" | |
| loadkeymap | |
| q q |
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
| export PYTHONSTARTUP="/path/to/pyrc/file/.pyrc" |
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 rlcompleter | |
| import readline | |
| readline.parse_and_bind("tab: complete") |
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
| cinoptions=>4,n-2,{2,^-2,:2,=2,g0,h2,p5,t0,+2,(0,u0,w1,m1 |