Skip to content

Instantly share code, notes, and snippets.

View lindXdeep's full-sized avatar
:electron:
Working home

[IgorLinder] lindXdeep

:electron:
Working home
View GitHub Profile
@AttemptToCallNull
AttemptToCallNull / public_appeal.md
Created August 20, 2019 15:14
public appeal by artanik

Публичное обращение
история, донаты, планы, разочарование

Приветствую, кто бы не читал эти строки, я надеюсь, что смогу передать в полном объеме свои мысли по поводу Winderton'а. Здесь будет много отсылок, потому прошу набраться терпения. Но обо всём по порядку.

Предисловие

Как бы не было неприятно всё это поднимать из архивов и восстанавливать ход событий, но читатель должен знать!

@iPublicis
iPublicis / trelloinstall.sh
Last active April 21, 2023 17:44
Install Trello Linux Client
#!/bin/bash
# Your system should be 64 bits and check if the last version at https://github.com/danielchatfield/trello-desktop/ is 0.19
# If the current version is not 0.19 change the file name below accordingly
wget https://github.com/Racle/trello-desktop/releases/download/v0.2.0/Trello-linux-0.2.0.zip -O trello.zip
sudo mkdir /opt/trello
sudo unzip trello.zip -d /opt/trello/
sudo ln -sf /opt/trello/Trello /usr/bin/trello
echo -e '[Desktop Entry]\n Version=1.0\n Name=Trello Desktop\n Exec=/usr/bin/trello\n Icon=/opt/trello/resources/app/static/Icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/trello.desktop
@valery1707
valery1707 / Result_707c01a_2018-08-01.txt
Last active September 27, 2023 17:01
Benchmark of different collection iteration modes
# Run complete. Total time: 00:32:54
REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on
why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial
experiments, perform baseline and negative tests that provide experimental control, make sure
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts.
Do not assume the numbers tell you what you want them to tell.
Benchmark (clazz) (size) Mode Cnt Score Error Units
CollectionIteration.forEachJava5 java.util.HashSet 1 avgt 5 18,992 ▒ 2,319 ns/op
@heroheman
heroheman / ranger-cheatsheet.md
Last active May 24, 2024 06:18
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts