PHP is usually included in the top five or six most popular programming languages, as measured by various metrics implemented by e.g. [Tiobe][], [LangPop][], [PYPL][], [lang-index][]. Alongside it sit C, Java, Obj-C, C++, C#, Javascript, and Python. All of these have a formal semantics or at least a rigorous specification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code_scheme name="Default (2)" version="173"> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<JavaCodeStyleSettings> | |
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" /> | |
</JavaCodeStyleSettings> | |
<JetCodeStyleSettings> | |
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" /> | |
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" type="text/css" href="css/main.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
<script type="text/javascript" src="js/app.js"></script> | |
<title>Star Wars API Practice</title> |
PHP is usually included in the top five or six most popular programming languages, as measured by various metrics implemented by e.g. [Tiobe][], [LangPop][], [PYPL][], [lang-index][]. Alongside it sit C, Java, Obj-C, C++, C#, Javascript, and Python. All of these have a formal semantics or at least a rigorous specification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def unique_open_rate | |
recipient_activities = recipient_messages.joins(:activities) | |
((recipient_activities.where("activities.activity_type = 'open'").distinct.count.to_f / recicipient_messages.count) * 100).round(2) | |
end | |
query | |
user.messages.select("messages.*, | |
COUNT(DISTINCT recicipient_messages.id) recipient_count, | |
COUNT(DISTINCT activities.id) total_activities, |
I hereby claim:
- I am jonahglover on github.
- I am jonahglover (https://keybase.io/jonahglover) on keybase.
- I have a public key whose fingerprint is AA54 1C7C 6A1D 11CC 6969 6681 256F B6D4 683F 4E70
To claim this, I am signing this object:
NewerOlder