[FFmpeg-user] Uninstalling ffmpeg

NotHarald Reindl notharaldreindl at gmail.com
Thu Dec 3 00:39:28 EET 2020


On Wed, Dec 2, 2020 at 8:51 AM Reindl Harald <h.reindl at thelounge.net> wrote:

> i don't give a shit about grammatically, capitals and commas (capitals
> and commas a for losers in every language)
>
Pop quiz: "grammatically" convert to noun...


> typically i speak programming languages
>
Good luck without capitals & commas!
Harald={
currentlyFeeling:-5,

answerQuestion: function(anyQuestion){
return Harald.latestInsult();
},

latestInsult: function(){
var theseInsults = [
"Idiot",
"Stupid",
"I don't give a shit about " + thisThread.getLastThingSaid(),
"Jesus, if you'd read the " + web.getRandomSource()
];
var thisInsult = theseInsults[ parseInt( Math.random() *
theseInsults.length ) ];
thisInsult = Harald.checkGrammar(thisInsult);
delete(Harald.justLearned);
if( thisInsult.indexOf("I don't give a shit about") == 0 )
Harald.reviewFriends();
Harald.updateFeelings(true);
return thisInsult;
},

updateFeelings: function(boosted){
if(boosted) Harald.currentlyFeeling = 10;
clearInterval(Harald.feelingInterval);
Harald.feelingInterval = setInterval(()=>{
Harald.currentlyFeeling -= 5;
}, 10000);
},

reviewFriends:function(){
var thisPerson = parseInt(Math.random() * Harald.friends.length);
Harald.friends.splice(thisPerson, 1);
Harald.updateFeelings(false);
},

checkGrammar:function(thisInsult){
return wordSalad();
}
};




> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list