-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
where is already exists #28
Comments
actually most of these already exist...
enter z
something like unar is for archives eh? 300mb CSV is nothing tbh... you could import it into RStudio with data.table in less than 1second but if it has ragged rows then you'll need to do some additional research. But splitting CSV by hand is quite straightforward. I'm sure csvkit or https://github.com/BurntSushi/xsv would work well too. You could use yeah I just checked xsv split will auto-chunk
awk -F'.' '{print $NF}'
first get 1000 lines from urandom, delete everything which is not ascii+num then keep only 10 char
hashing is not encrypting. these are pretty different things. but this tool is cool and useful: https://pypi.org/project/ciphey/
I would just use rg instead of building a custom tool tbh. instead of " --db=" just search "from ", etc
I've seen this before but forgot the name but I know it exists
cool idea. let me see... so this will actually show you which files you have modified but to track deletions you would need to use git or something:
The
this will show you files with last accessed: hmm I wish fd included last-access but I can't find it. Only date modified... this should be easier
very cool idea
I feel like there are so many but it is difficult to find one which is just what you are looking for
ffmpeg is really, really powerful. the syntax is a little weird at first but you quickly get used to it. for programmatic video editing there is https://github.com/mifi/editly
there are a ton of these but not many FOSS options. google "activity monitor software" "track employees programs" https://www.rescuetime.com/ is very popular
yeah this is super badly needed. or at least sync settings like shortcuts or locale between computers/phones/OSes instantly. that would be very welcome
this is a really neat idea. In Hawaii all new construction projects are required to buy at least 1% of construction costs worth of art. Art creation accessability, appreciation, and higher valuation of mediocore/amateur art should be more widespread.
some people really like roam research. "digital gardens" is a good search term. I like tiddlywiki. It's a neat technology in that it can export itself but it also works well too.
https://codepen.io/codebuzz/pen/mZmrjX
I mean... farmers already have a good idea what price they should expect. scams are just when their buyer doesn't pay, etc. but you can take a look at how these people help farmers: https://www.facebook.com/RiceApp
lol...
github kinda does this so you could just upload the files to github then copy inner HTML :) hopefully native browser support for markdown will be realistic soon
could be done pretty easily with PostGIS overall there are many good ideas and unique ones. the easy ones are fun too. I am mostly just having fun right now |
Hey @chapmanjacobd, Thanks for these solutions! I'll leave this "issue" up because it could be beneficial to beginners and people not familiar with command-line tools. |
it's
whereis
The text was updated successfully, but these errors were encountered: