Mix.install([
{:tesla, "~> 1.7"},
{:fast_xml, "~> 1.1"}
])
This file contains 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
#!/usr/bin/env elixir | |
defmodule Canvas do | |
@behaviour :wx_object | |
@title "Canvas Example" | |
@size {600, 600} | |
def start_link() do | |
:wx_object.start_link(__MODULE__, [], []) |
This file contains 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
defmodule NSID do | |
@moduledoc """ | |
Grammar: | |
alpha = "a" / "b" / "c" / "d" / "e" / "f" / "g" / "h" / "i" / "j" / "k" / "l" / "m" / "n" / "o" / "p" / "q" / "r" / "s" / "t" / "u" / "v" / "w" / "x" / "y" / "z" / "A" / "B" / "C" / "D" / "E" / "F" / "G" / "H" / "I" / "J" / "K" / "L" / "M" / "N" / "O" / "P" / "Q" / "R" / "S" / "T" / "U" / "V" / "W" / "X" / "Y" / "Z" | |
number = "1" / "2" / "3" / "4" / "5" / "6" / "7" / "8" / "9" / "0" | |
delim = "." | |
segment = alpha *( alpha / number / "-" ) | |
authority = segment *( delim segment ) | |
name = segment | |
nsid = authority delim name |
This file contains 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
// ==UserScript== | |
// @name FakeSpot Amazon | |
// @version 1 | |
// @match https://*.amazon.com/gp/product/* | |
// ==/UserScript== | |
const url = "https://www.fakespot.com/analyze?url="+ encodeURIComponent(window.location) | |
window.addEventListener('load', () => { | |
let ratings = document.getElementById("averageCustomerReviews_feature_div"); |
Date Posted: 11/19/2018
Description: Developer who is familar with front end web development technologies, including but not limited to:
- JavaScript
- HTML/CSS
- Comfortable with at least one major modern JavaScript framework and comfortable moving frameworks as client needs change.
The ideal candidate is someone who is:
This file contains 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
# NOTE: When updating Wine, please check Wine-Gecko and Wine-Mono for updates | |
# too: | |
# - http://wiki.winehq.org/Gecko | |
# - http://wiki.winehq.org/Mono | |
class Wine < Formula | |
desc "Wine Is Not an Emulator" | |
homepage "https://www.winehq.org/" | |
head "git://source.winehq.org/git/wine.git" | |
stable do |
This file contains 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
$ brew install cmake | |
Warning: You are using OS X 10.12. | |
We do not provide support for this pre-release version. | |
You may encounter build failures or other breakages. | |
Please create pull-requests instead of filing issues. | |
==> Downloading https://cmake.org/files/v3.5/cmake-3.5.2.tar.gz | |
Already downloaded: /Users/jasonstiebs/Library/Caches/Homebrew/cmake-3.5.2.tar.gz | |
==> ./bootstrap --prefix=/usr/local/Cellar/cmake/3.5.2 --no-system-libs --parallel=4 --datadir=/share/cmake --docdir=/share/doc/cmake --mandir=/share/man --sys | |
Last 15 lines from /Users/jasonstiebs/Library/Logs/Homebrew/cmake/01.bootstrap: |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am jeregrine on github. | |
* I am peregrine (https://keybase.io/peregrine) on keybase. | |
* I have a public key ASCxv5_catIscgkxbyUrDSk52s9QabLO7S4Yhe2Qqs_eYQo | |
To claim this, I am signing this object: |
NewerOlder