This card is inspired by the SaladUI (which is inspired by ShadCN)
example_card.mov
https://gist.github.com/Neophen/2f512ace1e7182e5346076333e4a0fdc
This card is inspired by the SaladUI (which is inspired by ShadCN)
https://gist.github.com/Neophen/2f512ace1e7182e5346076333e4a0fdc
Privacy Policy | |
Mikhail Pabalavets built the Wallaby app as a Free app. This SERVICE is provided by Mikhail Pabalavets at no cost and is intended for use as is. | |
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. | |
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. | |
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Wallaby unless otherwise defined in this Privacy Policy. | |
Information Collection and Use |
Privacy Policy | |
Mikhail Pabalavets built the Соционический тест app as a Free app. This SERVICE is provided by Mikhail Pabalavets at no cost and is intended for use as is. | |
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. | |
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. | |
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Соционический тест unless otherwise defined in this Privacy Policy. | |
Information Collection and Use |
88155,97860,98158,98159,98160,98458,99259,99660,99760,99761,99860,99960,99961,100060,100162,100163,100260,100360,100460,100462,100560,100561,100563,100660,100760,100860,100960,101060,101061,101160,101260,101261,101360,101361,101362,101460,101560,101561,101562,101563,101565,101566,101660,101661,101760,101860,101960,102060,102160,102260,102261,102360,102460,102461,102462,102463,102560,102561,102760,102761,102860,102960,102961,103060,103160,103260,103360,103460,103560,103660,103760,103763,103765,103860,103861,103863,103961,103962,103963,103964,103965,103966,103967,103968,103969,103970,104060,104160,104260,104360,104361,104362,104363,104462,104463,104563,104564,104663,104763,104863,104963,104964,104965,104966,105063,105163,105164,105165,105166,105263,105264,105363,105463,105465,105466,105467,105670,106063,106064,106065,106066,106067,106072,106073,106074,106177,106277,106377,106477,106478,106479,106480,106577,106677,106777,106778,106779,106877,106878,106977,107077,107078,107177,107178,107277,107278,107280,107377,1 |
$$ < $0=10 | |
$1=25 | |
$2=0 | |
$3=6 | |
$4=0 | |
$5=0 | |
$6=0 | |
$10=1 | |
$11=1.000 | |
$12=0.002 |
st@ubuntu:/media/st/CDROM$ gdb break | |
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". |
[COLORS] | |
BackColor=3421230 | |
ForeColor=12500670 | |
MarkColor=9125192 | |
CursorColor=5237247 | |
BackColor2=1973790 | |
InverseCursor=0 | |
CursorText=-1 | |
InverseSelection=1 |
[COLORS] | |
BackColor=3421230 | |
ForeColor=12500670 | |
MarkColor=9125192 | |
CursorColor=5237247 | |
BackColor2=1973790 | |
InverseCursor=0 | |
CursorText=-1 | |
InverseSelection=1 |
sudo mount /dev/sdXXX /mnt | |
sudo mount /dev/sdXX /mnt/boot/efi | |
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done | |
sudo chroot /mnt | |
grub-install /dev/sdX | |
update-grub | |
Put this in your /etc/grub.d/40_custom file: | |
menuentry 'Windows 10' { |
# after appcleaner does his magic, do this | |
sudo rm -rf "/Library/Application Support/Paragon Software/" | |
sudo rm /Library/LaunchDaemons/com.paragon-software.installer.plist | |
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfs.loader.plist | |
sudo rm /Library/LaunchDaemons/com.paragon-software.ntfsd.plist | |
sudo rm /Library/LaunchAgents/com.paragon-software.ntfs.notification-agent.plist | |
sudo rm -rf /Library/Filesystems/ufsd_NTFS.fs/ | |
sudo rm -rf /Library/PrivilegedHelperTools/com.paragon-software.installer | |
sudo rm -rf /Library/Extensions/ufsd_NTFS.kext/ |