name | sort |
---|---|
business positions | updated at |
in the office of positions | updated at |
membersips | updated at |
schools | updated at |
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
#!/usr/bin/env -s rails runner | |
UTILITIES = (<<~NAMES).split("\n").map(&:upcase) | |
American Petroleum Institute% | |
National Grid% | |
Consolidated Edison% | |
NRG Energy% | |
NRG New York% | |
NRG NY% | |
Astoria Generating Company% |
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
%Court Officers% | |
%CORRECTION OFFICERS% | |
%Police Officers% | |
%Officers Association% | |
%Detectives Association% | |
%SHERIFF%ASSOCIATION% | |
%Patrolmen% | |
%POLICE% | |
PBA% | |
Correction Officers Benevolent Association% |
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
<Provider> | |
<Root> | |
<GraphHeader> | |
<GraphTitleForm /> | |
<GraphTitle /> | |
<GraphByLine /> | |
<GraphLinks /> | |
</GraphHeader> | |
<Graph> | |
<svg> |
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
{ | |
"metadata": { | |
"cik": "880285", | |
"company_name": "ENBRIDGE ENERGY PARTNERS LP", | |
"form_type": "4", | |
"date_filed": "2018-12-20", | |
"filename": "edgar/data/880285/0000899243-18-031517.txt" | |
}, | |
"document": { | |
"ownershipDocument": { |
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
# frozen_string_literal: true | |
GPG_KEYIDS = ['YOUR_GPG_KEY_ID'] | |
GPG_RECIPIENTS = GPG_KEYIDS.reduce(String.new) { |str, key| str << "--recipient #{key}" } | |
DECRYPTED_DIR = File.expand_path('./decrypted') | |
ENCRYPTED_TAR = File.expand_path('./encrypted.tar.gpg') | |
ARCHIVE_DIR = File.expand_path('./archive') | |
desc 'setup encrypted folder' | |
task :setup do |
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_relative './utility.rb' | |
module IapdImporter | |
IAPD_JSON_FILE = Rails.root.join('top_200.json').to_s | |
Advisor = Struct.new(:data, :business) do | |
delegate :entity, to: :business | |
delegate :fetch, to: :data | |
def associated_entity_ids |
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
function git-fixup! -a ref | |
if not git log --format="%H" -20 | grep -q $ref | |
# In theory we could rebase back to ANY commit. | |
# But I'm probably not going to want to unless it's a recent commit. | |
printf "Could not find $ref in the last 20 commits\n" | |
return 1 | |
end | |
git commit --fixup=$ref | |
git rebase --interactive --autosquash "$ref~1" |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"name": "STRATEGIC ADVISERS LLC", | |
"sec_file_number": "801-13243", | |
"crd_number": 104555, | |
"assets_under_management": 340408400000, | |
"total_number_of_accounts": 815521, | |
"table": "IA_ADV_Base_A_20180401_20180630", | |
"owners": [ | |
{ |
NewerOlder