Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Return random MAC Specific? UTF-8 smiles. Useful to add to your prompt, and be able to recognize different terminals easily.
You can call the command directly and will output a smily. If you pass the -n it will not write the new line character.
$ smile_me_please
:-)
$
$ smile_me_please -n
:-) $
NOTE: I don't know how to put utf-8 characters in README.md or if github is removing them.
Make every terminal different and easy to recognice by putting random faces on each on the prompt:
In your .bash_profile, .profile, or whatever you prefer say
export PS1=`smile_me_please -n`$PS1
Or a more complete example that uses PROMPT_COMMAND
export SMILE=`smile_me_please -n`¬
add_smile(){¬
export PS1="$SMILE $PS1"¬
}¬
PROMPT_COMMAND="add_smile"¬
Rubygems
gem install smile_me_please
curl
curl -O https://github.com/guillermo/smile_me_please/blob/master/bin/smile_me_please chmod +x smile_me_please
"THE BEER-WARE LICENSE" (Revision 42):
<guillermo@cientifico.net> wrote this file. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return Guillermo Álvarez
FAQs
Unknown package
We found that smile_me_please demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.