Posts
-
python-edgar
Download the SEC filings index from EDGAR since 1993
The SEC filings index is split in quarterly files since 1993 (1993-QTR1, 1993-QTR2…). By using
python-edgarand some scripting, you can easily rebuild a master index of all filings since 1993 by stitching quarterly index files together. The master index file can be then feed to a database, a pandas dataframe, stata, etc…An index file is a csv-like (pipe
|separated) file that contains the following information:- Company name (eg.
TWITTER, INC) - Company CIK (eg.
0001418091) - Filling date (eg.
2013-10-03) - Filling type (eg.
S1) - Filling URL on EDGAR (
edgar/data/1418091/0001193125-13-390321.txt)
Once
python-edgaris finished downloading index files, you can open an index file withcsv.csvreaderorpandas.read_csvto have the data programmatically usable. Remember that the delimiter character is|!python-edgarcan be used as a library called from another python script, or as a standalone script.Tags: #python • edgar • 10k
- Company name (eg.
-
moeSS
moe SS Front End for https://github.com/mengskysama/shadowsocks/tree/manyuser
moeSS is a front end for https://github.com/mengskysama/shadowsocks/tree/manyuser
Thanks to ss-panel https://github.com/orvice/ss-panel
Demo: https://ss.qaq.moe
Tags: #php
-
robusta
Kubernetes observability and automation, with an awesome Prometheus integration
Robusta is both an automations engine for Kubernetes, and a multi-cluster observability platform.
Robusta is commonly used alongside Prometheus, but other tools are supported too.
By listening to all the events in your cluster, Robusta can tell you why alerts fired, what happened at the same time, and what you can do about it.
Robusta can either improve your existing alerts, or be used to define new alerts triggered by APIServer changes.
Tags: #python • kubernetes • monitoring
-
lrama
Pure Ruby LALR parser generator
Lrama is LALR (1) parser generator written by Ruby. The first goal of this project is providing error tolerant parser for CRuby with minimal changes on CRuby parse.y file.
Tags: #ruby
-
VSCode-Zhihu
Zhihu extension built on vscode.
基于 VSCode 的知乎客户端提供包括阅读,搜索,创作,发布等一站式服务,内容加载速度比 Web 端更快,创新的 Markdown-Latex 混合语法让内容创作者更方便地插入代码块,数学公式,并一键发布至知乎平台。项目由 牛岱 独立设计开发,喜欢的话请献出你的 ⭐。
Tags: #typescript
-
cusdis
lightweight, privacy-friendly alternative to Disqus.
If you like Cusdis, please consider sponsoring us to help us be sustainable.
Tags: #typescript • comment-system • disqus
-
auth
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:
Open source social sign on PHP. Connect your application(s) with social network(s).
Code examples you can find in example directory
Tags: #php • oauth • social
-
Skript
Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
Skript is a Minecraft plugin for Paper/Spigot, which allows server owners and other people to modify their servers without learning Java. It can also be useful if you do know Java; some tasks are quicker to do with Skript, and so it can be used for prototyping etc.
This Github fork of Skript is based on Mirreski’s improvements which was built on Njol’s original Skript.
Tags: #java • bukkit • spigot
-
TextLayoutBuilder
An Android library that allows you to build text layouts more easily.
Build text Layouts easily on Android.
Tags: #java
-
github-gmail
[WebExtension] Open GitHub notifications with shortcuts in Gmail.
A web extension for Chrome and Firefox which adds keyboard shortcuts for opening and muting GitHub notification emails.
Tags: #javascript • chrome-extension • github-extension
subscribe via RSS