Skip to content

Instantly share code, notes, and snippets.

View dimshik100's full-sized avatar

Dima Vishnevetsky dimshik100

View GitHub Profile
@dimshik100
dimshik100 / slack-files-downloader.sh
Created June 6, 2024 07:52 — forked from adamwulf/slack-files-downloader.sh
Download all files from a Slack workspace export folder.
#!/bin/bash
#
# This script will browse a Slack export folder and download all files in a new /export folder
#
# HOW TO:
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export)
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/)
# 3. Place this file at the root of your Slack export folder, next to channels.json
# 4. Run `bash slack-files-downloader.sh` in your terminal
#
@dimshik100
dimshik100 / gradle commits history .txt
Created July 15, 2020 07:48
gradle commits history
commit ea4695527b2eaea75f9f7e922f3cc31017018b78
Author: ctash <1537885+ctash@users.noreply.github.com>
Date: Tue Jun 30 23:30:58 2020 -0400
gradle 6.5.1 (#57162)
Co-authored-by: ctash@thepond.com <chris.tashjian@smartsheet.com>
diff --git a/Formula/gradle.rb b/Formula/gradle.rb
index 7c622941fa..8b0f6999e5 100644
@dimshik100
dimshik100 / FrontendFrameworksPopularity.md
Last active September 20, 2019 18:13 — forked from tkrotoff/FrontendFrameworksPopularity.md
Front end frameworks popularity (React, Vue and Angular)
start_time pkg_name amount update_time create_time time_offset datauuid custom comment unit_amount deviceuuid
2018-10-16 04:33:03.948 com.sec.android.app.shealth 80.0 2018-10-16 04:33:03.954 2018-10-16 04:33:03.954 UTC+0300 00460e3d-06fa-feee-d0c4-35d740c93c8c 80.0 xxxxxxxxx
2018-01-29 06:50:05.957 com.sec.android.app.shealth 80.0 2018-01-29 06:50:05.968 2018-01-29 06:50:05.968 UTC+0200 0302d0d5-93d5-badc-75e5-25b1f84509b4 80.0 xxxxxxxxx
2018-03-29 05:00:58.111 com.sec.android.app.shealth 80.0 2018-03-29 05:00:58.120 2018-03-29 05:00:58.120 UTC+0300 03bf7915-b505-7e42-5ee9-dbc8db8fe42a 80.0 xxxxxxxxx
<תבנית>
<פ>{{ ברכות }} עולם!</פ>
</תבנית>
<סקריפט>
מודול.יצוא = {
נתונים: פונקציה () {
החזר {
ברכות: 'שלום'
}
@dimshik100
dimshik100 / sleep_data.csv
Last active March 18, 2019 06:11
Samsung Health sleep data CSV example
start_time pkg_name update_time create_time time_offset datauuid sleep_status sleep_uuid comment json_version deviceuuid
2018-10-13 05:52:00.000 com.sec.android.app.shealth 2018-10-13 07:10:46.340 2018-10-13 07:10:46.340 UTC+0300 013e3caa-5b46-fe14-3ec0-bda325a45fae 013e3caa-5b46-fe14-3ec0-bda325a45fae.sleep_status.json 2e1977cd-79f9-77da-5d73-63eeaf664b40 1 xxxxxxxxx
2018-02-13 22:35:00.000 com.sec.android.app.shealth 2018-02-14 07:13:06.658 2018-02-14 07:13:06.658 UTC+0200 01ded6c4-a347-1397-9661-da2ee3ae17c5 01ded6c4-a347-1397-9661-da2ee3ae17c5.sleep_status.json 360ad63a-a3c9-d5db-b954-c98632ea1529 1 xxxxxxxxx
2018-10-07 22:16:00.000 com.sec.android.app.shealth 2018-10-08 05:50:37.236 2018-10-08 05:50:37.236 UTC+0300 02418509-0d99-58b9-9b65-1bdfda5cc111 02418509-0d99-58b9-9b65-1bdfda5cc111.sleep_status.json 432d76e3-07e2-f7e4-ab1d-7888afa00452 1 xxxxxxxxx
@dimshik100
dimshik100 / sleep_status.json
Last active March 18, 2019 06:08
Samsung Health sleep status JSON file - recorded with Samsung gear s2 classic smartwatch
[
{
"status":70,
"start_time":1490963940000,
"binning_period":10
},
{
"status":100,
"start_time":1490964540000,
"binning_period":10
@dimshik100
dimshik100 / designer.html
Last active August 29, 2015 14:26
designer
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@dimshik100
dimshik100 / designer.html
Last active August 29, 2015 14:26
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<polymer-element name="my-element">
<template>
@dimshik100
dimshik100 / designer.html
Last active August 29, 2015 14:19
designer
<link rel="import" href="../cool-clock/cool-clock.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;