Skip to content

Instantly share code, notes, and snippets.

View pawelphilipczyk's full-sized avatar

Paweł Philipczyk pawelphilipczyk

  • Gliwice, Poland
View GitHub Profile
@pawelphilipczyk
pawelphilipczyk / catalog.json
Last active April 12, 2026 20:20
ai-investor-shared-data
[
{
"id": "PLBTETF00015_ETFBW20TR",
"ticker": "ETFBW20TR",
"name": "Beta ETF WIG20TR",
"type": "equity",
"description": "ETF dąży do odwzorowania indeksu akcji WIG20 Total Return (indeks dochodowy uwzględniający indeks dużych spółek notowanych na polskiej giełdzie WIG20).",
"isin": "PLBTETF00015",
"expense_ratio": "0,66%",
"risk_kid": 6,
@pawelphilipczyk
pawelphilipczyk / catalog.json
Last active September 7, 2026 04:27
ai-investor-preview-shared-data
[
{
"id": "JE00B2NFTS64_4RUE.GR",
"ticker": "4RUE GR",
"name": "WisdomTree Silver 2x Daily Leveraged",
"type": "equity",
"description": "ETC odwzorowuje zmiany cen srebra w dolarach amerykańskich (dźwignia: 2x).",
"isin": "JE00B2NFTS64",
"expense_ratio": "0,98%",
"risk_kid": 7,
# 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 ->
@pawelphilipczyk
pawelphilipczyk / gist:5278626
Created March 30, 2013 22:28
HTML: Basic structure
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>