Skip to content

Instantly share code, notes, and snippets.

View diveyez's full-sized avatar
😄
Life Is Good

diveyez diveyez

😄
Life Is Good
View GitHub Profile
@diveyez
diveyez / sec-api.py
Created January 30, 2022 20:08 — forked from janlukasschroeder/sec-api.py
SEC Filings API - Python 3.x Example
from sec_api import QueryApi
queryApi = QueryApi(api_key="YOUR_API_KEY")
query = {
"query": { "query_string": {
"query": "ticker:TSLA AND filedAt:{2020-01-01 TO 2020-12-31} AND formType:\"10-Q\""
} },
"from": "0",
"size": "10",
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
{"lastUpload":"2019-06-03T05:26:04.515Z","extensionVersion":"v3.2.9"}
@diveyez
diveyez / .rpt
Created February 19, 2019 23:44
Weird ARMA3 BLACK SCREEN crash
This file has been truncated, but you can view the full file.
=====================================================================
== D:\SteamLibrary\steamapps\common\Arma 3\Arma3_x64.exe
== "D:\SteamLibrary\steamapps\common\Arma 3\Arma3_x64.exe" -skipIntro -noSplash "-name=SOCM R. Neff" -world=empty "-mod=D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@CBA_A3;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@CUP Terrains - Core;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@CUP Weapons;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@RHSAFRF;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@CUP Units;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@Naval Boarding Actions - Breachable ships;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@VSM All-In-One Collection;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@JSRS SOUNDMOD;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@RHSUSAF;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@CUP Terrains - Maps;D:\SteamLibrary\steamapps\common\Arma 3\!Workshop\@RHSSAF;D:\SteamLibrary\steamapps\common\Arma 3\!W
@diveyez
diveyez / index.html
Created October 28, 2018 10:21
Jelly button
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Roboto:400"/>
<div class="button">
<p>Click me</p>
</div>
@diveyez
diveyez / custom-dropdown-menu-1.markdown
Created October 28, 2018 09:51
Custom Dropdown Menu #1
@diveyez
diveyez / group-button-with-svg-icons.markdown
Created October 28, 2018 08:13
group button with svg icons
@diveyez
diveyez / index.haml
Created October 28, 2018 08:12
Share & Social Semicircles
.branch.no-animation
.node#facebook
.fa.fa-facebook.share-alt-icon
.stem
.branch.no-animation
.node#linkedin
.fa.fa-linkedin.share-alt-icon
.stem
.branch.no-animation
.node#google-plus