GithubHelp home page GithubHelp logo

ahmedelwerdany / foss-acronyms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d-edge/foss-acronyms

0.0 0.0 0.0 175 KB

List of abbreviations used within the FOSS community, and their definitions and usages.

Home Page: https://d-edge.github.io/foss-acronyms/

License: Creative Commons Zero v1.0 Universal

SCSS 100.00%

foss-acronyms's Introduction

FOSS Community Acronyms

PRs Welcome

List of abbreviations used within the FOSS community, and their definitions and usages. This list inludes more common english acronyms popular on internet.

Maintained by folks at D-EDGE.

Contributing

If you have a GitHub account, you can submit a pull request to any json in the data folder.

Tip

Write out the full name when you want to introduce a term (with the acronym in brackets). Use only the acronym after this. Example:

Companies don’t usually talk about FOMO (Fear Of Missing Out). Instead, they use phrases such as “shiny object syndrome” and “market expectations.” Google is a great example of how FOMO can creep in.

FOMO Is Disastrous for Company Strategies by Ruben Ugarte

If you are only going to use the acronym once, maybe don't use it at all and rely on the whole expression instead.

Acronyms

AbbreviationDefinitionUsageExample
ACKACKnowledgementAgreed/accepted change. A loose ACK can be confusing. It's best to avoid them unless it's a documentation/comment only change in which case there is nothing to test/verify; therefore the tested/untested distinction is not thereHumanizer, Bitcoin
AFAICTAs Far As I Can Tellaiohttp
AFAIKAs Far As I KnowAFAIK, he will be away for three months.Diffract
AOAAnalysis of Alternatives/r/programming
ASAPAs Soon As PossibleIt is an informal way to say that who wrote it is busy at the moment and will reply as soon as he can.Britannica
BBLBrown Bag LunchIt is an informal training meeting usually performed during lunch. It is a nice way to share knowledge, train on technical, business or any kind of skills. The speaker does not have to be an expert of the topic.brownbaglunch on Github (French)
CCWComment and Criticism Welcome
CLAContributor License AgreementPlay Framework, Microsoft
CMVChange My View
CoCCode of Conduct
Concept ACKConcept ACKnowledgementAgree with the idea and overall direction, but haven't reviewed the code changes or tested themBitcoin
DevOpsDevlopment Operations
DRYDon't Repeat YourselfThis is used in couple with modular programming, and emphasize on code reusabilityWikipedia
DTOData Transfer ObjectDTO Wikipedia
DXDeveloper ExperienceGuidelines to make onboarding and development of a project easy to get into and maintainNear (Github)
ETAEstimated Time of ArrivalTo ask when something will be ready/r/fsharp
FOMOFear Of Missing OutThe feeling of apprehension that one is either not in the know or missing out on information, events, experiences, or life decisions that could make one's life betterHacker News
FOSS/FLOSSFree & Open Source SoftwareThat is both free software and open-source software where anyone is freely licensed to use, copy, study, and change the software in any way, and the source code is openly shared so that people are encouraged to voluntarily improve the design of the softwareFOSS/FLOSS
FOUCFlash Of Unstyled ContentWhen a web page appears briefly with the browser's default styles prior to loading an external CSS stylesheetmd-block, Wikipedia
FPFunctional Programming
FYAFor Your ActionWhen you ask someone to do something usually on an email or correspondence
FYIFor Your InformationArduPilot, F#'s slack
IANALI Am Not A LawyerUsed often before talking about licensing issuesHackerNews, CUPS
ICYMIIn Case You Missed It
IIRCIf I Recall Correctly
IMOIn My Opinion
ITTIn This Thread
KISSKeep It Simple, StupidKISS is a design principle stating that most systems work fine if it is built/kept simple than making the system complex.Wikipedia
LGTMLooks Good To MeSee ACKCardidy, Simple Icons, proposal-array-grouping
LOC/SLOC(Source) Lines Of CodeAbove each file on GitHub you can find something like `50 lines (43 sloc)`. The difference is the empty lines.GitHub
MPAMulti-Page Application/r/web_design
MRMerge RequestSee PR
MVPMinimum Viable ProductA prototype version of a product with the minimum required feature setWikipedia
NACK/NAKNegative ACKnowledgementDisagree with the code changes/concept. Should be accompanied by an explanationBitcoin
NIHNot Invented HereNIH Syndrome is a decision-making error where we tend to value our own ideas above those conceived by people outside of our grouplearnosity
NPNo ProblemNo stress, it is fine
OOPObject Oriented Programming
OPOriginal Post/Original PosterOriginal Poster (who started a thread) or Original Post (the message that started it)/r/ProgrammerHumor, StackExchange
PEBCAKProblem Exists Between Keyboard and ChairIt is a user error, not a problem / bug in the programHumanizer
PRPull RequestTell others about changes you've pushed to a branch in a repository/r/vuejs
RFCRequest For Comments
RTFMRead The F*****g ManualOriginally a way for the _gurus_ to get rid of trivial questions from newbies, now a humble way to state that a mistake or a waste of time can be avoided by reading the freaking manual first (assuming it exists).XKCD comic, Github commits
SCMSource Code ManagementSee VCS
SOLIDSingle responsibility, Open-closed, Liskov substitution, Interface segregation and Dependency inversion5 (of many) software design principles, promoted by Robert "Uncle Bob" MartinWikipedia
SPASingle-Page Application/r/web_design
SRPSingle-Responsibility PrincipleThe single-responsibility principle is a computer-programming principle that states that every module, class or function in a computer program should have responsibility over a single part of that program's functionality, and it should encapsulate that part. wikipedia/r/csharp/
SSOCSocial Summer of CodeSocial foundation offers this two-month long summer program for students to learn about the open-source culture and get involved in the community. Participants contribute to real-life projects under the guidance of experienced mentors.Social Summer of Code
TBDTo Be Defined/DoneSoftware Craft Website
tested ACKTested ACKnowledgmentReviewed the code changes and have verified the functionality or bug fixBitcoin
TILToday I LearnedTIL that TIL is Today I Learned/r/ProgrammerTIL/
TYSMThank You So MuchCyber Definitions
utACKUnTested ACKnowledgmentReviewed and agree with the code changes but haven't actually tested themBitcoin
VCSVersion Control SoftwareA way to keep a track of the changes in the code so that if something goes wrong, we can make comparisons in different code versions and revert to any previous version that we want. Git, SVN or Mercurial are VCS/r/ProgrammerHumor, softwaretestinghelp.com
WDYTWhat Do You ThinkBitrise Workflow Editor
WIPWork In ProgressDo not merge yetGitLab's blog
WRTWith Respect toIn reference to a particular thing or situationTailwind Blog, Hacker News
WYSIWYGWhat You See Is What You GetIt is a system in which editing software allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product. It is typically used an arbitrary markup language to define the codes/tagsWYSIWYG
XPExtreme ProgrammingWikipedia
YAGNIYou Ain't Gonna Need It
YMMVYour Mileage May Vary

