Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.
🧙♂️
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am Awilum on github. | |
| * I am awilum (https://keybase.io/awilum) on keybase. | |
| * I have a public key whose fingerprint is 6348 9E76 D86B 773D 0B30 024A 923A FFE7 3AC6 DB03 | |
| To claim this, I am signing this object: |
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
| $array1 = array("PHP" => "Rasmus", "Javascript" => "Brendan", "R" => "Robert", "flextype" => ["founder" => "Sergey"], 10 => 'num1', '11' => 'num1'); | |
| $array2 = array("Java" => "James", "R" => "Ross", "Python" => "Guido", "flextype" => ['version' => '1.0'], 10 => 'num2', '11' => 'num2'); | |
| $result = array_merge($array1, $array2); | |
| $result2 = array_replace($array1, $array2); | |
| $result3 = array_merge_recursive($array1, $array2); | |
| $result4 = array_replace_recursive($array1, $array2); | |
| echo '<pre>array_merge: <br>'; | |
| print_r($result); |
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
| # | |
| # Flextype Traditional CMS (MacOS, Linux) | |
| # | |
| # Required: curl, wget, jq | |
| # | |
| # Will be installed | |
| # | |
| # Core: Flextype | |
| # Plugins: admin, accounts, accounts-admin, acl, site, twig, form, form-admin, themes-admin, jquery, icon, phpmailer | |
| # Themes: noir |
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
| <p style="font-size: 500%; text-align: center">Total Downloads:</p> | |
| <p id="downloads-all" style="font-size:1000%; text-align: center"></p> | |
| <script type="text/javascript"> | |
| let userName = "flextype"; // User name of the repository | |
| let repoName = "flextype"; // Repository name | |
| let releaseTag = "latest"; // Using tag 'latest' for latest released download count | |
| let url = `https://api.github.com/repos/${userName}/${repoName}/releases/${releaseTag}`; | |
| let request = new XMLHttpRequest(); | |
| request.open('GET', url, true); | |
| request.onload = function () { |
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
| title: Default | |
| type: entry | |
| icon: | |
| set: bootstrap | |
| name: file-text | |
| admin: | |
| entries: | |
| view: | |
| emitter: | |
| addListener: |
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
| admin: | |
| entries: | |
| view: | |
| emitter: | |
| addListener: | |
| - name: onAdminThemeTail | |
| properties: | |
| value: | | |
| <form id="delete-entry-id-{{ entry.id }}" action="{{ urlFor('admin.content.deleteProcess') }}" method="POST" style="display: none;"> | |
| {{ csrf() }} |
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
| <?php | |
| return Atomastic\Arrays\Arrays::__set_state(array( | |
| 'items' => | |
| array ( | |
| 'title' => 'Shop', | |
| 'entries' => | |
| array ( | |
| 'fetch' => | |
| array ( | |
| 'catalog' => |
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
| <?php | |
| return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate( | |
| $o = [ | |
| clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Atomastic\\Arrays\\Arrays'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Atomastic\\Arrays\\Arrays')), | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], | |
| clone $p['Atomastic\\Arrays\\Arrays'], |
I hereby claim:
- I am awilum on github.
- I am awilum (https://keybase.io/awilum) on keybase.
- I have a public key ASBuf2Fuhn_PRGA1JnWLY187vFoiKuHnemJCl9ypnSE_awo
To claim this, I am signing this object: