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
| # Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md | |
| # http://www.rubydoc.info/github/Homebrew/homebrew/master/Formula | |
| # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! | |
| class Dnstwist < Formula | |
| desc "" | |
| homepage "" | |
| url "https://github.com/elceef/dnstwist/archive/v1.01.tar.gz" | |
| version "1.01" | |
| sha256 "6fae9f722ee711598fd23a93169a8539eaf2210410b75af22d9a4241d23da842" |
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
| let previousAction = {}; | |
| let delayedActions = []; | |
| const delayedNext = action => { | |
| delayedActions.push(action); | |
| return; | |
| }; | |
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
| # Be sure to have GITHUB_TOKEN set to your access token... via `export` or via .rbenv-vars for example. | |
| source 'https://rubygems.org' | |
| git_source(:private_github) { |repo_name| "https://#{ENV.fetch('GITHUB_TOKEN')}:[email protected]/#{repo_name}.git" } | |
| gem 'my-super-secret-gem', private_github: 'haihappen/my-super-secret-gem' |
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
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
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
| module ActionView::Helpers | |
| module RenderSuperHelper | |
| def render(*args, &block) | |
| options = args.clone.extract_options! | |
| if options[:view_paths] | |
| @view_paths = lookup_context.view_paths | |
| lookup_context.view_paths = options[:view_paths] | |
| end |
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
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../google-map/google-map.html"> | |
| <link rel="import" href="../google-map/google-map-search.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.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
| require "mechanize" | |
| agent = Mechanize.new | |
| agent.user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) " + \ | |
| "AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5" + \ | |
| " Safari/536.30.1" | |
| page = agent.get "https://rubytapas.dpdcart.com/subscriber/content" | |
| login_form = page.form_with id:"login-form" | |
| login_form.field_with(id:"username").value = tapas_username | |
| login_form.field_with(id:"password").value = tapas_password |
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
| source 'http://rubygems.org' | |
| # Working | |
| # gem 'mongoid' | |
| # gem 'mongoid-tree' | |
| # Not working | |
| gem 'mongoid', github: 'mongoid/mongoid' | |
| gem 'mongoid-tree', github: 'benedikt/mongoid-tree', branch: 'mongoid-4.0' | |
| gem 'mongoid-versioning', github: 'haihappen/mongoid-versioning' |
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
| .fade { | |
| @include transition(opacity 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940)); | |
| &.ng-enter { | |
| opacity: 0; | |
| &.ng-enter-active { | |
| opacity: 1; | |
| } | |
| } |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>comment</key> | |
| <string> | |
| TODO: unresolved issues | |
| text: | |
| "p << end |