Common chat acronyms

AbbreviationDefinition
AFKAway From Keyboard
BRBBe Right Back
CMIIWCorrect me if i'm wrong
IKRI know, right
ILYI love you
IRLIn Real Life
IYKYKIf You Know You Know
LMFAOLaughing my freaking *a* off
LMKLet me know
NVMNever mind
OFCOf course
ROFLRolling on floor laughing
SMHShaking my head
STFUShut the *freak* up
YOLOYou only live once

Communities, Companies, Organizations

AbbreviationMeaningURLWhat they do
FSFFree Software Foundationhttps://www.fsf.orgOversee a number of open source organizations
GHGitHubhttps://github.comSource code host, owned by Microsoft
GNUCollection of free software, a licensehttps://gnu.orgprogram of FSF, develops many linux tools and a commonly used license
MSMicrosofthttps://microsoft.comMakers of windows, azure, vscode, and other tools that might be relevent to developers
OSIOpen Source Initiativehttps://opensource.orgDefining 'Open Source'
SOStackOverflowhttps://stackoverflow.comPopular question and answer website

Stacks

AbbreviationDefinitionExample
EFKElasticsearch, Fluentd, and KibanaHow To Set Up an Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes
ELKElasticsearch, Logstash, and KibanaWhat is the ELK Stack?
LAMPLinux, Apache, MySQL, PHP (Perl or Python)
LEMPLinux, Nginx Server, MySQL, PHP (Perl or Python)
MEANMongoDB, Express.js, Angular.js, Node.js
MERNMongoDB, Express.js, React.js, Node.js
SAFESuave (or Saturn), Azure, Fable, Elmish/r/fsharp

foss-acronyms's People

Contributors

abeltay avatar actions-user avatar adipurnamk avatar alcated avatar aloisdg avatar amplifi-beats avatar arshdeepsingh98 avatar ash-shaun avatar aumeunier avatar boehs avatar codegeek1001 avatar el-sime avatar eliazonta avatar fikimaul avatar iamrahulrnair avatar martijnengler avatar mateuseap avatar mcanever avatar mfederczuk avatar myudak avatar nik6511 avatar peter-maguire avatar shahx95 avatar sharklava avatar tarmil avatar thegor1lla avatar varxcx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.