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
| [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 |
| # 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/ |
| import idaapi | |
| idaapi.CompileLine('static deobfuscate() { RunPythonStatement("deobfuscate()"); }') | |
| AddHotkey("Alt-N", "deobfuscate") | |
| repl_pairs = { | |
| "e8 3a 00 00 00" : "b8 01 00 00 00", # mov eax, 1 | |
| } | |
| def chunk(string, length): |
| # Command line utility to send attachments to your kindle | |
| # It supports sending a PDF in both regular form and with the convert option | |
| # and sending to the regular (@kindle.com) or free Kindle mail (@free.kindle.com) | |
| # The only argument it has is the name of the file to send. It will detect if | |
| # it is a pdf and treat it accordingly. | |
| ## Preferences | |
| # If true, send one version with pdf as-is, another with 'convert' subject | |
| # else, just send the pdf version |
| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
| // and then it quickly escalated into more and more evil suggestions. | |
| // I've tried to capture interesting suggestions here. | |
| // | |
| // Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
| // @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |
react + redux + RR
It uses https://gist.github.com/iNikNik/3c1b870f63dc0de67c38 for stores and actions.
1) create redux
const redux = createRedux(state);2) get requireAccess func => bindCheckAuth to redux
| Freelance (кто-то менеджит заказчиков) | |
| http://gradberry.com/ - проверяют код на входе как-то | |
| http://www.toptal.com/ - тесты codility и собеседование на английском | |
| https://triplebyte.com/ - "show you can code, interview" | |
| http://dreamlance.io/ - "hand-picked freelancers" | |
| https://gun.io/ - проверяют GitHub, потом пускают | |
| http://www.broadwaylab.com/leads - за $50/m еженедельно шлёт приличных клиентов | |
| http://wearehirable.com/ - пока beta, тоже выборочно будут брать | |
| http://onsite.io/ - "brilliant freelancers", как будто бы design-oriented |