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
| /* | |
| This CSS allows the Jetbrains/Intellij Markdown Preview to closely match the appearance of Markdown | |
| documentation as viewed on GitHub. | |
| Both the light GitHub theme and the dark theme are included here, although only the light theme works by | |
| default. The dark theme is deactivated with an as-yet-unsupported "@media (prefers-color-scheme: dark)" | |
| media query. Simply delete and/or comment out the light theme colors below, and then remove the enclosing | |
| media query from the dark theme colors, in order to use those colors instead. | |
| Color matching GitHub's syntax coloring inside code fences remains a problem. The Jetbrains preview |
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
| # For the benefit of emacs users: -*- shell-script -*- | |
| ########################### | |
| # xbindkeys configuration # | |
| ########################### | |
| # | |
| # Version: 1.8.6 | |
| # | |
| # If you edit this file, do not forget to uncomment any lines | |
| # that you change. | |
| # The pound(#) symbol may be used anywhere for comments. |
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 'dart:async'; | |
| import 'package:flutter/material.dart'; | |
| void main() => runApp(new MyApp()); | |
| class MyApp extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return new MaterialApp( |
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
| // Update: Hey Folks - I've got a full Gulpfile with everything else over at https://github.com/wesbos/React-For-Beginners-Starter-Files | |
| var source = require('vinyl-source-stream'); | |
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var browserify = require('browserify'); | |
| var reactify = require('reactify'); | |
| var babelify = require('babelify'); | |
| var watchify = require('watchify'); | |
| var notify = require('gulp-notify'); |
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
| # Giovanni Color Scheme for Cmus player ... | |
| # | |
| # This theme is designed to be 1) Very readable on high-resolution or blurry | |
| # displays (dying CRTs and TVs, for example). 2) Be more accessable to color- | |
| # blind people, by removing chroma cues in favor of brightness and color | |
| # inversion. 3) Show how to incorperate named and numbered colors into a | |
| # single theme. 4) Provide a stating point for creating other mono-chromatic | |
| # themes. | |
| # | |
| # Questions, comments (just a heads-up that you use/like this, especially), |
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
| # Ubuntu 14.04 don't have nsenter - the straight forward way required me to install build tools and etc. | |
| # I preferred to keep the system clean and install nsenter in a container and then copy the command to the host | |
| # Note - its also possible to run nsenter from a container (didn't tried) https://github.com/jpetazzo/nsenter | |
| # start a container | |
| docker run --name nsenter -it ubuntu:14.04 bash | |
| ## in the docker | |
| apt-get update | |
| apt-get install git build-essential libncurses5-dev libslang2-dev gettext zlib1g-dev libselinux1-dev debhelper lsb-release pkg-config po-debconf autoconf automake autopoint libtool |
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
| git config http.postBuffer 524288000 #Set to 500MB |
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
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html |
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
| { | |
| "auto_complete_commit_on_tab": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "smooth", | |
| "color_scheme": "Packages/Oceanic Color Scheme/Themes/Oceanic.tmTheme", | |
| "fade_fold_buttons": false, | |
| "font_face": "Monaco", | |
| "font_size": 14, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, |
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
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
NewerOlder