vvv
ggg
vvv
ggg
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | |
<div class="container"> | |
<div class="navbar-header"> | |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | |
<span class="sr-only">Toggle navigation</span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
</button> | |
<a class="navbar-brand" href="#">Project name</a> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Bootstrap 101 Template</title> | |
<!-- Bootstrap --> | |
<link href="css/bootstrap.min.css" rel="stylesheet"> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>TwitterBootstrap 3 CDN - CodePen</title> | |
<meta charset="utf-8"> |
<!DOCTYPE html> | |
<html> | |
<title>Hello World</title> | |
<xmp theme="united" style="display:none;"> | |
# Chapter 1 | |
- this is imporant to know | |
- so is this |
import sublime, sublime_plugin | |
import webbrowser | |
# from: http://www.sublimetext.com/forum/viewtopic.php?f=2&t=2005 | |
# https://www.google.com/search?q=car | |
# Sublime Text something | |
# sublime.status_message("User said" ) | |
# variable is correct in class, would be wrong to put oust as gloa=bal |
import sublime | |
import sublime_plugin | |
import calendar | |
import webbrowser | |
# run this with at the Python console with: | |
# view.run_command("ok_cancel_dialog") | |
import sublime | |
import sublime_plugin | |
# did it work | |
# run this with at the Python console with: | |
# view.run_command("status_message") | |
# filename: tp_status_message.py | |
class StatusMessageCommand(sublime_plugin.TextCommand): |
import sublime | |
import sublime_plugin | |
import os | |
# run this with at the Python console with: | |
# view.run_command("message_dialog") | |
class MessageDialogCommand(sublime_plugin.TextCommand): |